Andrew Nicols
f90d35580c
Merge branch 'MDL-73474-master' of https://github.com/aanabit/moodle
2022-01-12 11:06:40 +08:00
Andrew Nicols
c86258d19f
Merge branch 'MDL-73526' of https://github.com/stronk7/moodle
2022-01-12 10:19:05 +08:00
AMOS bot
eb9a2bec39
Automatically generated installer lang files
2022-01-12 00:07:44 +00:00
Eloy Lafuente (stronk7)
91e03eb3c8
MDL-73526 mod_wiki: Remove unused nwiki diff processor
...
It never has been used in core since it was introduced in 2011
by MDL-22112, because the ouwiki_diff_html() is used unconditionally
for all wiki formats (html, creole or nwiki).
So, removing it to avoid any current (php80) or future incidence
with it.
2022-01-11 17:27:44 +01:00
Sara Arjona
65d56fa87b
MDL-73546 tool_admin_presets: Fix link error in logs
2022-01-11 17:14:37 +01:00
Sara Arjona
749c678ed5
MDL-73342 admin_presets: Remove blocks from the core presets
2022-01-11 16:58:48 +01:00
Sara Arjona
f6af9e103d
MDL-73342 selfcompletion: Disable the block by default
...
Co-authored by: Amaia Anabitarte <amaia@moodle.com>
2022-01-11 16:37:26 +01:00
Sara Arjona
fcfa24f341
MDL-73342 rss_client: Disable the block by default
...
Co-authored by: Amaia Anabitarte <amaia@moodle.com>
2022-01-11 16:37:26 +01:00
Sara Arjona
219d8ec4a4
MDL-73342 feedback: Disable the block by default
...
Co-authored by: Amaia Anabitarte <amaia@moodle.com>
2022-01-11 16:37:25 +01:00
Sara Arjona
b1a772d1ad
MDL-73342 course_summary: Disable the block by default
...
Co-authored by: Amaia Anabitarte <amaia@moodle.com>
2022-01-11 16:37:25 +01:00
Sara Arjona
8044279e0f
MDL-73342 behat: New step to enable a plugin
...
Co-authored by: Amaia Anabitarte <amaia@moodle.com>
2022-01-11 16:37:25 +01:00
Amaia Anabitarte
4f190127b5
MDL-73359 core_badges: Badge pages polish
2022-01-11 16:22:07 +01:00
Ferran Recio
7a16356b05
MDL-73336 core_courseformat: fix tree accessbility issues
...
The course index uses collapsible to simulate a tree. To ensure the
resulting HTML follows the WCAG tree implementation, the tree widget
cannot be a nav element but a div one.
2022-01-11 16:15:57 +01:00
Ferran Recio
ea01266118
MDL-73336 theme_boost: fix drawer tooltips
2022-01-11 16:15:57 +01:00
Paul Holden
d40cc61eba
MDL-72367 badges: require sesskey to remove badge alignment.
2022-01-11 14:34:16 +01:00
Paul Holden
c7a62a8c82
MDL-72573 mod_h5pactivity: tighter validation of external sort param.
...
Restrict external method $sortorder parameter to limited subset of
values.
2022-01-11 14:34:16 +01:00
Dongsheng Cai
2ee27313ce
MDL-71239 calendar: disallow manager role users edit user events
2022-01-11 14:34:16 +01:00
Jun Pataleta
e78184d827
on-demand release 4.0dev+
2022-01-11 21:30:33 +08:00
Jun Pataleta
49b9d89e5a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2022-01-11 21:30:28 +08:00
Jun Pataleta
5804180e20
MDL-69061 core: Require linkable_settings_page.php using $CFG->admin
2022-01-11 21:09:24 +08:00
Juan Leyva
34ceeb4883
MDL-69555 tool_mobile: Allow set auto-login min request time
2022-01-11 14:07:30 +01:00
Juan Leyva
80a9eef971
MDL-69555 tool_mobile: Allow to set QR login keys duration time
2022-01-11 14:07:30 +01:00
Bas Brands
572e6b2dab
MDL-73392 theme_boost: remove overflow css for pages with drawers
...
Reset the overflow on the drawers page to allow grade report sticky headers to work.
2022-01-11 13:51:35 +01:00
Sara Arjona
f667bdfb33
MDL-71704 lib: Set Moodle files after JQuery upgrade
2022-01-11 12:07:20 +01:00
Sara Arjona
efea732674
MDL-71704 lib: Upgrade JQuery UI to 1.13.0
2022-01-11 12:01:00 +01:00
Sara Arjona
7891ac6d62
MDL-71704 lib: Upgrade JQuery to 3.6.0
2022-01-11 12:00:06 +01:00
Amaia Anabitarte
bb056ca1f1
MDL-73474 tool_admin_presets: Remove unused strings
2022-01-11 11:38:46 +01:00
David Matamoros
ba15586806
MDL-71461 core_customfield: Add missing library in textarea export value
2022-01-11 11:16:07 +01:00
Sara Arjona
4752452fd5
MDL-71702 lib: Set Moodle files after minify upgrade
2022-01-11 10:41:08 +01:00
Peter Dias
f744eb8161
MDL-71702 core: Add custom Moodle patch to minify
...
There is a Pull-request from Tim Hunt to the project in GitHub
(https://github.com/matthiasmullie/minify/issues/317 ) but, for now,
as it hasn't been applied yet, we need to manually cherry-pick
this change.
2022-01-11 10:38:59 +01:00
Sara Arjona
d77e0a6dae
MDL-71702 lib: Upgrade minify to 1.3.66
2022-01-11 10:37:06 +01:00
Jun Pataleta
e885801e58
Merge branch 'MDL-69061-master' of https://github.com/junpataleta/moodle
2022-01-11 11:56:52 +08:00
Adam Pawełczak
f4783dbb0a
MDL-69061 core: Fix admin path replacement with path to $CFG->admin
2022-01-11 11:32:26 +08:00
Andrew Nicols
adbf7a9761
Merge branch 'MDL-73439-master' of https://github.com/peterRd/moodle
2022-01-11 10:09:41 +08:00
AMOS bot
94480c674a
Automatically generated installer lang files
2022-01-11 00:07:34 +00:00
Víctor Déniz
7146bd1dfa
Merge branch 'MDL-73414' of https://github.com/paulholden/moodle
2022-01-10 23:15:11 +00:00
Víctor Déniz
5a7c9ae8d5
Merge branch 'MDL-73430-master' of https://github.com/peterRd/moodle
2022-01-10 22:25:45 +00:00
Paul Holden
ee566b88a8
MDL-72757 reportbuilder: improve model event tests.
...
Remove some boilerplate/duplication in the current test methods
using @depends annotation to pass persistents between them.
2022-01-10 17:21:23 +01:00
Ferran Recio
ac77de1122
MDL-72897 core_courseformat: add scroll control to course index
2022-01-10 17:14:00 +01:00
Ilya Tregubov
0a89491cbc
Merge branch 'MDL-73437-master' of https://github.com/peterRd/moodle
2022-01-10 12:46:47 +02:00
Sara Arjona
9a425a3cc3
MDL-71721 lib: Set Moodle files after emoji-data upgrade
2022-01-10 10:36:23 +01:00
Sara Arjona
411f91f1a9
MDL-71721 lib: Upgrade emoji-data to 7.0.2
2022-01-10 10:34:53 +01:00
Peter Dias
1a83bd79e0
MDL-73437 workshop: Use templates for actionbar
...
* Convert the actionbar to use renderables/templates
* Introduce spacing below tertiary navigation
* Add headings on allocations after tertiary navigation
2022-01-10 16:06:47 +08:00
Jun Pataleta
1077f39bcc
Merge branch 'MDL-73502' of https://github.com/stronk7/moodle
2022-01-10 15:10:14 +08:00
Jun Pataleta
d7fdb2e1da
Merge branch 'MDL-73297-master' of https://github.com/HuongNV13/moodle
2022-01-10 14:42:36 +08:00
Jun Pataleta
b0b9fa7d84
Merge branch 'MDL-72809-master' of https://github.com/HuongNV13/moodle
2022-01-10 10:24:38 +08:00
Peter Dias
8976da3ed5
MDL-73430 label: Change text of label's secondary nodes
2022-01-10 08:22:08 +08:00
AMOS bot
c981dc526e
Automatically generated installer lang files
2022-01-08 00:07:31 +00:00
Marc Català
b2702ccad2
MDL-72771 core_course: Set module visibility after moving it
...
Move a module to another section needs to update its visibility after
placing it into the new section. Otherwise an invalid database state
prevents the system to move any module with a completion rule
involving grades.
2022-01-07 14:28:00 +01:00
Amaia Anabitarte
d4c27c2dcc
MDL-73492 adminpresets: Remove unused functions
2022-01-07 13:12:29 +01:00