Commit Graph

27986 Commits

Author SHA1 Message Date
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
Waheed Ahmed
7b3602e320 Merge pull request #6047 from edx/waheed/tnl536-fixed-hd-button-for-firefox
Fixed HD button in firefox.
2014-11-25 16:32:17 +05:00
Waheed Ahmed
86f72942f5 Fixed HD button in firefox.
TNL-536
2014-11-25 14:39:56 +05:00
stv
5e1c5df320 Lower PEP8 threshold to 15 violations 2014-11-24 20:49:56 -05:00
stv
6823cb6306 Lower PyLint threshold to 4600 violations 2014-11-24 20:49:31 -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
b4c4d18e9f Fix Pylint: W0110: (deprecated-lambda)
divide_chemical_expression: map/filter on lambda could be replaced by
comprehension
2014-11-24 20:48:05 -05:00
stv
11020cf115 Fix Pylint: C0103: (invalid-name)
Command.handle: Invalid name "d" for type variable
(should match [a-z_][a-z0-9_]{2,30}$)
2014-11-24 20:48:05 -05:00
stv
0d2754d8d1 Fix PEP8: E502 the backslash is redundant
between brackets
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
6763c5dd74 Fix PEP8: E126 continuation line over-indented
for hanging indent
2014-11-24 20:46:44 -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
55de42d19c Fix PEP8: E122 continuation line missing
indentation or outdented
2014-11-24 20:46:35 -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
Adam
cb7d6b3970 Merge pull request #6040 from edx/release
Release
2014-11-24 14:15:02 -06:00
Adam
22d44686e4 Merge pull request #6032 from edx/hotfix/2014-11-22
Imports must replace drafts w/ published in split
2014-11-24 13:14:59 -06:00
chrisndodge
c19708973b Merge pull request #5982 from edx/muhhshoaib/WL-99-Invoicing-email-finance
WL-99 send a copy of the invoice to the finance@edx.org when registration codes are generated
2014-11-24 13:15:51 -05:00
Jesse Zoldak
61cf1d6edb Do not install requirements from github.txt in editable mode 2014-11-24 12:09:04 -05:00
Renzo Lucioni
9ac5558e19 Merge pull request #6025 from edx/renzo/fix-identify-call
Use analytics.identify instead of the old utility function
2014-11-24 10:41:22 -05:00
Don Mitchell
f30ad29b21 Imports must replace drafts w/ published in split
PLAT-299
2014-11-24 09:38:00 -05:00
muhammad-ammar
a493348cf0 Remove ability to add new ORA 1 problems to courses
TNL-827
2014-11-24 11:31:59 +00:00
Syed Hassan Raza
b3e7516af7 Handle Unicode for Incoming Keys 2014-11-24 15:11:33 +05:00
Christine Lytwynec
7b36645eb2 Merge pull request #6024 from edx/clytwynec/fix_no_prereq_install
fix NO_PREREQ_INSTALL
2014-11-21 17:06:57 -05:00
Christine Lytwynec
e9e595749d fix NO_PREREQ_INSTALL 2014-11-21 14:24:14 -05:00
Renzo Lucioni
03f38dd8b4 Use analytics.identify instead of the old utility function 2014-11-21 12:53:59 -05:00
Renzo Lucioni
73dd6fe2c7 hotfix-2014-11-21 2014-11-21 12:11:44 -05:00
Muhammad Shoaib
df0bb491fa WL-99 send a copy of the invoice to the finance@edx.org when registration codes are generated
changed the finance_email in the common.py file

added the test for the FiNANCE_EMAIL settings
2014-11-21 17:43:37 +05:00
Sarina Canelake
c8ba02a971 Merge pull request #6012 from edx/sarina/remove-eo-artifacts
Remove 'eo' artifacts when doing test runs
2014-11-20 20:47:20 -05:00
Sarina Canelake
9a7338e5cb Remove 'eo' artifacts when doing common/lib test runs 2014-11-20 17:14:10 -05:00
Kevin Luo
193277cb36 Fix diff branch paver option to take value 2014-11-20 13:26:10 -08:00
Mark Hoeber
62d129c7c7 Merge pull request #6007 from edx/markhoeber-dev-guide-link-fix
Dev Guide Link Fix
2014-11-20 15:57:26 -05:00
Mark Hoeber
acf7db4838 Link fix attempt 2014-11-20 15:18:26 -05:00
Don Mitchell
21608f340c Error on import into split
if import restores a deleted draft element which was never published
PLAT_297
2014-11-20 12:03:17 -05:00
Renzo Lucioni
55922f896d hotfix-2014-11-20 2014-11-20 12:00:19 -05:00
Anton Stupak
25146946cd Merge pull request #5970 from edx/anton/fix-course-times-settings
TNL-772: Fix course time settings.
2014-11-20 16:47:35 +02:00
stephensanchez
7d36d11b35 Remove enrollment updates from the Enrollment API. 2014-11-20 09:36:30 -05:00
Adam Palay
624360d1d6 serve mathjax from mathjax's cdn (TNL-823) 2014-11-20 09:36:16 -05:00
Waheed Ahmed
92bf2f1c72 Merge pull request #5995 from edx/waheed/tnl822-added-alt-attribute-image-map-input-problem
Added alt attribute in image map input problem.
2014-11-20 19:21:10 +05:00
polesye
b6d8291996 TNL-772: Fix course time settings. 2014-11-20 14:56:12 +02:00
Waheed Ahmed
430aa4f834 Added alt attribute in image map input problem.
TNL-822
TNL-825
2014-11-20 16:58:26 +05:00
Sylvia Pearce
6d8f2a4ae0 More tweaks to calculator tooltip 2014-11-19 15:04:17 -05:00
Sylvia Pearce
14e022ca30 Tweaks to calculator tooltip 2014-11-19 14:17:30 -05:00
Sylvia Pearce
1b285be264 Second try at a new calculator tooltip 2014-11-19 13:32:49 -05:00
chrisndodge
4a3700c151 Merge pull request #5969 from edx/muhhshoaib/WL-124-front-end-tests-for-auto-enrollment
muhhshoaib/wl 124 add front end tests for autoenrollment
2014-11-19 10:14:22 -05:00