- 31 Mar, 2015 15 commits
-
-
Fixed i18n Problem with xBlock Menu
Sarina Canelake committed -
Convert Vertical XModule to pure Vertical XBlock.
Calen Pennington committed -
mattdrayer/SOL-461: Student dashboard clean-up
Matt Drayer committed -
Remove timer_expiration_duration (leftover from Pearson proctored exams)
David Ormsbee committed -
Fix two missing replacements of {studio_name}
Sarina Canelake committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Marco Morales committed
-
Located in ```howitworks.html``` and ```import.html```.
louyihua committed
-
- 30 Mar, 2015 15 commits
-
-
Addressed bug in the following issue: https://openedx.atlassian.net/browse/TNL-1296?filter=12810 There were strings that were not i18n in the xblock problem menu. The fix I made seems a little hacky. The yaml files controlled what the titles ended up being in menu. Since yaml has no i18n capabilities, and since mako does not allow for hashtables (unless they are introduced from the function/class that renders them) the commit I made was the best solution I could think of. If you know how to introduce i18n strings into yaml files or where this file is being rendered so I can pass in a hashtable that would be great! More discussion/information on this issue can be found in the issue thread linked above. Observe bad behavior: 1. Load Studio. 2. Log in as staff@example.com. 3. Click "Content" and go to "Outline" in the dropdown. 4. In Example Week 1 click on "Homework." 5. Click on any question from the dropdown. 6. Click on "Problem." 7. Clicking on both "Common Problem Types" and "Advanced," notice how some options are not i18n. ~Please keep this webpage open after viewing the bad results~ View Correction: 1. Put my code into your edx-platform folder. 2. Kill the studio process. 3. While logged in as edxapp enter the following into your commandline: paver i18n_extract && paver i18n_dummy && paver i18n_generate && paver devstack studio 4. Reload the studio page and notice how the strings are in the correct i18n format. Fixed i18n Problem with xBlock Menu Addressed bug in the following issue: https://openedx.atlassian.net/browse/TNL-1296?filter=12810 There were strings that were not i18n in the xblock problem menu. The fix I made seems a little hacky. The yaml files controlled what the titles ended up being in menu. Since yaml has no i18n capabilities, and since mako does not allow for hashtables (unless they are introduced from the function/class that renders them) the commit I made was the best solution I could think of. If you know how to introduce i18n strings into yaml files or where this file is being rendered so I can pass in a hashtable that would be great! More discussion/information on this issue can be found in the issue thread linked above. Observe bad behavior: 1. Load Studio. 2. Log in as staff@example.com. 3. Click "Content" and go to "Outline" in the dropdown. 4. In Example Week 1 click on "Homework." 5. Click on any question from the dropdown. 6. Click on "Problem." 7. Clicking on both "Common Problem Types" and "Advanced," notice how some options are not i18n. ~Please keep this webpage open after viewing the bad results~ View Correction: 1. Put my code into your edx-platform folder. 2. Kill the studio process. 3. While logged in as edxapp enter the following into your commandline: paver i18n_extract && paver i18n_dummy && paver i18n_generate && paver devstack studio 4. Reload the studio page and notice how the strings are in the correct i18n format. Update add-xblock-component-menu-problem.underscore Reverted File Modified capa_base.py to make Blank Advanced Problem i18n
johnespinosa committed -
Make LMS base gray AA compliant
frances botsford committed -
Calen Pennington committed
-
Calen Pennington committed
-
Record durations of xblock views and handlers
Calen Pennington committed -
Calen Pennington committed
-
Update course_publish event actions - Logged SOL-611 for follow up work
Martyn James committed -
Add John Espinosa to AUTHORS
Sarina Canelake committed -
Fix error when STUDIO_NAME uses non-ascii characters
Sarina Canelake committed -
Fix code comment showing in rendered page
Christine Lytwynec committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Sarina Canelake committed
-
Christine Lytwynec committed
-
View discussion of user profile return 404
Waqas Khalid committed -
Added Myself To The Authors List
johnespinosa committed
-
- 28 Mar, 2015 2 commits
-
-
The replacement strings need to be unicode, so that when STUDIO_NAME contains non-ascii characters python can handle it correctly without raising exceptions. Also, the value of STUDIO_SHORT_NAME can be read from cms.env.json.
louyihua committed -
David Ormsbee committed
-
- 27 Mar, 2015 8 commits
-
-
Release
Adam committed -
Override COURSE_*_VISIBILITY_PERMISSION from ENV_TOKENS
chrisndodge committed -
onload performance beacon for LMS pages
Christine Lytwynec committed -
Frances Botsford committed
-
Fixed flaky test(s) - SOL-336 - merging updates
Martyn James committed -
Consistently use display_name_with_default in Studio
Sarina Canelake committed -
update ORA2 to fix TNL-1758
Adam committed -
Don't use the working tree as storage for test-created files.
Ned Batchelder committed
-