Bridger Maxwell
|
2f4aba8042
|
If a user is anonymous when they click the enroll button, they will automatically be enrolled in the course if they immediately log in our create an account.
|
2012-07-21 17:52:28 -04:00 |
|
Bridger Maxwell
|
36373bb457
|
Added an unenroll link (and confirmation) to the dashboard. Enrolling is now a POST of a form.
|
2012-07-20 12:21:35 -04:00 |
|
bridger
|
e247239b69
|
Merge pull request #231 from MITx/dormsbee/no_org_fix
Keep courses and front page from erroring when we're missing an org in data
|
2012-07-19 13:27:39 -07:00 |
|
David Ormsbee
|
17263dcd1b
|
Keep courses and front page from erroring when we're missing an org in the data.
|
2012-07-19 16:19:16 -04:00 |
|
Bridger Maxwell
|
287cfd7dcc
|
university_profile didn't have the ensure_csrf_cookie decorator. course_about and university_profile didn't have the cache_if_anonymous decorator.
|
2012-07-19 15:47:19 -04:00 |
|
Matthew Mongeau
|
1f595ef401
|
Order courses according to univesity on courses page.
|
2012-07-19 10:26:39 -04:00 |
|
Calen Pennington
|
49ee12963f
|
Merge pull request #185 from MITx/kimth/lms-coderesponse
Kimth/lms coderesponse
|
2012-07-19 06:29:48 -07:00 |
|
David Ormsbee
|
9ec8c9934e
|
Merge pull request #209 from MITx/dormsbee/uni_profile
Dormsbee/uni profile
|
2012-07-18 13:39:43 -07:00 |
|
David Ormsbee
|
16eeb43a04
|
Add University Profile page with images and text blurbs
|
2012-07-18 16:17:12 -04:00 |
|
Bridger Maxwell
|
a9078ac0b0
|
check_course didn't have the right exception being caught.
|
2012-07-18 16:00:03 -04:00 |
|
Bridger Maxwell
|
f25dbc0854
|
Added {COURSE_STATIC_URL} format key for about section html. Changed get_about_section to be get_course_about_section in courseware.courses.
|
2012-07-18 13:48:20 -04:00 |
|
Bridger Maxwell
|
14dc52f66d
|
Merge remote-tracking branch 'origin/dormsbee/at_a_glance' into release/1.0
|
2012-07-18 13:25:59 -04:00 |
|
Matthew Mongeau
|
44e8d7474c
|
Move logic into view.py for whether user is enrolled.
|
2012-07-18 11:54:36 -04:00 |
|
Bridger Maxwell
|
f007a8ff92
|
The about image is now pulled from the course data directory and shown on the homepage, about course, and dashboard. Working on a way to show other, arbitrary course images.
|
2012-07-18 11:44:19 -04:00 |
|
Bridger Maxwell
|
e4a3b261d4
|
Moved enroll and course_about to courseware, because they depend on lms.
|
2012-07-17 17:09:20 -04:00 |
|
kimth
|
8c327eb07f
|
Moved imports to top of file
|
2012-07-17 14:44:20 -04:00 |
|
Bridger Maxwell
|
2f4cf23b73
|
Merge remote-tracking branch 'origin/master' into course_start
Conflicts:
common/djangoapps/student/views.py
|
2012-07-17 12:53:27 -04:00 |
|
Bridger Maxwell
|
938f0d1995
|
Changed check_course from a decorator to a regular function that throws exceptions. Much easier to understand now.
|
2012-07-17 11:12:42 -04:00 |
|
kimth
|
803b0c4fd0
|
Callback uses userid rather than username
|
2012-07-17 10:59:27 -04:00 |
|
kimth
|
093ac9d101
|
CorrectMap in LMS keeps track of problems as being queued
|
2012-07-16 16:19:35 -04:00 |
|
Bridger Maxwell
|
70e2f7c0d5
|
Merged with master. Moved a bunch of static template files to their own urls (without /t/template).
|
2012-07-16 15:32:22 -04:00 |
|
Bridger Maxwell
|
960c8619e5
|
Added a cache_if_anonymous decorator.
|
2012-07-16 13:40:17 -04:00 |
|
Bridger Maxwell
|
ed624d0b72
|
Cleaned up check_course decorator a bit.
|
2012-07-16 12:54:24 -04:00 |
|
Bridger Maxwell
|
4f4e751321
|
Merge
|
2012-07-16 12:42:49 -04:00 |
|
Bridger Maxwell
|
0c41576e1e
|
Some changes from code review.
|
2012-07-16 12:06:17 -04:00 |
|
Bridger Maxwell
|
264e324c50
|
Changed format of start date parsing to ISO 8601
|
2012-07-16 11:27:13 -04:00 |
|
kimth
|
6d3516a754
|
CodeResponse for queued code checking
|
2012-07-13 13:45:38 -04:00 |
|
Bridger Maxwell
|
ecc50314f7
|
Added a decorator that prevents access to course pages until the course has started.
|
2012-07-13 10:31:36 -04:00 |
|
Bridger Maxwell
|
8d7c4ad8de
|
Added a start date to courses. Created a decorator to retrieve the course and check that it is open.
|
2012-07-12 16:27:20 -04:00 |
|
bridger
|
28007b280c
|
Merge pull request #168 from MITx/multicourse_wiki
Multicourse wiki
|
2012-07-12 07:35:17 -07:00 |
|
Calen Pennington
|
c468d47aa2
|
Minor change in comment about module type/category
|
2012-07-11 22:19:34 -04:00 |
|
Calen Pennington
|
e39e454ff2
|
Correct comments for get_module
|
2012-07-11 22:19:34 -04:00 |
|
Calen Pennington
|
920c397292
|
Be more specific about what the random number generator seed is
|
2012-07-11 22:19:34 -04:00 |
|
Calen Pennington
|
1263d82d06
|
Add comments on StudentModuleCache arguments
|
2012-07-11 22:19:34 -04:00 |
|
Bridger Maxwell
|
5bf6c73259
|
Merge with master.
|
2012-07-11 15:26:26 -04:00 |
|
Calen Pennington
|
6dd141247d
|
Fixing github_sync to work with multiple course data directories
|
2012-07-10 14:58:27 -04:00 |
|
Calen Pennington
|
fdd9663699
|
Merge remote-tracking branch 'origin/master' into dormsbee/multicourse
Conflicts:
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/modulestore/xml.py
lms/djangoapps/courseware/views.py
lms/templates/index.html
lms/templates/info.html
lms/templates/main.html
lms/templates/navigation.html
requirements.txt
|
2012-07-10 13:39:19 -04:00 |
|
Calen Pennington
|
5406b9bb40
|
Make /static/ urls work in the courseware
|
2012-07-10 12:54:47 -04:00 |
|
Matthew Mongeau
|
1fcc02579d
|
Pass a course to get_section
|
2012-07-09 17:49:49 -04:00 |
|
Bridger Maxwell
|
640a71bb21
|
Merge branch 'dormsbee/multicourse' into multicourse_wiki
|
2012-07-09 15:54:50 -04:00 |
|
Matthew Mongeau
|
51c65e214a
|
Get initial courseware page displaying.
|
2012-07-09 15:01:10 -04:00 |
|
Bridger Maxwell
|
631cc8e874
|
Merge branch 'dormsbee/multicourse' into multicourse_wiki
|
2012-07-09 14:28:43 -04:00 |
|
Matthew Mongeau
|
c47cdc7f87
|
Fix some path problems.
|
2012-07-09 14:06:44 -04:00 |
|
Matthew Mongeau
|
3053caec7e
|
Get course about page working.
|
2012-07-09 13:48:18 -04:00 |
|
ichuang
|
3a664753b4
|
minor changes - test this branch with more courses (8.01x, 6.00x)
|
2012-07-08 22:05:21 -04:00 |
|
ichuang
|
0daf7b0497
|
merging of stable-edx4edx into master - bugfixes and debugging
|
2012-07-08 19:03:29 -04:00 |
|
ichuang
|
4356ec5c45
|
default course to settings.COURSE_DEFAULT
|
2012-07-08 17:00:08 -04:00 |
|
ichuang
|
9b90068e03
|
Merge branch 'stable-edx4edx' of github.com:MITx/mitx
Conflicts:
common/lib/xmodule/seq_module.py
common/lib/xmodule/xmodule/capa_module.py
lms/djangoapps/courseware/module_render.py
lms/djangoapps/courseware/views.py
lms/djangoapps/multicourse/multicourse_settings.py
|
2012-07-08 16:52:36 -04:00 |
|
Matthew Mongeau
|
5109253378
|
Revert "workarounds for get_about_section"
This reverts commit 05e1bcf4f1.
|
2012-07-06 17:23:56 -04:00 |
|
Matthew Mongeau
|
05e1bcf4f1
|
workarounds for get_about_section
|
2012-07-06 17:13:53 -04:00 |
|