- 05 Jul, 2014 1 commit
-
-
- 03 Jul, 2014 3 commits
-
-
Dan Poltawski authored
-
-
-
- 02 Jul, 2014 15 commits
-
-
I have done this by eliminating the duplication between the base class and the subclass. This was a regression introdcued by MDL-40313.
-
Dan Poltawski authored
-
-
-
Sam Hemelryk authored
-
Eric Merrill authored
-
AMOS Bot authored
-
-
-
-
-
-
Eloy Lafuente authored
It seems that redirect (after reset button) was also missing the userid so the user track was lost.
-
-
-
- 01 Jul, 2014 18 commits
-
-
-
-
Eric Merrill authored
-
-
Dan Poltawski authored
Merge branch 'MDL-46163_category_selector_renders_as_nested_form' of https://github.com/MorrisR2/moodle
-
-
-
-
-
-
Marina Glancy authored
-
This is a big win in a specific situation, ie filters enabled for content+headings, and no activity descriptions visible on the course page.
-
-
-
Petr Skoda authored
This reverses the references used for global $USER and $SESSION, the reason is that PHP does not allow references to references. $USER is a reference to $GLOBALS['USER'] which means we cannot put any references to it. Solution is to store the current user and session objects in $GLOBALS['USER'] and $GLOBALS['SESSIOn'] are reference them in $_SESSION. This patch makes the session code behave the same way in CLI, phpunit and normal web requests - this allows use to finally unit test most aspects of the session code in Moodle.
-
-
Mark Nelson authored
-
Mark Nelson authored
-
- 30 Jun, 2014 3 commits
-
-