AMOS bot
e859cf7146
Automatically generated installer lang files
2020-04-23 00:14:29 +00:00
Mark Nelson
fad610045b
MDL-67886 tool_xmldb: checks for extra indexes
2020-04-23 00:45:43 +02:00
Mark Nelson
47f3fa131a
MDL-67886 core: check_database_schema() checks for extra indexes
2020-04-23 00:45:43 +02:00
Mark Nelson
a8c38ce85b
MDL-67886 core: check_database_schema() checks for missing indexes
2020-04-22 23:22:18 +02:00
Bas Brands
ac00aec239
MDL-68383 contentbank: improve css for content bank
2020-04-22 15:50:46 +02:00
Ferran Recio
05da45ccf2
MDL-67701 mod_h5pactivity: new activity icon
2020-04-22 11:31:13 +02:00
Shamim Rezaie
2a14ef789b
MDL-68378 core: url_select listens to accessibleChange event
2020-04-22 04:16:44 +10:00
Shamim Rezaie
a97c40cf83
MDL-68378 core: update single_select to listen to accessibleChange event
2020-04-22 04:16:44 +10:00
Shamim Rezaie
df35a03367
MDL-68378 forumreport_summary: action menu listens to accessibleChange
2020-04-22 04:16:44 +10:00
Shamim Rezaie
2858814aaa
MDL-68378 user: listen to the accessibleChange event instead of change
2020-04-22 04:16:44 +10:00
Shamim Rezaie
505cc918b7
MDL-68378 lib: Added accessibleChange custom event
2020-04-22 04:16:44 +10:00
Mark Nelson
39770792ca
MDL-58018 core: add support to redis for read-only sessions
2020-04-21 19:29:12 +02:00
Mark Nelson
7daa126d1d
MDL-58018 core: add support to database for read-only sessions
2020-04-21 19:29:12 +02:00
Mark Nelson
4400ed3e1c
MDL-58018 core: finish dev to support open sessions without a lock
2020-04-21 19:29:12 +02:00
Paul Holden
54cb5666c1
MDL-64417 message_popup: remove old notifications during cleanup task.
...
Add upgrade step to remove existing orphaned records.
2020-04-21 14:48:22 +01:00
Paul Holden
db8bda61a3
MDL-64417 message: allow processors to run their own cleanup tasks.
2020-04-21 14:48:22 +01:00
Paul Holden
956f636d83
MDL-63609 media_videojs: support Youtube URL start time.
2020-04-21 14:46:05 +01:00
Simey Lameze
fb17c31c46
MDL-68341 core_table: fix wrong participanttablehtml variable name
2020-04-21 10:28:05 +08:00
Simey Lameze
ad176d6f0a
MDL-68341 core_table: improve fetch WS php unit coverage
2020-04-21 10:28:05 +08:00
Simey Lameze
4cf97b7f42
MDL-68341 core_table: add component parameter to fetch WS
2020-04-21 10:28:01 +08:00
cescobedo
3f5e386db7
MDL-68356 core_h5p: Fix h5p mimetype
...
Add a correct mime type for h5p files and update existing
mime type for stored h5p files.
2020-04-20 17:07:14 +02:00
Adam Eijdenberg
82da35fd51
MDL-58018 core: Enable read-only sessions for key pages
...
These pages are often loaded in parallel.
2020-04-20 14:13:35 +02:00
Adam Eijdenberg
1c3b89b170
MDL-58018 core: Add support to open sessions without a lock
2020-04-20 14:13:34 +02:00
Bas Brands
45decc81c4
MDL-67881 core_message: fix tab order for message drawer
2020-04-20 11:37:34 +02:00
Adrian Greeve
5d1ff2aa96
Merge branch 'MDL-66920' of https://github.com/Cvmcosta/moodle
2020-04-20 08:28:25 +08:00
Andrew Nicols
8080ea4e72
MDL-68318 core: Add GitHub Funding information
...
This links directly to our own pages relating to funding.
2020-04-20 07:57:05 +08:00
AMOS bot
971f958a7c
Automatically generated installer lang files
2020-04-19 00:13:11 +00:00
Brendan Heywood
c80bcd56fd
MDL-68443 xmldb: Improve path validation on view_xml action
2020-04-18 20:50:03 +10:00
Andrew Nicols
e74c253037
Merge branch 'MDL-67317' of https://github.com/stronk7/moodle
2020-04-17 18:35:10 +08:00
cescobedo
e84ce938d9
MDL-67095 core_h5p: Prevent synchronous access to save the same h5p
...
When deploying a new H5P resource we need to ensure that
we don't start deploying the same H5P in another thread
(e.g. for another session/user).
2020-04-17 09:14:18 +02:00
David Thompson
ab0d409991
MDL-68386 libraries: Enhancement for Area Charts support with chart.js.
2020-04-17 09:12:41 +12:00
Eloy Lafuente (stronk7)
5d0b046594
MDL-67317 behat: Bump to 3.39.2 moodle-behat-extension
...
It comes with behat/mink 1.8.x that provides php74 compatibility.
lock file generated with php72 (min version supported by the branch)
2020-04-16 20:28:49 +02:00
Eloy Lafuente (stronk7)
98f56e6f4b
MDL-67317 behat: Ensure that on every scenario we have a session.
...
Before Mink 1.8.0, any call to getSession() used to auto-start
the session if it was not avaliable there. That always has been
an unsupported detail.
With https://github.com/minkphp/Mink/pull/705 new sessions aren't
auto-created anymore.
And we were relying on that.
So this is, simply about to explicitly create the new session
in our before_scenario stuff, to guarantee that it's always there.
2020-04-16 20:28:49 +02:00
Eloy Lafuente (stronk7)
3d88307f8f
MDL-68339 message: move array_key_exists() to property_exists()
...
Towards PHP 7.4 compliance:
array_key_exists(): Using array_key_exists() on objects is
deprecated. Use isset() or property_exists() instead
2020-04-16 20:28:22 +02:00
Eloy Lafuente (stronk7)
788dfb9c7d
weekly release 3.9dev
2020-04-16 19:33:49 +02:00
Eloy Lafuente (stronk7)
6f9a84348c
NOBUG: Fixed SVG browser compatibility
2020-04-16 19:33:44 +02:00
Eloy Lafuente (stronk7)
877c5c7d9f
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-04-16 19:33:42 +02:00
Sara Arjona
0a05ca3604
MDL-67788 h5p: fix issue for non logged-in users
2020-04-16 15:50:10 +02:00
Brendan Heywood
611d6c1e29
MDL-68433 tasks: Limit the adhoc task queue look ahead
2020-04-16 23:33:07 +10:00
carlos
32591786d9
MDL-66920 mod_lti: Allow usage of both JWKS URI and Public Key
...
- Changed mod_lti edit_form.php to add necessary fields.
- Added configuration field 'keytype' that can be RSA_KEY or JWK_KEYSET, defaulting to RSA_KEY if none is found.
- Changed mod_lti locallib.php to add the usage of jwk in the verifications of jwt's.
- Changed mod_lti token.php to call the verification function from locallib.php.
- Caches the keyset endpoint content of any given lti tool.
- Updated language files to accommodate new functionalities.
- Added test method for JWK functionalities.
- Added test_keyset file in the fixtures folder.
- Bumped the mod_lti version to 2020022200.
2020-04-16 08:53:53 -03:00
Sara Arjona
2ac1d9aedf
MDL-67814 h5p: recover missed xAPI settings
2020-04-16 09:36:05 +01:00
Andrew Nicols
3e5a8acc85
MDL-68427 core: Correct previous/next page in paging bar
2020-04-16 14:40:01 +08:00
Adrian Greeve
1e33203b82
MDL-67814 core_h5p: Revert of eslintignore change
...
Also has update to fix js global properly.
2020-04-16 14:02:25 +08:00
Jun Pataleta
477ef861a0
Merge branch 'MDL-68113-master' of https://github.com/HuongNV13/moodle
2020-04-16 11:46:50 +08:00
Adrian Greeve
7b13120ad1
MDL-67814 core_h5p: Update to eslintignore to handle included file.
...
The H5PEditor is already loaded. This causes grunt to complain.
2020-04-16 11:42:53 +08:00
Víctor Déniz Falcón
eeb90e7e70
MDL-67814 core_h5p: added renderer and editor classes
2020-04-16 11:29:35 +08:00
Víctor Déniz Falcón
8c325d3feb
MDL-67814 core_h5p: modifications to interact with the Hub selector
...
The HUB selector allows you to install/update H5P content types from
the H5P editor. We have moved these features to the Content Bank, so we
will not show the HUB selector in the H5P editor.
2020-04-16 11:29:35 +08:00
Víctor Déniz Falcón
a0ce8f87b3
MDL-67814 core_h5p: moved common methods from player to helper class
2020-04-16 11:29:35 +08:00
Víctor Déniz Falcón
6da050d72a
MDL-67814 core_h5p: implemented H5P Core/Editor library interfaces
2020-04-16 11:29:35 +08:00
Víctor Déniz Falcón
8d702491bc
MDL-67814 core_h5p: added H5P Editor PHP library
...
Added the third party libray "H5P Editor PHP to the v124 h5plib plugin.
2020-04-16 11:27:49 +08:00