Andrew Nicols
df01e2edc6
Merge branch 'MDL-82480-main' of https://github.com/ferranrecio/moodle
2024-08-14 22:31:16 +08:00
Andrew Nicols
08f8b58945
MDL-82747 core: Register composer autoload files
...
Unfortunately PHP does not provide any means to autoload the files that
a functions is located in, even if they are in an namespace.
To work around this, Composer makes use of an `autoload.files` section
in the `composer.json` file. Shortly after the Composer autoloader is
registered with the `spl_autoload_register` call it also includes any
files listed in this section.
Moodle does not do this and really we should be doing so.
This change adds a section to the autoloader registration method which
loads all of the files defined in any third-party library included in
our `lib` directory which contains any `composer.json` file with such a
stanza.
2024-08-14 21:57:20 +08:00
Daniel Ziegenberg
1a25317f42
MDL-79678 libraries: Remove unused dependency Assert
...
This commit removes the dependency Assert that once was required by
OTPHP, but is no longer needed as of version 11.2.0.
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-08-14 15:53:44 +02:00
Daniel Ziegenberg
9762901cba
MDL-79678 libraries: Update OTPHP to 11.3.0
...
Notable changes:
- The OTPHP library requires now at least PHP 8.1.
- The OTPHP library now relies on the MBString extension. This extension
is now a required dependency.
- The OTPHP library now utilizes a PSR-20: clock.
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-08-14 15:53:42 +02:00
Daniel Ziegenberg
6284ec8aac
MDL-81658 libraries: upgrade to version 6.7.5 of TCPDF
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-08-14 15:51:10 +02:00
Andrew Nicols
149b548c91
MDL-82782 behat: Support runtime scaling of Behat windows
2024-08-14 21:48:15 +08:00
Amaia Anabitarte
6b34d4fd94
MDL-82480 core_course: Add Move option to subsections
2024-08-14 14:31:24 +02:00
Jun Pataleta
5b15521c90
Merge branch 'MDL-82385-main' of https://github.com/dpalou/moodle
2024-08-14 19:02:57 +08:00
Sara Arjona
bd447a102d
MDL-82792 h5p: Fix random behat failures
...
We've started seeing various failures in Firefox and Classic.
Increasing the default window size fixes them.
2024-08-14 12:09:10 +02:00
Dani Palou
4f2f985902
MDL-82385 subsection: Support subsection in app 4.4 and older
2024-08-14 11:42:01 +02:00
Dani Palou
2b2dcab6a5
MDL-82385 course: Wrap section name in span in core_course_get_contents
2024-08-14 11:42:01 +02:00
Dani Palou
e12954e55c
MDL-82385 subsection: Return delegated section ID in customdata
2024-08-14 11:29:24 +02:00
Dani Palou
883448dae4
MDL-82385 course: Return new section fields in core_course_get_contents
2024-08-14 11:29:24 +02:00
Andrew Nicols
c0bb4e4957
MDL-82668 core: Move phpstorm meta to di.php
2024-08-14 16:32:23 +08:00
Sara Arjona
a4a71a49ad
MDL-82211 workshop: Fix icons size
2024-08-14 13:36:59 +07:00
Sara Arjona
5bba3fb57c
MDL-82686 myoverview: Hide course overview block menu
...
On the My Courses page, the actions in the Course Overview block menu
can be ignored by users who have access to them, so the UX team
suggested hiding these actions
2024-08-13 16:14:51 +02:00
Sara Arjona
5182744131
Merge branch 'mdl-82214' of https://github.com/NeillM/moodle
2024-08-13 16:08:08 +02:00
Sara Arjona
4806f00921
Merge branch 'MOODLE_main_MDL-74590' of https://github.com/danielneis/moodle
2024-08-13 15:41:30 +02:00
Daniel Neis Araujo
d42e31899c
MDL-74590 contentbank: add custom fields to content bank
2024-08-13 08:55:44 -03:00
Sara Arjona
4eda519bcb
Merge branch 'MDL-82502' of https://github.com/paulholden/moodle
2024-08-13 13:14:53 +02:00
Sara Arjona
8f2a665e26
Merge branch 'MDL-82687' of https://github.com/timhunt/moodle
2024-08-13 12:40:44 +02:00
Sara Arjona
3370f7e107
Merge branch 'MDL-82339' of https://github.com/KrisBax/moodle
2024-08-13 11:44:47 +02:00
Huong Nguyen
31e1fa1f1b
Merge branch 'MDL-82211-main' of https://github.com/sarjona/moodle
2024-08-13 15:37:02 +07:00
Sara Arjona
bddbd218e9
Merge branch 'MDL-81889-main' of https://github.com/ferranrecio/moodle
2024-08-13 09:49:37 +02:00
Sara Arjona
ab0d18eb00
Merge branch 'MDL-75671-main' of https://github.com/roland04/moodle
2024-08-13 09:20:47 +02:00
Sara Arjona
ee16e0a4a5
Merge branch 'MDL-81129-main' of https://github.com/meirzamoodle/moodle
2024-08-13 09:06:09 +02:00
Sara Arjona
f485e3fd8d
MDL-82211 componentlibrary: Update fontawesomeicons.json
2024-08-13 07:23:39 +02:00
Sara Arjona
08929e7a48
MDL-82211 qtype_ddmarker: Update SVG icons
2024-08-13 07:22:43 +02:00
Sara Arjona
2382ea5c31
MDL-82211 mod_workshop: Update SVG icons
2024-08-13 07:22:43 +02:00
Sara Arjona
bac2860459
MDL-82211 mod_wiki: Update SVG icons
2024-08-13 07:22:43 +02:00
Sara Arjona
1f721163f6
MDL-82211 mod_scorm: Update SVG icons
2024-08-13 07:22:43 +02:00
Sara Arjona
35f70cb2fe
MDL-82211 mod_quiz: Update SVG icons
2024-08-13 07:22:43 +02:00
Sara Arjona
3ebfbd2f63
MDL-82211 mod_lesson: Update SVG icons
2024-08-13 07:22:43 +02:00
Sara Arjona
a7198ce440
MDL-82211 mod_glossary: Update SVG icons and remove unused ones
2024-08-13 07:22:43 +02:00
Sara Arjona
7a4d40ceca
MDL-82211 mod_forum: Update SVG icons
2024-08-13 07:22:43 +02:00
Sara Arjona
d413053822
MDL-82211 mod_feedback: Update SVG icons and remove unused ones
2024-08-13 07:22:42 +02:00
Sara Arjona
ef570f064d
MDL-82211 mod_data: Update SVG icons
2024-08-13 07:22:42 +02:00
Sara Arjona
18894e55af
MDL-82211 mod_choice: Update SVG icons and remove unused ones
2024-08-13 07:22:42 +02:00
Sara Arjona
90a27545d2
MDL-82211 mod_book: Update SVG icons and remove deprecated ones
2024-08-13 07:22:42 +02:00
Sara Arjona
fcfdda602d
MDL-82211 tool_recycle: Update SVG icons
2024-08-13 07:22:42 +02:00
Sara Arjona
d597e00506
MDL-82211 atto: Update SVG icons
2024-08-13 07:22:42 +02:00
Sara Arjona
619e9704e0
MDL-82211 grading_guide: Update SVG icons
...
Apart from updating the SVG icons, the styles for some of the icons,
like the add criterion, have been also fixed.
2024-08-13 07:22:42 +02:00
Sara Arjona
7ede849137
MDL-82211 enrol_self: Update SVG icons
2024-08-13 07:22:42 +02:00
Sara Arjona
626c3ef5ed
MDL-82211 lti: Update SVG icons
2024-08-13 07:22:42 +02:00
Sara Arjona
d97ce0d08a
MDL-82211 enrol_guest: Update SVG icons
2024-08-13 07:22:42 +02:00
Sara Arjona
26605a6f53
MDL-82211 customfield: Update SVG icons
2024-08-13 07:22:42 +02:00
Sara Arjona
82d5187db6
MDL-82211 usertours: Update SVG icons
...
Apart from updating the SVG icons, the big icons have been added to
take advantage of the FA icons (and remove the old ones).
The icons.scss has been updated too, to display properly the big
icons.
2024-08-13 07:22:41 +02:00
Sara Arjona
bf040d0cdf
MDL-82211 brickfield: Update SVG icons
2024-08-13 07:22:41 +02:00
Sara Arjona
4d86717530
MDL-82211 tool_policy: Update SVG icons
2024-08-13 07:22:41 +02:00
Sara Arjona
1040efea57
MDL-82211 tool_lp: Update SVG icons
2024-08-13 07:22:41 +02:00