- 06 Apr, 2015 9 commits
-
-
-
-
-
Dan Poltawski authored
-
-
David Monllaó authored
Tiny fix as the group name was not properly generated when incrementing the captured generated number. Also adding unit test for this case.
-
-
-
Petr Skoda authored
This patch replaces all homegrown timezone stuff with standard PHP date/time code. The main change is the introduction of core_date class that returns normalised user and server timezones. From now on nobody should be using $CFG->timezone or $user->timezone directly! Other new features and fixes: * admins are prompted for timezone during install * editing of other users is finally fixed * timezones are displayed in user profile * new $this->setTimezone() in phpunit * time locale is now automatically reset in phpunit * timezone is now automatically reset in phpunit * phpunit has Australia/Perth as default timezone
-
- 05 Apr, 2015 1 commit
-
-
M Kassaei authored
The sections are created on the edit quiz page, and then appear in the navigation panel when the quiz is being attempted to help students find their way around. The 'Shuffle questions' setting has been moved from being per-quiz to being a per-section. This commit is actually the joint work of Mahmoud Kassaei and Tim Hunt from The Open University. We could only use one persons name for the commit and this time Mahmoud gets the credit/blame.
-
- 04 Apr, 2015 1 commit
-
-
Petr Skoda authored
-
- 03 Apr, 2015 3 commits
-
-
Juan Leyva authored
core_completion_get_course_completion_status
-
Juan Leyva authored
-
Costantino Cito authored
-
- 02 Apr, 2015 26 commits
-
-
-
Juan Leyva authored
This problem usually happens in Postgres where a set of records is ordered by a timestamp column and there are two or more records with the same value
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
-
-
-
-
-
Eloy Lafuente authored
-
This introduces a new hook allowing an auth plugin to redirect to an external login page directly without redundant redirects to the standard login page first, or where possible to authenticate the user and simply continue loading the page without any redirects. For some protocols such as SAML reducing the number of redirects to the bare minimum greatly speeds up the login process on high latency networks.
-
-
git://github.com/merrill-oakland/moodleEloy Lafuente authored
Conflicts: lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
-
-
-
-
-
Eloy Lafuente authored
-
-
-
https://github.com/serega1394/moodle
This reverts commit 19ffcbe2, reversing changes made to 2112dd44.
-
-