sam marshall
be32dc800d
MDL-68492 Behat: Direct URL links for courses, activities
2020-04-24 12:09:14 +01: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)
d56c7547d6
Merge branch 'MDL-58018_master-arraycomparison' of git://github.com/mdjnelson/moodle
2020-04-23 15:00:57 +08:00
Simey Lameze
8bb8c2852d
MDL-68477 libraries: add legend option examples to test page
2020-04-23 09:23:21 +08: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
4400ed3e1c
MDL-58018 core: finish dev to support open sessions without a lock
2020-04-21 19:29:12 +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)
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)
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)
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
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
Eloy Lafuente (stronk7)
2c50e08a3b
Merge branch 'MDL-68286-master' of git://github.com/andrewnicols/moodle
2020-04-08 00:37:02 +02:00
Sara Arjona
b3f562176c
Merge branch 'MDL-40081' of https://github.com/paulholden/moodle
2020-04-07 15:09:56 +02:00
Paul Holden
abde761cb6
MDL-40081 completion: clean up criteria records for deleted courses.
2020-04-06 12:22:51 +01:00
Paul Holden
343380d9c8
MDL-67499 user: truncate long username/email during user deletion.
2020-04-06 11:48:27 +01:00
Brendan Heywood
00c2153be1
MDL-67818 check: Added Check API and refactored security checks
...
AMOS BEGIN
MOV [check_noauth_details,report_security],[check_noauth_details,auth_none]
MOV [check_noauth_error,report_security],[check_noauth_error,auth_none]
MOV [check_noauth_name,report_security],[check_noauth_name,auth_none]
MOV [check_noauth_ok,report_security],[check_noauth_ok,auth_none]
AMOS END
2020-04-06 12:28:37 +10:00
Andrew Nicols
c540a575db
MDL-68286 table: Support initials bar for dynamic tables
2020-04-03 16:54:13 +08:00
Andrew Nicols
17f429ed57
Merge branch 'MDL-67734-andrewapocalipse' of git://github.com/ferranrecio/moodle
2020-04-02 09:30:54 +08:00
Eloy Lafuente (stronk7)
1172cd028d
Merge branch 'MDL-68193_master' of git://github.com/mdjnelson/moodle
2020-04-01 23:22:25 +02:00
Mark Nelson
52f993651c
MDL-68193 core: added new database_text_field_content_replaced event
2020-04-01 20:44:10 +02:00
Ferran Recio
1d4c6f5355
MDL-67734 core_xapi: add xAPI statement support webservice
2020-04-01 14:14:39 +02:00
Eloy Lafuente (stronk7)
1ee1ce36d6
MDL-68281 unit test: Include required class
...
Also, add missing line break, that I did not see 1 week ago.
2020-03-28 16:23:34 +01:00
Eloy Lafuente (stronk7)
70598a90ca
Merge branch 'MDL-68183-master-mysqlpwdresetsql' of git://github.com/mudrd8mz/moodle
2020-03-26 01:08:04 +01:00
Jake Dallimore
9b8fc9be6d
Merge branch 'MDL-67934' of https://github.com/timhunt/moodle
2020-03-25 08:28:27 +08:00
David Mudrák
3621b497d2
MDL-68183 auth: Fix the performance of signup_validate_data search query
...
When searching for other users with the same email address, we perform
the case-insensitive and accent-sensitive search. That may be expensive
as some DBs such as MySQL cannot use the index in that case. Instead,
sequential scan of all the user records is performed and the comparison
uses the LOWER function to filter the matching records. This leads to
significant performance heavy queries which in turn represent a surface
for DoS attacks.
For that reason, we first perform accent-insensitive search for
potential candidates in a subselect, which can use the index. Only then
we perform the additional accent-sensitive search on this limited set or
records.
2020-03-17 14:52:32 +01:00
Adrian Greeve
082153573c
Merge branch 'MDL-67981' of https://github.com/timhunt/moodle
2020-03-17 11:30:33 +08:00
Tim Hunt
f2393804bf
MDL-67934 questions: give a sensible default idnumber when duplicating
2020-03-12 18:07:11 +00:00
Andrew Nicols
63e821fb41
Merge branch 'MDL-67063-master' of git://github.com/sarjona/moodle
2020-03-11 16:06:00 +08:00
Sara Arjona
08fda3e0f8
MDL-67063 h5p: new h5plib plugintype for supporting multi coreAPI
...
A new plugintype has been created for having more than one installed
third-party H5P libraries. Existing libraries have been moved from
lib/h5p to the new h5plib_v124 plugin.
2020-03-11 08:46:16 +01:00
Dani Palou
096c46bb4e
MDL-67189 external: Add test to catch PHP exceptions
2020-03-10 08:26:43 +01:00
Sara Arjona
32a05b5625
MDL-67063 core: fix error for supporting numbers in component
...
Component names should always support numbers (but the first character).
This patch will add PARAM_COMPONENT the expected regular expression
to validate the expected format.
2020-03-06 20:21:31 +01:00
Tim Hunt
1b6b554118
MDL-67981 questions: avoid errors deleting contextless questions
2020-03-06 17:57:11 +00:00
Michael Hawkins
c02a85c786
MDL-67861 core: Fix getremoteaddr unit test to match new proxy setup
2020-03-05 14:39:24 +08:00
Brendan Heywood
516c8aa506
MDL-67861 libraries: Refactor is_ip_in_subnet_list in ip_utils
2020-03-05 01:28:04 +01:00
Eloy Lafuente (stronk7)
a2d4ea5f12
Merge branch 'MDL-67728-master' of git://github.com/crazyserver/moodle
2020-03-03 19:50:08 +01:00
Sara Arjona
07b6ae5f3a
Merge branch 'MDL-68048-master-behatnotfound' of git://github.com/mudrd8mz/moodle
2020-03-03 17:01:33 +01:00
Jun Pataleta
042753b27f
Merge branch 'master_MDL-67980' of https://github.com/golenkovm/moodle
2020-02-26 14:30:49 +08:00
Eloy Lafuente (stronk7)
8b64627235
Merge branch 'MDL-67364-master' of git://github.com/mickhawkins/moodle
2020-02-25 12:05:33 +01:00
David Mudrák
e84ca4fb22
MDL-68048 behat: Fix the ElementNotFoundException message wording
...
The exception class itself adds the "not found" to the error message.
2020-02-25 11:33:57 +01:00
Mikhail Golenkov
e63040d02b
MDL-67980 tasks: Sort ad-hoc tasks by nextruntime.
2020-02-24 09:30:09 +11:00
Pau Ferrer Ocaña
c6d2e5c5ab
MDL-67728 behat: Increase app start timeout
2020-02-21 12:45:05 +01:00
Pau Ferrer Ocaña
ab892ccb7a
MDL-67728 behat: Improve behat app selectors
2020-02-21 12:45:05 +01:00
Eloy Lafuente (stronk7)
a1a5f87093
Merge branch 'MDL-67727-master' of git://github.com/crazyserver/moodle
2020-02-20 16:12:23 +01:00
Eloy Lafuente (stronk7)
245ac91748
Merge branch 'MDL-67309' of https://github.com/Peterburnett/moodle
2020-02-17 22:40:45 +01:00
Peter Burnett
59298ccebc
MDL-67309 login: Added check for password policy at login time.
2020-02-17 09:55:07 +10:00
Daniel Thies
a632739617
MDL-67817 core_date: Add test for timezone localization strings
2020-02-14 11:48:38 -06:00
Jun Pataleta
ed683f5f24
Merge branch 'MDL-67965-master' of git://github.com/andrewnicols/moodle
2020-02-14 11:16:42 +01:00
Andrew Nicols
afe13dfe9c
MDL-67965 behat: Get theme-specific context classes correctly
2020-02-14 10:15:49 +08:00