Ilya Tregubov
ae95b15d70
Merge branch 'MDL-79433' of https://github.com/paulholden/moodle
2024-02-07 10:12:36 +08:00
meirzamoodle
a73e0ac76d
MDL-74641 repository: Fix wrong increment of temporary file for small sizes
2024-02-07 02:34:19 +01:00
meirzamoodle
9ba1423359
MDL-74641 repository: Handles increase bytes while extracting zip files
...
We should not rely solely on the provided size information.
Therefore the system needs to recalculate the size of each file in the zip file,
whether small or big.
The changes also cover the filemanager.js file if an error appears.
2024-02-07 02:34:19 +01:00
Ilya Tregubov
219510b7d9
Merge branch 'MDL-79527' of https://github.com/timhunt/moodle
2024-02-07 09:26:46 +08:00
Jun Pataleta
9406820aa1
Merge branch 'MDL-80693-main' of https://github.com/sammarshallou/moodle
2024-02-07 08:33:04 +08:00
Jun Pataleta
83532409cc
Merge branch 'MDL-80725-main-enfix' of https://github.com/mudrd8mz/moodle
2024-02-06 15:59:07 +08:00
Ilya Tregubov
f5f8f8ad0f
Merge branch 'MDL-80713-main' of https://github.com/HuongNV13/moodle
2024-02-06 11:19:21 +08:00
Jun Pataleta
21458dc8a4
Merge branch 'MDL-80694' of https://github.com/marinaglancy/moodle
2024-02-05 14:27:05 +08:00
Jun Pataleta
3c196b3039
Merge branch 'MDL-78427-master' of https://github.com/davewoloszyn/moodle
2024-02-05 13:42:17 +08:00
Huong Nguyen
149dd7bfa9
MDL-80713 Unit Tests: Message sink improvement
...
- Added a new method called get_messages_by_component()
This method will help to retreive the redirected messages
of specific component only
- Added a new method called get_messages_by_component_and_type()
This method will help to retreive the redirected messages
of specific component and type only
2024-02-05 09:23:41 +07:00
Tim Hunt
049bff63bc
MDL-79527 questions: category tree loading handling bad data
...
It should always be the case that a question category and its parent
category belong to the same context. However, over the years, we have
observed that this becomes violated by some data in some Moodle sites.
(The suspicion is that this is a backup/restor bug of some sort which
has never been tracked down.)
Since this happens, we should make the code robust to it, which is what
this change does. It ensure that when loading child categories, we only
consider ones in the same context.
2024-02-02 11:26:57 +00:00
David Woloszyn
40d397ab5f
MDL-78427 core_theme: Add theme usage report and icon
...
In addition to adding in theme usage reports, there is also the
addition of an icon on the theme cards which takes you to the report.
This icon only appears for that theme if it has been used in any
overriding context.
2024-02-02 11:16:46 +11:00
David Mudrák
dfc47df6e8
MDL-80725 lang: Fix Help and documentation regressions
2024-02-01 19:30:58 +01:00
Huong Nguyen
f51f0cc09c
Merge branch 'MDL-80538-main' of https://github.com/lameze/moodle
2024-02-01 11:17:36 +07:00
Simey Lameze
6af7654d8d
MDL-80538 phpdoc: add missing null parameter type to phpdoc
2024-02-01 12:06:43 +08:00
Ilya Tregubov
67a94c49c4
Merge branch 'MDL-80267-main' of https://github.com/HuongNV13/moodle
2024-02-01 11:52:36 +08:00
Jun Pataleta
b979257e88
Merge branch 'MDL-74775-main' of https://github.com/HuongNV13/moodle
2024-02-01 11:47:16 +08:00
Huong Nguyen
24fde0ce87
MDL-80267 Backup: Make sure to mark the task as failed in such cases
...
Adding a try-catch around the restore process to make sure that
the task will be marked as failed state if the process throws any
exceptions
2024-02-01 09:37:14 +07:00
Stevani Andolo
42d76fd293
MDL-80267 task_course_restore: Prevent failed course restore
2024-02-01 09:31:08 +07:00
Huong Nguyen
aecf9dca1b
Merge branch 'MDL-80250-main' of https://github.com/aanabit/moodle
2024-02-01 09:20:57 +07:00
Huong Nguyen
6139347d33
Merge branch 'MDL-80554-cron-debugdisplay' of https://github.com/brendanheywood/moodle
2024-02-01 09:10:06 +07:00
Amaia Anabitarte
522a7ec010
MDL-80250 course_format: Create new section_viewed event
2024-01-31 12:54:06 +01:00
Ilya Tregubov
43f5bc3775
Merge branch 'MDL-43056-main' of https://github.com/davewoloszyn/moodle
2024-01-31 09:37:37 +08:00
David Woloszyn
4807a4dd5f
MDL-43056 tool_uploadcourse: Add capability to upload courses from file
...
An entrypoint capability has been added that allows accessing the
upload tool. Further relevant capability checks are then performed
depending on the action being taken during the upload process.
Co-authored-by: Marina Glancy <marina@moodle.com >
2024-01-31 11:29:33 +11:00
info@eWallah.net
8e62bcd9aa
MDL-80538 phpdoc: Incorrect dataformat type documentation in table lib
2024-01-30 15:22:53 +01:00
Huong Nguyen
379e48c1fd
MDL-74775 adhoc_task: Do not clear the timecreated of failed tasks
2024-01-29 09:57:33 +07:00
Paul Holden
a767e0a78c
MDL-78311 core: fix host parameter type cleaning by IPv4 address.
2024-01-25 23:36:06 +00:00
Huong Nguyen
d6254da301
Merge branch 'MDL-80516' of https://github.com/paulholden/moodle
2024-01-25 10:44:47 +07:00
Ilya Tregubov
32fe5a74ed
Merge branch 'MDL-80098' of https://github.com/paulholden/moodle
2024-01-25 10:20:05 +08:00
Huong Nguyen
854ba5dc20
Merge branch 'MDL-80676-main' of https://github.com/junpataleta/moodle
2024-01-25 09:07:25 +07:00
Ilya Tregubov
59cac76dc1
Merge branch 'MDL-79927' of https://github.com/paulholden/moodle
2024-01-25 09:53:21 +08:00
Huong Nguyen
5d9cd397f9
Merge branch 'MDL-76716-master' of https://github.com/stefangub/moodle
2024-01-25 08:50:47 +07:00
Ilya Tregubov
6de142b0a2
Merge branch 'MDL-80409' of https://github.com/paulholden/moodle
2024-01-25 09:49:59 +08:00
Sara Arjona
5585ccf048
Merge branch 'MDL-71950' of https://github.com/paulholden/moodle
2024-01-24 17:08:59 +01:00
Sara Arjona
d262a1c49b
Merge branch 'MDL-79665' of https://github.com/paulholden/moodle
2024-01-24 16:46:24 +01:00
Sara Arjona
e36bc606de
Merge branch 'MDL-79666' of https://github.com/paulholden/moodle
2024-01-24 16:35:24 +01:00
Sara Arjona
f8dddad89a
Merge branch 'MDL-79663' of https://github.com/paulholden/moodle
2024-01-24 16:29:04 +01:00
Paul Holden
b037cd5d15
MDL-79666 libraries: upgrade to version 1.12.1 of ScssPhp.
2024-01-24 15:23:07 +00:00
Sara Arjona
ce9dc3ff91
Merge branch 'MDL-79662' of https://github.com/paulholden/moodle
2024-01-24 16:06:07 +01:00
Sara Arjona
84c5a2c7ea
Merge branch 'MDL-79152-main' of https://github.com/andrewnicols/moodle
2024-01-24 16:02:23 +01:00
Sara Arjona
38bb991912
Merge branch 'MDL-80668' of https://github.com/pedrojordao/moodle
2024-01-24 15:16:10 +01:00
Sara Arjona
634e3594fe
Merge branch 'MDL-76723-main' of https://github.com/junpataleta/moodle
2024-01-24 13:12:15 +01:00
Sara Arjona
eb03b6622d
Merge branch 'MDL-80396-main' of https://github.com/roland04/moodle
2024-01-24 12:29:50 +01:00
Sara Arjona
8b36abdb9d
Merge branch 'MDL-80259-main' of https://github.com/roland04/moodle
2024-01-24 09:16:12 +01:00
Ilya Tregubov
ba86cb79aa
Merge branch 'MDL-79256' of https://github.com/paulholden/moodle
2024-01-24 09:45:39 +08:00
Marina Glancy
87470d1d40
MDL-80694 external: fix return param in inplace_editable WS
2024-01-23 14:15:42 +00:00
Stefan Van der Vyver
719e5dedac
MDL-76716 grades: handle open delegated transaction on grade delete
2024-01-23 10:12:24 +00:00
Huong Nguyen
06946991d2
Merge branch 'MDL-67053-main' of https://github.com/davewoloszyn/moodle
2024-01-23 16:14:27 +07:00
Paul Holden
d0cab9a4a0
MDL-79256 customfield: add new valuetrust to data table schema.
2024-01-23 08:18:58 +00:00
Mikel Martín
a198884333
MDL-80259 theme_boost: Refactor badge helper classes for Bootstrap 5
2024-01-23 08:27:23 +01:00