- Jan 31, 2014
-
-
Chris Rossi authored
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__)
-
srpearce authored
Markhoeber/documentation/google hangouts
-
Sylvia Pearce authored
-
Will Daly authored
Increase timeout for ORA get feedback promise in bok-choy test.
-
David Baumgold authored
Fix link to testing document.
-
frances botsford authored
Prevent from tabbing on lostpassword link in login page
-
Jay Zoldak authored
Unicode changes to support R to L script
-
Mark Hoeber authored
-
Will Daly authored
-
chrisndodge authored
wire in env settings into aws.py for session inactivity timeouts
-
Usman Khalid authored
For capa modules if weight is 0 don't try to create Progress objects.
-
Usman Khalid authored
LMS-1494
-
Ned Batchelder authored
Fix pathological po growth
-
- Jan 30, 2014
-
-
davestgermain authored
Added more descriptive page titles.
-
Dave St.Germain authored
-
Ned Batchelder authored
-
Chris Dodge authored
-
Will Daly authored
Cache databases to speed up acceptance tests
-
Jay Zoldak authored
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.
-
chrisndodge authored
Add AWS.py configuration hooks to tie in login failure lockout parameters
-
chrisndodge authored
Optional Password Policy enforcement
-
Graham Lowe authored
-
Chris Dodge authored
-
Chris Dodge authored
-
David Baumgold authored
Use status code 400 when there is a validation error in creating an account
-
David Baumgold authored
Use status code 400 when there is a validation error in creating an account.
-
David Baumgold authored
-
Graham Lowe authored
-
Giulio Gratta authored
Note to Instructors on Regular & Beta Dashboard
-
Sarina Canelake authored
Force unique course_id for bulk email authorization
-
Sarina Canelake authored
LMS-2134
-
David Baumgold authored
/register_post is an invalid URL
-
David Baumgold authored
-
Giulio Gratta authored
- Added note to instructors on Forum Admin page of Instructor Dashboard. - Made Role Info divs permanently displayed, but under the user list.
-
Diana Huang authored
Change the from address for LinkedIn emails
-
Sef Kloninger authored
improve error reporting for reload_forum_users cmd (one-liner)
-
Diana Huang authored
-
Sef Kloninger authored
If this management command fails it's tough to figure out why without seeing the text from the exception. Luckily comment service does return useful feedback, we just have to show it. This one-line change just add the exception text to the error message. Before (with spurrious debug msgs removed): sefk@util1:~$ ./manage.sh reload_forum_users Anthonyhubendurance update user info to discussion failed for user with id: Anthonyhubendurance After: sefk@util1:~$ ./manage.sh reload_forum_users Anthonyhubendurance update user info to discussion failed for user with id: Anthonyhubendurance, error=u'["Email is already taken"]' No unit testing (sorry) added since this doesn't have coverage already, and it's just a simple error case.
-
Brian Talbot authored
LMS: Quick Clean Up of Old Index
-
Bertrand Marron authored
-