Shamim Rezaie
34d55890f3
Merge branch 'MDL-73121' of https://github.com/paulholden/moodle
2022-06-28 16:08:30 +10:00
Paul Holden
2d6139242c
MDL-74671 phpunit: remove file/directory coverage duplicates.
2022-06-27 10:16:14 +01: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
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
24b826f38d
Merge branch 'MDL-69939' of https://github.com/paulholden/moodle
2022-06-23 09:53:44 +08:00
Jun Pataleta
79b54a59a4
Merge branch 'MDL-74713' of https://github.com/paulholden/moodle
2022-06-23 09:51:50 +08:00
Shamim Rezaie
1296d39194
Merge branch 'master-MDL-71468-v4' of https://github.com/golenkovm/moodle
2022-06-22 14:54:01 +10:00
Mikhail Golenkov
9e074f2436
MDL-74736 task: Log adhoc task id and its custom data
2022-06-22 10:33:25 +10:00
Brendan Heywood
9fa26ed911
MDL-72486 core: Add unsafe log and fix options to proxy settings
2022-06-20 11:18:42 +10:00
Paul Holden
3eeaf49c8c
MDL-69939 webservice: correct AJAX bool value in services definition.
2022-06-17 11:03:47 +01:00
Mikhail Golenkov
e4784db136
MDL-71468 assignfeedback_editpdf: Convert submissions via adhoc tasks
2022-06-17 18:04:17 +10:00
Jun Pataleta
fb0d963562
MDL-72324 core: Add upgrade.txt note about $plugin->incompatible
2022-06-17 10:33:49 +08:00
Simey Lameze
b20cca2690
MDL-72292 core: add param type and polishing
2022-06-17 09:50:38 +08:00
Alexander Bias
8583feb724
MDL-72292 core: Check if fulldir is set when loading renamed classes
2022-06-17 09:41:07 +08:00
Paul Holden
53c8802545
MDL-74988 core: reset times for entire filearea in upgrade test.
...
The previous code was resetting timestamps for only the file itself,
which could lead to it having an earlier time than the root entry of
it's filearea.
This caused sporadic test failures when the current time ticked over
by a second during execution.
2022-06-16 10:50:06 +01:00
Paul Holden
240085fd1d
MDL-74287 forms: request changesmade string as required.
...
Unconditionally requesting the string was triggering exceptions
during installation, before the required external functions had
been populated.
2022-06-16 08:07:51 +01:00
Jun Pataleta
5b6d6ffc36
Merge branch 'MDL-74565' of https://github.com/paulholden/moodle
2022-06-15 23:21:52 +08:00
Jun Pataleta
b184248c47
Merge branch 'MDL-72324-incompatible-check' of https://github.com/Peterburnett/moodle
2022-06-15 23:04:30 +08:00
Ilya Tregubov
85463a83f6
Merge branch 'MDL-73726' of https://github.com/paulholden/moodle
2022-06-15 14:36:16 +04:00
Mihail Geshoski
4ef7fc3895
MDL-67347 lang: Final removal of deprecated strings in 3.9
2022-06-15 16:46:16 +08:00
Jun Pataleta
c3d4845de2
Merge branch 'MDL-74634' of https://github.com/paulholden/moodle
2022-06-15 16:42:21 +08:00
Ilya Tregubov
41cf7a58f1
MDL-73293 core_task: patch for undefined propety.
2022-06-15 11:31:31 +04:00
Jun Pataleta
86676d6811
Merge branch 'MDL-72184' of https://github.com/paulholden/moodle
2022-06-15 10:27:56 +08:00
Paul Holden
e0b0908ba9
MDL-74713 admin: format custom profile fields in identify config.
2022-06-14 17:19:39 +01:00
Marina Glancy
d6540ddfda
MDL-74972 core_form: frozen autocomplete element does not display values
2022-06-14 13:27:01 +02:00
Víctor Déniz
5481e7999c
Merge branch 'MDL-74449' of https://github.com/stronk7/moodle
2022-06-14 10:03:22 +01:00
Jun Pataleta
586f79f15b
Merge branch 'MDL-74597' of https://github.com/paulholden/moodle
2022-06-14 12:55:03 +08:00
Paul Holden
e1fefe2e14
MDL-74597 themes: remove pix icon references from custom menu items.
...
Support for them was removed in 8c336899
, however existing config
remained that would lead to bogus URLs in custom user menu items.
2022-06-13 21:43:28 +01:00
Ilya Tregubov
9932acd6b3
Merge branch 'MDL-73293-master' of https://github.com/cameron1729/moodle
2022-06-13 09:50:13 +04:00
Jake Dallimore
b76dbf7d73
Merge branch 'MDL-74718-master' of https://github.com/sharidas/moodle
2022-06-13 10:53:03 +08:00
Huong Nguyen
47c6c30178
MDL-74701 core: Fix popover elements are focusable even when hidden
2022-06-13 09:44:55 +07:00
Paul Holden
f70fc89217
MDL-74565 gradereport_grader: define capability required for editing.
2022-06-12 20:04:28 +01:00
Paul Holden
47d119945d
MDL-74634 theme_boost: remove old drawer-open-nav user preference.
2022-06-12 20:01:23 +01:00
Paul Holden
27f9929b52
MDL-72184 dml: implement driver methods for casting to char.
2022-06-12 19:31:34 +01:00
Eloy Lafuente (stronk7)
e0d79c8e71
MDL-74449 gradebook: Protect flatten_dependencies_array() a little bit
...
It has been detected that the flatten_dependencies_array() was fragile
and leading to wrong results when some incorrect data was passed to it.
This includes:
- Missing elements.
- Null dependencies.
- Non array dependencies.
While the existing behaviour (testing-wise) has been preserved, now the
situations above are better controlled and the function ignores all
those incorrect cases that shouldn't happen ever.
That implies that a good number of notices/warnings/errors aren't
happening anymore. That was impacting both results (when the problems
were only notices and warnings) and execution (when the problems
were errors).
Covered with tests.
2022-06-10 18:17:53 +02:00
Jun Pataleta
4bcd61f618
MDL-74802 core: Remove tooltip on the notification close button
...
Reverting the addition of a Boostrap tooltip on the alert notification's
close button. It introduced a bug where the tooltip remains after
dismissing the notification alert. We can manually toggle the state of
the tooltip via JS, but I don't think it's worth the effort. The tooltip
is meant as an added bonus for sighted users to see what the close
button is about.
2022-06-10 13:12:35 +02:00
Andrew Nicols
5aae67880d
MDL-73013 filelib: Fix code lint
2022-06-10 13:12:35 +02:00
Andrew Nicols
0b305d9330
MDL-73013 filelib: Address coding style violations
2022-06-10 13:12:35 +02:00
Andrew Nicols
90fb816444
Merge branch 'MDL-73013' of https://github.com/paulholden/moodle
2022-06-10 13:12:35 +02:00
Jake Dallimore
77b8c72bed
Merge branch 'MDL-72377' of https://github.com/paulholden/moodle
2022-06-10 13:12:34 +02:00
Víctor Déniz
bff506ef6b
Merge branch 'MDL-69970_master' of https://github.com/aya-saad1/moodle
2022-06-10 13:12:11 +02:00
Sara Arjona
c46ab4ef04
Merge branch 'MDL-74095_upgrade-adobb-to-5-22' of https://github.com/ziegenberg/moodle
2022-06-10 13:12:11 +02:00
Sara Arjona
bb5831c623
Merge branch 'MDL-74733-master' of https://github.com/sammarshallou/moodle
2022-06-10 13:12:10 +02:00
Sara Arjona
9acbbe11d1
Merge branch 'MDL-74802-master-2' of https://github.com/junpataleta/moodle
2022-06-10 13:11:52 +02:00
Sara Arjona
ef9368967f
Merge branch 'MDL-74577-master' of https://github.com/sharidas/moodle
2022-06-10 13:11:52 +02:00
Ilya Tregubov
bdd9ff353b
Merge branch 'MDL-74192' of https://github.com/paulholden/moodle
2022-06-10 13:11:50 +02:00
Paul Holden
d91df53d63
MDL-74408 core: exclude empty patterns in divert email config.
2022-06-09 09:39:17 +01:00
Sujith Haridasan
3ad2833dd9
MDL-74718 webdav: correct the loop when reading chunks
...
Adjusted the condition while reading the streams
in chunks. Read till the end to make sure we have got all
the data. Else we might not get all the data to show
in file picker.
2022-06-09 12:02:34 +05:30