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
Shamim Rezaie
d28b4ec326
MDL-68343 output: fix html table structure
...
A <th> that contains no text may result in cells with missing or
incorrect header information. WAVE advises that we should make a cell
a <td> rather than a <th> if the cell must remain empty (such as the
top-left cell in a data table).
Also note that the scope attribute is only valid for <th>
2020-04-22 04:30:53 +10: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
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
db8bda61a3
MDL-64417 message: allow processors to run their own cleanup tasks.
2020-04-21 14:48:22 +01:00
Paul Holden
59f941f6db
MDL-66917 admin: validate uploaded plugin version.
...
Prevent overwriting current plugins with older versions of themselves.
2020-04-21 14:35:59 +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
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)
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
Brendan Heywood
611d6c1e29
MDL-68433 tasks: Limit the adhoc task queue look ahead
2020-04-16 23:33:07 +10:00
Andrew Nicols
3e5a8acc85
MDL-68427 core: Correct previous/next page in paging bar
2020-04-16 14:40:01 +08:00
Adrian Greeve
50dbf7e9c8
Merge branch 'MDL-68196-master' of git://github.com/rezaies/moodle
2020-04-16 10:55:11 +08:00
Shamim Rezaie
517e568e5a
MDL-68196 core: not expand autocomplete elements too soon on IE
2020-04-16 12:25:37 +10:00
Eloy Lafuente (stronk7)
d26a13b407
Merge branch 'MDL-66849-master' of https://github.com/ised-isde-canada/moodle
2020-04-16 01:01:32 +02:00
Eloy Lafuente (stronk7)
58e73daa59
Merge branch 'MDL-68280' of https://github.com/paulholden/moodle
2020-04-16 00:10:35 +02:00
Eloy Lafuente (stronk7)
8467cbf226
Merge branch 'MDL-67786-master' of git://github.com/aanabit/moodle
2020-04-15 23:45:48 +02:00
Amaia Anabitarte
33b8ca26f9
MDL-67786 core_contentbank: New content bank contenttype plugin type
...
Co-authored by: Ferran Recio <ferran@moodle.com>
2020-04-15 23:45:08 +02:00
Paul Holden
16f05b5c22
MDL-66732 core: config option to force whether site considered public.
2020-04-15 22:08:49 +01:00
Paul Holden
ab106ad70f
MDL-66732 core: improve detection of non-public sites.
2020-04-15 21:54:29 +01:00
Jun Pataleta
6b4a66b0bc
Merge branch 'MDL-68288-master' of git://github.com/lameze/moodle
2020-04-15 23:20:23 +08:00
Eloy Lafuente (stronk7)
d9776bc02a
Merge branch 'MDL-67499' of git://github.com/paulholden/moodle
2020-04-15 12:49:14 +02:00
Michael Milette
8056397b7e
MDL-66849 output: Remove custom menu title when not specified
2020-04-14 22:27:06 -04:00
Jun Pataleta
9183c0c91a
MDL-67663 core: Do not use aria-hidden="false" on drawer
...
From https://www.w3.org/TR/wai-aria-1.1/#aria-hidden :
* "aria-hidden="false" is known to work inconsistently in browsers"
2020-04-09 17:50:09 +08:00
Simey Lameze
bc6f5f23ea
MDL-68341 core_user: move and rename participants_table class
2020-04-09 07:08:44 +08:00
Simey Lameze
f7b84afe15
MDL-68288 core_table: support pagination bar for dynamic tables
2020-04-09 07:06:35 +08:00
carlos
a2a13f2786
MDL-66920 lib/php-jwt: Update to version 5.2.0 to add JWK support
...
- Updated firebase/php-jwt library to version 5.2.0 that has JWK support.
- Changed thirdpartylibs.xml to reflect version change.
2020-04-08 13:12:23 -03:00
Andrew Nicols
9056efdb56
Merge branch 'MDL-68185-performance-checks-fixing2' of https://github.com/brendanheywood/moodle
2020-04-08 12:43:56 +08:00
Andrew Nicols
aae4b15631
Merge branch 'MDL-47271-status-api-fixes' of https://github.com/brendanheywood/moodle
2020-04-08 12:37:52 +08:00
Brendan Heywood
79dbcce8b1
MDL-68185 report_performance: Refactored into Check API
2020-04-08 14:35:33 +10:00
Brendan Heywood
e8e2bd28ec
MDL-47271 check: Refactor check table into a renderable
2020-04-08 14:35:33 +10:00