938f0d1995
Changed check_course from a decorator to a regular function that throws exceptions. Much easier to understand now.
Bridger Maxwell
2012-07-17 11:12:42 -04:00
934b37c195
Remove json import from capa_problem -- needed for debug
kimth
2012-07-17 11:12:23 -04:00
b4a8417e70
Use Course.number, remove final exam and content length from the course sidebar (do we have that data yet?)
David Ormsbee
2012-07-17 11:03:49 -04:00
803b0c4fd0
Callback uses userid rather than username
kimth
2012-07-17 10:59:27 -04:00
28fc3ec18a
Add overview.html, a simple one page place where course staff can control a course about page.
David Ormsbee
2012-07-17 10:54:21 -04:00
767469381b
renames some scss files for better orginization, sets fixed widths on main containers to avoid akward scaling issues untill media queries can be added for more responsive scaling
Galen Frechette
2012-07-16 22:23:43 -04:00
0682401841
Allows for additional paths when executing code in a loncapa problem. Adds a default path of data/course/code.
Arjun Singh
2012-07-16 16:53:38 -04:00
093ac9d101
CorrectMap in LMS keeps track of problems as being queued
kimth
2012-07-16 16:19:35 -04:00
70e2f7c0d5
Merged with master. Moved a bunch of static template files to their own urls (without /t/template).
Bridger Maxwell
2012-07-16 15:32:22 -04:00
c343734297
Merge pull request #183 from MITx/victor/cms_more_auth
Victor Shnayder
2012-07-16 11:12:58 -07:00
f8ce11a6b5
Add fixes to notes in #182
Victor Shnayder
2012-07-16 14:08:03 -04:00
3f356bfb1b
Add basic framework for checking permissions
Victor Shnayder
2012-07-16 10:05:24 -04:00
c176a7fe92
Add account creation and login to CMS
Victor Shnayder
2012-07-15 14:01:01 -04:00
5033ec656c
changes home page header design to accomodate new tagline, adds copy to about page and 1 blog post
Galen Frechette
2012-07-16 12:58:58 -04:00
ed624d0b72
Cleaned up check_course decorator a bit.
Bridger Maxwell
2012-07-16 12:54:24 -04:00
cd2eacc675
Moved static template views to one folder. Removed the stub view functions from student and used static_template_views instead.
Bridger Maxwell
2012-07-13 17:42:23 -04:00
3be186c142
improves style of video modals
Galen Frechette
2012-07-13 14:22:04 -04:00
b833f52d9c
adds autoplaying to modal videos when opened, stops video playback when modal closes
Galen Frechette
2012-07-13 13:39:40 -04:00
cd345ae3bb
converts modals to use jquery leanModal
Galen Frechette
2012-07-12 22:32:09 -04:00
3fca8a9dd0
cleans up rss feed on home page, still wip
Galen Frechette
2012-07-12 18:17:32 -04:00
e7c25c9999
Remove reset button being on all the time (for debug)
kimth
2012-07-13 13:57:29 -04:00
296ae34e34
wip news feed on home page
Galen Frechette
2012-07-12 17:49:39 -04:00
35c5de8128
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
2012-07-12 14:48:34 -04:00
8a5e3bf4d2
adds pressrelease page, breaks about content into seperate pages, imporvoves some visual elements of about and jobs pages
Galen Frechette
2012-07-11 14:09:13 -04:00
6d3516a754
CodeResponse for queued code checking
kimth
2012-07-13 13:45:38 -04:00
60da23042f
Adding a setting to disable the wiki in deployment.
Bridger Maxwell
2012-07-13 13:36:38 -04:00
1f1fab4992
add fasttest rake command
Victor Shnayder
2012-07-13 12:07:42 -04:00
339e9a68f4
Make end-to-end tests work again
Victor Shnayder
2012-07-13 11:23:09 -04:00
4604ca63fe
Add some docs on static file handling
Victor Shnayder
2012-07-13 10:39:29 -04:00
ff59c9bfa9
Initial connection of student module with cms.
Victor Shnayder
2012-07-11 16:45:33 -04:00
924a911139
formatting fixes and note about bug
Victor Shnayder
2012-07-11 16:38:53 -04:00
6e98255cd5
remove reference to course from signup email subject
Victor Shnayder
2012-07-11 16:38:22 -04:00
39a1502e1a
Move student app from lms to common
Victor Shnayder
2012-07-12 13:20:57 -04:00
ecc50314f7
Added a decorator that prevents access to course pages until the course has started.
Bridger Maxwell
2012-07-13 10:31:36 -04:00
214d03c1fa
Merge pull request #177 from MITx/feature/lms-static-files
David Ormsbee
2012-07-12 14:51:03 -07:00
d1f8f4bef0
Forgot to add this file in the last commit.
Bridger Maxwell
2012-07-12 17:10:12 -04:00
d5a5fcec4d
Fixed the errors that were breaking tests from unused simplewiki files and a half-migrated certificates module.
Bridger Maxwell
2012-07-12 16:43:48 -04:00
8d7c4ad8de
Added a start date to courses. Created a decorator to retrieve the course and check that it is open.
Bridger Maxwell
2012-07-12 16:27:20 -04:00
fefda5db62
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
2012-07-12 16:09:34 -04:00
305cd30da9
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
2012-07-12 16:03:12 -04:00
d1d57e81cf
Don't crash the system if you can't parse an xml file while loading a definition for a module descriptor
Calen Pennington
2012-07-12 14:04:09 -04:00