Adrian Greeve
b8cf95bb48
Merge branch 'MDL-68442-master' of git://github.com/andrewnicols/moodle
2020-04-29 13:54:57 +08:00
Dmitrii Metelkin
78adf6f63a
MDL-67850 quizaccess: remove the old quizaccess_safebrowser
...
Co-authored-by: Nicholas Hoobin <nicholashoobin@catalyst-au.net>
Co-authored-by: Andrew Madden <andrewmadden@catalyst-au.net>
2020-04-29 14:29:21 +10:00
Andrew Madden
3df8492132
MDL-67850 lib: add new plist library
...
Co-authored-by: Nicholas Hoobin <nicholashoobin@catalyst-au.net>
Co-authored-by: Dmitrii Metelkin <dmitriim@catalyst-au.net>
2020-04-29 14:10:22 +10:00
Andrew Nicols
eb0ddccd49
Merge branch 'MDL-68433-adhoc-task-lookahead' of https://github.com/brendanheywood/moodle
2020-04-29 08:22:27 +08:00
Andrew Nicols
cb8ad9c76e
Merge branch 'MDL-68378-master' of git://github.com/rezaies/moodle
2020-04-29 08:19:09 +08:00
Eloy Lafuente (stronk7)
368dd60877
Merge branch 'MDL-64417' of https://github.com/paulholden/moodle
2020-04-28 23:55:22 +02:00
Eloy Lafuente (stronk7)
e8ab043ec2
Merge branch 'MDL-68329-cache-info' of https://github.com/brendanheywood/moodle
2020-04-28 23:34:41 +02:00
Dan Marsden
a542fe35b5
MDL-67497 lib: backuptargetimport should be set as captype:read
2020-04-29 08:11:17 +12:00
Jun Pataleta
0ec4dd8333
Merge branch 'MDL-67915-master' of git://github.com/lameze/moodle
2020-04-28 23:11:38 +08:00
Helen Foster
1fce3f52ac
MDL-68434 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* pluginnamesummary,qtype_ddimageortext and
pluginnamesummary,qtype_ddmarker - Note about the question type not
being accessible to visually impaired users
* addresourceoractivity,core - Removing 'resource' as the new activity
chooser doesn't have resource types separated
2020-04-28 14:01:20 +02:00
Andrew Nicols
38a1ccf7d4
Merge branch 'MDL-68445' of https://github.com/stronk7/moodle
2020-04-28 18:29:20 +08:00
Julien Boulen
7d918bc693
MDL-68137 core_files: replace consecutive dots in filename by single dot
2020-04-28 11:29:35 +02:00
Andrew Nicols
e684b41b6e
Merge branch 'MDL-68525-master' of git://github.com/andrewnicols/moodle
2020-04-28 10:19:56 +02:00
Andrew Nicols
594189eb70
Merge branch 'MDL-67316' of https://github.com/stronk7/moodle
2020-04-28 10:19:50 +02:00
Andrew Nicols
96c7c37bf3
Merge branch 'MDL-68047' of https://github.com/stronk7/moodle
2020-04-28 10:19:47 +02:00
Eloy Lafuente (stronk7)
b03a63337d
Merge branch 'MDL-68342-xsendfile-file' of https://github.com/brendanheywood/moodle
2020-04-28 10:19:44 +02:00
Eloy Lafuente (stronk7)
c3e04b2c3c
MDL-68525 behat: chrome/switches caps not allowed in Chrome > 81
...
Now we need to use extra_capabilities/chromeOptions/args instead
The former was deprecated long ago, it seems that Chrome 81 has
stopped accepting it. The later seems to be working at very least
since Chrome 76 (haven't gone further back).
2020-04-28 12:31:58 +08:00
Andrew Nicols
478039f99a
MDL-68442 user: Rewrite participant status to work with dynamic tables
2020-04-28 10:21:45 +08:00
Brendan Heywood
9f4bb48e40
MDL-68329 cache: Improve cache performance footer info
2020-04-28 10:08:28 +10:00
Eloy Lafuente (stronk7)
a8eba6e4f4
Merge branch 'MDL-68383-master' of git://github.com/bmbrands/moodle
2020-04-27 23:40:14 +02:00
Eloy Lafuente (stronk7)
b1c4bd23d0
Merge branch 'MDL-68477-master' of git://github.com/lameze/moodle
2020-04-27 23:30:09 +02:00
Eloy Lafuente (stronk7)
20860a339e
Merge branch 'master' of https://github.com/DrCuriosity/moodle
2020-04-27 23:08:26 +02:00
Brendan Heywood
5bf5a7aaeb
MDL-68342 files: Add a faster xsendfile method to avoid db lookups
2020-04-27 16:11:34 +10:00
Tim Hunt
848a29cf51
MDL-57680 form autocomplete: extend Behat tests
2020-04-26 15:11:25 +01:00
Tim Hunt
be612e5f68
MDL-57680 form autocomplete: fix triggering change event
2020-04-26 13:23:42 +01:00
Tim Hunt
588b86fd49
MDL-57680 form autocomplete: let singleselects be cleared.
...
This was already working after ajax had refreshed the choices, it was just
broken on first page load.
2020-04-26 13:23:42 +01:00
David Mudrák
50396bbe4e
MDL-68515 admin: Mark the system status report as a standard plugin
2020-04-24 17:16:46 +02:00
Eloy Lafuente (stronk7)
98cc4d0445
MDL-68445 behat: Bump to 3.6.x
...
composer.lock generated with PHP 7.2, following:
https://docs.moodle.org/dev/Composer#How_to_prepare_and_submit_composer_changes
Also, ensure Symfony/Process > 4.0 compatibility
(needed for parallel runs)
2020-04-24 15:57:09 +02:00
Eloy Lafuente (stronk7)
486bf50413
MDL-67316 ldap: Pass correct hex chars to hexdec()
...
Before php74 they were silently discarded, now they
show a deprecation message.
2020-04-24 15:56:38 +02:00
Eloy Lafuente (stronk7)
3b69ed2104
MDL-67316 typo3: Pass correct hex chars to hexdec()
...
Typo3 was relaying on the feature of base converter
functions silently removing invalid chars so, for example:
'U+00A0' => '00A0' => 160
Since php74, the existence of those invalid chars do produce
a deprecation warning, no matter the outcome continues being the same.
So, here, we are just converting that invalud 'U+' by '0x'
2020-04-24 15:56:38 +02:00
sam marshall
111cf93b71
MDL-68492 Behat: Use faster direct link steps in lib/tests/behat
2020-04-24 12:09:15 +01:00
sam marshall
be32dc800d
MDL-68492 Behat: Direct URL links for courses, activities
2020-04-24 12:09:14 +01:00
Tim Hunt
fa7431ce50
MDL-68252 question tags: fix tag editing for missingtype questions
2020-04-24 11:26:12 +01:00
Simey Lameze
e2f12c2220
MDL-67915 core_table: add support for hide and show of columns
2020-04-24 18:23:34 +08:00
Andrew Nicols
ca69d3875e
MDL-68506 core_table: Add a tableContentRefreshed event
2020-04-24 14:53:35 +08:00
Mark Johnson
f77212a051
MDL-68503 user profile: Make sortorders relative to existing records
2020-04-23 15:55:03 +01:00
Eloy Lafuente (stronk7)
b88f74c9ee
Merge branch 'MDL-67886' of https://github.com/stronk7/moodle
2020-04-23 16:06:06 +02:00
Sara Arjona
58f85a6c6e
MDL-67795 contentbank: clean all the content when uninstalling plugin
2020-04-23 13:09:40 +02:00
Sara Arjona
f627173ce3
MDL-67795 contentbank: new external for deleting content
2020-04-23 13:09:40 +02:00
Sara Arjona
c0d615e8f9
MDL-67795 contentbank: delete content API
2020-04-23 13:09:40 +02:00
Eloy Lafuente (stronk7)
d584d34967
MDL-67886 phpunit: Make tests cross-db
...
The suggested SQL in some of the assertions was not cross-db
but db-dependent. Now we just keep that part out from the
assertions, because it's not important to verify the
errors that are being asserted.
2020-04-23 13:03:03 +02:00
Eloy Lafuente (stronk7)
172d3ee7ab
Merge branch 'MDL-67886_master' of git://github.com/mdjnelson/moodle
2020-04-23 15:01:40 +08:00
Eloy Lafuente (stronk7)
d56c7547d6
Merge branch 'MDL-58018_master-arraycomparison' of git://github.com/mdjnelson/moodle
2020-04-23 15:00:57 +08:00
Jun Pataleta
1dce78d8d2
Merge branch 'MDL-68341-master' of git://github.com/lameze/moodle
2020-04-23 15:00:56 +08:00
Jun Pataleta
31066f91bd
Merge branch 'MDL-68356-master' of git://github.com/cescobedo/moodle
2020-04-23 15:00:56 +08:00
Simey Lameze
8bb8c2852d
MDL-68477 libraries: add legend option examples to test page
2020-04-23 09:23:21 +08:00
David Thompson
5bc86614a2
MDL-68477 libraries: support for Chart.js legend options.
2020-04-23 09:23:21 +08: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