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
Huong Nguyen
1ac6a82e1f
MDL-72809 Themes: Fix the missing 'Reset user tour on this page' link
2022-01-07 17:03:32 +07:00
Huong Nguyen
db56452269
MDL-73297 Calendar: Display improvement in small screen
...
- Changed the breakpoint for responsiveness from 1200px to 768px
- Added "dots" to indicate days with events for the large block and main calendar page
- Added popovers for the main calendar page
- Added new Behat scenarios to test the responsiveness
2022-01-07 14:41:32 +07: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
bf1a7b0bb2
Merge branch 'MDL-73468' of git://github.com/paulholden/moodle
2022-01-07 14:27:31 +08:00
Jun Pataleta
d90d2bc00c
Merge branch 'MDL-73411-master' of git://github.com/mihailges/moodle
2022-01-07 11:30:48 +08:00
Jun Pataleta
7c710d6c6e
Merge branch 'MDL-73487-master' of git://github.com/mihailges/moodle
2022-01-07 11:02:01 +08:00
Ilya Tregubov
0c63990e4f
on-demand release 4.0dev+
2022-01-06 20:51:09 +02:00
Jun Pataleta
0bc93dd077
Merge branch 'MDL-73306-patch' of https://github.com/ilyatregubov/moodle
2022-01-06 19:09:52 +08:00
Ilya Tregubov
9e95cb81b4
MDL-73306 mod_bigbluebuttonbn: Fix unit tests.
2022-01-06 12:20:16 +02:00
Jun Pataleta
faa588f7a3
Merge branch 'MDL-69700' of https://github.com/paulholden/moodle
2022-01-06 12:00:47 +08:00
Mihail Geshoski
9073f85530
MDL-73411 survey: Update tertiary navigation
2022-01-06 09:56:13 +08:00
Shamim Rezaie
7595736c9e
Merge branch 'MDL-73456-master' of https://github.com/HuongNV13/moodle
2022-01-06 02:08:27 +11:00
Shamim Rezaie
83bf7f3c5a
Merge branch 'MDL-71719-master' of https://github.com/sarjona/moodle
2022-01-06 01:46:59 +11:00
Cameron Ball
776bfb134c
MDL-73427 core: Remove $SESSION->fromurl
2022-01-05 19:39:21 +08:00
Ilya Tregubov
a20f151438
Merge branch 'MDL-73306' of https://github.com/call-learning/moodle
2022-01-05 13:30:34 +02: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
Jun Pataleta
3314ba4557
Merge branch 'MDL-73465' of https://github.com/paulholden/moodle
2022-01-05 17:50:17 +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
Huong Nguyen
c789e1f4f0
MDL-73456 Questions: Question bank tertiary navigation is not correct
...
"Questions" is always selected even the user is editing the question category
2022-01-05 09:02:35 +07:00
Ilya Tregubov
86a1422473
Merge branch 'MDL-73255-master' of https://github.com/andrewnicols/moodle
2022-01-04 16:18:35 +02:00
Jun Pataleta
c0ec69a3aa
Merge branch 'MDL-73352' of https://github.com/stronk7/moodle
2022-01-04 21:25:53 +08:00
Shamim Rezaie
64915bed6d
Merge branch 'MDL-73397-master' of https://github.com/aanabit/moodle
2022-01-04 22:48:40 +11:00
Amaia Anabitarte
dd9795530d
MDL-73397 adminpresets: Fix docblocks for apply_behaviors
2022-01-04 12:13:20 +01:00
Amaia Anabitarte
570d2e7492
MDL-73397 adminpresets: Remove tree-view
2022-01-04 12:13:19 +01: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
Sara Arjona
e5c440b3aa
MDL-73397 adminpresets: Use new API from auth and quiz
...
The adminpresets has become an API in order to let plugins, such
as quiz and auth, to overwrite classes for their settings.
2022-01-04 12:13:19 +01:00
Sara Arjona
e046c6e6ef
MDL-73397 admin: Use method from new core_adminpresets
...
In MDL-73145, a new $CFG setting was added to let define the preset
to be installed.
This patch replaces the method call to the new one that has been
moved from tool_admin_presets plugin to core_adminpresets component.
2022-01-04 12:13:19 +01:00
Sara Arjona
1f47ef1a34
MDL-73397 adminpresets: Move sensiblesettings to core
...
The sensiblesettings setting has been moved from tool_admin_presets
to adminpresets component where it belongs, in order for being able
to use it from the API to decide whether sensible settings should
be included when exporting them.
2022-01-04 12:13:19 +01:00
Sara Arjona
8bf52e3195
MDL-73397 tool_admin_presets: Move data and API methods to new component
...
A new component has been created, core_adminpresets, and tables and some
API methods from this tool have been moved there, so it can spread over
other plugins.
Currently, the tool_admin_presets plugin only provides the UI to interact
with the core adminpresets stuff.
2022-01-04 12:13:19 +01:00
Ilya Tregubov
bc8b1be24d
Merge branch 'MDL-73451-master' of https://github.com/bmbrands/moodle
2022-01-04 12:46:41 +02:00
Paul Holden
7412121555
MDL-73465 theme_boost: apply rounded borders to modal dialogs.
2022-01-04 09:31:57 +00:00
Shamim Rezaie
ec4fd41f39
Merge branch 'MDL-72930-master' of git://github.com/abgreeve/moodle
2022-01-04 19:03:08 +11:00
Adrian Greeve
0a04ebde11
MDL-72930 navigation: Remove duplicated navigation boxes.
...
Some pages have settings that really aren't required anymore.
These have been removed and a function has been aded so that other
developers can turn off the navigation overflow if they want.
2022-01-04 15:58:52 +08:00
abgreeve
f56ecc27f9
MDL-72930 navigation: Update to quiz and questionbank navigation.
...
Alterations here allowed the removal of renderables, and mustache
templates for quiz report navigation. The questionbank was also
updated to show injected navigation nodes from third party plugins.
2022-01-04 15:58:52 +08:00
abgreeve
f1d22c9830
MDL-72930 navigation: Update to badges navigation.
...
This allows navigation nodes injected into the badges section
to be displayed as either a button or a dropdown url_select.
2022-01-04 15:58:52 +08:00
abgreeve
f0ecd475d0
MDL-72930 navigation: Update the reports helper navigation.
...
This allows injected navigation nodes into the reports to be
shown in the report selector.
2022-01-04 15:58:52 +08:00
abgreeve
ffdf385547
MDL-72930 navigation: Update to the participants page navigation.
...
This adds the ability for the participants page to display injected
navigation nodes in the users navigation node.
2022-01-04 15:58:52 +08:00
abgreeve
f85662d744
MDL-72930 navigation: Changes to the secondary view unit tests.
...
The display of the arrays has been changed and so updates were
necessary for the unit tests as well due to changing output.
2022-01-04 15:58:52 +08:00
abgreeve
060e5dedee
MDL-72930 navigation: Change over old code to use new static methods.
...
This removes the old and less good methods for retrieving an array
for use with a url_select and uses the newer better ones instead.
2022-01-04 15:58:52 +08:00
abgreeve
f17b124b7b
MDL-72930 navigation: Creation of new secondary nav methods
...
This adds new static methods for general use when dealing with
third party navigation nodes that have been added via callbacks.
2022-01-04 15:58:52 +08:00
Mihail Geshoski
cb9e513ee5
MDL-73487 navigation: Remove outcomes from course admin overflow nodes
2022-01-04 14:57:06 +08:00
Peter Burnett
28d6333f47
MDL-68773 backup: Allow completed async backup + restore tasks to clear
2022-01-04 10:57:58 +10:00
Eloy Lafuente (stronk7)
ed4c560c42
Merge branch 'MDL-72735-master' of https://github.com/bmbrands/moodle
2022-01-03 20:15:09 +01:00
Eloy Lafuente (stronk7)
3960da3fc7
Merge branch 'MDL-71718-master' of https://github.com/sarjona/moodle
2022-01-03 19:52:00 +01:00
Laurent David
09ba0cb9a8
MDL-73306 mod_bigbluebuttonbn: "Recently Activity" block display
...
* The callback 'xxx_print_recent_activity' needed to be created in order to display
the activities in the block
* Use the print_recent_activity_note api function
2022-01-03 15:04:21 +01:00
Sara Arjona
727f0d4daf
MDL-73397 adminpresets: Create new core_adminpresets component
...
The core_adminpresets component has been added and some data and
methods from the tool_admin_presets have been moved here.
2022-01-03 11:51:33 +01:00