- 21 Feb, 2014 5 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
-
- 20 Feb, 2014 2 commits
-
-
Will Daly 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 7 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Julia Hansbrough committed
-
Dave St.Germain committed
-
Alexander Kryklia committed
-
- 14 Feb, 2014 24 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 -
Will Daly committed
-
styling for recursive xblock rendering structure to be used in the container page, pulling from general xblock styles in a separate file.
marco committed -
Deprecated rake functions issue a warning and then call paver replacements Bring Paver commands up to date with master for servers, assets, and docs. Revert deprecation of quality, tests, and i18n for a future pull request. Deprecate workspace migration
David Glance committed -
Julia Hansbrough committed
-
Tests language selection feature for student dashboard
Julia Hansbrough committed -
Will Daly committed
-
Julia Hansbrough committed
-
polesye committed
-
polesye committed
-