Eloy Lafuente (stronk7)
fa35b9506f
Merge branch 'MDL-70279-39' of git://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-12-23 00:47:09 +01:00
Andrew Nicols
8c3091e5f3
MDL-69107 user: Fix autocomplete usages
2020-12-16 07:50:56 +08:00
Jake Dallimore
3aa05048cf
Merge branch 'MDL-70320-39' of https://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-12-10 12:02:53 +08:00
Andrew Nicols
17d6ecd26d
MDL-70320 behat: User full path to page admin node
2020-12-10 07:56:58 +08:00
Andrew Nicols
1b0690a7f1
Merge branch 'MDL-70320_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2020-12-09 12:07:32 +08:00
Paul Holden
377da86151
MDL-70279 tool_templatelibrary: preserve component search field value.
2020-12-04 14:55:28 +00:00
Andrew Nicols
7bc67e92e2
Merge branch 'MDL-70080-39' of git://github.com/jleyva/moodle into MOODLE_39_STABLE
2020-12-03 11:55:54 +08:00
Andrew Nicols
5e65d02eab
Merge branch 'MDL-70157_39' of https://github.com/rlorenzo/moodle into MOODLE_39_STABLE
2020-12-03 11:01:21 +08:00
Juan Leyva
b1a4bd579a
MDL-70080 tool_mobile: Return support contact information via WS
2020-11-27 10:19:15 +01:00
Tim Hunt
cc3a909810
MDL-70320 permission overrides: role names were double-escaped
2020-11-26 20:37:18 +00:00
Andrew Nicols
4f01d454a7
MDL-67668 behat: Add inplace editable field type
...
This commit promotes the Inplace Editable field to a first-class form
element by introducing a new partial selector for inplace editable
fields, and teaching the field manager how to recognise these, then
introducing a new field type which can handle setting values for this
field.
2020-11-23 09:00:46 +08:00
Charles Fulton
ed46bff4ae
MDL-70157 dml: add support for aurora mysql
2020-11-20 15:21:22 -08:00
Andrew Nicols
61d0134488
MDL-70148 behat: Update steps for keyboard
2020-11-17 15:14:43 +08:00
Andrew Nicols
2369ad7737
MDL-70148 behat: Add steps to send keys without an element
2020-11-17 15:14:43 +08:00
Ferran Recio
629657363d
MDL-69378 tool_uploadcourse: fix enrolment methods uploads
2020-11-03 12:27:34 +01:00
Eloy Lafuente (stronk7)
287ed73429
MDL-69973 xmldb: Ensure all reports use fresh metadata (not cached)
2020-10-30 19:27:18 +01:00
Paul Holden
9e4a19af6c
MDL-64723 tool_mobile: workaround for invalid certificate parsing.
...
This is to account for specific server configuration that are affected
by one of the following issues, which results in certificate signature
algorithms being incorrectly parsed:
* https://bugs.php.net/bug.php?id=77548
* https://github.com/curl/curl/issues/3706
2020-10-26 23:06:14 +00:00
Adrian Greeve
5cd7b5cad0
Merge branch 'MDL-67650-forced-checkbox-textarea-MOODLE_39_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_39_STABLE
2020-10-23 09:01:07 +08:00
Brendan Heywood
348e338a21
MDL-67650 admin: Consistently show forced config settings
2020-10-22 13:17:17 +11:00
Adrian Greeve
3c2208cc24
Merge branch 'MDL-69788-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-22 09:06:53 +08:00
Paul Holden
0efc7095e3
MDL-66392 analytics: make model output directory default to empty.
...
Falling back to path within $CFG->dataroot/models.
2020-10-21 17:32:29 +01:00
Paul Holden
c651779095
MDL-69788 admin: validate language menu configuration.
2020-10-21 11:24:18 +01:00
Brendan Heywood
2e5daf9108
MDL-68292 core: Remove sesskey leakage on module pages
2020-10-12 17:11:48 +11:00
Eloy Lafuente (stronk7)
7714ea42ec
Merge branch 'MDL-69772-39-allcountrycodes' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-10-06 00:04:13 +02:00
Eloy Lafuente (stronk7)
27a62292ad
Merge branch 'MDL-69586-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-01 17:12:53 +02:00
David Mudrák
271b94ff4f
MDL-69772 admin: Better validation for the allcountrycodes setting
...
The patch introduces a new admin_setting fiela type that can be used for
specifying comma separated list of countries. The field has inbuilt
validation so that only valid country codes can be inserted.
2020-10-01 13:37:51 +02:00
Sara Arjona
4cb342ef34
Merge branch 'MDL-68098-39' of git://github.com/dpalou/moodle into MOODLE_39_STABLE
2020-10-01 12:56:31 +02:00
Adrian Greeve
88c700bd2c
Merge branch 'MDL-69359_39' of https://github.com/adpe/moodle into MOODLE_39_STABLE
2020-09-30 11:43:16 +08:00
Víctor Déniz
8b9d73dad8
Merge branch 'MDL-69644-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-28 20:34:26 +01:00
adpe
5651e88dc9
MDL-69359 admin_cli: show only contributed plugins in uninstall plugins
2020-09-25 17:03:31 +02:00
Paul Holden
dc780e3eb1
MDL-69586 tool_usertours: use specified user in privacy prefs export.
2020-09-25 09:13:39 +01:00
David Mudrák
d75844ea12
MDL-69772 admin: Fix legacy coding style on Location settings admin page
...
No actual change here. Just polishing the coding style and adding
fulltree check.
2020-09-24 18:14:12 +02:00
Paul Holden
31937c4b0e
MDL-69644 tool_dataprivacy: fix focus outline of contact DPO link.
...
The link class attribute is a leftover from 7258bf0b
, which was mostly
removed in 3b2f691f
. It no longer serves a purpose and interferes with
the element focus outline.
2020-09-24 11:51:15 +01:00
Dani Palou
fba96f096b
MDL-68098 ws: Fix WebServices broken by filters HTML
2020-09-23 16:23:19 +02:00
Eloy Lafuente (stronk7)
7148c9d35e
Merge branch 'MDL-68229-39' of git://github.com/jleyva/moodle into MOODLE_39_STABLE
2020-09-23 11:51:30 +02:00
Eloy Lafuente (stronk7)
8193ba9da9
Merge branch 'MDL-69014-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-22 23:10:53 +02:00
Juan Leyva
94140b11e8
MDL-68229 tool_mobile: Add missing option to disable tags in the app
2020-09-18 15:30:55 +02:00
Paul Holden
222aefb456
MDL-62387 tool_lp: switch to core 'cohort' form element.
...
The autocomplete AJAX is identical to the version in tool_lp, but also
includes support for excluding suggestions (i.e. cohorts already
synced with the current learning plan).
2020-09-15 08:06:37 +01:00
Paul Holden
bfab0d603c
MDL-69014 tool_usertours: clean up user preferences of deleted tours.
2020-09-14 20:36:26 +01:00
Mathew May
ffa17ad17d
MDL-69240 tool_moodlenet: Clean MoodleNet profile field
...
Amended by: Eloy Lafuente (stronk7) <stronk7@moodle.org>
- adjust versions for every branch.
- modify verify_webfinger->profileurl external to PARAM_NOTAGS.
2020-09-07 17:25:13 +02:00
Paul Holden
863fb96ffa
MDL-56595 tool_usertours: set page params when configuring tours/steps.
2020-08-27 23:08:07 +01:00
Andrew Nicols
159115b7c7
Merge branch 'MDL-69501-39-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-08-27 11:31:17 +08:00
eWallah
930dba73c3
MDL-67413 competencies: do nothing upon activity completion
2020-08-27 11:09:57 +08:00
Helen Foster
4c48bccbad
MDL-69501 lang: Import fixed English strings (en_fix)
...
Significant string change: error:nobadges,core_badges - Additional info
explaining that site badges can only have other site badges as criteria
2020-08-21 14:06:31 +02:00
Andrew Nicols
cc52ff7703
Merge branch 'MDL-67415_39' of https://github.com/stronk7/moodle into MOODLE_39_STABLE
2020-08-20 08:30:11 +08:00
Eloy Lafuente (stronk7)
68810e04c6
Merge branch 'MDL-69095-39' of git://github.com/jleyva/moodle into MOODLE_39_STABLE
2020-08-19 00:19:51 +02:00
Andrew Nicols
62cd827dc5
Merge branch 'MDL-68666-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-08-13 15:21:28 +08:00
Bas Brands
1b682b3b6a
MDL-68666 core_pix: add missing fallback icons
2020-08-13 08:49:27 +02:00
Eloy Lafuente (stronk7)
f03d9e1aab
MDL-67415 environment: change requirements
...
- mysql requirement up to 5.7
- postgres requirement up to 9.6
2020-08-13 01:30:01 +02:00
Eloy Lafuente (stronk7)
454a93cbbf
MDL-67415 environment: 3.10 base information
...
This is a direct copy of the 3.9 branch to have
changes under control easier for next commits.
2020-08-13 01:30:00 +02:00