bridger
dbf0bf34d8
Merge pull request #204 from MITx/dormsbee/at_a_glance
...
Add some more info the the "About" Course page "at a glance" section
2012-07-18 10:39:34 -07: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
David Ormsbee
2f96527f1b
Merge pull request #203 from MITx/multicourse-countries-and-other-demographics
...
Multicourse countries and other demographics
2012-07-18 10:21:33 -07:00
David Ormsbee
588f115b33
Add support for optional end_date, effort, and prerequisites info on course_about
2012-07-18 13:17:31 -04:00
Galen Frechette
98ee9fb447
adds styles to new inputs on signup form
2012-07-18 13:04:27 -04:00
Matthew Mongeau
dd0cd57ead
Add date_of_birth
2012-07-18 13:02:56 -04:00
Matthew Mongeau
456054a261
Cleanup.
2012-07-18 13:02:31 -04:00
Matthew Mongeau
67221b0725
Added countries and other demographics to be stored in db.
2012-07-18 13:02:07 -04:00
Matthew Mongeau
7e25f39f62
Change stored gender value for students.models.UserProfile
...
* Changed from 'male', 'female', and 'other' to 'm', 'f', and 'o'
2012-07-18 13:00:40 -04:00
David Ormsbee
23460730fc
Merge pull request #201 from MITx/mm-registered
...
Display registered when already registered for a course.
2012-07-18 09:02:23 -07:00
Rocky Duan
f7c51870f3
initial setup for the discussion module
2012-07-18 12:00:42 -04:00
Matthew Mongeau
44e8d7474c
Move logic into view.py for whether user is enrolled.
2012-07-18 11:54:36 -04:00
Matthew Mongeau
5824b2ebe2
Display registered when already registered for a course.
2012-07-18 11:48:02 -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
David Ormsbee
cae5c99e10
Merge pull request #202 from MITx/mm-force-json-encoding
...
Force dataType to 'text json'
2012-07-18 08:37:26 -07:00
Matthew Mongeau
7d3c778268
Force dataType to 'text json'
2012-07-18 11:36:20 -04:00
kimth
84eb3efa8a
Implemented 'initial_display' for CodeResponse
2012-07-18 11:08:17 -04:00
David Ormsbee
0c5395a5dc
Merge pull request #200 from MITx/dormsbee/unknown_courses
...
Ignore registrations for Courses that can't be found
2012-07-18 08:00:48 -07:00
Galen Frechette
72f772d6ff
adds styles to reset password page
2012-07-18 10:56:59 -04:00
David Ormsbee
7acfdcd16d
Ignore registrations for Courses that can't be found
2012-07-18 10:49:45 -04:00
David Ormsbee
1979f3a33b
Remove Contact link from top nav (got moved into the About section)
2012-07-18 10:38:58 -04:00
Bridger Maxwell
0b097f470d
Merge branch 'release/1.0' of github.com:MITx/mitx into release/1.0
2012-07-18 10:37:07 -04:00
Bridger Maxwell
c24c88022b
Changed wording in emails to remove any 6.002x or MITx reference.
2012-07-18 10:36:55 -04:00
David Ormsbee
824ea6f72e
Merge pull request #199 from MITx/dormsbee/course_images
...
Dormsbee/course images
2012-07-18 07:24:23 -07:00
Matthew Mongeau
63fd5b57dd
Fix _modal.scss merge conflicts.
2012-07-18 10:23:44 -04:00
Matthew Mongeau
9bf4b11ae9
Style notice.
2012-07-18 10:11:06 -04:00
Matthew Mongeau
c5d3efdf60
Show sign up form if not signed in.
2012-07-18 10:10:37 -04:00
kimth
bb0601ff7a
Further tests of CorrectMap in CodeResponse unit testing
2012-07-18 08:54:54 -04:00
David Ormsbee
8768189db1
Video slot only appears in course about page if there is a video (note: url is still fixed).
2012-07-18 01:29:00 -04:00
David Ormsbee
6eccf99aca
Add course start dates to course boxes in courses list view.
2012-07-17 23:50:18 -04:00
Galen Frechette
ba8eb93b43
adds styles to password reset modal
2012-07-17 22:53:03 -04:00
David Ormsbee
a12e628fb1
Display real course start date in course about page
2012-07-17 22:52:19 -04:00
Galen Frechette
7af062ea33
updates UC Berkeley logo
2012-07-17 22:15:28 -04:00
ichuang
2eaa6dbc25
Merge pull request #198 from dementrock/master
...
fixed the bug that you can enroll a course several times
2012-07-17 18:41:36 -07:00
Rocky Duan
7c480dd5b5
only enroll a given course once
2012-07-17 20:19:34 -04:00
David Ormsbee
da31f76dfb
Merge pull request #196 from MITx/mm-signup-errors
...
Fix sign up styles.
2012-07-17 15:38:36 -07:00
kimth
1ddc3b560b
Deep copy of CorrectMap was implied by code. Made it actually the case
2012-07-17 18:33:56 -04:00
kimth
15b42b68eb
Unit tests for CodeResponse update_score
2012-07-17 18:20:03 -04:00
Matthew Mongeau
c0fffa451b
Fix sign up styles.
2012-07-17 18:09:48 -04:00
Galen Frechette
14b6ad25a7
changes about page layout to longform blog style layout to accomodate large amounts of copy
2012-07-17 17:49:44 -04:00
pmitros
b0328b245f
Merge pull request #195 from dementrock/master
...
Minor bug fix. Properly handles script tags where there are spaces before closing brace.
Code is also more elegant than original.
Note that this is not a security bug, as the fix indicated.
2012-07-17 14:49:34 -07:00
Bridger Maxwell
e4a3b261d4
Moved enroll and course_about to courseware, because they depend on lms.
2012-07-17 17:09:20 -04:00
sidhanth rao
aded6a4fce
hello
2012-07-17 17:02:09 -04:00
kimth
631517ccdd
Queue callback consumes queuekey
2012-07-17 17:01:28 -04:00
Rocky Duan
ef2a8467e8
fix potential <script> tag escape bug
2012-07-17 17:00:36 -04:00
kimth
0b538fdac8
Fixed bug in answer prefetching in LoncapaProblem._preprocess_problem
2012-07-17 16:58:55 -04:00
Bridger Maxwell
aaa31594b1
Forgot to add changes to this scss file in last commit.
2012-07-17 16:54:13 -04:00
Bridger Maxwell
224ce121e7
Merge branch 'release/1.0' of github.com:MITx/mitx into release/1.0
2012-07-17 16:38:57 -04:00
Bridger Maxwell
b8317619f2
Changed urls for the portal-icons to be relative, which makes them work.
2012-07-17 16:38:48 -04:00
Matthew Mongeau
f630446de3
Remove password_reset_form
2012-07-17 16:27:32 -04:00