- 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
-
- 13 Mar, 2013 1 commit
-
-
use django caching to hold computed metadata inheritence. Also invalidate the cache entries on writes (insert, updates)
Chris Dodge committed
-
- 07 Mar, 2013 1 commit
-
-
cahrens committed
-
- 06 Mar, 2013 1 commit
-
-
cahrens committed
-
- 06 Feb, 2013 1 commit
-
-
Calen Pennington committed
-
- 12 Oct, 2012 2 commits
-
-
Calen Pennington committed
-
Chris Dodge committed
-
- 11 Oct, 2012 2 commits
-
-
Chris Dodge committed
-
Calen Pennington committed
-
- 10 Oct, 2012 1 commit
-
-
Add Draft module store that is used whenever any item is update in the CAS (but not during import, and not for templates)
Calen Pennington committed
-
- 09 Oct, 2012 2 commits
-
-
respond to Cale pull request comments. Update access.py (LMS) to use the same 'check for legacy group name first' logic. Add SECRET_KEY setting to the CAS project so that auth tokens from CAS are accepted in the LMS
Chris Dodge committed -
adhere to the naming conventions of user groups (instructor_* and staff_* of the LMS AuthZ implementation). While we're keeping our authz.py implementation - which is duplicative of LMS's access.py - in order to minimize code churn/risk-of-regression, there is data compatibility so the two systems will interpret the data the same way
Chris Dodge committed
-