- 31 Jan, 2014 4 commits
-
-
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
-
- 30 Jan, 2014 5 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 -
Use status code 400 when there is a validation error in creating an account.
David Baumgold committed -
update test to reflect that the non-microsite homepage has been changed to remove all the partnership content
Chris Dodge committed -
Oleg Marshev committed
-
- 29 Jan, 2014 2 commits
-
-
polesye 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 3 commits
-
-
jorr committed
-
Dave St.Germain committed
-
Added feedback check for AI-assessment test Added peer assessment feedback test
Will Daly committed
-
- 25 Jan, 2014 1 commit
-
-
Giulio Gratta committed
-
- 24 Jan, 2014 3 commits
-
-
Chris Dodge committed
-
configure middleware add test for session inactive timeouts add Studio inactive session timeout test change login method used add create_test_account to test make sure the expected redirect URL is right fix indenting problem fix doc string since we moved from minutes to seconds use utility methods rather than calling another test to set up and activate an account clean up code violations respond to PR feedback use optional params to make code cleaner pylint fix on test files
Chris Dodge committed -
Oleg Marshev committed
-
- 23 Jan, 2014 3 commits
-
-
polesye committed
-
Move microsite test assets to common/test Rename helper method to not have test in the name Rename test css file
Jay Zoldak committed -
polesye committed
-
- 22 Jan, 2014 3 commits
-
-
polesye committed
-
[LMS-2073] [STUD-1197]
Calen Pennington committed -
Tests LMS-2073 (non-ascii course image names) and STUD-1197 (spaces in course image names)
Calen Pennington committed
-
- 17 Jan, 2014 1 commit
-
-
Don Mitchell committed
-
- 16 Jan, 2014 1 commit
-
-
catch additional FEATURE['ENABLE_MKTG_SITE'] checks and make sure MicrositeConfigurations will override the global setting one more faulty login regarding ENABLE_MKTG_SITE=true situations
Chris Dodge committed
-
- 14 Jan, 2014 9 commits
-
-
Don Mitchell committed
-
STUD-1006
Don Mitchell committed -
Don Mitchell committed
-
Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it pep8/pylint fixes address PR feedback, remove underscore from test hostname more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team manually add Ned's single-to-double quote fix change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path Conflicts: lms/templates/help_modal.html
Chris Dodge committed -
XModules continue to use their own interface for xml, but provide an adaptor that makes the the XBlock interface available. [LMS-179]
Calen Pennington committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Adds a feature to the edX platform which allows instructors to set individual due dates for students on particular coursework. This code is meant primarily for on-campus use--it is not intended that this feature would be used for MOOCs. It adds a new tab, "Extensions", to the beta instructor dashboard which allows changing due dates per student. This feature is enabled by setting FEATURES['INDIVIDUAL_DUE_DATES'] = True.
Chris Rossi committed -
Sarina Canelake committed
-
- 13 Jan, 2014 1 commit
-
-
polesye committed
-
- 10 Jan, 2014 1 commit
-
-
[LMS-226] [LMS-2013]
Calen Pennington committed
-
- 09 Jan, 2014 2 commits
-
-
Calen Pennington committed
-
The django.utils.translation module has the right interface to serve as a gettext.Translations object, so we use it for the runtime i18n service. LMS-1597
Ned Batchelder committed
-
- 03 Jan, 2014 1 commit
-
-
Brian Wilson committed
-