- Jul 16, 2012
-
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
* add optional author_str param to export_to_github * pass the django user info to that param
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
* add dummy has_access(user, location) method * re-organize views by type of access checking needed.
-
Victor Shnayder authored
* connect up views from student app * Add initial @login_required decorators on the protected views * Add tests for some of the basic functionality
-
Galen Frechette authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
CodeResponse for external/queued grading of student code
-
Calen Pennington authored
Victor/cms auth
-
Galen Frechette authored
-
Galen Frechette authored
-
- Jul 14, 2012
-
-
Galen Frechette authored
-
- Jul 13, 2012
-
-
Galen Frechette authored
-
Galen Frechette authored
-
Galen Frechette authored
-
Galen Frechette authored
-
kimth authored
-
Galen Frechette authored
-
Galen Frechette authored
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 authored
-
Galen Frechette authored
adds pressrelease page, breaks about content into seperate pages, imporvoves some visual elements of about and jobs pages
-
kimth authored
-
Victor Shnayder authored
* test_{cms/lms} will run collectstatic first, fasttest_{cms/lms} won't * also add staticfiles dir to test_root gitignore
-
Victor Shnayder authored
* 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 authored
-
Victor Shnayder authored
* Enable account creation * Some code cleanups * Fix access to nonexistent fields in the account creation view * Formatting fixes
-
Victor Shnayder authored
* don't know what the intended fix is
-
Victor Shnayder authored
-
Victor Shnayder authored
-
- Jul 12, 2012
-
-
David Ormsbee authored
Allow module html to link to global static files as well as course static files
-
Bridger Maxwell authored
-
Bridger Maxwell authored
Fixed the errors that were breaking tests from unused simplewiki files and a half-migrated certificates module.
-