- 15 Dec, 2015 1 commit
-
-
Renzo Lucioni committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 16 Jan, 2015 1 commit
-
-
path.py objects report themselves as class objects, which confuses the heck out of pylint. It tries to match variable names using the class-rgx regular expression instead of the constant-rgx regular expression, and it doesn't match, so it throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
David Baumgold committed
-
- 01 Dec, 2014 2 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 04 Nov, 2014 1 commit
-
-
Sarina Canelake committed
-
- 27 Jun, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 26 Jun, 2014 1 commit
-
-
Refactor get_parent_locations STUD-1663
Nimisha Asthagiri committed
-
- 05 Mar, 2014 1 commit
-
-
Don Mitchell committed
-
- 28 Feb, 2014 1 commit
-
-
Chris Dodge committed
-
- 11 Feb, 2014 1 commit
-
-
STUD-1151
cahrens committed
-
- 05 Feb, 2014 1 commit
-
-
with code to translate between addressing schemes based on app and persistence layer addressing scheme specification. STUD-1206
Don Mitchell committed
-
- 04 Feb, 2014 1 commit
-
-
Caution! This is backwards incompatible
Carson Gee committed
-
- 16 Jan, 2014 2 commits
-
-
catch additional FEATURE['ENABLE_MKTG_SITE'] checks and make sure MicrositeConfigurations will override the global setting one more faulty login regarding ENABLE_MKTG_SITE=true situations
Chris Dodge committed -
Jason Bau committed
-
- 14 Jan, 2014 1 commit
-
-
Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it pep8/pylint fixes address PR feedback, remove underscore from test hostname more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team manually add Ned's single-to-double quote fix change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path Conflicts: lms/templates/help_modal.html
Chris Dodge committed
-
- 10 Jan, 2014 1 commit
-
-
[LMS-226] [LMS-2013]
Calen Pennington committed
-
- 17 Dec, 2013 1 commit
-
-
Don Mitchell committed
-
- 03 Dec, 2013 2 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
- 21 Oct, 2013 1 commit
-
-
Calen Pennington committed
-
- 18 Oct, 2013 1 commit
-
-
This reverts commit a517dc20.
Don Mitchell committed
-
- 10 Oct, 2013 1 commit
-
-
This reverts commit ec01253e, reversing changes made to ae8c9710.
John Jarvis committed
-
- 09 Oct, 2013 1 commit
-
-
change to use regex to do the domain mappings. Also add config to AWS to be able to set from configuration file. handle cases where HTTP_HOST is none, like in unit tests add linefeed at end fix up regex matches switch to use thread local storage to hold the request itself . . convert over to use open source 3rd party library convert over to use django-cum add unit test remove comment . add comment to config setting fix comment use better regex for localdev no need to break no need to wrap an imported function, it's visible to any file that is importing us add comment add unit test clean up test use a separate env file to set the preview hostname
Chris Dodge committed
-
- 08 Oct, 2013 1 commit
-
-
as a first step to separating db connection from modeling and to support location mapper and contentstore using same db config as modulestore
Don Mitchell committed
-
- 26 Sep, 2013 1 commit
-
-
use to instantiate loc_mapper test loc_mapper injection into split modulestore
Don Mitchell committed
-
- 20 Aug, 2013 1 commit
-
-
Chris Dodge committed
-
- 16 Aug, 2013 3 commits
-
-
Chris Dodge committed
-
Chris Dodge committed
-
initial commit for a mixed module store which can interoperate with both XML and Mongo module stores
Chris Dodge committed
-
- 13 Jul, 2013 1 commit
-
-
Chris Dodge committed
-
- 12 Jul, 2013 1 commit
-
-
Seems like the Edit/QA links in LMS are triggered by a ENABLE_LMS_MIGRATION feature flag. So when running as mongo-backed, set that to False
Chris Dodge committed
-
- 01 Jul, 2013 1 commit
-
-
DraftModuleStore was originally designed as a mixin, but never used that way, and with the upcoming changes to use the versioned module store, never will be. This changes removes a circular dependency between mongo.py and draft.py.
Don Mitchell committed
-
- 26 Jun, 2013 1 commit
-
-
Don Mitchell committed
-
- 10 Jun, 2013 2 commits
-
-
Make django use_tz
Don Mitchell committed -
Don Mitchell committed
-
- 21 May, 2013 1 commit
-
-
Start linting envs files, add task to only pylint errors, and move pylintrc file to the correct location
Calen Pennington committed
-
- 28 Mar, 2013 1 commit
-
-
Carlos Andrés Rocha committed
-
- 02 Jan, 2013 1 commit
-
-
Conflicts: lms/envs/cms/acceptance.py
Jay Zoldak committed
-
- 02 Nov, 2012 1 commit
-
-
Chris Dodge committed
-