Michael Hawkins
44e47eff9a
MDL-68246 lib: Prepare for participants filter multiple groups support
...
These function updates are in preparation for the participants_search
class, which will be used to support multiple values per filter when
filtering the participants page.
2020-05-14 15:47:52 +08:00
Michael Hawkins
036b7cda10
MDL-68246 lib: Grouplib coding standards and consistency improvements
2020-05-14 15:47:34 +08:00
Eloy Lafuente (stronk7)
a417c31b2e
Merge branch 'MDL-68579-master' of git://github.com/cescobedo/moodle
2020-05-11 23:13:45 +02:00
Eloy Lafuente (stronk7)
5879d1773d
Merge branch 'MDL-68276-replace-logs' of https://github.com/brendanheywood/moodle
2020-05-11 23:10:49 +02:00
Jun Pataleta
6165110f0a
Merge branch 'MDL-66109-master' of git://github.com/andrewnicols/moodle
2020-05-12 00:03:19 +08: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
079736ccb3
MDL-63580 core_task: Deprecation CLI scripts from admin/tool/task/cli
...
Copy the CLI scripts from admin/tool/task/cli to admin/cli (schedule_task.php and adhoc_task.php)
and rename to scheduled_task.php and to improve in order to use cron_run_inner_scheduled_task.
2020-05-11 10:53:17 +02:00
Jun Pataleta
c314ec6770
Merge branch 'MDL-68041-master-rev2' of https://github.com/nhoobin/moodle
2020-05-11 16:27:48 +08:00
cescobedo
b19468ce8a
MDL-68579 core_h5p: Add a check to avoid execute task using BEHAT
2020-05-11 10:13:08 +02:00
Nicholas Hoobin
119a83f148
MDL-68041 core_theme: New admin settings in secure page layout
...
This adds two new admin settings to the theme appearance options.
Shows the lang menu in secure layout, langmenuinsecurelayout.
Shows the user's name in secure layout, logininfoinsecurelayout.
When the page layout is set to secure, these options will be in effect.
2020-05-11 17:23:17 +10:00
Andrew Nicols
29c5fafff5
MDL-66109 js: Fix Shifter linting issues
2020-05-11 11:07:49 +08:00
Andrew Nicols
f879cc518e
MDL-66109 js: Build changes for NodeJS upgrade
...
This change includes a build to fix all minified file changes in Moodle
as a result of upgrades to our build process.
2020-05-11 10:55:54 +08:00
Andrew Nicols
9b7e6e9c6c
MDL-66109 js: Built file changes from new Node version
2020-05-11 10:53:35 +08:00
Andrew Nicols
0d5b115b0e
Merge branch 'MDL-68271-master' of git://github.com/sarjona/moodle
2020-05-11 09:10:40 +08:00
Sara Arjona
f635915137
MDL-68271 core_h5p: implement localization methods for editor
...
The following methods have been implemented for supporting
content-type translations:
- H5PEditorAjaxInterface.getTranslations. This method is used for
loading the "Text overrides and translations" section.
- H5peditorStorage.getLanguage. This method is used for displaying
the specific fields and messages for each content-type library.
- H5peditorStorage.getAvailableLanguages. This method is used to
get the language list displayed into the "Text overrides and
translations" section.
2020-05-08 18:18:24 +02:00
Juan Leyva
f24b0795ef
MDL-65547 qr: Wrapper for core_qrcode
2020-05-08 10:26:45 +02:00
Jake Dallimore
812aaf73d7
Merge branch 'MDL-51694-m' of https://github.com/MartinGauk/moodle
2020-05-08 11:22:31 +08:00
Eloy Lafuente (stronk7)
7bf6fd4528
Merge branch 'MDL-67753-master' of git://github.com/jleyva/moodle
2020-05-07 18:44:45 +02:00
Eloy Lafuente (stronk7)
301cd3e9c0
Merge branch 'MDL-68415' of https://github.com/paulholden/moodle
2020-05-07 18:38:43 +02:00
Paul Holden
f4488eca79
MDL-68415 core: test attachments in email_to_user from allowed paths.
2020-05-06 23:23:17 +01: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
1ed243c2fe
MDL-68402 accesslib: fix coding style of loops
2020-05-06 09:18:02 +01:00
Tim Hunt
1736c59925
MDL-68402 accesslib: Modernise coding style in the functions changed
2020-05-06 09:18:02 +01: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
Eloy Lafuente (stronk7)
bb341e4b2f
Merge branch 'MDL-68615' of https://github.com/timhunt/moodle
2020-05-06 10:07:28 +02:00
Tim Hunt
bee903193b
MDL-68615 questions: more increment idnumber cases found by our tester
2020-05-06 07:46:09 +01:00
Simey Lameze
c0db61e45f
MDL-68462 core_table: add missing global
2020-05-06 14:40:33 +08:00
Brendan Heywood
529c509f62
MDL-68276 admin: Skip risky tables and columns in db_replace
2020-05-06 15:46:41 +10:00
Adrian Greeve
5178f0f43c
Merge branch 'MDL-68462-master' of git://github.com/lameze/moodle
2020-05-06 11:06:11 +08:00
Andrew Nicols
d86dfdd51e
Merge branch 'MDL-67800-master-3' of git://github.com/aanabit/moodle
2020-05-06 11:06:11 +08:00
Simey Lameze
68c46a28d6
MDL-68462 core_table: add support for reset table preferences
2020-05-06 09:44:39 +08:00
Andrew Nicols
ae346c8624
Merge branch 'MDL-68548' of https://github.com/Neosi/moodle
2020-05-06 08:55:51 +08:00
Eloy Lafuente (stronk7)
dac1b3a4eb
Merge branch 'MDL-68541-39' of https://github.com/PoetOS/moodle
2020-05-06 01:04:14 +02:00
Eloy Lafuente (stronk7)
95430af3f1
Merge branch 'MDL-68615' of https://github.com/timhunt/moodle
2020-05-06 00:58:26 +02:00
Tim Hunt
1d47cb2168
MDL-68615 questions: fix fiendish default idnumber edge case
2020-05-05 16:19:54 +01:00
Neosi
27e44c18fe
MDL-68548 editor-atto: change <i> tags to <em>
2020-05-05 09:50:26 +01:00
Amaia Anabitarte
f2e02ea9f0
MDL-67800 core_contentbank: Testing contentbank events
2020-05-05 10:20:20 +02:00
Amaia Anabitarte
fb302d3848
MDL-67800 core_contentbank: Creating events for contentbank
2020-05-05 10:20:20 +02:00
Jake Dallimore
eec3a65e5d
Merge branch 'MDL-47750' of https://github.com/timhunt/moodle
2020-05-05 11:55:15 +08:00
Andrew Nicols
0449045fa0
Merge branch 'MDL-68542-39' of https://github.com/JayChurchward/moodle
2020-05-05 11:50:04 +08:00
Andrew Nicols
561fc87034
Merge branch 'MDL-68551' of https://github.com/Neosi/moodle
2020-05-05 11:48:46 +08:00
Andrew Nicols
7be118e265
Merge branch 'MDL-67881-master' of git://github.com/bmbrands/moodle
2020-05-05 11:17:33 +08:00
Jun Pataleta
6a71bccfea
Merge branch 'MDL-68524-master' of git://github.com/andrewnicols/moodle
2020-05-05 10:50:09 +08:00
Andrew Nicols
a427a48c10
MDL-68524 core: Prefetch modal registry templates
2020-05-05 10:16:10 +08:00
Andrew Nicols
983baf4e34
MDL-68524 js: Add prefetch module
2020-05-05 10:16:10 +08:00
Andrew Nicols
37f48d2547
Merge branch 'MDL-68500' of https://github.com/paulholden/moodle
2020-05-05 09:48:24 +08:00
Eloy Lafuente (stronk7)
87c0887564
Merge branch 'MDL-67790-master' of git://github.com/aanabit/moodle
2020-05-04 23:01:20 +02:00
Eloy Lafuente (stronk7)
f6bfa49cc6
Merge branch 'MDL-52904-master' of git://github.com/junpataleta/moodle
2020-05-04 22:31:25 +02:00