- 16 Oct, 2013 1 commit
-
-
Pattern for how to do refactoring from locations to locators and from old style urls to restful ones.
Don Mitchell committed
-
- 15 Oct, 2013 2 commits
-
-
Julian Arni committed
-
Make tests conform to new import UI
Julian Arni committed
-
- 08 Oct, 2013 2 commits
-
-
Previously, these tests modified due_date, which failed due to the new restrictions on writing to Scope.settings from the LMS.
Calen Pennington committed -
By transparently proxying between the XModuleDescriptor and the XModule, and between their runtimes, we can make them act as a single class, so that we can swap in an actual XBlock instead.
Calen Pennington committed
-
- 02 Oct, 2013 3 commits
-
-
polesye committed
-
polesye committed
-
Jay Zoldak committed
-
- 27 Sep, 2013 1 commit
-
-
Streamline and test uploading ... remove requirement that uploads be images, can now upload any file.
Vik Paruchuri committed
-
- 23 Sep, 2013 1 commit
-
-
Julian Arni committed
-
- 19 Sep, 2013 3 commits
-
-
Julian Arni committed
-
Julian Arni committed
-
Julian Arni committed
-
- 17 Sep, 2013 1 commit
-
-
in XML deserializations, we can get get floats for start/stop times, so we need to be able to parse those add test video with float-based end-time
Chris Dodge committed
-
- 13 Sep, 2013 2 commits
-
-
Conflicts: common/lib/xmodule/xmodule/tests/test_peer_grading.py
Vik Paruchuri committed -
Vik Paruchuri committed
-
- 12 Sep, 2013 6 commits
-
-
Julian Arni committed
-
Julian Arni committed
-
Julian Arni committed
-
Hide show_timezone from Advanced Settings and migrate courses with show_timezone=False to using due_date_display_format.
cahrens committed -
STUD-724 Test course for allowing custom formatting of due date strings. STUD-724 Try making the name of the course match the folder name. More cleanup. More cleanup. updates.
cahrens committed -
cahrens committed
-
- 30 Aug, 2013 1 commit
-
-
Will Daly committed
-
- 28 Aug, 2013 1 commit
-
-
ichuang committed
-
- 27 Aug, 2013 1 commit
-
-
Inspired by: http://eldarion.com/blog/2013/02/14/entry-point-hook-django-projects/ Moves startup code to lms.startup and cms.startup, and calls the startup methods in wsgi.py and manage.py for both projects.
Calen Pennington committed
-
- 22 Aug, 2013 1 commit
-
-
Chris Dodge committed
-
- 21 Aug, 2013 8 commits
-
-
Authors can upload an image (or choose an existing one) from the settings page, using the in-context uploader from PDF textbooks. Includes tests for backwards compatibility with XML courses -- they used a magic filename (images/course_image.jpg) which is mapped to a location in the Mongo contentstore. Still needs some UX work, though the backend plumbing is there.
Peter Fogg committed -
ichuang committed
-
ichuang committed
-
fix (again) static_replace to work with static_asset_path
ichuang committed -
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
- 17 Aug, 2013 1 commit
-
-
Chris Dodge committed
-
- 16 Aug, 2013 1 commit
-
-
Letting xblocks handle scope rather than separating fields into different attrs. Although, split still shunts content fields to a different collection than setting and children fields. The big difference is that content fields will always be a dict and not sometimes just a string and there's no special casing of 'data' attr. The other mind change is no more 'metadata' dict.
Don Mitchell committed
-
- 12 Aug, 2013 1 commit
-
-
Fixed all common and LMS tests. The tests were failing because XMLDescriptor adds in some attributes to _model_data, such as `xml_attributes`, that aren't necessary. The solution is to handle all XML parsing in VideoDescriptor. There's still one test failing in CMS, which has to do with metadata being saved. I'm still working out how to update it in such a way that it doesn't fail, but still tests something meaningful.
Peter Fogg committed
-
- 10 Aug, 2013 3 commits
-
-
Chris Dodge committed
-
Chris Dodge committed
-
add ability to rewrite links on the old /courses/<org>/<course>/<run>/jump_to/i4x://<org>/<course> .. intracourseware linking to the new portable /jump_to_id/<id> format
Chris Dodge committed
-