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 |
|
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 |
|
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 |
|
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 |
|
stv
|
cf9308144d
|
Fix PEP8: E302 expected 2 blank lines, found 1
|
2014-11-10 11:00:11 -08:00 |
|
stv
|
d5d6e3f0d8
|
Fix PEP8: W293 blank line contains whitespace
|
2014-11-10 10:59:53 -08:00 |
|
stv
|
d87cfa90bf
|
Fix PEP8: W292 no newline at end of file
|
2014-11-10 10:59:44 -08:00 |
|
Chris Dodge
|
3c36f7cbad
|
Add new course_module field which describes what the catalog visibility should be (both, about, none)
|
2014-11-09 10:36:00 -05:00 |
|
Christina Roberts
|
fd587b976c
|
Merge pull request #5710 from edx/christina/general-component-errors
Support validation messages for any xblock (on container page).
|
2014-11-06 16:47:49 -05:00 |
|
cahrens
|
08ce09bde7
|
Display validation messages for any xblock on the container page.
TNL-683
|
2014-11-06 15:48:55 -05:00 |
|
Don Mitchell
|
396a8aca07
|
Remove multi-threading test as unnecessary and flakey
also fix other users of check_mongo_calls to use None if they don't care about sends
PLAT-239
|
2014-11-06 13:22:48 -05:00 |
|
Muhammad Ammar
|
e8e7e78e09
|
Merge pull request #5655 from edx/ammar/unit-improvements
Unit Test Improvements
|
2014-11-05 19:55:39 +05:00 |
|
Sarina Canelake
|
725e4908e3
|
Remove more pep8 violations
|
2014-11-04 07:37:41 -05:00 |
|
Carlos Andrés Rocha
|
6ad235f5db
|
Ignore errors during cleanup of course export command.
|
2014-10-31 15:20:17 -04:00 |
|
Martyn James
|
9f3b9c7ba3
|
Merge pull request #5818 from edx/release
Merging latest updates to release
|
2014-10-31 14:49:04 -04:00 |
|
Calen Pennington
|
b4562ffe6b
|
Merge pull request #5783 from cpennington/proxy-through-module-system-to-descriptor-system
Fix PLAT-191
|
2014-10-31 09:31:13 -04:00 |
|
muhammad-ammar
|
fcaa783e43
|
Unit Test Improvements
TE-489
|
2014-10-31 11:55:13 +00:00 |
|
Jim
|
3ceb0e5c6a
|
Commenting out flaky string input test case
|
2014-10-30 14:33:36 -07:00 |
|
Chris Dodge
|
fea9432b50
|
Add the ability for course staff to specify a Survey and make it required so that a student must fill it out before starting the course
|
2014-10-30 13:11:02 -04:00 |
|
Calen Pennington
|
34d09085ab
|
Remove proxying of resources_fs, and add a unittest that exposes the problem
[PLAT-191]
|
2014-10-29 13:48:57 -04:00 |
|
Diana Huang
|
9f441d22b0
|
Merge pull request #5745 from edx/will/third-party-auth-fixes
Third Party Auth Fixes
|
2014-10-28 13:06:40 -04:00 |
|
Will Daly
|
f9b5a9173f
|
Redirect users to the track selection page or ?next page when using third party auth
Set marketing site logged in cookie from third party auth.
|
2014-10-28 10:28:30 -04:00 |
|