Shamim Rezaie
a0b134107c
Merge branch 'MDL-74452_master' of https://github.com/marxjohnson/moodle
2023-03-29 15:26:49 +11:00
Jun Pataleta
904567404b
Merge branch 'MDL-77767-master' of https://github.com/jleyva/moodle
2023-03-29 11:17:10 +08:00
Ilya Tregubov
e328cc54ae
Merge branch 'MDL-77740-master' of https://github.com/andrewnicols/moodle
2023-03-29 10:57:35 +08:00
Jun Pataleta
476f162812
Merge branch 'MDL-77382-master' of https://github.com/snake/moodle
2023-03-29 09:48:38 +08:00
Jun Pataleta
7695b4b18c
Merge branch 'MDL-77119' of https://github.com/paulholden/moodle
2023-03-29 09:46:31 +08:00
Jun Pataleta
e174f3e0d5
Merge branch 'MDL-76941-master-2' of https://github.com/HuongNV13/moodle
2023-03-29 09:31:58 +08:00
Paul Holden
f7a8df253b
on-demand release 4.2dev+
2023-03-28 15:55:49 +01:00
Paul Holden
bec19cf3f7
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2023-03-28 15:55:46 +01:00
Paul Holden
59e69a939e
Merge branch 'MDL-77105-master-4' of https://github.com/junpataleta/moodle
2023-03-28 12:38:39 +01:00
Jun Pataleta
064971648c
MDL-77105 core: Cast custom data to an array when evaluating filtericon
...
Since other modules may treat custom data as an object, we need to make
cast it to an array before evaluating for the `filtericon` custom data.
2023-03-28 18:48:31 +08:00
Mark Johnson
ace34e2bb2
MDL-74452 quiz: Fix reopen_open_attempt_test
2023-03-28 11:42:44 +01:00
Mark Johnson
72e7818467
MDL-74452 quiz: Display an error if all versions are in draft status
2023-03-28 11:42:44 +01:00
Juan Leyva
fe2f96762a
MDL-77767 question: Fix PHP warning in ddimageortext
2023-03-28 11:39:17 +02:00
Huong Nguyen
dfaf14fb18
MDL-76941 tool_usertours: Fix accessibility issue when resizing
2023-03-28 12:17:39 +07:00
Andrew Nicols
ad15209e1f
Merge branch 'MDL-77029-master' of https://github.com/ilyatregubov/moodle
2023-03-28 12:37:01 +08:00
Jake Dallimore
1d25d477d6
Merge branch 'MDL-76149-master' of https://github.com/rezaies/moodle
2023-03-28 12:07:32 +08:00
Jake Dallimore
efac6d72cf
Merge branch 'MDL-77105-master-4' of https://github.com/junpataleta/moodle
2023-03-28 11:42:29 +08:00
Ilya Tregubov
cb00d26105
MDL-77029 gradereport_grader: Fix sorting bug
...
When column was sorted in descending order, null values
were shown first.
2023-03-28 11:22:45 +08:00
Ilya Tregubov
fc9583bae1
MDL-77029 gradereport_grader: Add sorting to grade item columns
2023-03-28 11:22:42 +08:00
Andrew Nicols
8fe80e743c
MDL-77740 editor_tiny: Set the Editor window from the iFrame element
...
This is a workaround for an upstream bug which I have not been able to
reproduce outside of Moodle whereby the editor.contentWindow does not
match the editor.iframeElement.contentWindow when it should.
This issue only seems to affect Firefox, and it may even be a bug in
Firefox. It can only be reproduced when using a fresh browser which has
never had a TinyMCE window open.
2023-03-28 10:43:21 +08:00
Jun Pataleta
d4d13a5a94
Merge branch 'MDL-77342-master' of https://github.com/meirzamoodle/moodle
2023-03-28 09:54:50 +08:00
Jun Pataleta
860f85e8b8
Merge branch 'MDL-77670-master' of https://github.com/juancs/moodle
2023-03-28 07:04:23 +08:00
Sara Arjona
7c2cacaaf0
Merge branch 'MDL-76376' of https://github.com/jrchamp/moodle
2023-03-27 16:56:22 +02:00
Sara Arjona
1a01afbcb3
Merge branch 'MDL-77659' of https://github.com/AnupamaSarjoshi/moodle
2023-03-27 16:50:25 +02:00
Sara Arjona
cc853bf064
Merge branch 'MDL-73226-master' of https://github.com/jleyva/moodle
2023-03-27 16:08:19 +02:00
Juan Leyva
fc97f32010
MDL-73226 files: Add quota checks to core_user_add_user_private_files
2023-03-27 13:11:46 +02:00
Sara Arjona
e4663dc82f
Merge branch 'MDL-76303-master' of https://github.com/ssj365/moodle
2023-03-27 12:39:44 +02:00
Paul Holden
696ae3bc3a
Merge branch 'MDL-77729' of https://github.com/timhunt/moodle
2023-03-27 11:09:24 +01:00
Paul Holden
1e22628003
Merge branch 'MDL-77734-master' of https://github.com/ferranrecio/moodle
2023-03-27 10:45:10 +01:00
Sara Arjona
c2793cf824
Merge branch 'MDL-77561-master' of https://github.com/lameze/moodle
2023-03-27 11:43:19 +02:00
Ferran Recio
5cdb09d10c
MDL-77734 core_courseformat: add title to bulk duplicate activities
2023-03-27 11:17:55 +02:00
Jun Pataleta
3ecaf6362b
MDL-77105 core: Add upgrade.txt notes
2023-03-27 13:58:24 +08:00
Jun Pataleta
6077aae181
MDL-77105 mod_url: Declare filtericon custom data
...
* Set a custom data `filtericon` when the icon being rendered for the
URL resource is not equal to the default plugin icon.
2023-03-27 13:58:23 +08:00
Jun Pataleta
f10d132bdc
MDL-77105 mod_lti: Add 'nofilter' class for custom tool icons
...
Add a '.nofilter' class when rendering custom tool icons in order
to render them as is and without CSS filter on the activity chooser.
2023-03-27 13:57:07 +08:00
Jun Pataleta
cd4cebdaef
MDL-77105 core_course: Add 'nofilter' class for non-monologo icons
...
When rendering content items, check whether the plugin has monologo
icons. If so, add a 'nofilter' class so the plugin icon can be
rendered as is and without the CSS filter.
2023-03-27 13:56:15 +08:00
Jun Pataleta
97215704d3
MDL-77105 block_timeline: Add 'nofilter' class when necessary
...
Add the `.nofilter` class for activity icons when the icon URL's
`filtericon` parameter is not set, so they get rendered as they are on
the timeline block.
2023-03-27 13:54:36 +08:00
Jun Pataleta
b78978dac6
MDL-77105 block_recentlyaccesseditems: Add 'nofilter' class
...
Add the `.nofilter` class for activity icons when the icon URL's
`filtericon` parameter is not set, so they get rendered as they are on
the recently accessed items block.
2023-03-27 13:53:56 +08:00
Jun Pataleta
cf09a7f253
MDL-77105 theme_boost: Add 'nofilter' class when necessary
...
Add the `.nofilter` class for activity icons when the icon URL's
`filtericon` parameter is not set, so they get rendered as they are on
the context header on the activity page.
2023-03-27 13:32:09 +08:00
Jun Pataleta
95d0e30eff
MDL-77105 course_format: Add 'nofilter' class when necessary
...
Add the `.nofilter` class for activity icons when the icon URL's
`filtericon` parameter is not set, so they get rendered as they are on
the course homepage.
2023-03-27 13:32:09 +08:00
Jun Pataleta
2ce59aa924
MDL-77105 core: Conditionally apply icon filter
...
* Apply the filter CSS property only to activity icons
that don't have the ".nofilter" class. This will allow
activities with non-SVG icons to be rendered as they are.
2023-03-27 13:32:09 +08:00
Jun Pataleta
a898d8ac54
MDL-77105 core: Add a filtericon parameter to course mod icon URLs
...
* If a plugin defines a `filtericon` custom data or uses its monologo
version of the icon, a `filtericon` parameter is being added to the
icon's URL. This information can help plugins determine whether to
render the activity icon as is or with CSS filtering.
2023-03-27 13:32:09 +08:00
Jun Pataleta
cd0afd5c76
MDL-77105 core: Method to determine whether a plugin has monolog icons
2023-03-27 13:32:09 +08:00
Shamim Rezaie
ce20ad194e
MDL-76149 gradereport_grader: Remove studentsperpage config
2023-03-27 04:50:42 +11:00
Shamim Rezaie
14eefae721
MDL-76149 form: Change checker to respect .ignoredirty for active node
2023-03-27 04:47:49 +11:00
Shamim Rezaie
d6f26ec49d
MDL-76149 gradereport_grader: show perpage dropdown
2023-03-27 04:47:49 +11:00
Shamim Rezaie
b7e66fc444
MDL-76149 gradereport_grader: Adding a sticky footer
...
The pagination bar and the save button are now displayed on the sticky
footer
2023-03-27 04:47:49 +11:00
Meirza
59c6b2dccd
MDL-77342 repository: Added class properties that are not declared.
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-03-26 14:48:29 +07:00
AMOS bot
975c2531b9
Automatically generated installer lang files
2023-03-26 00:07:45 +00:00
Tim Hunt
a5fc60a997
MDL-77729 qformat_missingword: fix form of help link
2023-03-25 15:38:38 +00:00
Sara Arjona
09fd61415e
on-demand release 4.2dev+
2023-03-24 14:00:13 +01:00