- 07 Jan, 2014 16 commits
-
-
Updated the pagination tests to no longer use the toy course, but to instead explicitly upload the assets it needs. Added a new AssetsTestCase base class to own shared helper methods.
Andy Armstrong 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 -
Assign valid content_type to static resource (import_static_content)
zubair-arbi committed
-
- 06 Jan, 2014 17 commits
-
-
Andy Armstrong committed
-
Add info about template for Checkbox problem type
Mark Hoeber 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 7 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Add options to dump_course_structure to output inherited metadata.
brianhw committed -
LMS: Developer-centric Sass Area
Brian Talbot committed -
Studio: Developer-centric Sass Area
Brian Talbot committed -
* provides new .scss file for developers to add temporary/in-progress Sass for further refactor/polish * cleans up note/import order in all application scss files
Brian Talbot committed
-