Jun Pataleta
58a92364ed
Merge branch 'MDL-70368-cache-image-metadata' of https://github.com/brendanheywood/moodle
2022-10-21 09:07:58 +03:00
Sara Arjona
ef3c37dd4c
Merge branch 'MDL-75484-master' of https://github.com/davewoloszyn/moodle
2022-10-21 09:07:58 +03:00
Víctor Déniz
c209719811
Merge branch 'MDL-67020_master' of https://github.com/marxjohnson/moodle
2022-10-21 09:07:58 +03:00
Ilya Tregubov
1a89fd6287
Merge branch 'MDL-72058' of https://github.com/paulholden/moodle
2022-10-20 15:43:02 +03:00
Mark Johnson
2f1e7982df
MDL-67020 Cache: Refactor build_course_cache
2022-10-20 11:31:33 +01:00
Mark Johnson
ea01fb2427
MDL-67020 Cache: Make local caching work for coursemodinfo
2022-10-20 11:31:33 +01:00
Mark Johnson
045ee091da
MDL-67020 Cache: Make locking work for local file caches
...
* Add new requirelockingbeforewrite flag for cache definitions
* Implement native locking in cachestore_file (leveraging
file_lock_factory).
2022-10-20 11:31:33 +01:00
Jun Pataleta
80d4981d8d
Merge branch 'MDL-75401-master-integration' of https://github.com/ferranrecio/moodle
2022-10-20 18:31:00 +08:00
Andrew Nicols
8f6835c6e8
Merge branch 'MDL-75834-master' of https://github.com/sammarshallou/moodle
2022-10-20 14:35:15 +08:00
Sara Arjona
2739a25ffb
Merge branch 'MDL-75475-master' of https://github.com/davewoloszyn/moodle
2022-10-20 08:16:26 +02:00
Víctor Déniz
4b09e1bff4
Merge branch 'MDL-75962-master' of https://github.com/andrewnicols/moodle
2022-10-20 00:37:38 +01:00
Víctor Déniz
402066dac3
Merge branch 'MDL-75907-master' of https://github.com/golenkovm/moodle
2022-10-20 00:20:59 +01:00
Víctor Déniz
fb74611571
Merge branch 'MDL-76033-master' of https://github.com/ilyatregubov/moodle
2022-10-20 00:07:53 +01:00
David Woloszyn
650694f18f
MDL-75475 lib: Applied PHP CSS Parser patches
2022-10-20 09:32:47 +11:00
David Woloszyn
c8ee3c9051
MDL-75475 lib: Upgraded PHP CSS Parser to 8.4.0
2022-10-20 09:32:47 +11:00
Jun Pataleta
3a5205dd0a
Merge branch 'MDL-75985-master' of https://github.com/andrewnicols/moodle
2022-10-19 21:27:29 +08:00
Andrew Nicols
0ba4fa53c1
MDL-75985 behat: Return newline character for \n
...
Somehow part of this commit was lost during the push and/or squash.
2022-10-19 20:26:14 +08:00
Ilya Tregubov
79c81ab577
Merge branch 'MDL-75014-before-session' of https://github.com/brendanheywood/moodle
2022-10-19 15:20:52 +03:00
Ilya Tregubov
3f568024a1
MDL-76033 core: bump version in is_major_upgrade_required
...
MDL-58266 changes db structure. So upgrade must happen before
accessing any page.
2022-10-19 15:08:44 +03:00
Ferran Recio
3d483ac2ef
MDL-75401 core: sticky footer component
2022-10-19 13:06:54 +02:00
Mark Johnson
dcc7d7b8df
MDL-67020 Cache: Increment cacherev when purging course cache
2022-10-19 09:04:33 +01:00
Jun Pataleta
e591f9da66
Merge branch 'MDL-75985-master' of https://github.com/andrewnicols/moodle
2022-10-19 10:56:14 +08:00
Sara Arjona
3c49d97f1c
Merge branch 'MDL-75077' of https://github.com/paulholden/moodle
2022-10-17 16:32:29 +02:00
Ilya Tregubov
4272ccd65f
MDL-58266 core_completion: Fix upgrade script.
...
Remove 0 default value for timecreated
in course_module_viewed table
2022-10-17 16:40:07 +03:00
Sara Arjona
8d6a2d68e6
Merge branch 'MDL-74814-master-1' of https://github.com/HuongNV13/moodle
2022-10-17 15:30:45 +02:00
Jun Pataleta
e7bf930aa1
Merge branch 'MDL-74958-master' of https://github.com/sammarshallou/moodle
2022-10-17 21:10:51 +08:00
Ilya Tregubov
d5e9b5ba2b
MDL-58266 core_completion: Fix incorrect version bump.
...
Version was bumped in previously merged issue
2022-10-17 14:49:22 +03:00
Ilya Tregubov
09de114dd2
MDL-58266 core_completion: fix db structure.
...
Make coursemoduleid, userid fields in new course_modules_viewed
to match those in course_modules_completion table.
2022-10-17 14:49:17 +03:00
sam marshall
b5e805071a
MDL-74958 core_navigation: Add renamed classes to renamedclasses.php
...
The renamed secondary navigation classes have been adeed to
renamedclasses.php files.
2022-10-17 10:54:24 +01:00
Ilya Tregubov
057f732bf1
Merge branch 'MDL-58266-master' of https://github.com/JBThong/moodle
2022-10-17 12:51:59 +03:00
Shamim Rezaie
9708ad500b
Merge branch 'MDL-55580_master' of https://github.com/marxjohnson/moodle
2022-10-17 19:19:36 +11:00
Ilya Tregubov
b1ebbfe3ac
Merge branch 'MDL-56567-master' of https://github.com/matthewhilton/moodle
2022-10-17 09:04:48 +03:00
Huong Nguyen
0795b579fa
MDL-74814 forms: Fix accessibility issue in edit profile page
...
- Fixed legend tag issue
- Modified the passwordunmask Javascript hide/unhide the password field by CSS class
2022-10-17 09:31:53 +07:00
Matthew Hilton
cfb643293c
MDL-56567 competency: Course module competency option to override grade
...
Previously, if a course module had already been graded, course module
completion linked to the course module would not update. This
commit adds the option to enable overriding the grade at the course
module competency level.
This ensures that if enabled and a user completes a module associated
with a competency, that competency will be graded appropriately.
2022-10-17 08:00:20 +10:00
Andrew Nicols
febd5d944c
MDL-75985 behat: Standardise HTML output when comparing editor content
...
This commit adds a standardise_html function and updates the matches
function to compare normalised content.
This allows for a wider variety of valid editor output to be handled
using the standard value matching steps in Behat, thus supporting
editors other than Atto better.
2022-10-14 23:44:56 +08:00
Víctor Déniz
ab764c0062
Merge branch 'MDL-75736-master' of https://github.com/sammarshallou/moodle
2022-10-14 16:09:01 +01:00
David Woloszyn
f2835a9850
MDL-75484 lib: Set Moodle files after PHPSpreadSheet upgrade
2022-10-14 17:22:38 +11:00
David Woloszyn
efc63be039
MDL-75484 lib: PHPSpreadSheet upgraded to 1.25.2
2022-10-14 17:22:25 +11:00
hieuvu
c6e018e04e
MDL-58266 core_completion: Add new view table.
2022-10-14 00:30:28 +07:00
Jun Pataleta
f8cfc005a9
Merge branch 'MDL-69655_final-deprecation-of-admin_setting_managelicenses' of https://github.com/ziegenberg/moodle
2022-10-13 13:17:32 +08:00
Ilya Tregubov
c3d7241ea3
Merge branch 'MDL-74956' of https://github.com/paulholden/moodle
2022-10-12 11:42:04 +03:00
Paul Holden
8822089877
MDL-74956 reportbuilder: external method for retrieving custom report.
2022-10-12 09:36:23 +01:00
Jun Pataleta
36e4ca71c6
Merge branch 'MDL-75034' of https://github.com/paulholden/moodle
2022-10-12 14:24:35 +08:00
Jake Dallimore
4576a34bec
Merge branch 'MDL-73424-master' of https://github.com/marinaglancy/moodle
2022-10-12 11:51:40 +08:00
Andrew Nicols
18a4241fee
MDL-75962 js: Fix jsdoc violations
2022-10-12 10:06:40 +08:00
Simey Lameze
baa1e52530
MDL-75887 behat: Add ability to set value regardless of the editor
...
Prior to this commit, the behat_form_editor integration was hard-coded
to use Atto.
This change allows other editors to be used to set editor values, and
breaks that hard bond. Following this change, any editor is able to
define a behat_editor_[name].php file defining a function which meets
the following signature:
set_editor_value(string $editorid, string $value): void
Each editor is responsible for checking whether its own API is available
and calling any relevant functions to force the editor to set the
content.
Please note: Behat is unable to determine the current editor in use on
the page automatically.
2022-10-12 06:44:09 +08:00
sam marshall
18dc2a50ab
MDL-75736 lib: Course cache can be rebuilt unnecessarily
...
This change puts back the behaviour that get_fast_modinfo will accept
a cached version of modinfo that is newer than expected (according to
the course cacherev).
Not accepting newer versions can lead to poor performance in cases
where multiple requests take place at once, or using a clustered
database.
2022-10-11 16:56:21 +01:00
Daniel Ziegenberg
5e57b0322b
MDL-69655 tool_licenses: Final deprecation admin_setting_managelicenses
...
Following MDL-45184 this now finally deprecates and removes the class
\admin_setting_managelicenses. Please use \tool_licensemanager\manager
instead.
Following MDL-45184 this now finally deprecates and removes the
function license_manager::add(). Please use license_manager::save()
instead.
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2022-10-11 11:09:51 +02:00
Laurent David
bcc18e2439
MDL-55580 core: Process for deprecating a capability
...
* Add a $deprecatedcapabilities variable to deal with deprecated
capabilities
Change-Id: I14f44d331e8a1c4bd9abe9566c78d911c0205583
Co-authored-by: Mark Johnson <mark.johnson@catalyst-eu.net>
2022-10-11 08:48:17 +01:00
sam marshall
8e35bb415d
MDL-75834 lib: Focus lock JS bug when focus area removed
2022-10-10 16:24:30 +01:00