Jun Pataleta
c819926529
Merge branch 'MDL-77274-401' of https://github.com/laurentdavid/moodle into MOODLE_401_STABLE
2023-10-30 17:13:12 +08:00
Laurent David
d20f1024d8
MDL-77274 core_renderer: Respect full name format in letter avatars
...
* Make sure that we respect the fullnamedisplay and alternativefullnameformat
parameters to decide on the initials for a given user
* Add further tests
Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
2023-10-30 06:18:48 +01:00
Huong Nguyen
07c200438c
Merge branch 'MDL-79639_401_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_401_STABLE
2023-10-30 11:24:02 +07:00
Jun Pataleta
e146a9d8cd
Merge branch 'MDL-79194-401' of https://github.com/laurentdavid/moodle into MOODLE_401_STABLE
2023-10-27 23:31:46 +08:00
Jun Pataleta
650474c0a7
Merge branch 'MDL-77364-401' of https://github.com/sarjona/moodle into MOODLE_401_STABLE
2023-10-27 16:32:36 +08:00
Sara Arjona
6bc193134a
MDL-77364 myoverview: Display course name tooltip
...
Based on the feedback given by the UX team:
- The text has been increased to display more (50 vs 55).
- A tooltip has been added to display the full course name on hover,
following the accessibility guidelines.
2023-10-27 07:26:37 +02:00
Jun Pataleta
9dbbd31076
weekly release 4.1.6+
2023-10-27 09:43:13 +08:00
Jun Pataleta
8317aa9b32
Merge branch 'MDL-79768-401-fix' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-10-26 23:05:33 +08:00
Ferran Recio
7d158f18d9
MDL-79194 core_courseformat: optimize section reload
...
* When reloading a section, we also forced the reloading of
course modules, resulting in doing the same work twice (once for
the section reload and once for the course module reload)
* Debounce the reloading process so prevent unwanted duplicate
reloads
2023-10-26 12:37:00 +02:00
Andrew Lyons
c22b7c2f82
MDL-79194 core: Wrap combobox debounce in pending Promise
...
This addresses a random failure with the combobox search results where
the debounce causes the results to be shown, and then the same search
result is returned again, re-rendered, and replaced after Behat has
moved on.
Partly cherry-picked from MDL-78779.
2023-10-26 12:33:36 +02:00
Angelia Dela Cruz
8fa9f27c7e
MDL-79768 fix: Fixed random failing Behat due to time difference
2023-10-26 18:00:00 +08:00
Jun Pataleta
91e083981d
Merge branch 'MDL-79768-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-10-26 10:47:39 +08:00
Jun Pataleta
06ebac56c6
Merge branch 'MDL-42189-401' of https://github.com/davewoloszyn/moodle into MOODLE_401_STABLE
2023-10-26 10:32:02 +08:00
Jun Pataleta
9d9e03ef10
Merge branch 'MDL-75572-401' of https://github.com/sarjona/moodle into MOODLE_401_STABLE
2023-10-25 13:44:20 +08:00
Sara Arjona
05fdc29294
MDL-75572 criteria: Only award badges to sucessfull completions
...
The UX team confirmed a badge shouldn't be awarded when the criteria
use a passing grade and the user gets a failing grade.
So the COMPLETION_COMPLETE_FAIL status won't be considered
completed for activities with completion that require a passing
grade.
2023-10-25 07:08:20 +02:00
Laurent David
38708efb50
MDL-79194 core_course: Refresh modules menus with section changes
...
* Whenever a section is hidden, we need to refresh all contextual (hamburger)
menus of each course modules.
2023-10-24 15:11:17 +02:00
Angelia Dela Cruz
2d9a6fa760
MDL-79768 mod_data: Test for student can see upcoming data activity
2023-10-23 08:47:04 +08:00
David Woloszyn
1652b5281e
MDL-42189 gradereport_overview: Report hidden from suspended enrolments
2023-10-23 09:47:19 +11:00
Sara Arjona
a985ac2e0c
weekly release 4.1.6+
2023-10-20 12:16:34 +02:00
Mark Johnson
ec5d7c3227
MDL-79639 quiz_statistics: Prevent database deadlocks
...
This changes the cache purge code to select IDs for deletion
first, rather than using a subquery in a DELETE, since this
risks causing a deadlock in MySQL.
2023-10-19 08:58:41 +01:00
Huong Nguyen
ccae21a639
Merge branch 'MDL-79689-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-10-19 10:05:37 +07:00
Sara Arjona
345d483ee2
Merge branch 'MDL-77651-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-10-18 15:47:24 +02:00
Sara Arjona
4d9b533fd4
Merge branch 'MDL-79747_401' of https://github.com/timhunt/moodle into MOODLE_401_STABLE
2023-10-18 10:29:08 +02:00
Angelia Dela Cruz
174fc341d6
MDL-79689 mod_assign: Behat for enabling anonymous submissions
2023-10-18 10:58:34 +08:00
Huong Nguyen
bcbab5517b
Merge branch 'MDL-79705-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-10-18 09:37:35 +07:00
Huong Nguyen
0848bf8687
Merge branch 'MDL-78979-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-10-18 09:24:21 +07:00
Jun Pataleta
11e0579540
MDL-77651 calendar: Hide left/right arrow characters
...
* Hide the arrow characters for the calendar templates so they won't be
read out by screen readers and avoid confusion for screen reader users.
2023-10-17 23:53:05 +08:00
Jun Pataleta
cc9a537bd2
MDL-77651 core: Hide left/right arrow characters for link_arrow_xx()
...
* The arrow characters in link_arrow_right() and link_arrow_left()
functions get announced by screen readers. This causes confusion
and is unnecessary.
2023-10-17 23:53:05 +08:00
Paul Holden
38909cd64e
MDL-79705 reportbuilder: remove checkbox field callback handling.
...
We no longer need special handling of this field type, because it
now returns language strings rather than HTML markup for a checkbox
element on display.
2023-10-17 16:51:34 +01:00
Paul Holden
62aa37f70d
MDL-79705 profilefield_checkbox: display data as simple Yes/No.
2023-10-17 16:51:34 +01:00
Tim Hunt
f6e7eb2ebd
MDL-79747 quiz stats: task should run as admin the right way
...
The correct way to get an ad-hoc task to run as the main admin account
is to leave userid as null.
Setting it causes fatal errors if the main admin account is set to
auth: nologin.
2023-10-17 16:43:48 +01:00
Sara Arjona
c0fefd0a4d
Merge branch 'MDL-78481-401' of https://github.com/iarenaza/moodle into MOODLE_401_STABLE
2023-10-17 17:15:21 +02:00
Ilya Tregubov
b5599f33d0
Merge branch 'MDL-79691-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-10-17 10:29:08 +08:00
Huong Nguyen
5e1588ba63
Merge branch 'MDL-79367-401' of https://github.com/sarjona/moodle into MOODLE_401_STABLE
2023-10-17 09:18:33 +07:00
Paul Holden
50618adb13
MDL-78979 mod_data: correct restore decode rule for data view page.
2023-10-16 20:53:59 +01:00
Angelia Dela Cruz
1c023e7fbb
MDL-79691 mod_h5pactivity: Behat coverage for H5P activity grades reset
2023-10-16 17:06:13 +08:00
Sara Arjona
c6d8aca226
Merge branch 'MDL-79566-401' of https://github.com/HuongNV13/moodle into MOODLE_401_STABLE
2023-10-16 09:54:01 +02:00
Ilya Tregubov
c4c514ee46
Merge branch 'MDL-79365-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-10-16 14:08:45 +08:00
Sara Arjona
6c956d3408
MDL-79367 availability: Fail grade does not mark activities as completed
...
The UX team confirmed that an activity shouldn't be considered completed
when the criteria use a passing grade and the user gets a failing grade.
So the COMPLETION_COMPLETE_FAIL status won't be considered
completed from now on.
2023-10-16 07:55:12 +02:00
Huong Nguyen
052e646cdc
Merge branch 'MDL-79698-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-10-16 11:40:32 +07:00
Huong Nguyen
f1166fe9e6
Merge branch 'MDL-79653-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-10-16 10:55:23 +07:00
Huong Nguyen
0d45970bd3
MDL-79566 tiny_autosave: Add Javascript submission handler
2023-10-16 09:29:28 +07:00
Paul Holden
d160890cab
MDL-79365 customfield_textarea: ensure field uniqueness is correct.
2023-10-13 14:30:08 +01:00
Andrew Nicols
d6fdd2f5f9
MDL-79698 core: Correct duplicate array key in test provider
2023-10-13 15:44:33 +08:00
Ilya Tregubov
d188d58ce9
weekly release 4.1.6+
2023-10-13 13:39:33 +08:00
Angelia Dela Cruz
1f602aabec
MDL-79653 gradingform_guide: Behat coverage for deleting marking guide
2023-10-13 11:11:08 +08:00
Huong Nguyen
0257e1696f
Merge branch 'MDL-79638-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-10-12 11:08:05 +07:00
Ilya Tregubov
891b6f796c
Merge branch 'MDL-79160-401' of https://github.com/danghieu1407/moodle into MOODLE_401_STABLE
2023-10-12 09:44:23 +08:00
Ilya Tregubov
9fbdf21341
Merge branch 'MDL-79422-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-10-12 09:10:23 +08:00
Jun Pataleta
7e39cee0f6
Merge branch 'MDL-79633-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-10-11 13:41:36 +08:00