- 25 Feb, 2014 1 commit
-
-
Giulio Gratta committed
-
- 24 Feb, 2014 6 commits
-
-
Alexander Kryklia committed
-
Don Mitchell committed
-
Adam Palay committed
-
Ned Batchelder committed
-
To get all dates localized, we need all runtimes to have the i18n service, and since runtimes are made by the modulestores, we need to pass it to them. Soon (fingers crossed), modulestores won't be involved in making runtimes, and many of these changes will go away.
Ned Batchelder committed
-
- 21 Feb, 2014 6 commits
-
-
Carson Gee committed
-
This requires fixing the javascript api implementation, and adding an implementation of get_block to the ModuleSystem api. However, the implementation is incomplete, due to mismatches between the expectations of XModule and XBlock. Also adds tests using the Acid block to make sure that the javascript and python apis for children are working correctly.
Calen Pennington committed -
Calen Pennington committed
-
Carson Gee committed
-
The Video element contains an input with type file. When the Check button was clicked for the multiple choice problem, the code was acting in different ways when there as a Video on the page and when there wasn't. This is because in the check_fd() method there was a selector that was looking for inputs of type file on the whole page instead of just in the current problem. When there was a Video pn the page, the page-wide selector returned the Video's file input, and the check_fd() method went on believing that the multiple choice has a file input. The correct way is to look for file inputs only in the current element. Added a Jasmine JavaScript unit test. BLD-788.
Valera Rozuvan committed -
Valera Rozuvan committed
-
- 20 Feb, 2014 3 commits
-
-
Will Daly committed
-
jsa committed
-
STUD-1133
zubiar-arbi committed
-
- 19 Feb, 2014 2 commits
-
-
Don Mitchell committed
-
Due to issues with require.js and the latest version of the toolbar. Also included a note in the requirements file explaining the situation, and what needs to happen before this can be upgrade properly.
David Baumgold committed
-
- 18 Feb, 2014 8 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Julia Hansbrough committed
-
Restore reverted changes from paver part 1
Will Daly committed -
Dave St.Germain committed
-
Alexander Kryklia committed
-
- 14 Feb, 2014 14 commits
-
-
thedeadparrot committed
-
Fixed bok-choy acceptance tests
Julia Hansbrough committed -
thedeadparrot committed
-
Julia Hansbrough committed
-
* Don't show sidebar if only one language is present * only add in the default language code if it's not already present
thedeadparrot committed -
thedeadparrot committed
-
thedeadparrot committed
-
thedeadparrot committed
-
instead of the current language.
Diana Huang committed -
Diana Huang committed
-
Also, refactor tests such that we're not deleting users or prefs
Diana Huang committed -
Will pass once the language persistence stuff gets merged in
Julia Hansbrough committed -
Julia Hansbrough committed
-
make openendedchild and open_ended_module_v1 act enough like xblocks to get xblock 18n
Adam Palay committed
-