- 28 Sep, 2015 3 commits
-
-
- 25 Sep, 2015 5 commits
-
-
-
Rajesh Taneja authored
As question preview window is small, chrome driver fails to select drag and drop element
-
Rajesh Taneja authored
DND question types use switch window and the tag was not added, so it was failing for phantomjs Added tag to avoid phantomjs failures
-
Eloy Lafuente authored
-
Jakub Kania authored
-
- 24 Sep, 2015 9 commits
-
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
-
-
Eloy Lafuente authored
A recent bugfix before integration left this failing. They are 22.
-
-
-
-
- 23 Sep, 2015 10 commits
-
-
Juan Leyva authored
-
Andrew Nicols authored
-
-
-
Andrew Nicols authored
-
David Monllaó authored
Credit to Andrew Nicols.
-
-
Andrew Nicols authored
-
Mark Nielsen authored
All of these changes make use of already fetched grade data. Without these changes, the gradebook regrade process does not scale well with very large courses because it fetches many grade records, one at a time.
-
git://github.com/timhunt/moodleEloy Lafuente authored
Note: Fixed some minor grunt and EOF whitespace issues while merging.
-
- 22 Sep, 2015 13 commits
-
-
-
Frederic Massart authored
-
-
-
-
-
-
-
-
Dan Poltawski authored
-
-
-
Damyon Wiese authored
We previously had a global Y (simpleyui) and a separate Y created to put Y in scope for all our modules. This meant that we had 2 separate sandboxes for YUI, which means that modules are duplicated, and events do not fire across YUI instances. This change merges the 2 instances, so any code refering to Y will get the same instance of YUI (amd code, yui modules, static init code etc). Thanks to Andrew Nicols!
-