- 13 Jul, 2012 6 commits
-
-
* NOTE: successfully running the tests depends on an updated version of django-pipeline, which fixes a unicode bug (https://github.com/MITx/django-pipeline/commit/efaba4ac63bc635da6a728603e87e14758541ec7) Config changes: * Use separate db for the cms * Run collectstatic before running tests--needed to get everything in the right place for loading pages * fix some paths related to this * Turn off JS compressor for CMS * add empty test_root/uploads dir Code changes: * Add cms tests to check that home page and signup pages load * Add cms account creation test * Make github sync tests clean out repo dirs before running.
Victor Shnayder committed -
Victor Shnayder committed
-
* Enable account creation * Some code cleanups * Fix access to nonexistent fields in the account creation view * Formatting fixes
Victor Shnayder committed -
* don't know what the intended fix is
Victor Shnayder committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
- 12 Jul, 2012 34 commits
-
-
Allow module html to link to global static files as well as course static files
David Ormsbee committed -
Bridger Maxwell committed
-
Fixed the errors that were breaking tests from unused simplewiki files and a half-migrated certificates module.
Bridger Maxwell committed -
Only munge /static/ urls in module html to point to course static files if they don't exist in the global static locations
Calen Pennington committed -
Calen Pennington committed
-
The path user by url is based on the output css file, which ends up in static/sass, so only use ../, rather than ../../, to reference images
Calen Pennington committed -
Don't crash the system if you can't parse an xml file while loading a definition for a module descriptor
Calen Pennington committed -
updating activation mail, adding Gemfile.lock to gitignore
Calen Pennington committed -
John Jarvis committed
-
Calen Pennington committed
-
Multicourse wiki
bridger committed -
Utf8 migration merge
bridger committed -
Bridger Maxwell committed
-
Bridger Maxwell committed
-
CMS import backwards compatibility - edx4edx and 8.01x course repo errors fixed and verified - moving forward, it would be nice if the LMS+CMS xml import failed more gracefully when encountering errors in the xml files, when in debug or authoring mode. For example, an inadvertent xml error in one problem (eg created by a mistake in an import tool used in the CMS) should not bring down the whole LMS. Ditto if one problem gets deleted from the mongodb or filesystem.
ichuang committed -
Calen Pennington committed
-
Calen Pennington committed
-
Allow importing of courses that don't have the expected path/filename structure for problems and html
Calen Pennington committed -
This cleans up remaining issues w/ https://github.com/MITx/mitx/pull/155
ichuang committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-