Andrew Nicols
68cc906825
Merge branch 'MDL-74744-master' of https://github.com/andelacruz/moodle
2022-06-30 10:51:22 +08:00
Andrew Nicols
eb7131f091
Merge branch 'MDL-74522-master' of https://github.com/devlionco/moodle
2022-06-30 10:47:34 +08:00
Andrew Nicols
31f23e2a9f
Merge branch 'MDL-74841-master' of https://github.com/andelacruz/moodle
2022-06-30 10:43:34 +08:00
Andrew Nicols
ce7eee8e77
Merge branch 'MDL-72292-master' of https://github.com/lameze/moodle
2022-06-30 10:38:55 +08:00
Andrew Nicols
694ef721b6
MDL-74379 core: Update date_format_string to use x-os functions
2022-06-30 10:35:19 +08:00
Andrew Nicols
09858c06d7
Merge branch 'MDL-74379_master' of https://github.com/aya-saad1/moodle
2022-06-30 10:34:58 +08:00
Andrew Nicols
3b072f0b59
Merge branch 'MDL-74287' of https://github.com/paulholden/moodle
2022-06-30 10:01:46 +08:00
Víctor Déniz
bc398c2605
Merge branch 'MDL-63594_final-deprecation-of-cron_run_single_task-function' of https://github.com/ziegenberg/moodle
2022-06-29 23:58:42 +01:00
Víctor Déniz
32a995faf2
Merge branch 'MDL-72885-master-2' of https://github.com/junpataleta/moodle
2022-06-29 19:03:00 +01:00
Jun Pataleta
fc87543d52
Merge branch 'MDL74387_master' of https://github.com/Amrita1991/moodle
2022-06-29 23:20:33 +08:00
Jun Pataleta
453c3ac47d
MDL-75055 templates: Apply the .alert-dismissible class
...
- Apply the .alert-dismissible class for notification alerts with
close button to fix its positioning. As an added bonus, the
.alert-dismissible class also enlarges the clickable area of the
close button which is great for accessibility.
- Improve example context for the notification alerts templates.
2022-06-29 22:04:58 +08:00
Jun Pataleta
3ce2cde773
MDL-75055 theme_boost: Darken close button colour in notification alerts
...
This is in order for the close button to have a good contrast against
the alert background and meet the minimum Level AA contrast ratio of 3:1
2022-06-29 22:04:58 +08:00
Ilya Tregubov
4e55e7be86
Merge branch 'MDL-74548-master' of https://github.com/cameron1729/moodle
2022-06-29 16:16:59 +04:00
Jun Pataleta
f419e44d12
Merge branch 'MDL-74632-master' of https://github.com/HuongNV13/moodle
2022-06-29 18:07:00 +08:00
Jun Pataleta
a8de333107
Merge branch 'MDL-74886-master' of https://github.com/lameze/moodle
2022-06-29 17:46:52 +08:00
Anastasios Bithas
53682b209b
MDL-73305 mod_folder: Download Folder in a mlang formated folder
2022-06-29 12:46:44 +03:00
Jake Dallimore
6a55fb96ec
Merge branch 'MDL-74674-master' of https://github.com/alfonso-salces/moodle
2022-06-29 16:44:23 +08:00
Alfonso Salces
db7178edca
MDL-74674 core: create notification generators
2022-06-29 10:31:40 +02:00
Víctor Déniz
fc5c6b9233
Merge branch 'MDL-74742-master' of https://github.com/junpataleta/moodle
2022-06-29 09:30:03 +01:00
Noel De Martin
2a4ebd1277
MDL-75084 payment: Fix typo
2022-06-29 09:39:39 +02:00
Noel De Martin
2944abad29
MDL-75084 blog: Implement behat generators
2022-06-29 09:39:39 +02:00
Jake Dallimore
f1ecddd709
Merge branch 'MDL-74864-master' of https://github.com/dpalou/moodle
2022-06-29 13:40:29 +08:00
Jun Pataleta
b7a1693e24
Merge branch 'MDL-74967-master' of https://github.com/lameze/moodle
2022-06-29 12:58:47 +08:00
Cameron Ball
2ac93db399
MDL-74548 backup: Deprecate get/set copy from base controller
2022-06-29 09:14:02 +08:00
Cameron Ball
07e5f432a0
MDL-74548 backup: Deprecate core_backup\copy\copy
2022-06-29 09:14:02 +08:00
Cameron Ball
bc9c536335
MDL-74548 backup: Unit tests for course copy refactor
2022-06-29 09:13:29 +08:00
Cameron Ball
29df52af19
MDL-74548 backup: Refactor course copies
...
This patch modifies the way copy data is shared in order to mitigate potential race conditions
and ensure that the serialised controller stored in the DB is always in a valid state.
The restore controller is now considered the "source of truth" for all information about the
copy operation. Backup controllers can no longer contain information about course copies.
As copy creation is not atomic, it is still possible for copy controllers to become orphaned or
exist in an invalid state. To mitigate this the backup cleanup task has been modified to call
a new helper method copy_helper::cleanup_orphaned_copy_controllers.
Summary of changes in this patch:
- Copy data must now be passed through the restore controller's constructor
- base_controller::get_copy has been deprecated in favour of restore_controller::get_copy
- base_controller::set_copy has been deprecated without replacement
- core_backup\copy\copy has been deprecated, use copy_helper.class.php's copy_helper instead
- backup_cleanup_task will now clean up orphaned controllers from copy operations that went awry
Thanks to Peter Burnett for assiting with testing this patch.
2022-06-29 09:13:29 +08:00
Simey Lameze
c85b88c1b6
MDL-74967 core: deprecate groupmember hack from USER object
2022-06-29 04:55:42 +08:00
Jun Pataleta
9a6d3bb3ba
Merge branch 'MDL-74701-master' of https://github.com/HuongNV13/moodle
2022-06-28 23:51:17 +08:00
Jun Pataleta
81faa8184e
Merge branch 'MDL-74906-master' of https://github.com/snake/moodle
2022-06-28 23:33:04 +08:00
Jun Pataleta
a60a2ad04b
Merge branch 'MDL-29717-master' of https://github.com/marinaglancy/moodle
2022-06-28 22:24:59 +08:00
Shamim Rezaie
34d55890f3
Merge branch 'MDL-73121' of https://github.com/paulholden/moodle
2022-06-28 16:08:30 +10:00
Dani Palou
341039b13b
MDL-74864 forum: Allow specifying group in discussions generator
2022-06-28 06:59:39 +02:00
Jun Pataleta
6dbfb3bd36
Merge branch 'MDL-68867-master' of https://github.com/lameze/moodle
2022-06-28 11:24:11 +08:00
Jun Pataleta
b2bc76e0f7
Merge branch 'MDL-74929-master' of https://github.com/bmbrands/moodle
2022-06-28 11:07:48 +08:00
Jun Pataleta
15608738d9
Merge branch 'MDL-74781_master' of https://github.com/aya-saad1/moodle
2022-06-28 10:44:47 +08:00
Jun Pataleta
4ff322db08
Merge branch 'MDL-69905-master' of https://github.com/lameze/moodle
2022-06-27 22:41:01 +08:00
Juan Leyva
51c9c709a9
MDL-75058 course: Fix support for dates on WebServices
2022-06-27 15:29:36 +02:00
Jun Pataleta
d4fe1b3065
MDL-75072 mod_forum: Drop usecoursefullname forum setting
2022-06-27 17:48:59 +08:00
Jun Pataleta
564d0d73f4
MDL-75072 mod_forum: Revert the patch for MDL-74623
...
This reverts commit bd6fdd70d6
.
2022-06-27 17:39:13 +08:00
Paul Holden
2d6139242c
MDL-74671 phpunit: remove file/directory coverage duplicates.
2022-06-27 10:16:14 +01:00
Ilya Tregubov
37020ba162
Merge branch 'MDL-74691-master' of https://github.com/snake/moodle
2022-06-27 08:30:18 +04:00
Aya Saad
165d983214
MDL-74781 search: Fix heading repetition in global search page
2022-06-26 10:38:22 +02:00
Aya Saad
8be0dfc928
MDL-74379 language: injecting am/pm in date string
...
patching the date_format_string() function in moodlelib to add am/pm for languages that don't suuport it.
2022-06-26 10:36:52 +02:00
Paul Holden
721f7a01e8
MDL-74777 reportbuilder: report filter by category/sub-categories.
...
AMOS BEGIN
CPY [choosecategory,core_grades],[categoryselect,core_reportbuilder]
AMOS END
2022-06-24 11:44:50 +01:00
Paul Holden
1dba7152d0
MDL-74595 calendar: consistent breadcrumbs navigating site calendar.
...
Take #3 , see also 7a529cc8
and 81b0d053
.
2022-06-24 10:14:49 +01:00
Paul Holden
52992d993c
MDL-73568 admin: show accepted types for stored file config settings.
...
Re-factor existing code to make use of file manager class that renders
these details for us by default.
Co-authored-by: Simey Lameze <simey@moodle.com>
2022-06-24 10:13:09 +01:00
Shamim Rezaie
1657669d98
MDL-74741 javascript: Set the role of d&d links to button
2022-06-24 14:24:18 +10:00
Shamim Rezaie
584468c6b0
MDL-74741 javascript: A11y fix for dialogues visible from beginning
2022-06-24 14:24:17 +10:00
Jun Pataleta
ceb41588d2
weekly release 4.1dev
2022-06-24 11:59:02 +08:00