Andrew Nicols
8d5d300047
Merge branch 'MDL-72586-master' of git://github.com/dpalou/moodle
2021-10-15 10:23:15 +08:00
Ilya Tregubov
e95aee50cc
Merge branch 'MDL-72099-master' of https://github.com/aanabit/moodle
2021-10-14 22:02:31 +07:00
Sara Arjona
81556d883c
MDL-72720 dataformat: Implement enable_plugin() method
2021-10-14 16:54:13 +02:00
Sara Arjona
87baf79723
MDL-72720 customfield: Implement enable_plugin() method
2021-10-14 16:54:13 +02:00
Sara Arjona
fc59c10860
MDL-72720 contenttype: Implement enable_plugin() method
2021-10-14 16:54:13 +02:00
Sara Arjona
9991ce2cce
MDL-72720 block: Implement enable_plugin() method
2021-10-14 16:54:13 +02:00
Sara Arjona
c70519cc1d
MDL-72720 availability: Implement enable_plugin() method
2021-10-14 16:54:13 +02:00
Sara Arjona
bbf3a2d987
MDL-72720 auth: Implement enable_plugin() method
2021-10-14 16:54:12 +02:00
Sara Arjona
6e693fbce0
MDL-72720 antivirus: Implement enable_plugin() method
2021-10-14 16:54:12 +02:00
Sara Arjona
cf54e29ddc
MDL-72720 plugininfo: Add enable_plugin() method to base class
2021-10-14 16:54:12 +02:00
Amaia Anabitarte
1d4edcb57b
MDL-72099 core_contenbank: Add context navigation
2021-10-14 13:04:13 +02:00
Mihail Geshoski
0c35e76e7d
MDL-72450 output: Remove activity navigation if there is course index
...
There is no need to display activity navigation links within the
activity if the user can already navigate through the activities
using the course index. Therefore, this change will prevent displaying
the activity navigation links if the theme has implemented course
index and the selected course format uses course index.
2021-10-14 15:38:48 +08:00
Mihail Geshoski
3372adddb3
MDL-72450 theme: Allow themes to specify whether they use course index
...
Introduces a new theme config 'usecourseindex' which allows themes to
specify whether they implement and use course index.
2021-10-14 15:38:48 +08:00
Jun Pataleta
b984315b38
Merge branch 'MDL-72530-master' of git://github.com/mihailges/moodle
2021-10-14 14:24:08 +08:00
Ilya Tregubov
3a3dca16df
Merge branch 'MDL-71995-master' of git://github.com/ferranrecio/moodle
2021-10-14 14:24:08 +08:00
Peter Dias
724a6a5bff
MDL-72098 core: Remove redundant insert function
2021-10-14 12:59:55 +08:00
Peter Dias
2bb5b40215
MDL-52484 core: Revert workaround PHP7 bug #70110 with preg_match
...
This reverts commit 144fb5e0a0
. The fix is now part of php7.3
2021-10-14 12:19:29 +08:00
Mihail Geshoski
3910c41813
MDL-72530 navigation: Fix the auto collapse in the more menu
2021-10-14 10:55:33 +08:00
Mihail Geshoski
f652127d28
MDL-72530 navigation: No display limit for secondary nodes in site admin
...
Avoids applying maximum limit of displayed secondary navigation nodes
only in site administration pages.
2021-10-14 10:55:33 +08:00
Paul Holden
310bf46963
MDL-72779 core: add set_many helper method to persistent class.
2021-10-13 14:44:23 +01:00
Ferran Recio
b58e780666
MDL-71995 core: reactive debug tools
2021-10-13 10:08:50 +02:00
Mihail Geshoski
2c9ab4980d
MDL-72530 navigation: Optional max limit of displayed secondary nodes
...
Includes an optional function argument $maxdisplayednodes (int/null)
in force_nodes_into_more_menu() which will enable configuration of the
max limit of displayed nodes in the secondary navigation. If null,
a limit of displayed nodes will not be applied.
2021-10-13 12:58:32 +08:00
Mihail Geshoski
6c0e1eee94
MDL-71913 mod_data: Update behat tests
2021-10-13 11:05:30 +08:00
Shamim Rezaie
045ca2f1f0
Merge branch 'MDL-72689-master' of https://github.com/sharidas/moodle
2021-10-11 20:11:44 +11:00
Paul Holden
de2b0565a7
MDL-71086 core: load only those properties defined within persistent.
2021-10-11 09:09:27 +01:00
Ilya Tregubov
843066ecf4
Merge branch 'MDL-72091-rebase-3' of https://github.com/Chocolate-lightning/moodle
2021-10-11 14:46:54 +07:00
Ilya Tregubov
db21c7880a
Merge branch 'master_MDL-71642-comment' of https://github.com/catalyst/moodle-MDL-70329
2021-10-11 14:01:21 +07:00
Andrew Nicols
551371c710
Merge branch 'MDL-71834-master-v02' of git://github.com/ferranrecio/moodle
2021-10-11 14:06:23 +08:00
Mathew May
dba47e8641
MDL-72091 Navigation: Update navigation to match designs
2021-10-11 12:20:34 +08:00
Ilya Tregubov
d59782d1c3
Merge branch 'MDL-72305-master' of git://github.com/bmbrands/moodle
2021-10-11 10:02:00 +07:00
Andrew Nicols
9cba40c410
Merge branch 'MDL-71965-master' of git://github.com/bmbrands/moodle
2021-10-11 08:06:43 +08:00
Paul Holden
02680f59d9
MDL-72639 admin: consistent primary buttons during site upgrade.
2021-10-10 20:42:44 +01:00
Cameron Ball
d5eaa5224e
MDL-72670 session: Correct read only debugging logic
...
Prior to this patch the debugging mode (when enabled) would trigger
on everywhere, regardless of whether or not READ_ONLY_SESSION is defined.
This patch modifies that behaviour so that the debugging only kicks in
if READ_ONLY_SESSION is defined and set to true.
2021-10-08 15:11:40 +08:00
Sujith Haridasan
28f4ab461e
MDL-72689 core_navigation: Respect homepage preference
...
If defaulthomepage is set to Dashboard then Site home link
in the primary navigation should point to "/?redirect=0"
2021-10-08 10:46:40 +05:30
Guillermo Gomez
3be2b123e5
MDL-71642 qbank_comment: Add question comment plugin to core
...
This implementation will introduce a qbank plugin
"comment" which will allow users with the capability
to comment in a question. It also implements a
callback for the question preview page to view
and add comments from the preview page. Comment
plugin is implemented using the existing comments
API from the core.
Co-Authored-By: Guillermo Gomez Arias <guillermogomez@catalyst-au.net>
Co-Authored-By: Safat Shahin <safatshahin@catalyst-au.net>
Co-Authored-By: Matt Porritt <mattp@catalyst-au.net>
2021-10-08 14:48:13 +11:00
abgreeve
edb655e35c
Merge branch 'MDL-72578-master' of git://github.com/ferranrecio/moodle
2021-10-08 09:12:57 +08:00
Eloy Lafuente (stronk7)
f77733148f
Merge branch 'MDL-71306' of https://github.com/paulholden/moodle
2021-10-07 23:10:00 +02:00
Eloy Lafuente (stronk7)
9d3b3298e2
Merge branch 'MDL-72674-master' of git://github.com/junpataleta/moodle
2021-10-07 22:53:47 +02:00
Eloy Lafuente (stronk7)
8b577dfb46
Merge branch 'MDL-72621-master' of git://github.com/andrewnicols/moodle
2021-10-07 21:06:07 +02:00
Eloy Lafuente (stronk7)
2ef38aa865
Merge branch 'MDL-72753-master' of git://github.com/ilyatregubov/moodle
2021-10-07 20:21:40 +02:00
Ferran Recio
41b4625693
MDL-72578 course: activity render to output classes
2021-10-07 17:17:29 +02:00
Víctor Déniz
da8b658229
Merge branch 'MDL-57980-master_grade_items_index' of https://github.com/agrowe/moodle
2021-10-07 16:02:52 +01:00
Jun Pataleta
74fbe453c7
Merge branch 'MDL-72278-master' of git://github.com/bmbrands/moodle
2021-10-07 22:48:10 +08:00
Bas Brands
57581a1980
MDL-72278 theme_boost: open drawer with fake blocks on first visit
2021-10-07 16:14:37 +02:00
Ilya Tregubov
78ad30d662
MDL-72753 courseformat: Fix broken site installation via UI.
...
Fixing regression caused by MDL-71795.
2021-10-07 14:48:05 +07:00
Ilya Tregubov
b4675942ce
Merge branch 'MDL-52206-master-rebased' of git://github.com/peterRd/moodle
2021-10-07 12:55:12 +07:00
Shamim Rezaie
6e2f35ae18
Merge branch 'MDL-72517-master' of git://github.com/cescobedo/moodle
2021-10-07 13:03:06 +11:00
Bas Brands
d1b9f7d1f1
MDL-71965 theme_boost: move footer content in popover
2021-10-06 11:32:08 +02:00
cescobedo
678826efb8
MDL-72517 qformat: Remove ExamView question format
2021-10-06 09:35:35 +02:00
Andrew Nicols
d6f4f27bc6
Merge branch 'MDL-72515-master' of git://github.com/marinaglancy/moodle
2021-10-06 12:55:03 +08:00