Andrew Nicols
62192d93ea
MDL-46214 event: Mark previously deprecated events as deprecated
2016-08-15 09:17:02 +08:00
Andrew Nicols
51d85c7c6c
MDL-46214 event: Support deprecation of events
...
This patch adds two new functions to the event base to allow deprecation of
the individual events, without entirely removing them from the UI.
This is different to our normal deprecation procedure because all events
must support display of historical data. It must also be possible to view
the event information in the event monitor.
2016-08-15 09:17:02 +08:00
Stephen Bourget
2ce8cf628f
MDL-55239 Badges: Additional events for badges
2016-08-11 21:16:35 -04:00
Damyon Wiese
c3d4d3f7c1
MDL-55520 forms: Mod grade is changing values back to default
...
When a field is disabled in the page - no value is sent and modgrade is reverting
to the default. This change prevents the max grade from changing accidentally.
2016-08-11 14:43:05 +08:00
Tony Butler
2ee668ec56
MDL-55513 core_filestorage: Touch and test size instead of file_exists()
...
file_exists() can return false when file exists (in certain scenarios)
2016-08-10 09:35:23 +01:00
Tony Butler
e98483d748
MDL-55513 core_filestorage: Pass full path of temp dir to remove_dir()
2016-08-10 09:35:23 +01:00
Dan Poltawski
017230d576
Merge branch 'MDL-53765-master' of git://github.com/junpataleta/moodle
2016-08-09 13:56:49 +01:00
Dan Poltawski
a9dbd914a0
Merge branch 'MDL-55246_unoconv' of https://github.com/Syxton/moodle
2016-08-09 10:11:13 +01:00
Dan Poltawski
6259952eb2
Merge branch 'MDL-54606' of https://github.com/mr-russ/moodle
2016-08-09 09:32:46 +01:00
Andrew Nicols
5fa90114d7
MDL-55329 behat: Correct typo
2016-08-09 14:41:22 +08:00
Andrew Nicols
8173c3ef7f
Merge branch 'wip-mdl-55329' of https://github.com/rajeshtaneja/moodle
2016-08-09 14:26:09 +08:00
Rajesh Taneja
e259795c4f
MDL-55329 behat: PyStrings should end with : (colon)
2016-08-09 14:22:21 +08:00
Andrew Nicols
20195fb46a
Merge branch 'wip-mdl-41126' of https://github.com/rajeshtaneja/moodle
2016-08-09 12:47:35 +08:00
Andrew Nicols
a5aa1b6b00
Merge branch 'MDL-53016-master' of https://github.com/xow/moodle
2016-08-09 11:41:09 +08:00
Jun Pataleta
d3932d2b51
MDL-53765 core: Deprecate update_module_button functions
...
First stage deprecation for the functions update_module_button and
core_renderer::update_module_button().
2016-08-09 11:17:43 +08:00
Rajesh Taneja
9f2b916dee
MDL_41126 phpunit: Timestamp should be less than 2038
...
http://php.net/manual/en/datetime.gettimestamp.php#114590
In 32-bit system the unix timestamp will overflow if the date goes beyond year 2038
and this method will return false.
2016-08-09 10:50:07 +08:00
Rex Lorenzo
6a853f7521
MDL-53765 mod_resource/mod_wiki: Removed update_module_button()
2016-08-09 10:00:54 +08:00
Dan Poltawski
763c5b0eb4
Merge branch 'MDL-48856' of https://github.com/mr-russ/moodle
2016-08-08 14:45:06 +01:00
Dan Poltawski
741bd4dfb7
Merge branch 'MDL-55061' of https://github.com/zanekarl17/moodle
2016-08-08 14:33:08 +01:00
Dan Poltawski
0c4ccf73d9
Merge branch 'wip-MDL-55418-master' of https://github.com/marinaglancy/moodle
2016-08-08 10:33:46 +01:00
Dan Poltawski
1194324e80
Merge branch 'MDL-55453-master' of https://github.com/mrmark/moodle
2016-08-08 09:53:22 +01:00
Matt Davidson
826bb3547b
MDL-55246 assign: convert files with spaces
...
If a file is sent to unoconv with a filename that contains spaces,
unoconv will fail to produce the intended results.
2016-08-05 08:14:20 -04:00
John Okely
64f631c128
MDL-53016 classloader: Load PSR-0 and PSR-4 separately, add unit tests
2016-08-05 10:11:52 +08:00
Dan Poltawski
91c07d06af
MDL-53016 classloader: Load PSR-0 and PSR-4 namespaces dynamically
2016-08-05 10:11:52 +08:00
Zane Karl
6db3b6d6a6
MDL-55061 Grade_Export: Grade Export Logging
2016-08-04 11:57:51 -07:00
Russell Smith
7f8a816a7d
MDL-54606 session: Add redis handler with locking.
2016-08-04 21:50:11 +10:00
Russell Smith
bdca62ac6d
MDL-55292 performance: Allow Tideways profiler extension.
...
PHP7 doesn't have any default XHProf support and all other
investigated forks don't have stable PHP7. Tideways is under
active development and is easy to install. The data format
is compatible with XHProf so it is a drop-in replacement in that way.
2016-08-04 21:10:03 +10:00
Rajesh Taneja
99ad3223a5
MDL-54656 behat: Skip test if db family is not mysql or postgres
2016-08-04 08:46:04 +08:00
Mark Nielsen
d900d61798
MDL-55453 core_lib: Fix usage of js_send_uncached
2016-08-03 10:18:41 -07:00
Simey Lameze
14cc6df5f9
MDL-55355 core: Fix incorrect chart link selector
2016-08-03 10:21:48 +08:00
Eloy Lafuente (stronk7)
4a3a49353c
Merge branch 'MDL-24343-master' of git://github.com/andrewnicols/moodle
2016-08-03 03:22:16 +02:00
Andrew Nicols
2c2f4f17c3
MDL-24343 core: Deprecate unzip_file
2016-08-03 09:05:55 +08:00
Eloy Lafuente (stronk7)
f00780105c
Merge branch 'MDL-55276-master' of git://github.com/junpataleta/moodle
2016-08-03 01:01:51 +02:00
Eloy Lafuente (stronk7)
babfc9886c
Merge branch 'MDL-44369_m32v3' of https://github.com/sbourget/moodle
2016-08-02 21:25:24 +02:00
Dan Poltawski
de741b1551
MDL-54847 tests: fix unused var
2016-08-02 20:11:27 +01:00
Cameron Ball
c353674f21
MDL-54847 weblib: Test media attributes individually
2016-08-03 02:53:29 +08:00
Dan Poltawski
8ea6cc2455
Merge branch 'wip-MDL-33741-master' of git://github.com/marinaglancy/moodle
2016-08-02 12:20:11 +01:00
Dan Poltawski
bf3b8a35d8
Merge branch 'MDL-45734_m32v4' of https://github.com/sbourget/moodle
2016-08-02 12:17:03 +01:00
Dan Poltawski
25054c40e1
Merge branch 'MDL-54847-master' of git://github.com/cameron1729/moodle
2016-08-02 10:54:21 +01:00
Marina Glancy
134494e07a
MDL-55418 behat: correct exception class name
2016-08-02 17:45:12 +08:00
Cameron Ball
37c10287be
MDL-54847 MDL-54847 weblib: Support basic HTML media tags
2016-08-02 10:58:48 +08:00
Andrew Nicols
8dc3b7697b
Merge branch 'MDL-55355-master' of git://github.com/lameze/moodle
2016-08-02 10:29:30 +08:00
Dan Poltawski
a5cb07477c
Merge branch 'MDL-55352-master' of git://github.com/lameze/moodle
2016-08-01 09:30:33 +01:00
Simey Lameze
2356c4f6f2
MDL-55355 core: Change chart link text when status change
2016-08-01 09:13:59 +08:00
Marina Glancy
07d4777816
MDL-33741 file_info: show courses in hidden categories
...
This also has a couple of bugfixes:
- file_info_context_system::get_children() was looking for courses with parent=0, it is impossible, block removed;
- file_info_context_coursecat::get_area_coursecat_description() was checking the wrong capability to view files in description
2016-08-01 09:12:36 +08:00
Marina Glancy
b195a5b331
MDL-33741 file_info: check capability when serving file in coursecat description
2016-08-01 09:12:18 +08:00
Stephen Bourget
a0e13871cf
MDL-45734 Badges: Add additional events
2016-07-29 21:51:05 -04:00
Stephen Bourget
756e3c55c0
MDL-44369 Calendar: add events for subscriptions
2016-07-29 08:56:20 -04:00
Simey Lameze
9698ca2d20
MDL-55352 core: Label values series should override tooltip
2016-07-29 13:22:59 +08:00
Andrew Nicols
56b9e796af
MDL-24343 core: Deprecate zip_files
2016-07-29 08:15:16 +08:00