- 14 Mar, 2013 4 commits
-
-
Chris Dodge committed
-
move the instantiation of the metadata cache out of modulestore.py as it was causing a circular import dependency when running on AWS. Put instantiation into one_time_startup.py which I believe is run before any Django requests are handled
Chris Dodge committed -
Valera Rozuvan committed
-
use django caching to hold computed metadata inheritence. Also invalidat...
Calen Pennington committed
-
- 13 Mar, 2013 17 commits
-
-
Calen Pennington committed
-
remove imports of Mongo.py from modules. They shouldn't need them. Also, video captions shouldn't need special logic to compute the url rewrites as the main get_html() should do this.
Chris Dodge committed -
use django caching to hold computed metadata inheritence. Also invalidate the cache entries on writes (insert, updates)
Chris Dodge committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Conflicts: cms/djangoapps/contentstore/tests/test_contentstore.py cms/djangoapps/contentstore/views.py common/lib/xmodule/xmodule/combined_open_ended_module.py common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py common/lib/xmodule/xmodule/peer_grading_module.py common/lib/xmodule/xmodule/tests/test_combined_open_ended.py common/lib/xmodule/xmodule/tests/test_self_assessment.py lms/djangoapps/open_ended_grading/tests.py
Calen Pennington committed -
Make the id property available on both modules and descriptors, and make it a property, so that we aren't duplicating the location data
Calen Pennington committed -
Move field definitions for XModules into mixin classes, so that descriptors and modules always have the same set of fields
Calen Pennington committed -
readding Julian Arni's update to definition
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Chris Dodge committed
-
- 12 Mar, 2013 19 commits
-
-
Table order fix (again), changes a single character
John Hess committed -
add management command to regrade partial-credit problems affected by ge...
Diana Huang committed -
hot fix for delete_item. The 'delete_all_versions' is useful in that it ...
Christina Roberts committed -
Make sure that test-requirements.txt doesn't install versions of libraries that requirements.txt has pinned, and cache pip downloads
Calen Pennington committed -
Ned Batchelder committed
-
Brian Wilson committed
-
Make sure that test-requirements.txt doesn't install versions of libraries that requirements.txt has pinned, and cache pip downloads
Calen Pennington committed -
Brian Wilson committed
-
hot fix for delete_item. The 'delete_all_versions' is useful in that it is set to true when doing explicit deletes as opposed to 'delete draft'. If delete_all_versions=False, then don't remove the deleted item from the parent children collection
Chris Dodge committed -
Brian Wilson committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Julian Arni committed
-
Fix/vik/oe pep8
Jay Zoldak committed -
Vik Paruchuri committed
-
Update course factory to reflect XBlock changes
Christina Roberts committed -
Jay Zoldak committed
-
Brian Wilson committed
-
Calen Pennington committed
-