Marina Glancy
b2565dd580
MDL-74596 core_admin: option to hide search input on admin pages
2022-07-05 12:28:21 +03:00
Jake Dallimore
10c837f157
Merge branch 'MDL-74815-master' of https://github.com/junpataleta/moodle
2022-07-05 14:52:04 +08:00
Thong Bui
def8753d52
MDL-74505 Question bank: Improve behat steps
2022-07-05 13:28:28 +07:00
Thong Bui
035b55252d
MDL-74505 Question bank: Update validation editing question form.
2022-07-05 13:28:24 +07:00
Adrian Greeve
7d0c60eecf
MDL-69400 mod_forum: Added calender event refreshing.
2022-07-05 13:25:56 +08:00
Jake Dallimore
8e5a19b6cb
Merge branch 'master_mdl-73498' of https://github.com/daniil-berg/moodle
2022-07-05 12:00:43 +08:00
AMOS bot
e1139b9bdd
Automatically generated installer lang files
2022-07-05 00:08:26 +00:00
Adam Olley
c0c1653b52
MDL-75116 mod_feedback: Check array values exist before using them
...
Without this, the @list will emit a PHP warning under php8.0+ when the array
doesn't have a second element to assign.
2022-07-05 09:17:03 +09:30
Jun Pataleta
27b5573e51
Merge branch 'MDL-74516' of https://github.com/stronk7/moodle
2022-07-04 23:17:20 +08:00
Jun Pataleta
986e9a2777
Merge branch 'MDL-75008-master-enfix' of https://github.com/mudrd8mz/moodle
2022-07-04 22:18:39 +08:00
Paul Holden
dc60fe6662
MDL-75119 reportbuilder: preload context data for column callbacks.
...
This prevents additional requests for context instances in the
callback methods, by preloading all required data in the initial
field select.
2022-07-04 13:07:02 +01:00
Jun Pataleta
d323559965
MDL-74815 pix: Convert PNG version of darkened SVG icons
...
* Conversion was done using rsvg-convert from librsvg
2022-07-04 14:03:39 +08:00
Mikhail Golenkov
7725abc4a8
MDL-72905 course: Add new callback for timeline classification
2022-07-04 14:47:07 +10:00
Jun Pataleta
12ee00bdf6
MDL-74815 pix: Darken colour of grey icons
...
* Change the fill colour of grey icons from #999 to #888 .
2022-07-04 11:29:47 +08:00
sam marshall
f83782af74
MDL-75108 block_html: Search tries to index directory entries
...
Search attach_files function should only attach indexable files,
not directory entries which are 0 bytes and cannot be indexed.
2022-07-01 14:10:17 +01:00
Eloy Lafuente (stronk7)
64bf0e9165
MDL-74516 workshop: Better handling of floats for gradepass fields
...
This re-applies the same fix that was used for the central mod form
to the workshop activity. This is needed because the completion
support for this module is custom (there are 2 grade items), hence
the validations are also custom.
For more information, read the previous commit and MDL-74516
Unfortunately, because of a related bug with assessment completion
(see MDL-69690) we cannot provide automated testing for this
activity. Manual instructions will be provided instead.
2022-07-01 13:55:51 +02:00
Eloy Lafuente (stronk7)
b3b1006201
MDL-74516 activities: Better handling of floats for gradepass fields
...
Current code was relying on grade_floatval() that is not a validation
function. Instead, the gradepass field must be defined as proper float
and then perform the needed validations using unformat_float().
Note that the float element form has some particularities, see
MDL-73994 for more information and that makes us to have to check
for some values (null, zero) manually. Once that form element type
gets its behaviour fixed, the code will need to be revisited, hence
we have annotated it as comments for easier finding it in the future
(the same changes already were applied to other gradebook forms).
Also, remove an unreachable line of code (comparing with empty string)
within the grade_floatval() function because it's not possible anymore
to pass any string to it, as far as it's "?float" typed.
Covered as many cases with quiz completion as have been able to imagine.
2022-07-01 13:55:51 +02:00
Víctor Déniz
9ccda59e00
weekly release 4.1dev
2022-07-01 11:28:36 +01:00
Marina Glancy
3dde885ec7
MDL-74502 behat: when setting a field value it may not be visible
...
for example in case of editor field, the textarea element is hidden by wysiwyg widget but we still need to be able to set it
2022-07-01 10:30:02 +02:00
Marina Glancy
33f81c73c3
MDL-74969 core_form: same style for headers without shortforms
2022-07-01 10:19:16 +02:00
Andrew Nicols
aee73d839a
Merge branch 'MDL-74841-master-fix' of https://github.com/andelacruz/moodle
2022-07-01 11:57:22 +08:00
Angelia Dela Cruz
1648b28977
MDL-74841 behat: Label behat generators use UI
...
Replace steps that manually add Label instances via the UI and use
Behat generators. This improves the speed of Behat test runs. Fix
for failing test.
2022-07-01 10:40:38 +08:00
David Mudrák
0c1d4b219a
MDL-75008 lang: Use the fixed strings in Behat scenario files
2022-06-30 20:48:16 +02:00
Helen Foster
e73756abdd
MDL-75008 lang: Import fixed English strings (en_fix)
2022-06-30 20:31:27 +02:00
Mihail Geshoski
29c77d97a3
MDL-74740 boost: Display the skip links from the blocks drawer
...
Due to fixed positioning of the block drawer and the navbar, the
z-index css property on the skip link elements from the drawer
is not respected. This ultimately results in the skip links being
stacked behind the navbar. As a workaround, an absolute positioning
will be temporary applied to the block drawer once the current
focus is on an element within the drawer which will stack the
skip links infront of the navbar.
2022-07-01 01:16:13 +08:00
Shamim Rezaie
d380bec38e
Merge branch 'MDL-74812-master' of https://github.com/junpataleta/moodle
2022-06-30 13:34:17 +10:00
Jun Pataleta
028cbda036
Merge branch 'MDL-75048-master' of https://github.com/jleyva/moodle
2022-06-30 11:30:30 +08:00
Shamim Rezaie
3af7eee03d
Merge branch 'MDL-75072-master' of https://github.com/junpataleta/moodle
2022-06-30 13:27:28 +10:00
Shamim Rezaie
718cb293b1
Merge branch 'MDL-75055-master' of https://github.com/junpataleta/moodle
2022-06-30 13:20:02 +10:00
Andrew Nicols
81ba0563ce
Merge branch 'MDL-75084-master' of https://github.com/NoelDeMartin/moodle
2022-06-30 11:12:45 +08:00
Andrew Nicols
6d46332a94
Merge branch 'MDL-74613-master' of https://github.com/NoelDeMartin/moodle
2022-06-30 11:02:41 +08:00
Andrew Nicols
956bb8eb18
Merge branch 'MDL-74220-master' of https://github.com/NoelDeMartin/moodle
2022-06-30 10:58:12 +08:00
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