- 21 Mar, 2014 1 commit
-
-
Changed "Status Page" -> "Page". UX: support for displaying built-in tabs restored drag and drop on Studio Pages additional styling for fixed state on Studio Pages add a new page action added to bottom of Studio Pages Dev changes for viewing tabs in studio, refactored the tab code, decoupled the code from django layer. is_hideable flag on tabs get_discussion method is needed to continue to support external_discussion links for now since used by 6.00x course. override the __eq__ operator to support comparing with dict-type tabs. Test moved test code to common, added acceptance test for built-in pages added additional unit tests for tabs. changed test_split_modulestore test to support serializing objects that are fields in a Course. Env: updated environment configuration settings so they are consistent for both cms and lms.
Nimisha Asthagiri committed
-
- 19 Feb, 2014 2 commits
-
-
Due to issues with require.js and the latest version of the toolbar. Also included a note in the requirements file explaining the situation, and what needs to happen before this can be upgrade properly. Conflicts: lms/envs/dev.py
David Baumgold committed -
Due to issues with require.js and the latest version of the toolbar. Also included a note in the requirements file explaining the situation, and what needs to happen before this can be upgrade properly.
David Baumgold committed
-
- 18 Feb, 2014 1 commit
-
-
David Baumgold committed
-
- 10 Feb, 2014 1 commit
-
-
add trailing comma, restore uncommented state of Mongo panel
yarko committed
-
- 29 Jan, 2014 1 commit
-
-
To mark a language as dark-launched, add it to the DARK_LANGUAGES django conf setting. To activate a dark-launched language, set he query parameter `preview-lang` to the language code on any url. [LMS-2045] [LMS-2077] [LMS-2076]
Calen Pennington committed
-
- 17 Jan, 2014 1 commit
-
-
(STUD-1201) Revert "Specific django-toolbar version (stable released) and update the panels in dev envs" This reverts commit a465b082. Revert "Updated settings for devstack django debug toolbar" This reverts commit 30199e8a.
Adam Palay committed
-
- 16 Jan, 2014 1 commit
-
-
Cristian Salamea committed
-
- 17 Dec, 2013 1 commit
-
-
Don Mitchell committed
-
- 16 Dec, 2013 1 commit
-
-
Don Mitchell committed
-
- 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
-