- 28 Dec, 2012 1 commit
-
-
Chris Dodge committed
-
- 13 Nov, 2012 1 commit
-
-
- I added them when playing with input types, but never merged them in
Victor Shnayder committed
-
- 06 Nov, 2012 3 commits
-
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
- 01 Nov, 2012 1 commit
-
-
add to existing test cases to exercise the 'course extras as modules' work in the CMS import. Also add to the existing 'full' test data collection to include policy, tabs, etc.
Chris Dodge committed
-
- 30 Oct, 2012 1 commit
-
-
Calen Pennington committed
-
- 20 Sep, 2012 4 commits
-
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
- 07 Sep, 2012 1 commit
-
-
Calen Pennington committed
-
- 06 Sep, 2012 2 commits
-
-
Victor Shnayder committed
-
Victor Shnayder committed
-
- 03 Sep, 2012 1 commit
-
-
Victor Shnayder committed
-
- 28 Aug, 2012 1 commit
-
-
* was going to use to test duplicated content, but we're not supporting that for now
Victor Shnayder committed
-
- 27 Aug, 2012 1 commit
-
-
* New format: {tag}://{org}/{course}/{category}/{name}[@{revision}] * Updated tests, code * Added test chapter with : in url_name in toy course * added test html page with : in url_name * added a note to docs
Victor Shnayder committed
-
- 21 Aug, 2012 4 commits
-
-
Victor Shnayder committed
-
Victor Shnayder committed
-
* with backcompat location /grading_policy.json
Victor Shnayder committed -
* still backcompat with old mode
Victor Shnayder committed
-
- 20 Aug, 2012 1 commit
-
-
* apply policy per-course, even if multiple courses share course and org fields * keep descriptors separate in xml store, so that if two such courses change the same module in different ways, it works. Such edits will need to merged on CMS import... * add get_instance(course_id, location) method to replace get_item(location). Update all the call sites * tests, including a 2nd toy course with same course and org.
Victor Shnayder committed
-
- 16 Aug, 2012 1 commit
-
-
* course roots live in roots/{url_name}.xml - one is linked from course.xml * policies live in policies/url_name.json - loaded based on course url_name * Updated to pass policy through into xml parsing, so it takes effect before descriptor constructors are called. * Update toy test course to new structure, fix up tests
Victor Shnayder committed
-
- 07 Aug, 2012 2 commits
-
-
- add 'type' and 'points' to capa_module metadata - replace old 'title' tag with display_name
Victor Shnayder committed -
TODO: * need unique slugs for errors so they don't overwrite each other on export. - try to preserve origin slug. If not possible, generate random one. * figure out what metadata to strip. e.g. ({'data': '<problem><p><h1>Finger Exercise 1...'}, {'data': '<problem points="1" type="lecture"><p><h1>Finger Exercise 1...'}, False) - where did points and type come from? Do we want them there? * separate broken and non-broken test courses
Victor Shnayder committed
-
- 27 Jul, 2012 7 commits
-
-
* add course and org to full/course.xml * fix error path in clean_xml script * commit rakefile change needed by c5334f150c
Victor Shnayder committed -
* Add extra nested html file * add a start date
Victor Shnayder committed -
* More tests for mongo modulestore, including tweaks to test files * add location_to_id method to CourseDescriptors * Implement path_to_location method in mongo.py - TODO: does not handle position in sequences yet. * fix bug in jump_to view.
Victor Shnayder committed -
* Clean up test data for simple, toy courses * clean up test_mongo.py * write initial test for path_to_location * hook up view to use path_to_location Next: actually implement it :)
Victor Shnayder committed -
* fix up toy course to match current format * fix github sync test that referred to toy course
Victor Shnayder committed -
* change custom tags in test/data/full to new single-tag format * fix broken file references * fix argument to import_from_xml * error_handler fix in mongo.py in next commit
Victor Shnayder committed -
Victor Shnayder committed
-
- 25 Jul, 2012 1 commit
-
-
Calen Pennington committed
-
- 24 Jul, 2012 2 commits
-
-
Calen Pennington committed
-
Add tests for the edit page for the toy course, and make sure that exporting to github sets up the git repo properly
Calen Pennington committed
-
- 05 Jul, 2012 1 commit
-
-
Calen Pennington committed
-
- 21 Jun, 2012 1 commit
-
-
Victor Shnayder committed
-