Ilya Tregubov
036800d99d
weekly release 4.0dev
2021-08-12 16:50:14 +02:00
Ilya Tregubov
72d8d10ef1
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-08-12 16:50:12 +02:00
David Mudrák
f9ee118e94
MDL-72325 user: Use the core_user::awaiting_action() in existing places
...
There were existing places each doing its own checks similar to the ones
covered by the newly added core_user::awaiting_action() method. This
patch replaces those custom checks with this new API call.
2021-08-12 13:05:38 +02:00
David Mudrák
124b82831b
MDL-72325 user: Do not show user tours without site policy agreed
...
Fetching user tours used to fail on external_api::validate_context() and
require_login() calls if the user did not have the site policy agreed.
The patch introduces a check to see if the user is fully set up and
ready to use the site before attempting to load the tours.
2021-08-12 13:05:38 +02:00
David Mudrák
7a8eae027f
MDL-72325 user: Introduce new core_user::awaiting_action() method
...
The method allows to check if the user is fully ready to use the site or
whether there is an action (such as filling the missing profile field,
changing password or agreeing to the site policy) needed.
2021-08-12 13:05:38 +02:00
Víctor Déniz
1e9118f4d6
MDL-71500 calendar_threemonth: fix wrong behat step
2021-08-12 11:35:31 +01:00
Paul Holden
58c6afb94d
MDL-72138 task: allow running core tasks from schedules UI.
...
Fixes regression from 9c4510a3
that didn't consider tasks belonging
to core, rather than just those belonging to plugins.
2021-08-12 09:49:10 +01:00
Andrew Nicols
7b7b42b643
Merge branch 'MDL-71844' of https://github.com/paulholden/moodle
2021-08-12 10:24:50 +08:00
Eloy Lafuente (stronk7)
ee468d201d
Merge branch 'MDL-72265' of https://github.com/timhunt/moodle
2021-08-11 23:59:01 +02:00
Eloy Lafuente (stronk7)
401a79a79e
Merge branch 'MDL-71515-master_improve_test_email' of https://github.com/guillogo/moodle
2021-08-11 23:41:34 +02:00
Eloy Lafuente (stronk7)
962b7f56a8
Merge branch 'MDL-71500-master' of git://github.com/lameze/moodle
2021-08-11 20:10:40 +02:00
Víctor Déniz
5f0690f5db
Merge branch '71992-master-fix-behat-tests-on-https' of https://github.com/DSI-Universite-Rennes2/moodle
2021-08-11 14:32:20 +01:00
Víctor Déniz
eda5b689fd
Merge branch 'MDL-72000' of https://github.com/paulholden/moodle
2021-08-11 10:59:03 +01:00
Eloy Lafuente (stronk7)
615eb63ca4
Merge branch 'MDL-71945-master' of https://github.com/lucisgit/moodle
2021-08-11 11:46:56 +02:00
Eloy Lafuente (stronk7)
5307bd2930
Merge branch 'MDL-72242-master-svgforcedfilter' of git://github.com/mudrd8mz/moodle
2021-08-11 11:39:52 +02:00
Paul Holden
a23eb3784e
MDL-72315 reportbuilder: fix/improve module jsdoc.
2021-08-11 09:13:12 +01:00
Kevin Pham
0b997f63e3
MDL-71627 check: Add AV status, notification levels and more logging
...
- `notifylevel` will change what gets sent as part of the antivirus
notification emails based on the scan type. For example if set on
SCAN_RESULT_FOUND, it will not notify for any detections, if set to
SCAN_RESULT_ERROR, it will notify for both detections and errors.
- `threshold` will determine how far the lookback is when displaying the
status of the /reports/status (System Status) page. It will display as
an ERROR state if there has been scanner issues within this certain
threshold period
- As part of the above, scanner errors will now trigger a new event
which will be logged as antivirus_scan_data_error or
antivirus_scan_file_error. Due to the nature of it reading from the
logs table, it only works currently for the "Standard logging"
logstore.
2021-08-11 11:46:15 +10:00
Kevin Pham
5694f6eb11
MDL-71627 check: Add missing statusunknown string
2021-08-11 11:46:15 +10:00
Víctor Déniz
21909b59fb
Merge branch 'MDL-69918-master' of git://github.com/andrewnicols/moodle
2021-08-10 19:15:22 +01:00
Eloy Lafuente (stronk7)
b3c47da570
Merge branch 'MDL-72254' of https://github.com/timhunt/moodle
2021-08-10 19:28:13 +02:00
Eloy Lafuente (stronk7)
537c909680
Merge branch 'MDL-71656-master' of git://github.com/HuongNV13/moodle
2021-08-10 19:09:33 +02:00
Eloy Lafuente (stronk7)
08850538b4
Merge branch 'MDL-70165' of git://github.com/paulholden/moodle
2021-08-10 18:51:02 +02:00
Andrew Nicols
530322e2ce
MDL-69918 core: Update uses of legacy form change checker
2021-08-10 23:54:01 +08:00
Andrew Nicols
cbe19158e9
MDL-69918 core: Rewrite Form Change Checker a ES6
2021-08-10 23:54:01 +08:00
Ilya Tregubov
15e8ee2245
Merge branch 'MDL-71937-master' of git://github.com/sarjona/moodle
2021-08-10 16:24:51 +02:00
Ilya Tregubov
85c2f2fc82
Merge branch 'MDL-72033-master' of git://github.com/NashTechOpenUniversity/moodle
2021-08-10 15:59:37 +02:00
Sara Arjona
24fcc7ebea
MDL-71937 badges: simplify badges page
...
Apart from reorganising the information displayed in the badges page,
this information has been moved to a template in order to make it
easier to modify and maintain.
2021-08-10 15:59:06 +02:00
Tony Butler
a0595719d0
MDL-71945 mod_assign: Remove unneccesary call to assign_update_grades()
...
The update_grade() call achieves the same thing with additional checks.
2021-08-10 11:05:48 +01:00
Lars Bonczek
ff1199cc5c
MDL-72271 mod_quiz: fix secure_window close function
2021-08-10 11:51:33 +02:00
Paul Holden
2661214376
MDL-72223 atto_link: link text should match selected text.
...
Rather then using all text of the currently selected node, instead
use that text the user has currently selected.
2021-08-10 09:45:48 +01:00
Paul Holden
d87d6c226d
MDL-72106 calendar: redirect to same page post-subscription process.
...
Avoid issues when reloading page/re-sending POST data.
2021-08-10 09:40:45 +01:00
Paul Holden
969cbd2c7d
MDL-71709 libraries: upgrade to version 1.10.1 of MaxMind.
2021-08-10 09:37:31 +01:00
Paul Holden
75e72a2b24
MDL-71844 tool_task: preserve navigation when executing task.
2021-08-09 10:44:45 +01:00
Paul Holden
95851ef8ba
MDL-71944 mod_wiki: use confirm output API for comment deletion.
2021-08-09 10:41:00 +01:00
Paul Holden
c18987bbe1
MDL-71685 dataformat_json: include column names in exported file.
2021-08-09 10:38:10 +01:00
Paul Holden
fdbbef6372
MDL-71487 admin: ensure filesize settings don't overflow integer.
2021-08-09 10:36:10 +01:00
Paul Holden
25be710d23
MDL-72000 user: support custom user fields in participants export.
2021-08-09 10:33:48 +01:00
Paul Holden
2b6d4c3077
MDL-70165 course: always import inplace editable module.
...
It's required on the course participants table for the roles/groups
columns, but isn't always loaded after adding the first participant.
2021-08-09 10:30:22 +01:00
Huong Nguyen
80bf558bea
MDL-71656 atto: Add meaningful labels to colour items
...
Colour chooser supported:
- atto_fontcolor
- atto_backcolor
2021-08-09 16:00:21 +07:00
AMOS bot
5789ac5274
Automatically generated installer lang files
2021-08-06 00:07:51 +00:00
Srdjan
fa0eecd6bf
MDL-69451 dml: use same temptables for both rw and ro database handle
...
moodle_read_slave_trait: when creating another handle, restore temptables
property that is clobbered by raw_connect().
Also a better condition for temptable related queries detection in
pgsql_native_moodle_database.
dml_pgsql_read_slave_test::test_temp_table(): use real db connection
if possible, otherwise skip the test.
2021-08-06 10:00:20 +10:00
Víctor Déniz
0d0e66d37c
weekly release 4.0dev
2021-08-05 16:27:17 +01:00
Víctor Déniz
3c41448585
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-08-05 16:27:11 +01:00
Tim Hunt
e7880337ad
MDL-72265 backup: fix checking of override capabilites on restore
...
Thanks to Peter Dias <peter@moodle.com> for his help with the unit test.
2021-08-05 13:54:59 +01:00
Víctor Déniz
6d0a49f51f
Merge branch 'MDL-71835' of git://github.com/paulholden/moodle
2021-08-04 23:22:40 +01:00
Víctor Déniz
4bd6f3938e
Merge branch 'MDL-71152-master' of git://github.com/roland04/moodle
2021-08-04 20:37:33 +01:00
Víctor Déniz
9e6634556a
Merge branch 'MDL-72262-master' of git://github.com/ilyatregubov/moodle
2021-08-04 12:08:22 +01:00
abgreeve
3757b5cd63
Merge branch 'MDL-71050' of https://github.com/paulholden/moodle
2021-08-04 15:54:08 +08:00
abgreeve
26125cf670
Merge branch 'MDL-71070' of git://github.com/paulholden/moodle
2021-08-04 10:14:18 +08:00
Paul Holden
07611b5f12
MDL-71070 report_configlog: convert report to system report.
...
Convert to system report API provided by Report builder. The entity
defines the columns and filters, which are used by the system
report class we have created.
2021-08-03 12:17:11 +01:00