- 17 Jun, 2014 11 commits
-
-
-
Petr Skoda authored
This patch includes following fixes: - messages may be now sent when database transactions active - consistent return status on failure from message_send(), false is returned only when message not created in message(_read)? table, processor failure results in debugging message only and messages are not marked as read - message_sent is triggered always with id from message table - logic for marking messages as viewed was standardised - message_viewed event is triggered consistently - improved performance when fetching user preferences - full unit tests coverage for send_message() function - fixed multiple other smaller issues discovered by unit tests
-
Damyon Wiese authored
-
Damyon Wiese authored
-
-
-
git://github.com/phalacee/moodleEloy Lafuente authored
Conflicts: theme/bootstrapbase/style/moodle.css
-
-
-
-
-
- 16 Jun, 2014 18 commits
-
-
-
-
-
git://github.com/xow/moodleMarina Glancy authored
-
Gregory Faller authored
-
-
John Okely authored
-
Damyon Wiese authored
Call can_edit() instead of repeating a (slightly wrong) access check.
-
Damyon Wiese authored
-
-
-
-
-
-
Rajesh Taneja authored
-
-
-
John Okely authored
-
- 15 Jun, 2014 1 commit
-
-
Mark Nelson authored
-
- 13 Jun, 2014 8 commits
-
-
Nadav Kavalerchik authored
-
Paul Charsley authored
-
Andreas Grabs authored
-
Sam Hemelryk authored
-
Sam Hemelryk authored
-
Syxton authored
-
Tim Hunt authored
The pass by reference meant the function was clobbering the variable in the calling function. Once that was change, it was not strictly necessary to rename the variable in the function, but I did anyway for clarity. Thanks to Rajesh Taneja for finding the problem, and identifying which bit of code was broken. I really just made the patch.
-
Eloy Lafuente authored
-
- 12 Jun, 2014 2 commits
-
-