Tim Hunt
f38965db42
MDL-44665 declare all quiz page types in the blocks UI.
2014-03-21 14:40:57 +00:00
Ankit Agarwal
5ac3b20dc5
MDL-40915 events: Add unit tests for the newly created events
2014-03-21 16:33:19 +08:00
Ankit Agarwal
9cb5d05f2f
MDL-40915 events: Replace add_to_log with events in calendar
2014-03-21 16:33:19 +08:00
Ankit Agarwal
451c0e9e6a
MDL-40915 events: Add events for calendar actions
...
Added a calendar_event_created
Added a calendar_event_updated
Added a calendar_event_deleted
2014-03-21 16:33:19 +08:00
Marina Glancy
a2c271ddcb
MDL-44686 behat: limit failure filename length to 255 chars
2014-03-21 15:50:11 +08:00
Marina Glancy
2d4d742f71
MDL-40059 glossary: unittests for events
2014-03-21 15:48:51 +08:00
Marina Glancy
7c92f9be80
MDL-40059 glossary: event for entry viewed
2014-03-21 15:48:51 +08:00
Marina Glancy
1ce054a38b
MDL-40059 glossary: events for entry approval/disapproval
2014-03-21 15:48:51 +08:00
Marina Glancy
4d7c298f51
MDL-40059 glossary: events for add/edit/delete glossary category
2014-03-21 15:48:51 +08:00
Marina Glancy
99912e3044
MDL-40059 glossary: events for add/delete/update entries
2014-03-21 15:48:50 +08:00
Marina Glancy
f527c5d040
MDL-40059 glossary: event course_module_instance_list_viewed
2014-03-21 15:48:50 +08:00
Marina Glancy
3dbe89ac62
MDL-40059 glossary: event course_module_viewed
2014-03-21 15:48:50 +08:00
Marina Glancy
177052dc55
MDL-41285 blocks: capabilities to view structural changes in recent activities
2014-03-21 15:46:12 +08:00
Marina Glancy
f5b4cdf91d
MDL-41285 blocks: recent activity does not use log table
...
instead it defines it's own table and stores the necessary events
2014-03-21 15:46:07 +08:00
Marina Glancy
f7c1b465f9
MDL-41285 block_recent_activity: behat test for structural changes
2014-03-21 15:42:44 +08:00
Jetha Chan
846ffe600c
MDL-42575 mod_page: revert heading option display
...
Reverted heading option display for page resource; made sure to not re-introduce class issues.
2014-03-21 15:42:34 +08:00
James Pratt
58794ac948
MDL-44690 core_questions : download of question steps data as csv file
2014-03-21 12:32:00 +07:00
Frederic Massart
7a2dabcbaa
MDL-43784 theme: Removing all the old themes
2014-03-21 12:24:44 +08:00
Mark Nelson
53e4c89d8e
MDL-44704 core_message: always use system context when triggering a message_sent event
2014-03-20 20:35:56 -07:00
Tim Hunt
c35cf42e55
MDL-44682 fix bug in decompose_update_into_safe_changes
2014-03-20 15:10:38 +00:00
David Scotson
e06005b604
MDL-37148 pix: make default user images smaller
2014-03-20 10:25:33 +00:00
Petr Škoda
bc29320285
MDL-44661 implement event->anonymous property
2014-03-20 17:33:35 +08:00
Petr Škoda
5a1e6e355f
MDL-44639 fix phpdocs in scheduled tasks tool
2014-03-20 17:32:56 +08:00
Petr Škoda
b7f7c3bcf2
MDL-44639 fix some phpdocs issues in tasks classes
...
There is also one extra () to improve code readability.
2014-03-20 17:32:56 +08:00
Petr Škoda
fa71f84fc8
MDL-44511 import latest jQuery and add tests
2014-03-20 17:31:34 +08:00
Petr Škoda
54f1423ecc
MDL-44510 support PHPUnit 4.x
...
The old style PEAR installation is incompatible with PHPUnit 4,
nobody was supposed to use PEAR any more - composer
is the only supported library installation method now.
2014-03-20 17:30:42 +08:00
Petr Škoda
f381e6cdcc
MDL-44368 use $cm->uservisible in activity names filter
...
This allows proper linking of groupmembersonly and conditional activities.
2014-03-20 17:29:59 +08:00
Petr Škoda
d58a8932b8
MDL-44107 deprecate can_view() in feedback events, to be replaced by is_anonymous()
...
See MDL-44661 for more info.
2014-03-20 17:29:19 +08:00
Petr Škoda
bc22fa9310
MDL-44107 deprecated event_base::can_view()
...
The problem is that it would be too expensive and difficult
to implement reliable access control in each event.
2014-03-20 17:29:19 +08:00
Petr Škoda
965a3c6621
MDL-44106 add origin info to $PAGE object and use it in logs
2014-03-20 17:28:32 +08:00
Petr Škoda
e5d48aad44
MDL-44106 add WS_SERVER constant to all web service calls
...
This will help us hack around some nasty webservice problems,
such as require_login() and it will be used to set proper 'ws' origin
in logged events.
2014-03-20 17:28:01 +08:00
Petr Škoda
92927fba72
MDL-41284 hack stats to use new log readers if available
2014-03-20 17:26:09 +08:00
Petr Škoda
e6f0b5f135
MDL-41284 stop using log table for login weekly and monthly stats
...
We already have stats for each day, the SUM is what we want there...
2014-03-20 17:26:09 +08:00
Marina Glancy
9b8555fbea
weekly release 2.7dev
2014-03-20 16:00:08 +08:00
Marina Glancy
5cff835bd6
Merge branch 'MDL-42892-master_42890' of git://github.com/ankitagarwal/moodle
2014-03-19 21:22:25 +01:00
Jetha Chan
3c9535dd94
MDL-44582 installer: added check for php json extension
2014-03-19 21:22:24 +01:00
Sam Hemelryk
84e8be12e5
Merge branch 'wip-mdl-44552' of https://github.com/rajeshtaneja/moodle
2014-03-19 21:22:24 +01:00
Marina Glancy
ef3bffdec4
MDL-42025 behat: changed behat tag _only_local to _file_upload
2014-03-19 21:22:24 +01:00
Marina Glancy
4158a6f5ed
Merge branch 'MDL-43341' of git://github.com/nobelium/moodle
2014-03-19 21:22:23 +01:00
Sam Hemelryk
89381287ce
Merge branch 'MDL-44608-master-fix1' of http://github.com/damyon/moodle
2014-03-19 21:22:23 +01:00
Ankit Agarwal
2f4cf9a1da
MDL-42890 backups: Updated help string to indicate logging is required
2014-03-19 15:40:53 +08:00
Rajesh Taneja
b54696395d
MDL-44552 Events: Fixed wrong id returned in get_url
2014-03-19 09:57:44 +08:00
Marina Glancy
4826ed1177
Merge branch 'MDL-44141-master' of git://github.com/sammarshallou/moodle
2014-03-19 09:49:00 +08:00
Damyon Wiese
9be8583ac5
MDL-44608 task scheduler: Make unit test case insensitive
2014-03-19 09:24:50 +08:00
Eloy Lafuente (stronk7)
2c36f83422
MDL-41760 move upgrade steps to match 04 version.
...
In previous (merge) commit, version was moved, on conflict
to 04 (coz 01) was already in use. This commit moves the 3
upgrade steps to 02, 03 and 04, matching that final version.
2014-03-19 02:15:17 +01:00
Eloy Lafuente (stronk7)
1c774322ba
Merge branch 'MDL-41760-master-v8' of https://github.com/jamiepratt/moodle
...
Conflicts:
version.php
2014-03-19 02:14:00 +01:00
Eloy Lafuente (stronk7)
b9add57766
Merge branch 'MDL-41216' of https://github.com/nobelium/moodle
2014-03-19 01:23:08 +01:00
Eloy Lafuente (stronk7)
a4627988fd
Merge branch 'MDL-44328-M27' of git://github.com/lazydaisy/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-03-19 01:02:51 +01:00
sam marshall
ddf368a213
MDL-44141 Completion: System updates data during restore
...
The completion system has code which is supposed to prevent it
updating completion status while grades are being restored. This
code was a nasty hack and had not worked for some time. As a result
completion dates were restored incorrectly.
This commit implements a 'proper' way to find out if a restore is
currently running, replacing the previous hack.
2014-03-18 13:31:34 +00:00
James Pratt
fcdd04db0a
MDL-44075 quiz_statistics : Various coding style / phpdocs fixes
2014-03-18 19:09:39 +07:00