Clinton Blackburn
fc242ea23e
Merge branch 'release'
...
Release 2014-12-10
2014-12-09 17:39:17 -05:00
Clinton Blackburn
71bc536c6d
Merge pull request #6183 from edx/renzo/email-opt-in-copy
...
Improved support for multiple organization names
2014-12-08 14:55:06 -05:00
Andy Armstrong
2b0f959bd7
Merge pull request #5942 from edx/cohorted-courseware
...
Cohorted courseware
2014-12-08 14:38:30 -05:00
Renzo Lucioni
1d1baa5009
Improved support for multiple organization names
...
Updates copy used in the checkbox label, constructs strings within the view instead of passing through a separate context variable, and alleviates unipain
2014-12-08 14:10:09 -05:00
Will Daly
8580620b52
Revert "If feature flag is enabled, replace the old login/registration pages with the new combined login/registration page."
...
This reverts commit f40447b3c8 .
Conflicts:
lms/urls.py
Revert "Add support for external auth on the combined login/registration page"
This reverts commit 988753395f .
Conflicts:
lms/templates/courseware/mktg_course_about.html
lms/urls.py
2014-12-05 10:41:42 -05:00
Andy Armstrong
356b2335e9
Add base support for cohorted group configurations
...
TNL-649
2014-12-05 09:52:26 -05:00
Will Daly
3c5da9d3ea
Merge pull request #6077 from edx/will/enable-logistration
...
Login/Registration A/B test cleanup
2014-12-04 11:47:20 -05:00
Will Daly
988753395f
Add support for external auth on the combined login/registration page
...
Add support for redirect URLs in third party auth for combined login/registration page
Remove old login/registration acceptance tests
Add deprecation warnings to old login and register views
Move third party auth util to student_account
Add exception for microsites
2014-12-04 09:34:51 -05:00
Calen Pennington
14e6f3cc2b
Don't query for the user every time in FieldDataCache, just use the user_id instead
2014-12-03 11:00:03 -05:00
Jesse Zoldak
e26a0c4308
Fix pep8 violations in some tests
2014-12-02 09:39:23 -05:00
Jesse Zoldak
17379f4079
Merge pull request #6078 from edx/zoldak/modulestore-test-refactor
...
Clean up all modulestore testcases
2014-12-02 08:53:41 -05:00
Shrhawk
0f3bce02a0
Merge pull request #5888 from Shrhawk/shr/bug/TNL-590-encode-error
...
Handle Unicode for Incoming Keys
2014-12-02 17:53:47 +05:00
Jesse Zoldak
121b31309d
Small fixes to modulestore test refactoring
2014-12-02 07:09:37 -05:00
Jesse Zoldak
bf3b87bc64
Clean up all modulestore testcases
...
Move modulestore config for tests to an importable location
Disable pylnt warning for lms imports in common tests
Refactor all testcases that loaded all xml courses
TE-610
TE-489
2014-12-02 07:09:36 -05:00
Renzo Lucioni
28186e233c
Merge pull request #6062 from edx/renzo/email-opt-in
...
Updating the marketing iframe, courseware views, and student views for email opt-in
2014-12-01 17:22:49 -05:00
Sarina Canelake
7aab4151bb
s/pylint: disable=W0201/pylint: disable=attribute-defined-outside-init/
2014-12-01 11:22:12 -05:00
Sarina Canelake
0c7b60b82b
Remove 'pylint: disable=W0232' because we ignore this warning in pylintrc
2014-12-01 11:22:12 -05:00
Sarina Canelake
7229ef92ee
s/pylint: disable=W0212/pylint: disable=protected-access/
2014-12-01 11:22:12 -05:00
Sarina Canelake
5f723e8d3c
s/pylint: disable=W0703/pylint: disable=broad-except/
2014-12-01 11:22:11 -05:00
Sarina Canelake
89b6adadf2
s/pylint: disable=E1102/pylint: disable=not-callable/
2014-12-01 11:22:10 -05:00
Sarina Canelake
19f1dacab2
s/pylint: disable=E1101/pylint: disable=no-member/
2014-12-01 11:22:09 -05:00
Sarina Canelake
20e2ee9a57
s/pylint: disable=E0611/pylint: disable=no-name-in-module/
2014-12-01 11:22:09 -05:00
Sarina Canelake
e0f1d3f3f3
s/pylint: disable=C0111/pylint: disable=missing-docstring/
2014-12-01 11:22:09 -05:00
Sarina Canelake
0dad9da5e4
s/pylint: disable=W0621/pylint: disable=redefined-outer-name/
2014-12-01 11:22:08 -05:00
Renzo Lucioni
f5767a961c
Prep marketing iframe and relevant courseware view for email opt-in
...
Feature flagged. Puts a checkbox in the iframe. The iframe uses an organization_full_name parameter forwarded from Drupal by the courseware views and POSTs an email_opt_in parameter to the student views, preserving it on 403.
2014-12-01 10:30:16 -05:00
Chris Dodge
6dea98f8f6
In microsites, don't redirect logged in users with enrollments to dashboard
2014-11-29 19:00:07 -05:00
Akiva Leffert
b009e4a5ca
Merge pull request #5979 from edx/aleffert/sync-course-status
...
Add an endpoint for syncing a user's course status metadata
2014-11-25 10:15:51 -05:00
Syed Hassan Raza
eec1999208
Handle unicode through try catch
2014-11-25 14:13:11 +00:00
Sarina Canelake
a883a9cdda
Merge pull request #5925 from stvstnfrd/pep8/continuation
...
Fix continuation-related PEP8 issues
2014-11-25 09:03:40 -05:00
stv
ae7eb2f79f
Remove orphaned code
2014-11-24 20:48:05 -05:00
stv
056faa1814
Fix Pylint: W0201: attribute-defined-outside-init
...
LoginEnrollmentTestCase.setup_user: Attribute 'user' defined outside __init__
2014-11-24 20:48:05 -05:00
stv
b215d771b7
Fix PEP8: E128 continuation line under-indented
...
for visual indent
2014-11-24 20:46:50 -05:00
stv
4d30aedf4e
Fix PEP8: E127 continuation line over-indented
...
for visual indent
2014-11-24 20:46:50 -05:00
stv
2ce5a6ceed
Fix PEP8: E125 continuation line
...
does not distinguish itself from next logical line
2014-11-24 20:46:44 -05:00
stv
aba9b3b96e
Fix PEP8: E124 closing bracket does not match
...
visual indentation
2014-11-24 20:46:44 -05:00
stv
5a69feadeb
Fix PEP8: E123 closing bracket does not match
...
indentation of opening bracket's line
2014-11-24 20:46:44 -05:00
stv
dff5772cda
Fix PEP8: E121 continuation line indentation
...
is not a multiple of four
2014-11-24 20:44:43 -05:00
Akiva Leffert
f4dc90b348
Add an endpoint for syncing a user's course status metadata
...
JIRA: MA-75
2014-11-24 17:55:51 -05:00
Syed Hassan Raza
b3e7516af7
Handle Unicode for Incoming Keys
2014-11-24 15:11:33 +05:00
Nimisha Asthagiri
caf5d5393b
MA-141 Support webm encoding for VAL-enabled videos
2014-11-17 23:34:39 -05:00
Nimisha Asthagiri
12a22ac886
MA-135, MA-122 Support CDN and alternative sources with VAL-enabled-videos.
2014-11-17 09:56:54 -05:00
David Ormsbee
43d8c7a712
Merge branch 'release'
...
Conflicts:
lms/djangoapps/shoppingcart/processors/CyberSource2.py
2014-11-13 10:11:12 -05:00
zubair-arbi
6dae34a34b
Merge pull request #5923 from edx/zub/bugfix/wl-150-survey-form-error-on-info-page
...
avoid annonymous user from redirecting to survey form
2014-11-12 18:14:38 +05:00
Chris Dodge
a93faad78b
try importing the exact references we need rather than deferencing it from the djangoapp module
2014-11-11 21:49:13 -05:00
zubair-arbi
b7d526b907
avoid annonymous user from redirecting to survey form
...
WL-150
2014-11-11 14:22:26 +05:00
stv
500499b678
Fix PEP8: E231 missing whitespace after '[:,]'
2014-11-10 19:31:05 -08:00
stv
b388ab9db0
Fix PEP8: E226 missing whitespace around arithmetic operator
2014-11-10 19:30:18 -08:00
stv
00ae488960
Fix PEP8: E225 missing whitespace around operator
2014-11-10 19:30:18 -08:00
Chris Dodge
58b4982d2d
harden down access to the shoppingcart if the ENABLE_PAID_COURSE_REGISTRATION flag is not set (either via the main Django configuration settings) or through microsite overrides
2014-11-10 15:09:48 -05:00
stv
fb9f324f2f
Fix PEP8: E303 too many blank lines
2014-11-10 11:00:14 -08:00