- 03 Feb, 2014 2 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
- 31 Jan, 2014 13 commits
-
-
Fixed i18n in templates
Julia Hansbrough committed -
Added a banner that students can use to dismiss the "you have failed reverification" message. Also, removed unused code, wired up the sidebar for design
Julia Hansbrough committed -
Also, refactored code representing ReverifyInfo
Julia Hansbrough committed -
Also, removed an unused template
Julia Hansbrough committed -
Added verification sidebar, banner for major courseware sections, quality & test improvements
Julia Hansbrough committed -
Improved tests, fixed javascript for photocapture, removed extraneous photocapture code, added time & course numbers to templates for design
Julia Hansbrough committed -
Frances Botsford committed
-
Quick-and-dirty end-to-end flow, functional for at least the case of one course in need of re-verification. Ready for design to start taking a look; still needs tests and code cleanup
Julia Hansbrough committed -
Change text in bok_choy scripts to green Added feedback check for AI-assessment test Added peer assessment feedback test Updated Studio/LMS page objects and tests to use bok-choy v0.1.0 Added LMS bok-choy tests from e2e repo
Will Daly committed -
This code adds the ability to add Mako template lookup directories on the fly, allowing third party add-ons to contribute their own Mako templates. A new API function for registering Mako templates is introduced:: from edxmako import add_lookup add_lookup('main', '/path/to/templates') # Or, specify a package to lookup using pkg_resources. This will # add the 'templates' directory inside the current package: add_lookup('main', 'templates', package=__name__)
Chris Rossi committed -
JIRA: FOR-434
Greg Price committed -
Will Daly committed
-
LMS-1494
Usman Khalid committed
-
- 30 Jan, 2014 8 commits
-
-
Dave St.Germain committed
-
fixing unit tests fixing merge error fixing xqueue submission issue with unicode url (trial 0.1) fixing fotmats as commented upon removing yaml file language selection Unicode changes to support QRF removed unnecessary pass in modulestore/init.py fixing merge error fixing fotmats as commented upon removing yaml file language selection fixing pep8 violations - fixing pylint violations pylint violation fixing line spaces and formats ignore pylint E1101 remove empty line fixing pylint violations pep8 violations bulk mail unicode/decode fix migration error fix pep8 just to push again more unicode/decode Final changes to comments and error messages.
Jay Zoldak committed -
Chris Dodge committed
-
Use status code 400 when there is a validation error in creating an account.
David Baumgold committed -
David Baumgold committed
-
STUD-1196
cahrens committed -
Oleg Marshev committed
-
ORA-256
Waheed Ahmed committed
-
- 29 Jan, 2014 15 commits
-
-
David Baumgold committed
-
Add optional feature to lock out accounts after N failed login attempts. Lockouts will last M seconds. add DB migration and fix earlier mistakes in student migration history add tests and fix bugs that came out of those unit tests remove unused import pep8/pylint address some PR feedback fix tests fix broken test try to mock time use freeze-gun to overload the system time to simulate the future
Chris Dodge committed -
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
Calen Pennington committed
-
polesye committed
-
ConfigurationModels can be managed using the admin site. They are append-only, and track the user who is making the change, and the time that the change was made. The configuration is stored in the database, and cached for performance. [LMS-1220]
Calen Pennington committed -
To mark a language as dark-launched, add it to the DARK_LANGUAGES django conf setting. To activate a dark-launched language, set he query parameter `preview-lang` to the language code on any url. [LMS-2045] [LMS-2077] [LMS-2076]
Calen Pennington committed -
Alexander Kryklia committed
-
Alexander Kryklia committed
-
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
-
- 28 Jan, 2014 2 commits