stv
ee5dae2fa7
Remove antiquated cleanup script
...
This script was originally written to clean up XML scripts. In the more
than two years since it was originally written, the only updates it has
received have been to remove PEP8/PyLint/quality violations.
It's hard to imagine that this is still useful to anyone, though I'm
open to discussion.
2014-11-25 22:49:36 -05:00
Stephen Sanchez
e3dcb78d4e
Merge pull request #6056 from edx/sanchez/create_user_org_tag
...
Creating a new Organization based preference model.
2014-11-25 16:41:13 -05:00
stephensanchez
19f737d544
Creating a new Organization based preference model.
2014-11-25 20:17:31 +00:00
Sarina Canelake
3393f25f04
Merge pull request #6044 from stvstnfrd/pep8/syntax
...
Fix syntax-related PEP8 issues
2014-11-25 12:52:12 -05:00
stv
ab4de714fb
Lower PEP8 threshold to 10 violations
2014-11-25 10:56:36 -05:00
stv
988144f0b4
Fix PEP8: E712 comparison to True
...
should be 'if cond is True:' or 'if cond:'
2014-11-25 10:16:05 -05:00
stv
31d094b5b4
Fix PEP8: E711 comparison to None
...
should be 'if cond is None:'
2014-11-25 10:16:05 -05:00
stv
74f61875c7
Fix PEP8: W601 .has_key() is deprecated, use 'in'
2014-11-25 10:16:05 -05:00
stv
829be1e9cb
Fix PEP8: E502 the backslash is redundant
...
between brackets
2014-11-25 10:16:04 -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
stv
ac1d643e24
Fix PEP8: E401 multiple imports on one line
2014-11-25 10:15:07 -05:00
Muhammad Ammar
6317347d3d
Merge pull request #5983 from edx/ammar/tnl-827
...
Remove ability to add new ORA 1 problems to courses
2014-11-25 19:23:12 +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
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
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
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
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