Sara Arjona
da7feb3455
Merge branch 'read-only-session' of https://github.com/Agilicus/moodle
2020-05-18 12:09:00 +02:00
Adrian Greeve
5ec37d28a6
Merge branch 'master_MDL-64843_course_copy_ui' of https://github.com/catalyst/moodle
2020-05-18 10:35:44 +08:00
Mihail Geshoski
7cec78f763
MDL-67812 core: Add content bank files repository in standard plugins
2020-05-18 09:34:51 +08:00
Don Bowman
cf7b00b8cf
MDL-68696 sessions: Fixed redis session handler for readonly
...
In 39770792ca
read-only sessions were allowed.
In the redis case, as called from the mobile application,
this can lead to returning 'false' for session rather than ''.
2020-05-15 12:09:15 -04:00
Matt Porritt
01436f7539
MDL-64843 Backup: Course copy user interface
...
This patch adds better core support for copying courses.
There is now a simplified and dedicated UI for copying
courses. This can be accessed from the course context
menu or course management screens.
All backups are done asynchronously and there can be multiple
copies of a course in flight at once.
2020-05-15 06:02:02 +00:00
Jun Pataleta
8a34d36b56
Merge branch 'MDL-52846' of git://github.com/stronk7/moodle
2020-05-15 11:58:39 +08:00
Andrew Nicols
bef1d08531
Merge branch 'MDL-66917' of https://github.com/paulholden/moodle
2020-05-15 10:54:15 +08:00
Eloy Lafuente (stronk7)
d2ecc75e2f
MDL-52846 tasks: complete docs and move functions to deprecatedlib
...
- Add MDL codes to @deprecated.
- Add @todo tag for future 4.3 phase 2 deprecation.
- Deprecate global scope functions:
- cron_execute_plugin_type().
- cron_bc_hack_plugin_functions().
(moving them to deprecatelib).
- Document it in main upgrade.txt
2020-05-12 17:41:13 +02:00
Ankit Agarwal
3bdb8f4584
MDL-52846 tasks: Display developer notice for legacy cron
2020-05-12 17:38:08 +02:00
Eloy Lafuente (stronk7)
a417c31b2e
Merge branch 'MDL-68579-master' of git://github.com/cescobedo/moodle
2020-05-11 23:13:45 +02:00
Ruslan Kabalin
27b29b2996
MDL-67548 core_course: Reflect content move category in deleted event.
2020-05-11 21:08:06 +01:00
Jun Pataleta
d1735204c0
Merge branch 'MDL-63580-master' of git://github.com/cescobedo/moodle
2020-05-11 22:32:34 +08:00
cescobedo
db15746c2d
MDL-63580 core_task: Deprecation cron_run_single_task and run_from_cli
...
Also we have move the functions in \tool_task\run_from_cli to \core\task\manager
and we have deprecated that class.
2020-05-11 10:53:23 +02:00
cescobedo
b19468ce8a
MDL-68579 core_h5p: Add a check to avoid execute task using BEHAT
2020-05-11 10:13:08 +02:00
Juan Leyva
f24b0795ef
MDL-65547 qr: Wrapper for core_qrcode
2020-05-08 10:26:45 +02:00
Eloy Lafuente (stronk7)
7bf6fd4528
Merge branch 'MDL-67753-master' of git://github.com/jleyva/moodle
2020-05-07 18:44:45 +02:00
Juan Leyva
37bd67f54b
MDL-67753 registration: Enable Push Notifications when site register
...
There are some changes to make this possible:
- Enable by default the Mobile notifications plugin
- Implement a new callback for core -> plugins communication
- Generate an Airnotifier access key in the callback when needed
2020-05-06 23:20:13 +02:00
Jun Pataleta
2685accca8
Merge branch 'MDL-68402' of https://github.com/timhunt/moodle
2020-05-06 17:04:25 +08:00
Tim Hunt
0d3bdb94bc
MDL-68402 accesslib: fix get_with_capability_join logic
...
In fact, rather than fix the old logic, I noticed that the correct
logic was already implemented in get_users_by_capability. So, I
refactored to extract the working version into a function, which it
turns out can have exactly the same API as get_with_capability_join,
which was convenient.
2020-05-06 09:18:02 +01:00
Andrew Nicols
d86dfdd51e
Merge branch 'MDL-67800-master-3' of git://github.com/aanabit/moodle
2020-05-06 11:06:11 +08:00
Paul Holden
118a109499
MDL-67547 dataformat: allow plugins to declare support for HTML.
2020-05-05 19:23:32 +01:00
Amaia Anabitarte
fb302d3848
MDL-67800 core_contentbank: Creating events for contentbank
2020-05-05 10:20:20 +02:00
Andrew Nicols
37f48d2547
Merge branch 'MDL-68500' of https://github.com/paulholden/moodle
2020-05-05 09:48:24 +08:00
Paul Holden
8844cb8286
MDL-68500 dataformat: re-factor download/export methods into new class.
2020-05-04 16:01:12 +01:00
Paul Holden
1de3b81983
MDL-68500 dataformat: allow instances to export to local file.
2020-05-04 09:32:44 +01:00
David Saylor
525a9da269
MDL-52904 completion: reference context in cron query
...
Co-authored-by: Barbara Lawrence <blawrence@harlow-college.ac.uk>
2020-05-04 09:57:37 +08:00
Jun Pataleta
9be6c16a37
Merge branch 'MDL-66732' of https://github.com/paulholden/moodle
2020-04-30 17:16:16 +08:00
Andrew Nicols
e217c0f326
Merge branch 'MDL-67075-redis-session-locks' of https://github.com/brendanheywood/moodle
2020-04-30 16:05:05 +08:00
Brendan Heywood
7bc8ccdcf0
MDL-67075 session: Added extra debugging of blocking redis session locks
2020-04-30 13:06:07 +10:00
Jake Dallimore
192a43f109
Merge branch 'MDL-67850-seb-integration-3' of https://github.com/catalyst/moodle
2020-04-30 09:13:14 +08:00
Dmitrii Metelkin
78adf6f63a
MDL-67850 quizaccess: remove the old quizaccess_safebrowser
...
Co-authored-by: Nicholas Hoobin <nicholashoobin@catalyst-au.net>
Co-authored-by: Andrew Madden <andrewmadden@catalyst-au.net>
2020-04-29 14:29:21 +10:00
Andrew Madden
3df8492132
MDL-67850 lib: add new plist library
...
Co-authored-by: Nicholas Hoobin <nicholashoobin@catalyst-au.net>
Co-authored-by: Dmitrii Metelkin <dmitriim@catalyst-au.net>
2020-04-29 14:10:22 +10:00
Andrew Nicols
eb0ddccd49
Merge branch 'MDL-68433-adhoc-task-lookahead' of https://github.com/brendanheywood/moodle
2020-04-29 08:22:27 +08:00
Eloy Lafuente (stronk7)
368dd60877
Merge branch 'MDL-64417' of https://github.com/paulholden/moodle
2020-04-28 23:55:22 +02:00
Eloy Lafuente (stronk7)
b1c4bd23d0
Merge branch 'MDL-68477-master' of git://github.com/lameze/moodle
2020-04-27 23:30:09 +02:00
Eloy Lafuente (stronk7)
20860a339e
Merge branch 'master' of https://github.com/DrCuriosity/moodle
2020-04-27 23:08:26 +02:00
David Mudrák
50396bbe4e
MDL-68515 admin: Mark the system status report as a standard plugin
2020-04-24 17:16:46 +02:00
Sara Arjona
58f85a6c6e
MDL-67795 contentbank: clean all the content when uninstalling plugin
2020-04-23 13:09:40 +02:00
Eloy Lafuente (stronk7)
d56c7547d6
Merge branch 'MDL-58018_master-arraycomparison' of git://github.com/mdjnelson/moodle
2020-04-23 15:00:57 +08:00
David Thompson
5bc86614a2
MDL-68477 libraries: support for Chart.js legend options.
2020-04-23 09:23:21 +08:00
Mark Nelson
39770792ca
MDL-58018 core: add support to redis for read-only sessions
2020-04-21 19:29:12 +02:00
Mark Nelson
7daa126d1d
MDL-58018 core: add support to database for read-only sessions
2020-04-21 19:29:12 +02:00
Mark Nelson
4400ed3e1c
MDL-58018 core: finish dev to support open sessions without a lock
2020-04-21 19:29:12 +02:00
Paul Holden
db8bda61a3
MDL-64417 message: allow processors to run their own cleanup tasks.
2020-04-21 14:48:22 +01:00
Paul Holden
59f941f6db
MDL-66917 admin: validate uploaded plugin version.
...
Prevent overwriting current plugins with older versions of themselves.
2020-04-21 14:35:59 +01:00
cescobedo
3f5e386db7
MDL-68356 core_h5p: Fix h5p mimetype
...
Add a correct mime type for h5p files and update existing
mime type for stored h5p files.
2020-04-20 17:07:14 +02:00
Adam Eijdenberg
1c3b89b170
MDL-58018 core: Add support to open sessions without a lock
2020-04-20 14:13:34 +02:00
David Thompson
ab0d409991
MDL-68386 libraries: Enhancement for Area Charts support with chart.js.
2020-04-17 09:12:41 +12:00
Brendan Heywood
611d6c1e29
MDL-68433 tasks: Limit the adhoc task queue look ahead
2020-04-16 23:33:07 +10:00
Amaia Anabitarte
33b8ca26f9
MDL-67786 core_contentbank: New content bank contenttype plugin type
...
Co-authored by: Ferran Recio <ferran@moodle.com>
2020-04-15 23:45:08 +02:00