Jun Pataleta
b0b3b13032
Merge branch 'MDL-73163-master' of https://github.com/lameze/moodle
2022-05-19 10:11:48 +08:00
Ilya Tregubov
64d7392566
Merge branch 'MDL-74480' of https://github.com/paulholden/moodle
2022-05-19 08:05:42 +06:00
Ilya Tregubov
938e8cf5d5
Merge branch 'MDL-74165' of https://github.com/paulholden/moodle
2022-05-19 08:02:17 +06:00
Jun Pataleta
7cda6e3641
Merge branch 'MDL-74416-master' of https://github.com/lameze/moodle
2022-05-19 09:59:54 +08:00
Jun Pataleta
94e803b663
Merge branch 'MDL-73478-improve-set-config' of https://github.com/keevan/moodle
2022-05-18 23:11:06 +08:00
Jun Pataleta
b83a64b466
Merge branch 'MDL-74497-fixup' of https://github.com/dravek/moodle
2022-05-18 22:04:47 +08:00
Jun Pataleta
75e1514666
Merge branch 'MDL-74377' of https://github.com/roland04/moodle
2022-05-18 21:47:54 +08:00
Mikel Martín
e71b737e16
MDL-74377 reportbuilder: Fix dimmed text for dropdown items
...
To show inactive/unavailable rows '.dimmed_text' class usages have been replaced with '.text-muted'.
2022-05-18 13:41:40 +02:00
David Matamoros
63088862b4
MDL-74497 reportbuilder: Ensure entity report element order is kept
2022-05-18 13:19:34 +02:00
Dan Marsden
b95d2b94a5
MDL-74785 mod_scorm: Add scorm content filearea to global search.
2022-05-18 19:47:44 +12:00
Ilya Tregubov
7a635606e0
MDL-72256 enrol_fee: Fix indentaion for Behat.
2022-05-18 13:13:02 +06:00
Ilya Tregubov
0829ee7a77
Merge branch 'MDL-72256' of https://github.com/danmarsden/moodle
2022-05-18 13:04:11 +06:00
Dan Marsden
b51d8d9a7a
MDL-72256 enrol_fee: add payment information to course/info.php
2022-05-18 18:55:29 +12:00
Jun Pataleta
fa48ab35f7
Merge branch 'MDL-74497-master' of https://github.com/dravek/moodle
2022-05-18 14:36:17 +08:00
Jun Pataleta
c3f2753df7
Merge branch 'MDL22570_master' of https://github.com/tasosb/moodle
2022-05-17 23:30:23 +08:00
Paul Holden
7d693114d1
MDL-73966 grade: fetch required user name fields of unenrolled users.
2022-05-17 16:03:01 +01:00
Jun Pataleta
216b504ff4
Merge branch 'MDL-73184' of https://github.com/roland04/moodle
2022-05-17 19:39:44 +08:00
Jun Pataleta
c238370ba7
Merge branch 'MDL-74150' of https://github.com/lostrogit/moodle
2022-05-17 11:54:57 +08:00
AMOS bot
afd912865f
Automatically generated installer lang files
2022-05-17 00:07:42 +00:00
Carlos Castillo
3236a41c3a
MDL-74150 tool_componentlibrary: Add title attribute to core/toggle
2022-05-16 11:43:55 -05:00
Paul Holden
6b6a040084
MDL-73184 reportbuilder: preserve pagesize property between requests.
...
Given that custom reports can now have defined pagesize properties, we
need to preserve that value in the table filterset so that it's always
available after AJAX requests.
2022-05-16 17:49:41 +02:00
Mikel Martín
0908a1bdeb
MDL-73184 reportbuilder: Add default page size setting
2022-05-16 17:49:35 +02:00
Ferran Recio
bfc713c37e
MDL-57065 theme_boost: fix debug messages
...
The first debug message is covered by the top navbar header. This patch
will move the body's first debug message down below the navbar.
2022-05-16 11:19:19 +02:00
Paul Holden
28e95ef63c
MDL-71276 message_email: include alternate email in privacy export.
2022-05-16 09:41:32 +01:00
Carlos Castillo
0b82e9e9b3
MDL-74678 reportbuilder: Allow null in category description callback
...
Since category description is a nullable column, we need to allow null
value in category description column callback in category entity
2022-05-13 08:08:37 -05:00
Paul Holden
53d6b18237
MDL-74344 comment: consistent capability check for accessing report.
...
Co-authored-by: David Wipperfurth <dwipperfurth@webcourseworks.com>
2022-05-13 10:31:16 +01:00
David Matamoros
5e68da7868
MDL-74497 reportbuilder: Use new methods in existing datasources
...
- Replace all individual calls to add all columns, filters and
conditions on the cohorts datasource with the new
method add_all_from_entities().
- Replace all individual calls to add all columns, filters and
conditions on the courses datasource with the new
method add_all_from_entities().
- Replace all individual calls to add all columns, filters and
conditions on the users datasource with the new
method add_all_from_entity().
2022-05-13 08:36:31 +02:00
David Matamoros
9a8091d550
MDL-74497 reportbuilder: Add all columns/filters/conditions at once
2022-05-13 08:36:31 +02:00
AMOS bot
9353ebdae9
Automatically generated installer lang files
2022-05-13 00:07:44 +00:00
Paul Holden
5215a02444
MDL-73013 calendar: fix serving of files added to category events.
2022-05-12 16:12:15 +01:00
Jun Pataleta
5e5e12e063
weekly release 4.1dev
2022-05-12 22:16:01 +08:00
Leon Stringer
57aabee4e8
MDL-69951 filter_tidy: Replace drop-font-tags
...
The option drop-font-tags was removed in HTML Tidy version 5.5.14. It
had been deprecated since 5.1.25, the docs said "Use the clean option
instead" which is what this commit does (see
https://api.html-tidy.org/tidy/quickref_5.1.25.html#drop-font-tags ).
2022-05-12 11:42:05 +01:00
Jun Pataleta
eae7ec37ca
Merge branch 'MDL-74413' of https://github.com/stronk7/moodle
2022-05-12 12:09:05 +08:00
Jun Pataleta
aa88375db5
Merge branch 'MDL-73971' of https://github.com/stronk7/moodle
2022-05-12 11:54:43 +08:00
Jun Pataleta
9cb0f7c510
Merge branch 'MDL-73172-master' of https://github.com/NashTechOpenUniversity/moodle
2022-05-12 11:45:05 +08:00
Jake Dallimore
4b93776f4b
MDL-74699 enrol_lti: fix clientid retrieval from aud during launches
2022-05-12 09:20:02 +08:00
Shamiso.Jaravaza
41f40c7d7a
MDL-74726 mod_bigbluebuttonbn: Fix muteonstart
...
Added missing muteonstart_editable in mod_form block condition
2022-05-11 08:29:16 -06:00
Marina Glancy
ecd569f942
MDL-74553 blocks: do not refer to form fields by id
...
This is not compatible with the dynamic forms and random ids
2022-05-11 16:16:58 +02:00
Jun Pataleta
c7ddee0890
Merge branch 'MDL-70568-cron-debugging-patch' of https://github.com/macgirvin/moodle
2022-05-11 10:43:19 +08:00
Anastasios Bithas
3df0908e72
MDL-22570 group: Export groups/groupings to ods/xls/txt
...
A new feature that enables teachers to export groups and
groupings through the groups overview page, making use of the dataformat api.
2022-05-11 03:00:36 +03:00
Paul Holden
a95f637cfb
MDL-73898 user: exclude guest user from participants table.
2022-05-10 17:21:01 +01:00
Paul Holden
f8790390d0
MDL-72458 user: add timezone to user profile page.
2022-05-10 13:17:06 +01:00
Jun Pataleta
817db2b7f3
Merge branch 'MDL-74041' of https://github.com/timhunt/moodle
2022-05-10 17:59:45 +08:00
Ilya Tregubov
8de866dc3f
MDL-74710 mod_bigbluebuttonbn: Fix settings url.
2022-05-10 11:11:51 +06:00
Jun Pataleta
e368edfb5c
Merge branch 'MDL-71202-master' of https://github.com/junpataleta/moodle
2022-05-10 12:39:27 +08:00
Pete Whelpton
bc6041158c
MDL-71202 webservice: Add index on external_tokens.sid
...
Without this index, a full table scan / table level locking occurs when
logging out of Moodle. This can result in slow performance in a busy
Moodle site.
2022-05-10 12:31:25 +08:00
Petr Skoda
d91cd20d64
MDL-74416 phpunit: fix generator counters reset
2022-05-10 07:47:46 +08:00
Kordan
84735e806d
MDL-73163 behat: Changed most to must
2022-05-09 19:29:19 +08:00
Paul Holden
9085f5e28a
MDL-74147 admin: support custom user profile fields selecting admins.
2022-05-09 10:14:16 +01:00
Eloy Lafuente (stronk7)
caf55abf17
MDL-74413 phpunit: Move more tests to use correct names and namespaces
...
Applied the following changes to various testcase classes:
- Namespaced with component[\level2-API]
- Moved to level2-API subdirectory when required.
- Fixed incorrect use statements with leading backslash.
- Remove file phpdoc block
- Remove MOODLE_INTERNAL if not needed.
- Changed code to point to global scope when needed.
- Fix some relative paths and comments here and there.
- All them passing individually.
- Complete runs passing too.
Special mention to:
- Moved to the level2 "privacy" namespace:
- \mod_assign\privacy\feedback_legacy_polyfill_test
- \mod_assign\privacy\submission_legacy_polyfill_test
- Moved to the level2 "task" namespace:
- \core_message\task\migrate_message_data_test
- \ltiservice_gradebookservices\task\cleanup_test
- \message_email\task\send_email_test
- \mod_lti\task\clean_access_tokens_test
- \mod_workshop\task\cron_task_test
- Moved to the level2 "event" namespace:
- \core_h5p\event\deleted_test
- \core_h5p\event\viewed_test
- Renamed to a better name:
- backup_forum_activity_task_test.php (missing "task")
2022-05-07 20:32:30 +02:00