Ferran Recio
c64bef51a9
MDL-73547 core_courseformat: enable course index cache
...
Adding caches to the course editor reactive state. The patch improve the
course index loading.
2022-02-21 12:33:33 +01:00
Sara Arjona
65f4b25a79
Merge branch 'MDL-73791-master' of https://github.com/bmbrands/moodle
2022-02-21 12:26:36 +01:00
Amaia Anabitarte
bb78acdaef
MDL-73882 theme: Improve constrast on course index for dimmed elements
2022-02-21 11:09:52 +01:00
Bas Brands
7d6efea682
MDL-73791 theme_boost: mobile navbar design updates
2022-02-21 10:24:58 +01:00
Ilya Tregubov
4f4bb7303a
Merge branch 'MDL-73273-master' of https://github.com/peterRd/moodle
2022-02-21 11:15:33 +02:00
Sara Arjona
995b457dbf
MDL-73910 repository: Override get_enabled_plugin() method
...
The get_enabled_plugin method in repository plugininfo needs to
be overriden from base because current implementation is ignoring
the visible column in the "repository" table.
2022-02-21 09:24:51 +01:00
Eloy Lafuente (stronk7)
460d6eea5d
Merge branch 'MDL-73812-master-enfix' of https://github.com/vmdef/moodle
2022-02-21 09:11:51 +01:00
Michael Hawkins
bd1b6b772c
MDL-73613 block_timeline: Fix courses view where event due later today
...
If a course only had events due later in the current day when filtering
by overdue, it was possible we would show a course name with nothing
below it, because we fetched all events to the end of the day. This fix
means we only load courses with events due before the current time and
avoid the issue.
2022-02-21 14:51:41 +08:00
AMOS bot
0e1d0f50fb
Automatically generated installer lang files
2022-02-21 00:07:39 +00:00
Paul Holden
b95a655a33
MDL-73941 reportbuilder: return localised floats when aggregating.
...
As the 'average' and 'percentage' aggregation types both return
float values, we should ensure they are output with localised
formatting (e.g. decimal separator).
2022-02-20 07:43:32 +00:00
Luca Bösch
2894aa0964
MDL-73872 admin: align 'Save changes' and 'Cancel'
2022-02-18 18:37:08 +01:00
Víctor Déniz
efdd77a157
MDL-73812 lang: Replace modified strings in tests
2022-02-18 16:14:02 +00:00
Helen Foster
7ff6b2daef
MDL-73812 lang: Import fixed English strings (en_fix)
2022-02-18 15:50:26 +00:00
Eloy Lafuente (stronk7)
3a352b401f
MDL-73905 core: fix coding_exception missing namespace
...
This was leading to exception:
Class 'core\message\coding_exception' not found
Surely we weren't facing this before MDL-67853, but it seems that
now we are hitting it sometimes (being investigated @ MDL-73747).
So, just ensure the proper \coding_exception is used.
2022-02-18 15:45:11 +01:00
Sara Arjona
0f94f29296
on-demand release 4.0dev+
2022-02-18 15:03:57 +01:00
Sara Arjona
fb19d1cc1f
NOBUG: Fixed SVG browser compatibility
2022-02-18 15:03:54 +01:00
Sara Arjona
8e2b6bfc47
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2022-02-18 15:03:54 +01:00
Ferran Recio
d8b8f9bc3b
MDL-73683 core_courseformat: match hasRestrictions criteria
...
Orignally, the lock icon in the course index and the course content
represents different things and it was confusing for users. Now both
section and cm state data calculate the hasRestrictions attribute the
same way as the course content lock icons.
2022-02-18 12:51:15 +01:00
Ilya Tregubov
18fd47d76b
Merge branch 'MDL-73532-integration-master' of https://github.com/mihailges/moodle
2022-02-18 12:28:54 +02:00
Mihail Geshoski
cc2769ad94
MDL-73532 navigation: Fix the secondary navigation highlighting
...
Fixes the highlighting of the items the secondary navigation menu
in the single activity course format.
2022-02-18 18:11:14 +08:00
Jun Pataleta
5f19e1e685
Merge branch 'MDL-73608-master' of https://github.com/lameze/moodle
2022-02-18 12:06:13 +08:00
Simey Lameze
8e153111af
MDL-73608 user: add contact site support page
...
AMOS BEGIN
CPY [subject,mod_forum],[subject,moodle]
CPY [message,core_message],[message,moodle]
AMOS END
2022-02-18 11:54:44 +08:00
Andrew Nicols
f66210dece
Merge branch 'MDL-72734' of https://github.com/paulholden/moodle
2022-02-18 10:55:48 +08:00
Andrew Nicols
feec9bbb98
Merge branch 'MDL-73748-master-check_for_updates' of https://github.com/mudrd8mz/moodle
2022-02-18 10:49:16 +08:00
Andrew Nicols
7d8c9396e3
Merge branch 'MDL-73636' of https://github.com/paulholden/moodle
2022-02-18 10:46:28 +08:00
Andrew Nicols
2f853cdceb
Merge branch 'MDL-73912-master' of https://github.com/junpataleta/moodle
2022-02-18 10:44:49 +08:00
Andrew Nicols
e75aac9798
Merge branch 'MDL-73871-master' of https://github.com/aanabit/moodle
2022-02-18 10:43:35 +08:00
Peter Dias
4071bf3fb2
fixup! MDL-73273 navigation: Add checks to enforce action param types
2022-02-18 09:11:57 +08:00
Víctor Déniz
649fb3cc49
Merge branch 'MDL-73724' of https://github.com/call-learning/moodle
2022-02-17 22:33:21 +00:00
Eloy Lafuente (stronk7)
967777ddf5
Merge branch 'MDL-73592-master' of git://github.com/rezaies/moodle
2022-02-17 18:34:12 +01:00
Laurent David
628ee05f98
MDL-73308 mod_bigbluebuttonn: Breakout room
...
* Fetch recording attached to breakout meetings
* Add tests for breakoutrooms
2022-02-17 18:23:56 +01:00
Laurent David
c25c134728
MDL-73724 mod_bigbluebuttonbn: Error when joining meeting
...
* When pre-uploaded presentation is uploaded, the meeting refuses to start and
and error is thrown.
2022-02-17 17:26:38 +01:00
Sara Arjona
18dc1db304
Merge branch 'master_MDL-73699-questionstatus-reviewchanges' of https://github.com/catalyst/moodle-MDL-70329
2022-02-17 17:08:53 +01:00
Sara Arjona
b67b024748
Merge branch 'MDL-73794-master' of https://github.com/bmbrands/moodle
2022-02-17 16:57:58 +01:00
Shamim Rezaie
7015cbf75f
MDL-73592 phpunit: Run adhoc tasks after install
2022-02-18 02:09:49 +11:00
Sara Arjona
21e3b175b0
Merge branch 'MDL-73822' of https://github.com/paulholden/moodle
2022-02-17 16:07:58 +01:00
Eloy Lafuente (stronk7)
239832e29e
Merge branch 'MDL-73875' of https://github.com/ilyatregubov/moodle
2022-02-17 15:04:38 +01:00
Marc-Alexandre Ghaly
a21764842c
MDL-73699 qbank_editquestion: Question status UI/UX update
...
This commit implements a question status UI/UX change in the question bank page
from clickable popup link to dropdown following moodle UI/UX policy.
2022-02-17 08:46:30 -05:00
Ilya Tregubov
e1899a86c3
MDL-73875 behat: Increase allowed size for privacy exports
...
Because of more moodle.css contents, the total size of the privacy
exports has grown over the allowed size. Just raise it a little bit
more.
2022-02-17 15:43:31 +02:00
Ilya Tregubov
dfa0681c53
Merge branch 'MDL-69764-master' of https://github.com/jpahullo/moodle
2022-02-17 15:02:01 +02:00
Jordi Pujol Ahulló
21f73b29c1
MDL-69764 tool_task: unify crontab verification
...
Use scheduled_task crontab field verification in
admin/tool/task to unify how Moodle deals with
crontab definition and its verification.
This helps remove duplicated code and fix
crontab definition not allowed in the web form,
but actually was valid.
Updated crontab fields precision on task_scheduled
table to have enough room for the worst case:
all possible different values separated by comma.
2022-02-17 13:24:31 +01:00
Bas Brands
09aa3ad82a
MDL-73794 theme_boost: set footer background white
2022-02-17 13:06:56 +01:00
Juan Leyva
f0816126bf
MDL-73608 tool_mobile: Return support page for not logged-in users
2022-02-17 19:48:30 +08:00
Bas Brands
6214df4072
MDL-73918 theme_boost: allow customising scss pagewidth variables
2022-02-17 12:43:16 +01:00
Sara Arjona
944bebb35c
Merge branch 'MDL-73887' of git://github.com/paulholden/moodle
2022-02-17 10:48:58 +01:00
Sara Arjona
18631ff886
Merge branch 'MDL-73873-master' of https://github.com/aanabit/moodle
2022-02-17 10:44:10 +01:00
Jun Pataleta
a7af5f3ae9
Merge branch 'MDL-73592-master' of git://github.com/rezaies/moodle
2022-02-17 16:06:38 +08:00
Sara Arjona
af7a0ed1a1
Merge branch 'MDL-73313_master' of https://github.com/tasosb/moodle
2022-02-17 08:38:08 +01:00
Sara Arjona
704553716f
Merge branch 'MDL-73875' of https://github.com/roland04/moodle
2022-02-17 08:25:03 +01:00
Shamim Rezaie
b36a1f9ee0
MDL-73592 tool_moodlenet: Use adhoc task to set activitychooser footer
2022-02-17 18:18:30 +11:00