- 16 Jul, 2012 12 commits
-
-
Victor Shnayder committed
-
* add dummy has_access(user, location) method * re-organize views by type of access checking needed.
Victor Shnayder committed -
* connect up views from student app * Add initial @login_required decorators on the protected views * Add tests for some of the basic functionality
Victor Shnayder committed -
Galen Frechette committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
CodeResponse for external/queued grading of student code
Calen Pennington committed -
Victor/cms auth
Calen Pennington committed -
Galen Frechette committed
-
Galen Frechette committed
-
- 14 Jul, 2012 1 commit
-
-
Galen Frechette committed
-
- 13 Jul, 2012 17 commits
-
-
Galen Frechette committed
-
Galen Frechette committed
-
Galen Frechette committed
-
Galen Frechette committed
-
kimth committed
-
Galen Frechette committed
-
cleans up home page header design, adds social sharing to header, adds tos, privacy policy, honor code, help and copyright pages, add liks to those pages in footer, finished contact page
Galen Frechette committed -
Galen Frechette committed
-
adds pressrelease page, breaks about content into seperate pages, imporvoves some visual elements of about and jobs pages
Galen Frechette committed -
kimth committed
-
* test_{cms/lms} will run collectstatic first, fasttest_{cms/lms} won't * also add staticfiles dir to test_root gitignore
Victor Shnayder committed -
* 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 10 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
-