Andrew Nicols
40e9fa2863
MDL-81525 core: Update column name for replaced hooks
2024-04-15 21:11:30 +08:00
Ilya Tregubov
1addf36711
Merge branch 'MDL-80160-main-siteadminsconfigphp' of https://github.com/mudrd8mz/moodle
2024-04-12 08:47:59 +08:00
Ilya Tregubov
c9eab29d37
Merge branch 'MDL-81480-main' of https://github.com/meirzamoodle/moodle
2024-04-11 15:48:07 +08:00
Paul Holden
ea81c5457d
Merge branch 'MDL-81488' of https://github.com/dravek/moodle into main
2024-04-10 13:57:09 +01:00
meirzamoodle
c9cb89323c
MDL-81480 core: Sets user-level session storage functions
...
Also added @runInSeparateProcess on each session Redis cluster test to let the test run
in a separate process to avoid the error "the headers are not already sent" by PHPUnit.
2024-04-10 17:27:20 +07:00
David Carrillo
45d366d463
MDL-81488 reportbuilder: Fix incorrect string in report number filter
2024-04-10 09:23:10 +02:00
Huong Nguyen
ca449af186
Merge branch 'MDL-81351-main-enfix' of https://github.com/mudrd8mz/moodle
2024-04-10 13:54:56 +07:00
Huong Nguyen
e168c1d089
MDL-81333 core_communication: Coding style fixups
...
- Remove superflous coverage information
- Use language string for group room name format
2024-04-09 10:24:09 +07:00
Ilya Tregubov
313479e29f
Merge branch 'MDL-81358' of https://github.com/paulholden/moodle
2024-04-05 11:37:11 +08:00
Sara Arjona
0447aa9144
Merge branch 'MDL-4188-main-2' of https://github.com/HuongNV13/moodle
2024-04-04 17:40:57 +02:00
Huong Nguyen
b6af21bec0
MDL-4188 enrol_manual: Send course welcome message on enrolment
...
AMOS BEGIN
CPY [customwelcomemessage,enrol_self],[customwelcomemessage,core_enrol]
CPY [customwelcomemessage_help,enrol_self],[customwelcomemessage_help,core_enrol]
AMOS END
2024-04-04 20:13:46 +07:00
Huong Nguyen
1593f02492
MDL-4188 core: Added course welcome message notification
2024-04-04 19:45:18 +07:00
Huong Nguyen
857fe04b95
Merge branch 'MDL-79131-main' of https://github.com/raortegar/moodle
2024-04-04 10:31:46 +08:00
raortegar
5488908538
MDL-79131 core: Hook listener callback for failed_task_max_delay
2024-04-03 09:08:50 +02:00
raortegar
cc6316368e
MDL-79131 core: Added failed task message notification
2024-04-03 09:08:50 +02:00
Paul Holden
a64c272c4b
MDL-81358 calendar: avoid hard-coded English string concatenation.
2024-04-02 15:49:03 +01:00
Sara Arjona
c188ec80be
MDL-73975 course: Remove course_search_form template
...
The template core_course/course_search_form has been removed following
its cessation of use upon MDL-69454 in Moodle 3.11.
2024-04-02 16:47:24 +02:00
Huong Nguyen
e084be6526
Merge branch 'main_MDL-81154' of https://github.com/mattporritt/moodle
2024-03-28 14:46:37 +07:00
Matt Porritt
6d3d498362
MDL-81154 Administration: Remove Moodle Services page
...
This commit effectively reverts MDL-63153.
Calls to action in the UI for other products or marketing
should link directly to the corresponding services in moodle.com
rather than trying to replicate parts of it in LMS.
2024-03-28 16:57:50 +11:00
Huong Nguyen
1320a2a397
Merge branch 'main_MDL-81172' of https://github.com/mattporritt/moodle
2024-03-28 11:46:51 +07:00
Ilya Tregubov
7acfa9ddc2
Merge branch '76317-questions-improve-import-error-messages-master' of https://github.com/DSI-Universite-Rennes2/moodle
2024-03-28 10:02:20 +08:00
Ilya Tregubov
9e55042be1
Merge branch 'MDL-80302-main' of https://github.com/aanabit/moodle
2024-03-28 08:58:35 +08:00
Amaia Anabitarte
4a3a32b675
MDL-80302 completion: Improve default completion error tracking
...
Co-authored-by: Sara Arjona <sara@moodle.com>
2024-03-27 16:11:50 +01:00
Julien Boulen
1ed6318d13
MDL-76317 questions: improve error message when importing invalid grades
2024-03-27 13:13:21 +01:00
Shamim Rezaie
278ccdb7c4
Merge branch 'MDL-81126' of https://github.com/paulholden/moodle
2024-03-27 16:59:56 +11:00
Helen Foster
dccc91f4bc
MDL-81351 lang: Import fixed English strings (en_fix)
2024-03-26 23:13:15 +01:00
Jun Pataleta
281fecbd54
Merge branch 'MDL-78885-main' of https://github.com/rezaies/moodle
2024-03-25 23:37:57 +08:00
Shamim Rezaie
893a9e43d1
MDL-78885 comboboxsearch: Some small fixes
...
- Remove aria-busy
- Remove aria-label from the listbox element. A listbox that is part of
a combobox does not need to be labelled.
- No need for the aria-label for the select all checkbox because it is
already enclosed in the <label> tag.
- Having "view results for ..." as aria-label of listbox options is not
helpful and only creates noise.
- Deprecated (viewresults,core) as it was not used anymore
- aria-hidden="true" should not be used on .d-none elements
- 'noresults' was falsely documented as a required context variable for
resultset.mustache. Not only it was not required, it was not even
provided!
- Remove duplicate code from user_selector.mustache
- Remove the redundant aria-label from search_input_auto. It already has
a label.
- Fix placeholder missing from one case
2024-03-22 04:25:01 +11:00
Shamim Rezaie
c122998463
MDL-78885 comboboxsearch: Comboboxes should have a meaningful label
...
Also, used the combobox's label as the dialogue's label as well
2024-03-22 04:24:23 +11:00
Mathew May
e4083441ec
MDL-78885 core_user: A11y fixes for user combobox search
...
Co-authored-by: Shamim Rezaie <shamim@moodle.com>
2024-03-22 03:26:19 +11:00
Sara Arjona
1e1d6d8be8
Merge branch 'MDL-71734' of https://github.com/paulholden/moodle
2024-03-21 16:11:40 +01:00
Sara Arjona
484e52f6ae
Merge branch 'MDL-80245' of https://github.com/paulholden/moodle
2024-03-21 15:01:18 +01:00
Paul Holden
fbfcb6733d
MDL-80245 reportbuilder: implement interface elements for report tags.
...
Allow them to be edited during report creation/updating, display in
report listings table with filtering, and implement tag callback to
allow them to be discoverable across the site.
2024-03-21 13:11:22 +00:00
Paul Holden
011619dbd3
MDL-71734 lang: final removal of deprecated 400 strings.
2024-03-21 09:44:15 +00:00
Ilya Tregubov
1e13aa23b6
Merge branch 'MDL-80850-main' of https://github.com/HuongNV13/moodle
2024-03-21 14:24:42 +08:00
Huong Nguyen
b0220f27cb
MDL-80850 Javascript: Add new core/dropzone module
2024-03-21 12:45:55 +07:00
Jun Pataleta
9573a6f9c1
Merge branch 'MDL-79007_main' of https://github.com/marxjohnson/moodle
2024-03-20 10:45:14 +08:00
Mark Johnson
a64446c2ad
MDL-79007 calendar: Make screen readers read the new month name
2024-03-18 11:25:46 +00:00
Matt Porritt
66349bad3a
MDL-81172 Administration: Add recommended custom check
...
Add support for custom environment checks to have a recommended
option in addition to required an optional.
2024-03-18 12:02:54 +11:00
Sara Arjona
d37c305311
Merge branch 'MDL-80167-main' of https://github.com/HuongNV13/moodle
2024-03-14 11:54:52 +01:00
Huong Nguyen
6a19d3289b
MDL-80167 admin: Add environment check for Oracle database
2024-03-14 17:41:56 +07:00
Sara Arjona
05dd0cd384
Merge branch 'MDL-80204-master' of https://github.com/izendegi/moodle
2024-03-13 12:24:41 +01:00
Sara Arjona
6c3ad2a841
Merge branch 'MDL-80063' of https://github.com/paulholden/moodle
2024-03-13 08:41:54 +01:00
Paul Holden
54a51e8382
MDL-80063 roles: implement roles datasource for custom reporting.
...
Comprised of existing context, role & user entities to provide all
report data.
2024-03-12 11:26:39 +00:00
Iñigo Zendegi
a840d06652
MDL-80204 lang: Polysemic lang strings to & from
...
AMOS BEGIN
CPY [to,moodle],[todate,moodle]
MOV [to,moodle],[torecipient,moodle]
CPY [from,moodle],[fromdate,moodle]
MOV [from,moodle],[fromsender,moodle]
AMOS END
2024-03-12 11:51:03 +01:00
Huong Nguyen
88dc0f5010
Merge branch 'MDL-79769-master' of https://github.com/davewoloszyn/moodle
2024-03-12 09:18:10 +07:00
Paul Holden
8cb0054340
MDL-81191 course: define batch stealth feedback language string.
2024-03-11 17:25:03 +00:00
David Woloszyn
cb6acfc46a
MDL-79769 login: Add password toggle icon to the login screen
2024-03-08 15:54:11 +11:00
Ilya Tregubov
24e42ed7d1
Merge branch 'MDL-79044-main' of https://github.com/geichelberger/moodle
2024-03-08 11:15:16 +08:00
Sara Arjona
d92f86635b
Merge branch 'MDL-65978-master' of https://github.com/jleyva/moodle
2024-03-07 10:15:18 +01:00