- 22 Aug, 2013 1 commit
-
-
Chris Dodge committed
-
- 12 Jul, 2013 1 commit
-
-
Chris Dodge committed
-
- 17 Jun, 2013 1 commit
-
-
-- Changed docstrings to use double quote. -- More consistent naming for youtube IDs (normal_speed_id -> youtube_id_1_0). -- Formatting changes for readability. -- Updated test XML to expect JSON-encoded strings; prevents tests from spuriously failing.
Peter Fogg committed
-
- 13 Jun, 2013 2 commits
-
-
Update XML in old video tests. This change tags like <video youtube="1.0:abcdefg"> to <video youtube_id_1_0="abcdefg".
Peter Fogg committed -
Update XML in old video tests. This change tags like <video youtube="1.0:abcdefg"> to <video youtube_id_1_0="abcdefg".
Peter Fogg committed
-
- 08 Apr, 2013 1 commit
-
-
Chris Dodge committed
-
- 07 Apr, 2013 1 commit
-
-
get metadata inheritance to work with draft stores. Fix bug on .publish() method whereby inherited metadata got written to the DB as 'own-metadata'. Change filter in mako_module.py to return list of own-metadata and inherited-metadata as 'editable-metadata'. Also, add unit test for draft metadata-inheritance and publish
Chris Dodge committed
-
- 21 Feb, 2013 2 commits
-
-
Chris Dodge committed
-
Chris Dodge 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 2 commits
-
-
* 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
-