- 31 Jan, 2014 15 commits
-
-
translate component tooltips
David Baumgold committed -
David Baumgold committed
-
David Baumgold committed
-
Markhoeber/documentation/google hangouts
srpearce committed -
Sylvia Pearce committed
-
Increase timeout for ORA get feedback promise in bok-choy test.
Will Daly committed -
Fix link to testing document.
David Baumgold committed -
Prevent from tabbing on lostpassword link in login page
frances botsford committed -
Unicode changes to support R to L script
Jay Zoldak committed -
Mark Hoeber committed
-
Will Daly committed
-
wire in env settings into aws.py for session inactivity timeouts
chrisndodge committed -
For capa modules if weight is 0 don't try to create Progress objects.
Usman Khalid committed -
LMS-1494
Usman Khalid committed -
Fix pathological po growth
Ned Batchelder committed
-
- 30 Jan, 2014 25 commits
-
-
Added more descriptive page titles.
davestgermain committed -
Dave St.Germain committed
-
Ned Batchelder committed
-
Chris Dodge committed
-
Cache databases to speed up acceptance tests
Will Daly 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 -
Add AWS.py configuration hooks to tie in login failure lockout parameters
chrisndodge committed -
Optional Password Policy enforcement
chrisndodge committed -
Graham Lowe committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Use status code 400 when there is a validation error in creating an account
David Baumgold committed -
Use status code 400 when there is a validation error in creating an account.
David Baumgold committed -
David Baumgold committed
-
Graham Lowe committed
-
Note to Instructors on Regular & Beta Dashboard
Giulio Gratta committed -
Force unique course_id for bulk email authorization
Sarina Canelake committed -
LMS-2134
Sarina Canelake committed -
/register_post is an invalid URL
David Baumgold committed -
David Baumgold committed
-
- Added note to instructors on Forum Admin page of Instructor Dashboard. - Made Role Info divs permanently displayed, but under the user list.
Giulio Gratta committed -
Change the from address for LinkedIn emails
Diana Huang committed -
improve error reporting for reload_forum_users cmd (one-liner)
Sef Kloninger committed -
Diana Huang committed
-
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.
Sef Kloninger committed
-