- 07 Jan, 2014 18 commits
-
-
Improve accessibility of forum vote buttons
Greg Price committed -
Use <span> for course preview’s university #os
frances botsford committed -
Fixing merge for sylvia's branch bld-615
Mark Hoeber committed -
Fixing merge for sylvia's branch bpd-615
Mark Hoeber committed -
Tests for behavior of export with & in HTML and XML-based components
Christina Roberts committed -
Improvements to the i18n workflow tools.
Ned Batchelder committed -
Fix STUD-1129: handle out-of-range page numbers
Andy Armstrong committed -
Now any of the plurals being missing will count as an Empty translation, and for looking at tags, the two English strings and all the translated strings are mooshed together.
Ned Batchelder committed -
Ned Batchelder committed
-
The tests in test_validate.py now examine the messages to see that they have the right structure. The English and the translation should have the same tags, the translation can't be blank, and it can't have any Astral plane characters.
Ned Batchelder committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Miscellaneous fixes to strings found during i18n work.
Ned Batchelder committed -
Bertrand Marron committed
-
Assign valid content_type to static resource (import_static_content)
zubair-arbi committed
-
- 06 Jan, 2014 21 commits
-
-
Andy Armstrong committed
-
This change involves substantial refactoring of the relevant code to reduce duplication. It also makes the templates for the vote buttons more consistent and cleaner. JIRA: FOR-64
Greg Price committed -
A newer version was added to common/, so that is used instead. It is also added to the set of JS files used in unit tests to allow forums code in common/ to be tested.
Greg Price committed -
Greg Price committed
-
Add info about template for Checkbox problem type
Mark Hoeber committed -
The course’s university was displayed using a <a> tag that points to nothing ('#'). There was some stanford specific behavior to replace that <a> tag with a <span>. This commit removes that.
Bertrand Marron committed -
Remove javascript_input and create_lti; add tools
spearce committed -
Fix URI vendor module to be referenced via a relative URL.
Andy Armstrong committed -
cahrens committed
-
Add more specific info about HTML+CSS+JS files, SOP
spearce committed -
Andy Armstrong committed
-
Django command to post submissions to ora
Usman Khalid committed -
Don't catch all exceptions.
Ned Batchelder committed -
Ned Batchelder committed
-
Modify server_track to handle being called without a request.
brianhw committed -
ORA-286
Usman Khalid committed -
Add pagination to Studio's Files and Uploads page. These changes are for STUD-813.
Andy Armstrong committed -
STUD-878
zubiar-arbi committed -
Andy Armstrong committed
-
These changes implement STUD-813. The commit consists of the following logical changes: - a REST API has been implemented for a course's assets - the page itself now fetches the assets client-side - the Backbone.Paginator library is used to support pagination - the AssetCollection has been refactored to extend Backbone.Paginator.requestPager so that it can be paged - an abstract PagingView class has been added to generalize the communication with a paging REST API - the AssetsView has been reimplemented to extend PagingView - two new child views have been added: - PagingHeader: the paging controls above the list of assets - PagingFooter: the paging controls below the assets
Andy Armstrong committed -
Brian Wilson committed
-
- 03 Jan, 2014 1 commit
-
-
Ned Batchelder committed
-