Mikel Martín
848a90d1e5
MDL-78286 core_courseformat: Add direct link to edit completion settings
2023-08-08 16:22:55 +02:00
Sara Arjona
1474f74687
weekly release 4.3dev
2023-08-04 12:40:00 +02:00
Sara Arjona
5b6f2ea15d
NOBUG: Fixed SVG browser compatibility
2023-08-04 12:39:55 +02:00
Jun Pataleta
81761d786f
Merge branch 'MDL-77991-integration' of https://github.com/Chocolate-lightning/moodle
2023-08-04 11:56:21 +08:00
Mathew May
b3d888f9c9
MDL-77991 gradereport_grader: Collapse a11y fixes
2023-08-04 11:25:33 +08:00
Jun Pataleta
567f4c0669
MDL-78498 mod_forum: Prevent race condition in forum recent activity
...
* Using the generator to create the forum discussions, the timecreated
of a discussion can be set before the user's last course access which
will prevent forum_print_recent_activity() from including this generated
discussion in the recent activity results. To work around this, generate
the forum discussion 1 second after the current time to make sure that
the user's last course access will always be before the discussion's
creation time.
* This patch also includes some optimisations by:
- Removing the unnecessary @javascript tag for the
`Time limit expires` scenario
- Bringing the discussion generation to each scenario to allow each
scenario to customise the data passed to the generator like for the
`Time limit expires` scenario.
- Navigating directly to the forum instance.
2023-08-03 11:31:45 +08:00
Huong Nguyen
aeeb1653c0
Merge branch 'MDL-78553-master' of https://github.com/davewoloszyn/moodle
2023-08-03 09:44:24 +07:00
David Woloszyn
317251a978
MDL-78553 core_communication: Move settings to their own page
2023-08-03 12:36:04 +10:00
Jun Pataleta
1be10f4249
Merge branch 'MDL-77991' of https://github.com/Chocolate-lightning/moodle
2023-08-03 10:23:24 +08:00
Ilya Tregubov
05655afa6b
Merge branch 'MDL-78866-master' of https://github.com/danghieu1407/moodle
2023-08-03 09:38:32 +08:00
Ilya Tregubov
c5bbb46886
Merge branch 'MDL-78807' of https://github.com/paulholden/moodle
2023-08-03 09:33:04 +08:00
Ilya Tregubov
5fdb8446fd
Merge branch 'MDL-78755' of https://github.com/paulholden/moodle
2023-08-03 09:30:28 +08:00
Ilya Tregubov
74dde93b85
Merge branch 'MDL-78742' of https://github.com/paulholden/moodle
2023-08-03 09:23:33 +08:00
Ilya Tregubov
7144dccdd8
Merge branch 'MOODLE_master_MDL-74773' of https://github.com/danielneis/moodle
2023-08-03 09:18:42 +08:00
Mathew May
c279443bfb
MDL-77991 graderreport_grader: Migrate to core usage
2023-08-03 09:07:18 +08:00
Mathew May
aa0bf848fc
MDL-77991 gradereport_singleview: Migrate to core search dropdown
2023-08-03 09:07:18 +08:00
Mathew May
69844e76da
MDL-77991 gradereport_user: Migrate to core search dropdown
2023-08-03 09:07:18 +08:00
Mathew May
9bb91ce870
MDL-77991 filelib: Allow groups to generate svgs
2023-08-03 09:07:18 +08:00
Mathew May
a4b3b0d044
MDL-77991 core: Move tertiary search dropdown component
2023-08-03 09:07:18 +08:00
David Woloszyn
5aea409a87
MDL-78553 behat: Add disable communication helper trait
2023-08-03 10:20:23 +10:00
Daniel Neis Araujo
a7a3f585ce
MDL-74773 contentbank: add notification when updating and creating
2023-08-02 14:14:45 -03:00
Paul Holden
34ab8329e7
MDL-78755 course: default participant source conditions and sorting.
...
Ensure the default state of the report source shows only active user
enrolments, and implements sorting for consistency.
2023-08-02 14:49:26 +01:00
Paul Holden
e4e7e59d90
MDL-78807 reportbuilder: ensure report base conditions are non-empty.
2023-08-02 13:50:50 +01:00
Jun Pataleta
f8aa9a6504
Merge branch 'MDL-78117' of https://github.com/paulholden/moodle
2023-08-02 16:24:50 +08:00
Jun Pataleta
b2d3f245f2
Merge branch 'MDL-77447-master' of https://github.com/ilyatregubov/moodle
2023-08-02 16:13:19 +08:00
Huong Nguyen
3054d43336
Merge branch '45743-forum-trigger-more-events-master' of https://github.com/DSI-Universite-Rennes2/moodle
2023-08-02 15:05:14 +07:00
Huong Nguyen
ddae9c4ae1
Merge branch 'MDL-78815_master' of https://github.com/marxjohnson/moodle
2023-08-02 14:58:23 +07:00
Huong Nguyen
0b3c260e00
Merge branch 'MDL-78823_master' of https://github.com/marxjohnson/moodle
2023-08-02 14:51:46 +07:00
Mark Johnson
1055a2c1c2
MDL-78815 qbank_comment: Delete comments in event observer
2023-08-02 08:34:59 +01:00
Mark Johnson
a2c8eed5c8
MDL-78815 qbank_customfields: Delete custom field data in event observer
2023-08-02 08:34:59 +01:00
Mark Johnson
36ab582177
MDL-78815 qbank_tagquestion: Delete tags in event observer
2023-08-02 08:34:59 +01:00
Mark Johnson
b7b932a3c1
MDL-78823 core: Add new events when enabling and disabling qbank plugins
2023-08-02 08:34:32 +01:00
Paul Holden
ca6731dff7
MDL-78117 comment: use new context entity in system report.
2023-08-02 08:05:50 +01:00
Paul Holden
d8df4ad675
MDL-78117 reportbuilder: use context entity in report sources.
...
Deprecate existing columns, to be replaced by corresponding elements
from the new entity.
2023-08-02 08:05:50 +01:00
Paul Holden
beea104246
MDL-78117 reportbuilder: create new context report entity.
...
Encapsulate context related data in columns to replace similar in
other entities, add new context level filter.
2023-08-02 08:05:50 +01:00
Sara Arjona
a6affc9271
Merge branch 'MDL-78460' of https://github.com/paulholden/moodle
2023-08-02 08:51:01 +02:00
Sara Arjona
446dc6c65f
Merge branch 'MDL-78708-master' of https://github.com/roland04/moodle
2023-08-02 08:47:15 +02:00
Sara Arjona
5f24cb0b60
Merge branch 'MDL-78289-master' of https://github.com/roland04/moodle
2023-08-02 08:43:26 +02:00
Ilya Tregubov
1f596a5939
Merge branch 'MDL-78101' of https://github.com/Chocolate-lightning/moodle
2023-08-02 14:30:37 +08:00
Sara Arjona
632d500bce
Merge branch 'MDL-78430-patch' of https://github.com/ilyatregubov/moodle
2023-08-02 07:40:01 +02:00
Ilya Tregubov
70de576893
Merge branch 'master_MDL-78571' of https://github.com/mattporritt/moodle
2023-08-02 12:11:44 +08:00
Jun Pataleta
ce131c354a
Merge branch 'MDL-78498-master' of https://github.com/lameze/moodle
2023-08-02 11:23:18 +08:00
Mathew May
5282ddd170
MDL-78101 gradereport_grader: Select all collapsed columns functionality
2023-08-02 10:52:40 +08:00
Ilya Tregubov
3f16a97a2d
MDL-78430 core_grades: Support grades categories and outcomes
2023-08-02 10:29:38 +08:00
Sara Arjona
c1d805a676
Merge branch 'MDL-78738-master' of https://github.com/andrewnicols/moodle
2023-08-01 16:24:42 +02:00
Mikel Martín
628336f639
MDL-78708 core_courseformat: Fix activity icon link shown without access
...
In course page activity icon was showing as a link even when the user
does not have access to the activity. This commit fixes this behaviour
checking if activity is visible for the user and showing the icon without
link if not.
2023-08-01 16:03:10 +02:00
Sara Arjona
612b8e0891
Merge branch 'MDL-71421' of https://github.com/paulholden/moodle
2023-08-01 15:17:20 +02:00
Sara Arjona
025e05f980
Merge branch 'MDL-78107' of https://github.com/Chocolate-lightning/moodle
2023-08-01 14:07:58 +02:00
Sara Arjona
5c53122494
Merge branch 'MDL-78575-fix' of https://github.com/paulholden/moodle
2023-08-01 13:59:56 +02:00
Andrew Nicols
8b97071c94
MDL-78738 core_communication: Set avatar from a stored_file
...
We should always use a stored_file instance to set the avatar, and never
a data uri. Especially where the datauri is from Moodle itself.
This change requires a number of changes in associated locations.
I am not adding this change to any upgrade notes as this is a
master-only feature.
Note: I have removed some tests and will not consider fixing them
because I will be entirely removing that test file in a subsequent issue
(MDL-77917).
2023-08-01 19:50:14 +08:00