Stevani Andolo
369fee885f
MDL-78750 communication_matrix: Fixed available providers
2023-09-28 09:13:22 +02:00
Jun Pataleta
6459f9f6b8
Merge branch 'MDL-78937-master' of https://github.com/meirzamoodle/moodle
2023-09-27 11:40:32 +08:00
Meirza
d561e151e5
MDL-78937 lib: Set default value to $component property
...
We encountered errors on the plugin check page while upgrading from version 3.11 to 4.3.
The plugins marked with the status "To be deleted" have a null value for the $component property,
which results in the following error message:
"Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is
deprecated in lib/classes/component.php on line 1056."
To avoid this error, we need to set an empty string as the default value for the $component property.
2023-09-27 09:53:47 +07:00
Ilya Tregubov
386f29a46d
Merge branch 'MDL-77708-master' of https://github.com/sarjona/moodle
2023-09-27 09:07:10 +08:00
Sara Arjona
cc9430929d
MDL-77708 docs: Update references from docs.moodle.org/dev
2023-09-26 10:30:19 +02:00
Michael Hawkins
81a1695e71
MDL-79322 core: Update MoodleNet course sharing to use course fullname
...
Previously this was using course short name, which is inconsistent and
less informative than the course full name.
2023-09-22 11:42:28 +08:00
Jake Dallimore
1b768a1f64
Merge branch 'MDL-79186' of https://github.com/paulholden/moodle
2023-09-19 11:12:24 +08:00
Ilya Tregubov
7d6129be45
Merge branch 'MDL-79338' of https://github.com/skodak/moodle
2023-09-19 10:40:54 +08:00
Ilya Tregubov
826ef1f915
Merge branch 'MDL-79336' of https://github.com/skodak/moodle
2023-09-18 11:12:22 +08:00
Ferran Recio
4dcac269be
MDL-78955 lib: fix choice list styling
2023-09-18 10:41:24 +08:00
Ilya Tregubov
4355e38e88
Merge branch 'MDL-78312-master' of https://github.com/NashTechOpenUniversity/moodle
2023-09-15 16:56:22 +08:00
Petr Skoda
b2a2d3dc66
MDL-79338 core: add support for hook callback redirection in tests
2023-09-14 11:47:52 +02:00
Petr Skoda
f42cc76a78
MDL-79336 core: add core\hook\stoppable_trait
2023-09-14 11:33:01 +02:00
Ilya Tregubov
9992804ae5
Merge branch 'MDL-78267-master-2' of https://github.com/HuongNV13/moodle
2023-09-14 16:07:51 +08:00
Huong Nguyen
4ead50e696
MDL-78267 core: Partial course sharing for MoodleNet
2023-09-14 14:59:50 +07:00
Huong Nguyen
514df5a775
MDL-78267 core: Services for partial sharing course to MoodleNet
2023-09-14 14:59:49 +07:00
Huong Nguyen
c6bf02a3b5
MDL-78267 core: Backend API for partial sharing course for MoodleNet
2023-09-14 14:59:49 +07:00
Jun Pataleta
39d32096e7
Merge branch 'MDL-79181-master' of https://github.com/snake/moodle
2023-09-14 14:02:45 +08:00
Huong Nguyen
b3ffe8432b
MDL-78267 core: Move shared MoodleNet code to abstract
2023-09-14 11:11:42 +07:00
hieuvu
a3da58a9cb
MDL-78312 core_user: add an 'exact match only' option
2023-09-13 20:22:22 +07:00
Jun Pataleta
f8b16ea91f
Merge branch 'MDL-78826-master' of https://github.com/roland04/moodle
2023-09-13 19:28:25 +08:00
Huong Nguyen
d3efd69dc1
Merge branch 'MDL-78993-master' of https://github.com/sarjona/moodle
2023-09-13 11:21:36 +07:00
Huong Nguyen
50a74f6a2d
Merge branch 'MDL-67271-master' of https://github.com/sarjona/moodle
2023-09-13 11:15:22 +07:00
Huong Nguyen
8527d6e8c9
Merge branch 'MDL-75502-master' of https://github.com/davewoloszyn/moodle
2023-09-13 10:52:36 +07:00
Sara Arjona
ff844ab7bd
MDL-78993 theme: Remove $CFG->svgicons
...
The $CFG->svgicons setting was introduced in Moodle 2.4 due to incomplete
SVG support in certain web browsers.
The landscape has evolved significantly since then, and all modern browsers
now handle SVG files correctly.
The $CFG->svgicons settings has been removed and the supports_svg() method
has been updated with currently supported browsers (IE support was removed
in Moodle 3.10).
2023-09-12 15:28:03 +02:00
Andrew Nicols
5281100031
MDL-67271 core: Add test to find missing SVG icons
...
Ensure that all system icons now come with an accompanying SVG file.
Any missing SVG files have been addressed, and to maintain this consistency,
a PHPUnit test has been implemented to validate the inclusion of SVG files
for any new icons.
2023-09-12 10:54:15 +02:00
David Woloszyn
045d4368f4
MDL-75502 core: Added MoodleNet share progress page
2023-09-12 15:14:39 +10:00
Paul Holden
75c36558b6
MDL-79186 task: fix evaluation of 'X/Y' cron field format.
...
The above syntax is defined as supported by the class, for example the
format '5/10' means:
"At every 10th <unit> from 5 through <max>."
It is analogous to '5-<max>/10'.
2023-09-11 09:22:17 +01:00
Jake Dallimore
189558e80c
MDL-79181 core: update LinkedIn OAuth template to use OIDC
...
The old method (sign in with linkedin) is deprecated:
https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin
This replaces this with the new method:
https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin-v2
This is not entirely OIDC compliant, however. The well known
openid-configuration isn't present at the issuer root and the 'locale'
claim contains an object instead of a string. These are worked around.
2023-09-11 10:40:34 +08:00
Huong Nguyen
a890f6f07a
Merge branch 'MDL-79090-master' of https://github.com/mackensen/moodle
2023-09-08 22:14:35 +08:00
Paul Holden
65c0de3618
MDL-78619 communication: add customlink to list of standard plugins.
...
Make management URL nullable to avoid section link error when the
whole subsystem is not enabled.
2023-09-08 22:14:31 +08:00
Ferran Recio
c87fe6036d
MDL-78826 javascript: add dropdown js controls
2023-09-08 10:23:13 +02:00
Ilya Tregubov
88ce8754b2
Merge branch 'MDL-77296-master' of https://github.com/davewoloszyn/moodle
2023-09-05 11:59:29 +08:00
Andrew Nicols
258698e6f3
MDL-75268 core: Add tiny_premium to list of standard plugins
2023-09-05 11:44:07 +08:00
Ilya Tregubov
cbe667fe66
Merge branch 'MDL-78744-master' of https://github.com/roland04/moodle
2023-09-05 10:54:52 +08:00
Andrew Nicols
4e5510fcd7
Merge branch 'MDL-79238' of https://github.com/paulholden/moodle
2023-09-05 10:34:57 +08:00
Andrew Nicols
67bf116bfc
Merge branch 'MDL-79088-master' of https://github.com/marinaglancy/moodle
2023-09-05 10:28:46 +08:00
Andrew Nicols
c550194bce
Merge branch 'MDL-73734-streaming-output-api' of https://github.com/brendanheywood/moodle
2023-09-04 22:21:17 +08:00
Marina Glancy
77d3c5b1b0
MDL-79088 navigation: add stoppable interface to navigation extend hook
2023-09-04 13:36:40 +01:00
Marina Glancy
906dfc2f50
MDL-79088 navigation: new hook to add items to site primary navigation
2023-09-04 13:36:40 +01:00
Mikel Martín
bd7cc81be6
MDL-78744 completion: Split activity_information in completion and dates
...
Deprecate core_course\output\activity_information class and move its code to two
new classes: core_course\output\activity_completion and core_course\output\activity_dates.
In this process refactor activity_completion improving readability and and also deprecate
renderer_base::activity_information() and core_course_renderer::render_activity_information().
2023-09-04 11:37:20 +02:00
Paul Holden
34bc525c9f
MDL-79238 tool_mfa: define factor sub-plugins as standard.
2023-09-02 11:07:57 +01:00
Andrew Nicols
39367921b0
Merge branch 'MDL-78930-master' of https://github.com/sarjona/moodle
2023-09-01 11:46:15 +08:00
Andrew Nicols
c81e889a8d
Merge branch 'MDL-77979-master' of https://github.com/meirzamoodle/moodle
2023-09-01 11:00:59 +08:00
meirzamoodle
f26b42d000
MDL-77979 tiny_noautolink: Add a TinyMCE noautolink plugin
2023-09-01 09:36:14 +07:00
Andrew Nicols
b36bc08686
Merge branch 'MDL-79144-master' of https://github.com/marinaglancy/moodle
2023-09-01 09:39:28 +08:00
Andrew Nicols
1ce54ee87e
Merge branch 'MDL-72321_master-squashed' of https://github.com/marxjohnson/moodle
2023-08-31 23:02:35 +08:00
Mark Johnson
7091a3210c
MDL-72321 core: Allow datafilters to specify a subset of join types
...
A datafilter can now specify a subset of jointypes that it supports from
the default list of all, any or none. By default all options will be
available, but an individual filter can ovveride this to include just
those options that make sense for the filter. If only one option is
allowed, the select list will be hidden to simplify the UI.
2023-08-31 15:00:37 +01:00
Huong Nguyen
83522d40d8
Merge branch 'MDL-78509-master' of https://github.com/stevandoMoodle/moodle
2023-08-29 10:38:27 +07:00
Andrew Nicols
c9c1f1ce18
Merge branch 'MDL-79092-master' of https://github.com/rhell4/moodle
2023-08-29 11:22:03 +08:00