- 25 Sep, 2015 2 commits
-
-
Juan Leyva authored
-
Juan Leyva 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 9 commits
-
-
Juan Leyva authored
-
Andrew Nicols authored
-
-
-
Andrew Nicols authored
-
David Monllaó authored
Credit to Andrew Nicols.
-
-
Andrew Nicols authored
-
git://github.com/timhunt/moodleEloy Lafuente authored
Note: Fixed some minor grunt and EOF whitespace issues while merging.
-
- 22 Sep, 2015 20 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!
-
Damyon Wiese authored
When nodes are added to the dom, they may need to be re-processed by a JS based filter. To do this we need to trigger the legacy YUI event filter-content-updated. To make this easier I added some wrappers to template that will insert the node, run any JS and trigger the event. I also changed existing yui code to call the amd function to trigger the event. This way all jquery and yui listeners will always be notified.
-
-
-
Adrian Greeve authored
-
Adrian Greeve authored
-
Adrian Greeve authored
-
-