- 06 Dec, 2013 2 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
- 03 Dec, 2013 2 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
- 19 Nov, 2013 2 commits
-
-
Sarina Canelake committed
-
Sarina Canelake 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
-
-
@jzoldak showed me that setting `USE_I18N = DEBUG` didn't actually accomplish what I had hoped it would -- changing DEBUG didn't also change USE_I18N. This pull request accomplishes what I was trying to accomplish, without being quite so clever about it.
David Baumgold 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
-
- 10 Aug, 2013 1 commit
-
-
add a few debug messages to get localhost debug information. Also partition out the MongoDjangoToolbar configuration into a separate env config. This is because doing imports on large courses grinds localdev to a halt due to all the stack trace generation.
Chris Dodge committed
-
- 01 Aug, 2013 2 commits
- 19 Jul, 2013 1 commit
-
-
A new modulestore backed by mongo that changes the data format to facilitate easy versioning, sharing content between courses, and fast lookup of course structure and Scope.settings data. Conflicts: cms/djangoapps/contentstore/tests/test_contentstore.py
Don Mitchell committed
-
- 09 Jul, 2013 1 commit
-
-
add a new cms ENV configuration to use a slow upload file handler to help test progress bars in uploads
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
-
- 21 Jun, 2013 1 commit
-
-
Ned Batchelder committed
-
- 17 Jun, 2013 4 commits
-
-
pdehaye committed
-
Renzo Lucioni committed
-
add new collection configuration to support a 'trashcan' for assets. Update class factory to allow callers to specify if they want the default set of assets or the trashcan
Chris Dodge committed -
Renzo Lucioni committed
-
- 10 Jun, 2013 2 commits
-
-
Make django use_tz
Don Mitchell committed -
Don Mitchell committed
-
- 05 Jun, 2013 1 commit
-
-
Developers can have private settings files by creating lms/envs/private.py or cms/envs/private.py. They are imported at the end of dev.py. Note that they won't be imported if you are using one of the other dev*.py variants.
Ned Batchelder committed
-
- 23 May, 2013 1 commit
-
-
PREVIEW_LMS_BASE must now be set (default value does not work for both edge and edx). Make this work locally as well. https://edx.lighthouseapp.com/projects/102637/tickets/331
cahrens 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
-
- 17 May, 2013 2 commits
-
-
Carlos Andrés Rocha committed
-
Carlos Andrés Rocha committed
-
- 06 May, 2013 1 commit
-
-
Chris Dodge committed
-
- 04 Apr, 2013 4 commits
-
-
Mark L. Chang committed
-
Mark L. Chang committed
-
Mark L. Chang committed
-
Mark L. Chang committed
-
- 03 Apr, 2013 2 commits
-
-
Mark L. Chang committed
-
Mark L. Chang committed
-
- 29 Mar, 2013 2 commits
-
-
Change the parameters of the sass compiler to output source maps. Google Chrome uses the maps in the debugger to show the sass or scss file that originated the style for a particular element. More information here: http://fonicmonkey.net/2013/03/25/native-sass-scss-source-map-support-in-chrome-and-rails/
Carlos Andrés Rocha committed -
Chris Dodge committed
-
- 19 Mar, 2013 1 commit
-
-
Have to explicitly specify safe option on mongo insert, remove, update because the debug toolbar specifies a default of safe=False.
cahrens committed
-