- 24 Jul, 2014 1 commit
-
-
polesye committed
-
- 21 Jul, 2014 1 commit
-
-
Some users erroneously set their password as their username with the original layout, because the username field directly followed the password field. Users may be accustomed to the common occurrence of a password confirmation field directly following the password field. To fix the issue, I did the following: - Moved the existing username and real name form fields above the password field. - Added a validation in the create_account handler in common/djangoapps/student/views.py, which confirms that the password field does not match the username field. New tests created to check the added functionality.
njdup committed
-
- 20 Jul, 2014 1 commit
-
-
Studio: corrects new course field tip copy to reflect what provided course values cannot be changed later STUD-2001
Brian Talbot committed
-
- 18 Jul, 2014 1 commit
-
-
polesye committed
-
- 16 Jul, 2014 1 commit
-
-
Just done by using the escapejs function :)
louyihua committed
-
- 14 Jul, 2014 2 commits
- 10 Jul, 2014 1 commit
-
-
Sarina Canelake committed
-
- 08 Jul, 2014 1 commit
-
-
STUD-1955 HTML escaped localized text that was output to JavaScript.
Andy Armstrong committed
-
- 04 Jul, 2014 1 commit
-
-
Tim Babych committed
-
- 03 Jul, 2014 1 commit
-
-
Tim Babych committed
-
- 02 Jul, 2014 2 commits
- 27 Jun, 2014 2 commits
-
-
The code behind uses course run to fill this field, so maybe the filed's name should be changed as well?
louyihua committed -
Currently the code in ```tabs-aggregator.coffee``` uses the display name of a tab as the key to index the current tab. When a non-english translation is applied, the javascript code will get localized names instead of the original english names, which causes the following ```getValue``` function fails as it cannot reference the correct tab. Use the 'data' attribute to store the original tab name.
louyihua committed
-
- 26 Jun, 2014 2 commits
-
-
Refactor get_parent_locations STUD-1663
Nimisha Asthagiri committed -
STUD-302, STUD-303
cahrens committed
-
- 20 Jun, 2014 1 commit
-
-
STUD-1658
Andy Armstrong committed
-
- 19 Jun, 2014 1 commit
-
-
fix other various i18n issues
Sarina Canelake committed
-
- 18 Jun, 2014 1 commit
-
-
STUD-1792
cahrens committed
-
- 05 Jun, 2014 1 commit
-
-
STUD-1529
cahrens committed
-
- 04 Jun, 2014 1 commit
-
-
STUD-1679
zubair-arbi committed
-
- 03 Jun, 2014 1 commit
-
-
Ben McMorran committed
-
- 30 May, 2014 1 commit
-
-
Adam Palay committed
-
- 29 May, 2014 4 commits
-
-
Mark Hoeber committed
-
All now go to getting started, but have different tokens, for further segmenting later.
Mark Hoeber committed -
STUD-1312
Andy Armstrong committed -
As TinyMCE's CodeMirror plug-in uses 'window.location.origin' which is not supported by Internet Explorer, the HTML or raw code editor does not work under Internet Explorer. We need to create one in order to make these vendor codes work under Internet Explorer.
louyihua committed
-
- 27 May, 2014 1 commit
-
-
1. Current code uses type name as the display names for XBlock buttons, so the name of these five buttons can't be localized. This fix contains code that adds a 'display_name' field for the buttons, and makes their names localizable. 2. The display names of components in advanced, html and problem types can be localized now.
louyihua committed
-
- 23 May, 2014 1 commit
-
-
DOC-484
Mark Hoeber committed
-
- 22 May, 2014 2 commits
-
-
Calen Pennington committed
-
Now the description & action_text strings in checklists can be extracted and translated.
louyihua committed
-
- 21 May, 2014 2 commits
-
-
This commit implements STUD-1490, allowing creation of components on the container page. It also enables the delete and duplicate buttons now that new content can be created that would benefit. Note that it also creates shared functionality for adding components, and refactors the unit page to use it too.
Andy Armstrong committed -
STUD-1523
zubiar-arbi committed
-
- 17 May, 2014 5 commits
-
-
Nimisha Asthagiri committed
-
Sock template changes
Mark Hoeber committed -
Nimisha Asthagiri committed
-
Changed help button to link and removed drop-down items
Mark Hoeber committed -
Nimisha Asthagiri committed
-
- 12 May, 2014 1 commit
-
-
polesye committed
-