Jun Pataleta
54cc7804a8
Merge branch 'MDL-70198-master-2' of git://github.com/peterRd/moodle
2021-03-18 11:41:51 +08:00
Jun Pataleta
ebf078458d
Merge branch 'MDL-71036' of https://github.com/stronk7/moodle
2021-03-17 20:05:25 +08:00
Peter Dias
683e7b2aaf
MDL-70198 core_navigation: Implement secondary nav and curate nodes
...
Implement the new secondary nav and curate the nodes from flatnav and settingsnav
2021-03-17 13:32:53 +08:00
Mihail Geshoski
9fadf911e3
MDL-44613 behat: strftime format in time to timestamp transformation
...
Modifies the 'string time to timestamp' behat trasformation to use
userdate() instead of date(). The userdate() method is generally used
throught Moodle for constructing formatted date strings and this change
will provide more consistency and prevent any potential behat failures.
Therefore, if the date format is defined in the given trasformation, it
has to be strftime compatible. Example:
'I should see "##tomorrow noon##%A, %d %B %Y, %I:%M %p##"'
2021-03-15 08:22:12 +08:00
Eloy Lafuente (stronk7)
49975d5879
MDL-71036 phpunit: Add all the noticeable changes to upgrade notes
2021-03-11 23:04:32 +01:00
Jun Pataleta
5a7c629f7c
Merge branch 'MDL-45242-master' of https://github.com/sammarshallou/moodle
2021-03-10 23:39:30 +08:00
Jun Pataleta
beb0dd74f2
MDL-70815 core_completion: Activity custom completion details base class
...
* Base class for defining an activity module's custom completion details
2021-03-09 19:27:41 +08:00
sam marshall
60a1b159aa
MDL-45242 Lib: Deprecate field-related library functions
2021-03-08 09:20:18 +00:00
sam marshall
677e1c6248
MDL-45242 Lib: Allow custom profile fields in showuseridentity
2021-03-08 09:20:18 +00:00
sam marshall
e18b37c61d
MDL-45242 Admin: Added lazy-loading callback to multicheckbox
...
Currently admin_setting_configselect has lazy-loading support via a
callback function (so you don't have to make pointless single-use
classes for each unusual setting), but this is not present in other
similar types.
This commit adds identical support to
admin_setting_configmulticheckbox.
2021-03-08 09:20:17 +00:00
Paul Holden
b2d19cc29f
MDL-52817 dml: implement driver methods for SQL group concatenation.
2021-02-19 15:31:00 +00:00
Andrew Nicols
d6e50d14d2
Merge branch 'MDL-64554-master' of git://github.com/andrewnicols/moodle
2021-02-18 10:21:55 +08:00
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