- 16 Oct, 2017 6 commits
-
-
-
-
-
Remove known domains add config for renames Fix coding style Add capability checks Add page setters Match moodle string style Disable form change checker for form Add todo issue Fix docs Bump version
-
-
-
- 13 Oct, 2017 14 commits
-
-
Jake Dallimore authored
-
Jake Dallimore authored
-
Jake Dallimore authored
-
-
-
-
jun authored
* The table alias 'uid' is a reserved word in oracle. Replaced it with something a little more safe.
-
Andrew Nicols authored
We were previously testing tha the parent is valid, which it was, and then fetching the current record, before fetching data from it. However, the way in which the recordset walk works, the valid function checks whether the _record_ itself is valid, whilst the current allows for a callback to be applied. In this instance, the data-entry was failing because the count of indexfields was < 2. The recordset data itself was valid, but the view was not, and as a result, the current() function returned false. This false was not previously handled. I've changed the logic so that we handle this case, and have removed a double-negative in the process.
-
-
Jake Dallimore authored
-
-
Jake Dallimore authored
-
-
David Mudrák authored
The Accessible.js config loads accessibility-menu extension which in turn loads mathjax-sre.js library. There is a bug in this library https://github.com/zorkow/speech-rule-engine/issues/182 that makes it fail in RequireJS environments. This has been reported upstream as https://github.com/mathjax/MathJax/issues/1854 As an immediate solution for now, this patch changes the default MathJax configuration so that it does not load accessibility extensions at all.
-
- 12 Oct, 2017 20 commits
-
-
git://github.com/marinaglancy/moodlejun authored
-
-
jun authored
-
-
Andrew Nicols authored
-
-
-
-
Ankit Agarwal authored
-
Andrew Nicols authored
-
-
Simey Lameze authored
-
Jake Dallimore authored
-
git://github.com/junpataleta/moodlejun authored
-
Due to race conditions in the function subscribe_user it was possible to create duplicate forum subscriptions. This lead to error messages, when displaying the list of all subscriptions. This patch removes all existing duplicate entries and creates a unique db key to prevent this from happening in the future.
-
Andrew Nicols authored
-
Andrew Nicols authored
-
Andrew Nicols authored
-
-
-