- 19 May, 2016 29 commits
-
-
-
-
Dan Poltawski authored
-
-
Jake Dallimore authored
-
John Okely authored
Only show one, more helpful error instead of two non-helpful errors. Don't show the 'no configured tools' message if there is a proxy there. Return to the Tool configure page when editing a proxy if you came from it.
-
-
-
Marina Glancy authored
-
-
Mark Nelson authored
-
-
David Monllaó authored
All user input that is usually displayed through format_strings with filters like mulitlang applied should be converted to text as well.
-
-
John Okely authored
-
-
-
Frederic Massart authored
-
-
-
John Okely authored
Fix function naming Fix param types Fix error popping up twice with incorrect URL Add confirm dialog when you delete a tool Show orphaned tool proxies in list Fix interface jumping up and down Change to use notification stack Change capabilities in db/services.php Add loading animation after registering tool Show loading animation until tools are rendered
-
-
Frederic Massart authored
-
Eloy Lafuente authored
-
Eloy Lafuente authored
version = 2016052300 release version requires= 2016051900 current rc1 version
-
David Mudrák authored
Probably as a result of recent changes in the way how forms client side validators are trigerred (MDL-52826), the field validator has been triggered before the underlying textarea's values property is updated by TinyMCE. This led to marking such a field as "required" even if the value is provided. Inspired by http://stackoverflow.com/questions/2122085/ this patch adds a new onchange callback that automatically keeps the underlying textarea synced with the editor iframe. Relevant API docs: http://archive.tinymce.com/wiki.php/Configuration3x:onchange_callback I was also trying to call the save() method via the editor's onSubmit method but that one seems to be also triggered only after the validator.
-
-
Eloy Lafuente authored
-
-
- 18 May, 2016 11 commits
-
-
Stephen Bourget authored
-
-
-
Dan Poltawski authored
-
-
-
-
-
Adrian Greeve authored
Added the fields of encoding and separator so that the user has more control when uploading a csv assignment grading file.
-
David Monllaó authored
To test backup/restore.
-
-