- 03 Jun, 2015 1 commit
-
-
David Baumgold committed
-
- 06 Jan, 2015 1 commit
-
-
* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
Chris committed
-
- 14 Oct, 2014 1 commit
-
-
Will Daly committed
-
- 08 Apr, 2014 3 commits
-
-
Sarina Canelake committed
-
Signup modal Contact us form courseware-error message
Sarina Canelake committed -
Signup modal Just translate discussion sr text Markdown editor help Help modal and reverify dash
Sarina Canelake committed
-
- 11 Mar, 2014 2 commits
-
-
Giulio Gratta committed
-
Giulio Gratta committed
-
- 04 Mar, 2014 1 commit
-
-
Bertrand Marron committed
-
- 14 Feb, 2014 1 commit
-
-
Brian Talbot committed
-
- 30 Jan, 2014 1 commit
-
-
Use status code 400 when there is a validation error in creating an account.
David Baumgold committed
-
- 29 Jan, 2014 1 commit
-
-
Extend the capabilities of the REGISTRATION_OPTIONAL_FIELDS configuration variable, to allow to select, for each individual field, if it should be 'hidden', 'optional' or 'required'. Rename the configuration variable to REGISTRATION_EXTRA_FIELDS to reflect the additional capabilities, and updates the defaults. As extra fields, configurable through the REGISTRATION_EXTRA_FIELDS variable. Hidden by default. Tickets: MCKIN-168 MCKIN-184 Note: Studio also has a registration page, which uses the same account creation page. It should be possible to use it without requiring the variable from the LMS, as the fields are different.
Xavier Antoviaque committed
-
- 05 Nov, 2013 1 commit
-
-
Allow to control which of the optional fields from the registration page are being displayed to the user. Added the configuration variable `REGISTRATION_OPTIONAL_FIELDS` to control which ones. The default value shows all the fields as currently; to not display some of the fields, set the configuration variable with only the fields you want to display: ``` REGISTRATION_OPTIONAL_FIELDS = [ 'level_of_education', 'gender', 'year_of_birth', 'mailing_address', 'goals' ] ```
Xavier Antoviaque committed
-
- 16 Oct, 2013 1 commit
-
-
Brian Talbot committed
-
- 09 Sep, 2013 1 commit
-
-
The close button for the modal dialog was marked up as a paragraph, containing a graphical text character, inside two div elements, with an associated click event. This made the button unusable for keyboard users. Replaced <divs> with a link element (<a role="button"), adapted the CSS accordingly, and updated the existing <a> modal close buttons.
Xavier Antoviaque committed
-
- 31 Jul, 2013 2 commits
-
-
fixes template errors keep tos untranslated formatting fixes
Adam Palay committed -
Calen Pennington committed
-
- 19 Jun, 2013 1 commit
-
-
Highlights: * The url '/shib-login/' interfaces with apache/mod_shib via request.META to handle shibboleth login and registrations * Courses can designate 'enrollment_domains' to limit enrollment to users with a linked ExternalAuthMap verified by a particular identity provider * Tests * Logging Changes to be committed: new file: common/djangoapps/external_auth/migrations/0001_initial.py new file: common/djangoapps/external_auth/migrations/__init__.py new file: common/djangoapps/external_auth/tests/test_shib.py modified: common/djangoapps/external_auth/views.py modified: common/djangoapps/student/views.py modified: common/lib/xmodule/xmodule/course_module.py modified: lms/djangoapps/courseware/access.py modified: lms/djangoapps/courseware/tests/test_access.py modified: lms/envs/common.py modified: lms/envs/dev.py modified: lms/envs/test.py modified: lms/templates/courseware/course_about.html modified: lms/templates/dashboard.html modified: lms/templates/extauth_failure.html modified: lms/templates/navigation.html modified: lms/templates/register.html modified: lms/templates/signup_modal.html modified: lms/urls.py renamed: lms/wsgi_apache.py -> lms/wsgi_apache_lms.py
Jason Bau committed
-
- 07 May, 2013 3 commits
-
-
Giulio Gratta committed
-
Giulio Gratta committed
-
made signup form labels and close modal button accessible friendly and tweaked login form to match signup form
Giulio Gratta committed
-
- 15 Mar, 2013 1 commit
-
-
LMS Lighthouse [#263]
Carlos Andrés Rocha committed
-
- 06 Feb, 2013 1 commit
-
-
Victor Shnayder committed
-
- 27 Nov, 2012 1 commit
-
-
required.
Ashley Penney committed
-
- 12 Sep, 2012 1 commit
-
-
Kyle Fiedler committed
-
- 07 Sep, 2012 2 commits
-
-
This reverts commit 2b5e8a49, reversing changes made to db0549be.
Kyle Fiedler committed -
Change form style for login and signup modals so it is consistant in every browser and we have no usability problems
Kyle Fiedler committed
-
- 02 Aug, 2012 1 commit
-
-
ichuang committed
-
- 01 Aug, 2012 1 commit
-
-
ichuang committed
-
- 26 Jul, 2012 1 commit
-
-
Matthew Mongeau committed
-
- 23 Jul, 2012 2 commits
-
-
Bridger Maxwell committed
-
Kyle Fiedler committed
-
- 22 Jul, 2012 3 commits
-
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
- 21 Jul, 2012 2 commits
-
-
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.
Bridger Maxwell committed -
Registering now temporarily logs you in. A message is displayed on the dashboard, reminding you to activate your account. Logging in shows a reminder about activating.
Bridger Maxwell committed
-
- 20 Jul, 2012 2 commits
-
-
Kyle Fiedler committed
-
Rearranged more images, made some smaller, made some slight changes to the design on the homepage and made all edX proper case
Kyle Fiedler committed
-
- 19 Jul, 2012 1 commit
-
-
Matthew Mongeau committed
-