Carlos Castillo
f17b006dcb
MDL-73771 theme: Fix scrollbar position
2023-03-29 09:15:39 -05:00
Paul Holden
449a8b0b31
weekly release 4.1.2+
2023-03-28 15:55:18 +01:00
Paul Holden
0f251ce165
Merge branch 'install_401_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_401_STABLE
2023-03-28 15:55:16 +01:00
Paul Holden
7f6888bd53
Merge branch 'MDL-77105-401-4' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-03-28 12:38:52 +01:00
Jun Pataleta
95d5b0aab0
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:49:27 +08:00
Jun Pataleta
ae63139985
Merge branch 'MDL-77630-401' of https://github.com/meirzamoodle/moodle into MOODLE_401_STABLE
2023-03-28 12:06:17 +08:00
Jake Dallimore
e144ff8a43
Merge branch 'MDL-77105-401-4' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-03-28 11:42:42 +08:00
Meirza
cd528df093
MDL-77630 mod_forum: correct typo in variable names
2023-03-28 09:39:01 +07:00
Jun Pataleta
6b96cf8676
Merge branch 'MDL-77670-401' of https://github.com/juancs/moodle into MOODLE_401_STABLE
2023-03-28 07:05:04 +08:00
Sara Arjona
e7cda153a2
Merge branch 'MDL-76376_m41' of https://github.com/jrchamp/moodle into MOODLE_401_STABLE
2023-03-27 16:56:30 +02:00
Sara Arjona
0d6eaef200
Merge branch 'MDL-77659_401' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_401_STABLE
2023-03-27 16:50:31 +02:00
Sara Arjona
f32c46bf0c
Merge branch 'MDL-73226-401' of https://github.com/jleyva/moodle into MOODLE_401_STABLE
2023-03-27 16:08:26 +02:00
Juan Leyva
eeae99afc7
MDL-73226 files: Add quota checks to core_user_add_user_private_files
2023-03-27 13:25:43 +02:00
Sara Arjona
8c9b54cc5d
Merge branch 'MDL-76303-401' of https://github.com/ssj365/moodle into MOODLE_401_STABLE
2023-03-27 12:41:18 +02:00
Paul Holden
da42c76300
Merge branch 'MDL-77729_401' of https://github.com/timhunt/moodle into MOODLE_401_STABLE
2023-03-27 11:09:26 +01:00
Sara Arjona
c2714ff1af
Merge branch 'MDL-77561-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE
2023-03-27 11:43:26 +02:00
Jun Pataleta
bc1d7e854b
MDL-77105 core: Add upgrade.txt notes
2023-03-27 14:00:58 +08:00
Jun Pataleta
99bc8f2b30
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 14:00:58 +08:00
Jun Pataleta
67f739499b
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 14:00:38 +08:00
Jun Pataleta
538e17e199
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 14:00:18 +08:00
Jun Pataleta
28d8c9c1e7
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:59:54 +08:00
Jun Pataleta
18703b71ac
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:59:33 +08:00
Jun Pataleta
f59220a76d
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:42:43 +08:00
Jun Pataleta
84198e03c7
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:42:43 +08:00
Jun Pataleta
f5d445a68f
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:42:41 +08:00
Jun Pataleta
30b0b0cf40
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:36:42 +08:00
Jun Pataleta
69948eda10
MDL-77105 core: Method to determine whether a plugin has monolog icons
2023-03-27 13:36:38 +08:00
AMOS bot
1f4daa7402
Automatically generated installer lang files
2023-03-26 00:07:41 +00:00
Tim Hunt
c1c1ca6e4d
MDL-77729 qformat_missingword: fix form of help link
2023-03-25 15:39:27 +00:00
Sara Arjona
5898c3e5dd
weekly release 4.1.2+
2023-03-24 13:59:31 +01:00
Jun Pataleta
d2bc54fba9
Merge branch 'MDL-77669-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-03-24 11:51:36 +08:00
Jun Pataleta
9b07f56add
Merge branch 'MDL-77626_401' of https://github.com/timhunt/moodle into MOODLE_401_STABLE
2023-03-24 10:40:36 +08:00
Simey Lameze
7c1c1071e7
MDL-77561 behat: add step to accept dpa and enable bigbluebutton
...
The step i_enable_plugin cannot be used as bigbluebuttonbn_default_dpa_accepted
setting needs to be enable in order for the BigBlueButton plugin to be enabled.
2023-03-24 08:21:05 +08:00
Sara Arjona
d2d49e150b
Merge branch 'MDL-77705-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-03-23 18:30:27 +01:00
Sara Arjona
a7d71e0e2d
Merge branch 'MDL-77666-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-03-23 17:53:45 +01:00
Shamiso.Jaravaza
b924f6a355
MDL-76303 mod_bigbluebuttonbn: Fix userlimit
2023-03-23 08:23:23 -06:00
Paul Holden
3fa384384e
Merge branch 'MDL-77392-401' of https://github.com/srobotta/moodle into MOODLE_401_STABLE
2023-03-23 12:25:29 +00:00
Stephan Robotta
66e88ace0f
MDL-77392 calendar: calendar items are hidden because of settings
2023-03-23 12:53:09 +01:00
Paul Holden
fe07140e27
Merge branch 'MDL-77691-401' of https://github.com/roland04/moodle into MOODLE_401_STABLE
2023-03-23 11:43:41 +00:00
Sara Arjona
fad4e118a4
Merge branch 'MDL-77380-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE
2023-03-22 14:06:07 +01:00
Sara Arjona
0d80eea9af
Merge branch 'MDL-77692-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-03-22 13:50:11 +01:00
Ilya Tregubov
0b973b52e9
weekly release 4.1.2+
2023-03-22 09:37:08 +08:00
Ilya Tregubov
b158354710
Merge branch 'install_401_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_401_STABLE
2023-03-22 09:37:06 +08:00
Paul Holden
ee3924702f
MDL-77705 reportbuilder: avoid re-using field alias between entities.
...
Ensure that when the user entity is added multiple times to a report,
when there are custom profile fields, each of those gets a unique table
alias per-entity.
2023-03-21 17:29:09 +00:00
Mikel Martín
0b2085648e
MDL-77691 behat: Add step to navigate to profile page directly
2023-03-21 08:08:10 +01:00
Simey Lameze
939a416308
MDL-77380 block_myoverview: improve show toggle functionality test
2023-03-21 14:47:25 +08:00
Jun Pataleta
28d1db2f1d
Merge branch 'MDL-75746_401_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_401_STABLE
2023-03-21 12:01:01 +08:00
Meirza
29a1cf86a3
MDL-77669 dml: Added extrainfo in the DB options config.
...
extrainfo is an extra information for the DB driver, e.g. SQL Server,
has additional configuration according to its environment,
which the administrator can specify to alter and override any connection options.
Co-authored-by: LukeCarrier <luke@carrier.im>
This is a backport of MDL-64153.
2023-03-21 08:48:39 +08:00
Ilya Tregubov
ea915c29e5
Merge branch 'mdl-72533-event-table-performance-MOODLE_401_STABLE' of https://github.com/petersistrom/moodle into MOODLE_401_STABLE
2023-03-21 08:24:59 +08:00
Paul Holden
deced83b06
Merge branch 'MDL-72124_401_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_401_STABLE
2023-03-20 17:04:54 +00:00