Eloy Lafuente (stronk7)
2f24562d07
MDL-68589 plist: Add information about local changes
2020-05-03 01:28:41 +02:00
Eloy Lafuente (stronk7)
bf527c8bf9
MDL-68589 plist: PHP 7.4 curly bracket fixes
...
Note this is, partially, https://github.com/TECLIB/CFPropertyList/pull/61
I only have applied the stricly required PHP 7.4 changes, keeping
apart the intval() ==> (int) change, because that's unrelated to
this fix.
2020-05-03 01:05:10 +02:00
Andrew Nicols
3076dfe55d
Merge branch 'MDL-68492-master' of https://github.com/sammarshallou/moodle
2020-05-01 12:07:00 +08:00
Jun Pataleta
cfcbebaacb
Merge branch 'MDL-68506-master' of git://github.com/andrewnicols/moodle
2020-05-01 11:20:21 +08:00
Andrew Nicols
8d186121ab
Merge branch 'MDL-57680' of https://github.com/timhunt/moodle
2020-05-01 11:00:19 +08:00
Dmitrii Metelkin
4aaf342df7
MDL-67850 lib: remove trailing slash for plist
2020-05-01 10:58:18 +08:00
Andrew Nicols
5a477de341
Merge branch 'MDL-43156' of https://github.com/stronk7/moodle
2020-05-01 10:16:37 +08:00
Bas Brands
555ec89ad3
MDL-68329 cache: Improve cache performance footer info
2020-05-01 01:13:37 +02:00
Eloy Lafuente (stronk7)
9b0a1e2a98
Merge branch 'MDL-68427-master' of git://github.com/andrewnicols/moodle
2020-04-30 23:35:09 +02:00
Davo Smith
9da975fe21
MDL-43156 core_form: fix handling of fixture form
...
Also moving it from behat_forms to behat_navigation
2020-04-30 20:39:24 +02:00
Davo Smith
5079271b39
MDL-43156 formslib: newly-created repeat elements get the default values
2020-04-30 20:16:07 +02:00
Jun Pataleta
9be6c16a37
Merge branch 'MDL-66732' of https://github.com/paulholden/moodle
2020-04-30 17:16:16 +08:00
Andrew Nicols
e217c0f326
Merge branch 'MDL-67075-redis-session-locks' of https://github.com/brendanheywood/moodle
2020-04-30 16:05:05 +08:00
Brendan Heywood
7bc8ccdcf0
MDL-67075 session: Added extra debugging of blocking redis session locks
2020-04-30 13:06:07 +10:00
Jake Dallimore
192a43f109
Merge branch 'MDL-67850-seb-integration-3' of https://github.com/catalyst/moodle
2020-04-30 09:13:14 +08:00
Eloy Lafuente (stronk7)
9b2b1f3fa5
Merge branch 'MDL-68434-master-enfix' of git://github.com/mudrd8mz/moodle
2020-04-29 22:52:40 +02:00
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
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
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
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
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