Marina Glancy
72be49c473
MDL-64554 core_form: new API for modal forms
2021-02-17 18:06:49 +01:00
Mihail Geshoski
3ac452047f
MDL-47410 behat: Support selection from the datetime selector element
...
Adds behat support for selecting date and time from a datetime selector
element. The passed values should represent a textual date and time
description wrapped in '##' (e.g. '##first day of January 2020 08:00##',
'##1 Jan 2020 10:30##'). Also, the value 'disabled' is valid and can be
used to disable the datetime selector element.
2021-02-11 12:04:46 +08:00
Mihail Geshoski
b7bef8f297
MDL-47410 behat: Support date selection from the date selector element
...
Adds behat support for selecting a date from the date selector element.
The passed values should represent a textual date description wrapped
in '##' (e.g. '##first day of January 2020##', '##1 Jan 2020##'). Also,
the value 'disabled' is valid and can be used to disable the date
selector element.
2021-02-11 11:58:44 +08:00
Andrew Nicols
0377b0f9fa
Merge branch 'MDL-64866-master' of git://github.com/ilyatregubov/moodle
2021-02-04 11:37:01 +08:00
Mihail Geshoski
adb66d4b03
MDL-70316 core: Document emoji-data upgrade and update version in core
2021-01-27 13:37:02 +08:00
Ilya Tregubov
bf5dd33546
MDL-64866 message: Remove message/defaultoutputs.php
...
and final deprecation of admin_page_defaultmessageoutputs class.
2021-01-22 09:44:41 +02:00
Adrian Greeve
dc77f45fdb
Merge branch 'MDL-70302-master' of git://github.com/peterRd/moodle
2021-01-21 09:49:55 +08:00
Peter Dias
05498a0afd
MDL-70302 core: Update the lib's readme, xml and upgrade files
2021-01-21 09:32:53 +08:00
Eloy Lafuente (stronk7)
f291fd3007
Merge branch 'MDL-70291-master-1' of git://github.com/peterRd/moodle
2021-01-20 19:17:20 +01:00
Eloy Lafuente (stronk7)
9d8e42ac31
Merge branch 'MDL-70296-master-1' of git://github.com/peterRd/moodle
2021-01-20 17:17:44 +01:00
Eloy Lafuente (stronk7)
333472ce2a
Merge branch 'MDL-70159' of git://github.com/paulholden/moodle
2021-01-19 23:43:55 +01:00
Sara Arjona
309a7f9785
Merge branch 'MDL-70290-master' of git://github.com/peterRd/moodle
2021-01-18 09:23:33 +01:00
Peter Dias
f38b21ef5a
MDL-70296 core: Update the moodle's readme, xml and upgrade files
2021-01-18 09:30:02 +08:00
Peter Dias
2389cca858
MDL-70291 core: Update lib readme, upgrade and xml files
2021-01-18 09:28:14 +08:00
Paul Holden
20905a1481
MDL-70159 tool_capability: order capabilities by their name.
2021-01-14 07:32:56 +00:00
Peter Dias
af73671e65
MDL-70290 core: Update the lib's xml and upgrade files
2021-01-14 07:58:29 +08:00
Ilya Tregubov
49266827c4
MDL-70298 lib_horde: Upgrade Horde library to 5.2.23
2021-01-12 15:57:58 +02:00
Jake Dallimore
e26cfc19c7
Merge branch 'MDL-69145-master-3' of git://github.com/junpataleta/moodle
2020-12-09 11:00:22 +08:00
Jun Pataleta
a489f20f17
MDL-69145 core: Set the default filterset join type to ALL
...
* Plus minor PHPDoc type fix for the JOINTYPE_DEFAULT constants
2020-12-09 10:51:06 +08:00
Jake Dallimore
972e098275
Merge branch 'MDL-64982-master' of git://github.com/rezaies/moodle
2020-12-07 12:03:20 +08:00
sam marshall
ddbafce0e0
MDL-65818 Security: Encryption API and admin setting for secure data
2020-12-04 14:41:21 +00:00
Shamim Rezaie
77baa12643
MDL-64982 behat: Remove deprecated behat timeout constants
...
Behat timeout constants behat_base::TIMEOUT, EXTENDED_TIMEOUT, and
REDUCED_TIMEOUT, which were deprecated in 3.7, have been removed.
2020-12-04 17:07:06 +11:00
Jake Dallimore
cad122fee7
Merge branch 'MDL-65319-master' of git://github.com/peterRd/moodle
2020-12-03 10:28:29 +08:00
Peter Dias
3f934e4abd
MDL-65215 core: Deprecate i_dock_block
2020-11-24 10:02:00 +08:00
Peter Dias
86269654f9
MDL-65319 core: Final deprecation get_courses_page
2020-11-24 09:59:47 +08:00
Jun Pataleta
d74c9c622e
MDL-70094 core: Fix version number for the upgrade note.
2020-11-19 09:40:25 +08:00
sangnguyen2601
39652702f0
MDL-70094 Question: Technical info section expands if click help icon
2020-11-18 18:03:08 +07:00
Sara Arjona
ca2db4be71
Merge branch 'MDL-67673' of https://github.com/stronk7/moodle into master
2020-10-21 17:38:05 +02:00
Víctor Déniz
3e6892af4b
Merge branch 'MDL-69513-dkim-settings' of https://github.com/brendanheywood/moodle
2020-10-21 11:57:11 +01:00
Eloy Lafuente (stronk7)
07c1522d88
MDL-67673 phpunit: Document all the changes in upgrade.txt
...
This includes:
- Breaking changes (return void + PHP 7.1 min requirement).
- Deprecations and removals.
- Specifically DbUnit and its replacement.
- Printer showing how to rerun tests removed.
2020-10-21 12:46:00 +02:00
Eloy Lafuente (stronk7)
447316a9f6
MDL-67673 phpunit: deprecate old phpunit/dbunit stuff
...
Apply the standard deprecation procedure to the old APIs, to
be removed in Moodle 4.2 (MDL-69882). Existing unit tests
cover the deprecation debugging.
Originally MDL-64600
2020-10-21 12:46:00 +02:00
Brendan Heywood
1b47d4bc0e
MDL-69513 email: Add support for email DKIM signatures
2020-10-19 16:20:24 +11:00
sam marshall
edb5cd0de4
MDL-69687 DB: Add API for deleting data based on subquery
...
The new API works on normal databases (by deleting data based on the
subquery) and also on MySQL (by deleting the data using a weird join
on the subquery).
2020-10-16 18:20:23 +01:00
Víctor Déniz
df61149804
Merge branch 'MDL-69779-better-x-redirect-by' of https://github.com/brendanheywood/moodle
2020-10-13 23:39:29 +01:00
Andrew Nicols
99ed3c3f1e
Merge branch 'MDL-66928-request-dir-purge-bug' of https://github.com/brendanheywood/moodle
2020-10-13 11:48:41 +08:00
Brendan Heywood
9fabe1dda5
MDL-66928 core: Move request dirs to system tmp instead of localcache
2020-10-13 14:17:39 +11:00
Brendan Heywood
16c209cbc0
MDL-69779 core: Improved the X-Redirect-By header when debugging is on
2020-10-11 09:48:12 +11:00
Paul Holden
96ec6ee826
MDL-69825 admin: externalpage class using a callback for access check.
...
Co-Authored-By: Marina Glancy <marina@moodle.com>
2020-10-09 15:09:09 +01:00
David Mudrák
9ce768008c
MDL-69050 lang: Stop using the term blacklist in mustache output engine
2020-09-24 19:41:58 +02:00
David Mudrák
00b6772114
MDL-69050 lang: Rename and deprecate filetypes_util methods
2020-09-24 19:41:58 +02:00
Eloy Lafuente (stronk7)
89c6402ba0
Merge branch 'MDL-66934-coursehistory' of https://github.com/cengage/moodle into master
2020-09-22 14:38:42 +02:00
Claude Vervoort
5b8c646e68
MDL-66934 mod_lti: support context history param
2020-09-18 14:11:34 -04:00
Sara Arjona
1752b44d4a
Merge branch 'MDL-69548-master' of git://github.com/mickhawkins/moodle into master
2020-09-18 09:40:35 +02:00
Michael Hawkins
5dc3df0e0c
MDL-69548 core: Adding the http-message library
...
This is a dependency of ZipStream
2020-09-18 10:01:09 +08:00
Michael Hawkins
8eee0f5e26
MDL-69548 core: Adding the php-enum library
...
This is a dependency of ZipStream
2020-09-17 14:16:59 +08:00
Michael Hawkins
6d3c27fe7f
MDL-69548 core: Adding the ZipStream library
...
This allows downloading of zip files as a stream, and will be used by
the Download course content project (MDL-69540).
2020-09-17 14:16:59 +08:00
Sara Arjona
67a11150de
MDL-68909 h5p: move temporary editor files to draft area
2020-09-10 13:42:16 +02:00
Eloy Lafuente (stronk7)
432b9a9075
MDL-69521 core: Move all comments in code from 4.3 to 4.1
2020-09-08 18:59:46 +02:00
Sara Arjona
c9bd1a6652
Merge branch 'MDL-63387-2' of https://github.com/paulholden/moodle into master
2020-09-01 16:58:00 +02:00
Paul Holden
a9165e69b4
MDL-63387 access: add parameter to define how role names are returned.
2020-09-01 12:05:15 +01:00