Mathew May
1cb3cb375d
MDL-73554 core: Update usermenu metadata display
2022-01-17 15:09:06 +08:00
Andrew Nicols
4f0b70ba6d
Merge branch 'MDL-73316' of https://github.com/Chocolate-lightning/moodle
2022-01-17 14:16:12 +08:00
Adrian Greeve
4870b363b0
MDL-73366 navigation: Changed the first tab of site administration.
...
It now reads "General" instead of "Site administration"
2022-01-17 11:52:13 +08:00
Ferran Recio
81b0bbe8cb
MDL-73340 behat: add mobile and table size
2022-01-14 18:49:06 +01:00
Eloy Lafuente (stronk7)
0c53a3dec8
MDL-73476 phpunit: events, external and search tescase names
...
All events_test, external_test and search_test classes:
- Namespaced with component[\level2-API]
- Moved to level2-API subdirectory when required.
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed.
- Fix some relative paths and comments here and there.
- All them passing individually.
- Complete runs passing too.
Special mention to lib/external/tests/external_test.php:
- external is not a valid component
- hence, its only valid namespace is "core"
- also, it's testing lib/external/externallib.php
- hence, the file (and class) have been renamed to external_externallib_test.php
(to avoid conflicts with other external_test that may exist in core)
2022-01-14 16:18:39 +01:00
Sara Arjona
341a7b2a97
MDL-73347 blocks: New unaddableblocks theme setting
...
A new method, get_unaddable_by_theme_block_types(), has been added to
block_manager class to let themes define, using the unaddableblocks
theme setting, the blocks that won't be displayed in the "Add a block"
list.
For now, only the boost theme uses it, to disable some of the blocks,
like settings, navigation, course_list and section_links (they are still
required for classic).
2022-01-14 13:08:48 +01:00
Sara Arjona
c8bda3e418
MDL-71720 lib: Set Moodle files after PHPSpreadSheet upgrade
2022-01-14 12:45:54 +01:00
Sara Arjona
d1ee2435bc
MDL-71720 lib: Upgrade PHPSpreadSheet to 1.21.0
2022-01-14 12:45:52 +01:00
Jun Pataleta
a926979c0c
MDL-73358 report: Add page content heading for report pages
2022-01-14 16:14:07 +08:00
Jun Pataleta
0b2032cb1e
MDL-72412 core: Add the image role to informative icon fonts
2022-01-14 10:31:47 +08:00
Andrew Nicols
626c8b43bf
Merge branch 'MDL-65801' of https://github.com/paulholden/moodle
2022-01-14 09:30:11 +08:00
Eloy Lafuente (stronk7)
4480b463d6
Merge branch 'MDL-71702-master' of https://github.com/sarjona/moodle
2022-01-13 17:14:23 +01:00
Paul Holden
6ed8458eda
MDL-65801 lang: final removal of deprecated 37/38 strings.
...
The following lang strings have been undepecated, as they are still
in use:
* errorcoursewronglypublished, core_hub
* eventrolecapabilitiesupdated, core_role
2022-01-13 09:50:50 +00:00
Jun Pataleta
527808b1b5
Merge branch 'MDL-73508-master' of https://github.com/bmbrands/moodle
2022-01-13 15:33:07 +08:00
Andrew Nicols
880495d25f
Merge branch 'MDL-71704-master' of https://github.com/sarjona/moodle
2022-01-13 14:32:44 +08:00
Jun Pataleta
0706308ccb
Merge branch 'MDL-71721-master' of https://github.com/sarjona/moodle
2022-01-13 13:53:50 +08:00
Sara Arjona
d49b30d526
Merge branch 'MDL-71710-master' of https://github.com/ilyatregubov/moodle
2022-01-12 15:58:26 +01:00
Ilya Tregubov
040f9a9168
MDL-71715 lib: update PHP-ML to 0.9.0
2022-01-12 14:47:58 +02:00
Ilya Tregubov
5c21e9f610
MDL-71710 core: updated adapter.js to 8.0.0
2022-01-12 13:47:34 +02:00
Bas Brands
35f334be05
MDL-73508 core_course: bigger activity description on view page
2022-01-12 11:40:08 +01:00
Sara Arjona
7cba3c5d13
Merge branch 'MDL-71723-master' of https://github.com/ilyatregubov/moodle
2022-01-12 11:19:49 +01:00
Eloy Lafuente (stronk7)
cb9a8b5ef0
Merge branch 'MDL-70348' of https://github.com/paulholden/moodle
2022-01-12 10:17:22 +01:00
Mathew May
76eaf6ee5f
MDL-73316 contentbank: Add in secondary navigation
2022-01-12 13:54:57 +08:00
Mathew May
a9952cfe4c
MDL-73316 navigation: Add homepagesecondary nav
2022-01-12 13:54:57 +08:00
Sara Arjona
749c678ed5
MDL-73342 admin_presets: Remove blocks from the core presets
2022-01-11 16:58:48 +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
Jun Pataleta
5804180e20
MDL-69061 core: Require linkable_settings_page.php using $CFG->admin
2022-01-11 21:09:24 +08: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
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
Víctor Déniz
7146bd1dfa
Merge branch 'MDL-73414' of https://github.com/paulholden/moodle
2022-01-10 23:15:11 +00: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
Ilya Tregubov
c2a1d3ebca
Merge branch 'MDL-73427-master' of https://github.com/cameron1729/moodle
2022-01-07 09:41:15 +02:00
Shamim Rezaie
6ed3d6d66b
Merge branch 'MDL-73272/master' of https://github.com/skodak/moodle
2022-01-07 17:45:24 +11:00
Jun Pataleta
7c710d6c6e
Merge branch 'MDL-73487-master' of git://github.com/mihailges/moodle
2022-01-07 11:02:01 +08:00
Jun Pataleta
faa588f7a3
Merge branch 'MDL-69700' of https://github.com/paulholden/moodle
2022-01-06 12:00:47 +08:00
Shamim Rezaie
83bf7f3c5a
Merge branch 'MDL-71719-master' of https://github.com/sarjona/moodle
2022-01-06 01:46:59 +11:00
David Matamoros
5bef42d324
MDL-73495 core: Fix data attributes not being passed to individual tabs
2022-01-05 13:16:13 +01:00
Cameron Ball
776bfb134c
MDL-73427 core: Remove $SESSION->fromurl
2022-01-05 19:39:21 +08:00
Jun Pataleta
0dcfa504a0
Merge branch 'MDL-68773-clear-adhoc-tasks' of https://github.com/Peterburnett/moodle
2022-01-05 18:47:01 +08:00
Paul Holden
892fa580b2
MDL-69700 tests: clarify expected exceptions in unit tests.
...
Resolves some leftovers from MDL-67673, see d95c3787.
2022-01-05 08:45:39 +00:00
Jun Pataleta
0abcec390f
Merge branch 'MDL-73425' of git://github.com/paulholden/moodle
2022-01-05 12:53:49 +08:00
Shamim Rezaie
64915bed6d
Merge branch 'MDL-73397-master' of https://github.com/aanabit/moodle
2022-01-04 22:48:40 +11:00
Sara Arjona
e5a1b33676
MDL-73397 adminpresets: Move lastpresetapplied to core
...
In MDL-73394 the lastpresetapplied setting was added to the
tool_admin_presets. This commit moves it to adminpresets.
2022-01-04 12:13:19 +01:00