Andrew Nicols
2bdad64e48
Merge branch 'MDL-67486-swap-cron-lock' of https://github.com/brendanheywood/moodle
2020-01-15 13:53:22 +08:00
Andrew Nicols
30afac71d3
Merge branch 'mdl-59562' of https://github.com/Peterburnett/moodle
2020-01-15 13:51:04 +08:00
Peter Burnett
4fac690ace
MDL-59562 core: changed branch behaviour during initial install.
2020-01-15 15:46:46 +10:00
Andrew Nicols
20a7746b1e
Merge branch 'mdl-59562' of https://github.com/Peterburnett/moodle
2020-01-15 12:40:19 +08:00
[Peter Burnett]
147a895ad0
MDL-59562 upgrade: Plugins can declare supported moodle versions
...
* Plugins can now explicitly declare supported and incompatible Moodle
versions in version.php
- $plugin->supported[37,39];
supported takes an array of ascending numbers, that correspond to a
range of branch numbers of supported versions, inclusive. Moodle
versions that are outside of this range will produce a message
notifying at install time, but will allow for installation.
- $plugin->incompatible = 36;
incompatible takes a single int corresponding to the first incompatible
branch. Any Moodle versions including and below this will be prevented
from installing the plugin, and a message will be given when
attempting installation.
2020-01-15 14:38:27 +10:00
Brendan Heywood
176b5202e0
MDL-59594 cli: Introduce cli helpers for graceful exits
...
\core\local\cli\shutdown::script_supports_graceful_exit();
Sets up interception of exit signals and keep the script running.
\core\local\cli\shutdown::should_gracefully_exit();
Use this to check whether you should exit, often inside a long running loop.
2020-01-12 01:20:04 +11:00
Brendan Heywood
29e3a223f5
MDL-59594 core: Allow custom signal handlers
2020-01-12 01:20:04 +11:00
Brendan Heywood
b0544ce211
MDL-67486 cron: Improve throughput by holding cron lock for less time
2020-01-12 01:02:57 +11:00
Andrew Nicols
217a9b1ca0
Merge branch 'master_MDL-67485' of https://github.com/golenkovm/moodle
2020-01-09 12:39:28 +08:00
Mikhail Golenkov
6b2e15f6c5
MDL-67485 task: Release the task runner lock before throwing exception.
2020-01-09 14:29:58 +11:00
Mikhail Golenkov
1d0b74b2a3
MDL-64610 task: Add support for per-task concurrency limits.
2020-01-02 16:05:47 +11:00
Jake Dallimore
24c2106293
Merge branch 'MDL-67483-qos-perf' of https://github.com/brendanheywood/moodle
2019-12-19 09:31:28 +08:00
Brendan Heywood
c7ce7601a3
MDL-67483 tasks: Improvements to adhoc task queue at very high scale
2019-12-19 10:49:16 +10:00
Eloy Lafuente (stronk7)
a9e4fa8e95
Merge branch 'master_MDL-66972_Streaming_file_types' of https://github.com/mattporritt/moodle
2019-12-18 19:39:18 +01:00
Eloy Lafuente (stronk7)
acfba73137
Merge branch 'MDL-65722-no-lock-db' of https://github.com/brendanheywood/moodle
2019-12-17 10:10:15 +01:00
Mikhail Golenkov
97324e082a
MDL-67502 backup: Fix moodle_exception path.
2019-12-13 09:40:38 +11:00
Brendan Heywood
cdf3fe7b7e
MDL-65722 core_lock: Avoid DB calls in postgres lock by using a hash
2019-12-11 12:49:03 +11:00
Matt Porritt
bdf62bba35
MDL-66972 Files API: Add Streaming file mime type support
...
Adds file type support for the streaming .fmp4, .ts, .m3u8, and .mpd media formats,
so that correct mime type is stored in the database and sent in
headers when files are served. Also update existing mime types for
stored files.
2019-12-08 06:10:01 +11:00
Adrian Greeve
528b979a60
Merge branch 'master-MDL-65729' of https://github.com/yao9394/moodle
2019-12-04 14:11:51 +08:00
John Yao
d0734df404
MDL-65729 Backup: Split individual backups into ad-hoc tasks
...
* refactor run automated backup
* new backup status of Queued
* adhoc task for backing up a course
* course locking for course backup adhoc task
* use Moodle locking instead of custom locking for run automated backup task
* add unit tests to extracted methods
2019-12-04 15:10:23 +11:00
Andrew Nicols
96302b7aec
Merge branch 'MDL-67359' of git://github.com/Chocolate-lightning/moodle_forum-project
2019-12-04 10:32:03 +08:00
Mathew May
6b55b28e38
MDL-67359 mod_forum: Relocate notification templates to reallign it
2019-12-03 10:35:33 +08:00
Brendan Heywood
4971da0bfa
MDL-67363 task: Add adhoc task quality of service balancing
2019-12-03 12:21:10 +11:00
Sara Arjona
76b6e6ca08
Merge branch 'MDL-67174' of https://github.com/paulholden/moodle
2019-11-09 08:59:41 +01:00
Jun Pataleta
2e809ec27c
Merge branch 'MDL-66893-master-3' of https://github.com/ryanwyllie/moodle
2019-11-08 11:59:44 +08:00
Eloy Lafuente (stronk7)
f34c8e86e7
Merge branch 'MDL-67058-master' of git://github.com/vmdef/moodle
2019-11-08 00:30:08 +01:00
Paul Holden
afaf64b334
MDL-67174 core: update standard plugins list.
...
Add Forum summary report and Atto emoji picker.
2019-11-07 16:45:50 +00:00
Ryan Wyllie
4c98e56c96
MDL-66893 mod_forum: update navigation bar in grader UI
2019-11-07 14:53:37 +08:00
Ryan Wyllie
46d51c8ca9
MDL-66893 mod_forum: update grading panel UI in grader
2019-11-07 14:53:37 +08:00
Victor Deniz Falcon
5315acb47c
MDL-67058 core_h5p: task to get latest content types version from H5P
2019-11-06 18:17:34 +00:00
Ferran Recio
fb2775c429
MDL-67127 mimetypes: add H5P to the default mime types list
2019-11-05 13:25:59 +01:00
Eloy Lafuente (stronk7)
88d29a1bb8
MDL-66965 core: php74 curly 2 square braces changes
...
Note this only modified core files, still there are a lot
of curly brace uses but all them are within 3rd part
libraries and will be handled apart.
2019-10-25 17:41:10 +02:00
Eloy Lafuente (stronk7)
2ffdd72618
Merge branch 'MDL-66935-lock-clashes' of https://github.com/brendanheywood/moodle
2019-10-24 09:59:19 +02:00
Brendan Heywood
7e086935e3
MDL-66935 core_lock: Fix resource key clashes in db and postgres locks
2019-10-24 15:04:56 +11:00
Jun Pataleta
b6fcec009e
Merge branch 'MDL-65896-master' of https://github.com/ryanwyllie/moodle
2019-10-23 11:13:27 +08:00
Ryan Wyllie
db65ba4564
MDL-65896 core: create emoji picker
2019-10-23 10:59:58 +08:00
Eloy Lafuente (stronk7)
4019ae73f9
MDL-66954 filter_displayh5p: add it to the list of standard plugins
2019-10-21 23:34:19 +02:00
Eloy Lafuente (stronk7)
7ba9c635c5
Merge branch 'MDL-64739_master' of git://github.com/dmonllao/moodle
2019-10-21 13:31:12 +02:00
Jake Dallimore
c3f726a0e5
Merge branch 'MDL-66612-master' of git://github.com/crazyserver/moodle
2019-10-21 16:06:50 +08:00
David Monllaó
c22fb4bd4b
MDL-64739 core_analytics: Contexts param for get_analysables_iterator
2019-10-21 09:54:34 +08:00
Ruslan Kabalin
043ba1b221
MDL-56549 lib: Add flac audio extension to html5 support list.
...
This is now supported by most browsers:
https://en.wikipedia.org/wiki/HTML5_audio
https://caniuse.com/#feat=flac
2019-10-17 22:15:46 +01:00
Pau Ferrer Ocaña
e75b4e41b1
MDL-66612 calendar: Fix calendar icons
2019-10-17 10:34:34 +02:00
Jun Pataleta
c2e4e6d588
Merge branch 'MDL-66226-master-2' of https://github.com/snake/moodle
2019-10-15 11:56:05 +08:00
Jun Pataleta
0b0527cced
MDL-66874 core: Allow master button checkbox toggle to be customisable
...
* Plus, add labelclasses data for template context in master and slave
checkbox templates.
2019-10-14 11:26:47 +08:00
Jake Dallimore
d979e33acc
Merge branch 'MDL-65585_master' of git://github.com/dmonllao/moodle
2019-10-10 10:20:09 +08:00
David Monllaó
bf25fb166c
MDL-65585 analytics: Global on/off switch
2019-10-10 10:06:31 +08:00
Andrew Nicols
d31b5c431d
Merge branch 'MDL-66753-master' of git://github.com/abias/moodle
2019-10-09 12:00:57 +08:00
Andrew Nicols
5dc69b9bbe
Merge branch 'MDL-66166' of https://github.com/brendanheywood/moodle
2019-10-09 11:14:09 +08:00
Andrew Nicols
13ef95e3de
Merge branch 'MDL-66118-master-byebyemoodlenet' of git://github.com/mudrd8mz/moodle
2019-10-09 07:43:33 +08:00
Alexander Bias
7ce941a455
MDL-66753 blocks: Remove block_participants from core
2019-10-07 08:34:20 +02:00