Eloy Lafuente (stronk7)
9a4a8bd3cb
Merge branch 'MDL-68443-xmldb-path-validation' of https://github.com/brendanheywood/moodle
2020-05-07 19:16:37 +02:00
Eloy Lafuente (stronk7)
7bf6fd4528
Merge branch 'MDL-67753-master' of git://github.com/jleyva/moodle
2020-05-07 18:44:45 +02:00
Andrew Nicols
ac53825ff2
Merge branch 'MDL-68556-master-pluginscheckcss' of git://github.com/mudrd8mz/moodle
2020-05-07 09:13:20 +08:00
Juan Leyva
37bd67f54b
MDL-67753 registration: Enable Push Notifications when site register
...
There are some changes to make this possible:
- Enable by default the Mobile notifications plugin
- Implement a new callback for core -> plugins communication
- Generate an Airnotifier access key in the callback when needed
2020-05-06 23:20:13 +02:00
Jake Dallimore
3e5c3cf8d9
Merge branch 'MDL-68293-master' of git://github.com/jleyva/moodle
2020-05-06 12:53:16 +08:00
Paul Holden
8844cb8286
MDL-68500 dataformat: re-factor download/export methods into new class.
2020-05-04 16:01:12 +01:00
Eloy Lafuente (stronk7)
157f5c9e54
Merge branch 'MDL-66135' of https://github.com/paulholden/moodle
2020-05-01 16:07:56 +02:00
Paul Holden
e1dfd4b83c
MDL-66135 tool_uploadcourse: case-insensitive date string comparison.
...
Account for PM/pm differences in PHP on different OS.
2020-05-01 09:05:07 +01:00
Eloy Lafuente (stronk7)
fcad901c73
Merge branch 'MDL-66135' of https://github.com/paulholden/moodle
2020-05-01 01:51:49 +02:00
Paul Holden
d62fc08ed9
MDL-66135 tool_uploadcourse: support custom course fields.
2020-05-01 00:10:15 +01:00
Jake Dallimore
192a43f109
Merge branch 'MDL-67850-seb-integration-3' of https://github.com/catalyst/moodle
2020-04-30 09:13:14 +08:00
David Mudrák
1338b9df8b
MDL-68556 admin: Fix some minor styling issues on the plugins check page
...
The patch fixes missing space around elements and some other minor
visual issues detected. This was a good opportunity to get rid of custom
CSS rules and use the native bootstrap classes and utilities.
2020-04-29 14:40:45 +02:00
Dmitrii Metelkin
78adf6f63a
MDL-67850 quizaccess: remove the old quizaccess_safebrowser
...
Co-authored-by: Nicholas Hoobin <nicholashoobin@catalyst-au.net>
Co-authored-by: Andrew Madden <andrewmadden@catalyst-au.net>
2020-04-29 14:29:21 +10:00
Helen Foster
1fce3f52ac
MDL-68434 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* pluginnamesummary,qtype_ddimageortext and
pluginnamesummary,qtype_ddmarker - Note about the question type not
being accessible to visually impaired users
* addresourceoractivity,core - Removing 'resource' as the new activity
chooser doesn't have resource types separated
2020-04-28 14:01:20 +02:00
Juan Leyva
e624a2c8a1
MDL-68293 mobile: Update language strings to mention new app plans
...
We need to update different language strings to let our site admins know about the new app restrictions
(for both features and user devices able to receive notifications)
2020-04-27 18:26:30 +02:00
Eloy Lafuente (stronk7)
ab09f4ee5f
Merge branch 'MDL-68393-master-availableupdateui' of git://github.com/mudrd8mz/moodle
2020-04-27 17:39:39 +02:00
Thiagolivramento
934ad2c869
MDL-65967 tool_recyclebin: add recycle bin link to category edit menu
2020-04-24 17:07:38 -03:00
Eloy Lafuente (stronk7)
172d3ee7ab
Merge branch 'MDL-67886_master' of git://github.com/mdjnelson/moodle
2020-04-23 15:01:40 +08:00
Mark Nelson
fad610045b
MDL-67886 tool_xmldb: checks for extra indexes
2020-04-23 00:45:43 +02:00
Brendan Heywood
c80bcd56fd
MDL-68443 xmldb: Improve path validation on view_xml action
2020-04-18 20:50:03 +10:00
Eloy Lafuente (stronk7)
3d88307f8f
MDL-68339 message: move array_key_exists() to property_exists()
...
Towards PHP 7.4 compliance:
array_key_exists(): Using array_key_exists() on objects is
deprecated. Use isset() or property_exists() instead
2020-04-16 20:28:22 +02:00
Eloy Lafuente (stronk7)
9c2e8e3bd3
Merge branch 'MDL-68279' of https://github.com/paulholden/moodle
2020-04-16 00:27:44 +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
Jun Pataleta
e7845f9fa7
Merge branch 'MDL-68405-master' of git://github.com/andrewnicols/moodle
2020-04-14 16:09:42 +08:00
Andrew Nicols
986bf4e988
MDL-68405 behat: Fix gherkinlint failures
2020-04-14 15:09:13 +08:00
David Mudrák
3c94533810
MDL-68393 admin: Fix some minor styling issues on the notifications page
...
The patch makes the available update information elements more
distinguishable, the Download button more prominent, and the Check for
available update button better aligned. It reduces the space between
multiple available Moodle updates, too.
2020-04-10 14:41:42 +02:00
Eloy Lafuente (stronk7)
f167f93799
Merge branch 'MDL-67919-master' of git://github.com/sarjona/moodle
2020-04-10 11:54:17 +02: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
59a44a5bad
MDL-47271 tool_task: Added Task API status checks
2020-04-08 14:35:33 +10:00
Brendan Heywood
20167daf89
MDL-47271 report_status: Added System status report
2020-04-08 14:35:31 +10:00
Eloy Lafuente (stronk7)
f1f1497f04
Merge branch 'MDL-66357-master' of git://github.com/sarjona/moodle
2020-04-08 02:52:15 +02:00
Eloy Lafuente (stronk7)
2ede5371ed
Merge branch 'MDL-67895' of https://github.com/timhunt/moodle
2020-04-08 00:01:33 +02:00
Tim Hunt
9205d263d6
MDL-68256 task admin UI: Grrrr! browsers
2020-04-07 19:04:53 +02:00
Sara Arjona
43cda51ea1
Merge branch 'MDL-68233' of https://github.com/timhunt/moodle
2020-04-06 12:51:22 +02:00
Paul Holden
96e7f4f4fd
MDL-68279 admin: filter site fullname when sending test email.
2020-04-06 11:41:18 +01:00
Andrew Nicols
c52f3a3efa
Merge branch 'MDL-68256' of https://github.com/timhunt/moodle
2020-04-06 15:05:41 +08:00
Sara Arjona
0f51963108
MDL-67919 dataprivacy: Fix behat error when contacting DPO
2020-04-03 19:37:39 +02:00
Sara Arjona
f958f5c19b
MDL-66357 core_badges: remove mozilla backpack references
...
Mozilla backpack closed a few months ago. It was moved to Badgr.io
(as OBv1.0) but as we're also supporting Badgr.io OBv2.0, it
makes no sense to leave old references to Mozilla backpack there.
2020-04-03 08:09:55 +02:00
Andrew Nicols
6eb9705154
Merge branch 'MDL-52319-master-environmentxml' of git://github.com/mudrd8mz/moodle
2020-03-30 14:35:20 +08:00
Tim Hunt
19f221961e
MDL-68233 renderers/block: fix reported coding style issues
2020-03-29 15:35:04 +01:00
Tim Hunt
1dcd0d3499
MDL-68233 renderers/block: remove illegal uses of $PAGE and $OUTPUT
2020-03-29 15:34:26 +01:00
Tim Hunt
9bf4d19930
MDL-67895 task admin: show defaults when editing a task
...
Also show the task classname, and the component info above the form.
With some refactoring to eliminate duplicated logic.
2020-03-28 18:40:51 +00:00
Tim Hunt
6fdc0f8796
MDL-68256 task admin: usability improvements
...
In the table that lists the scheduled tasks:
1. There are badges to show which components are disabled.
2. The plugin name (e.g. auth_ldap) is shown as well as the
human-readable name (e.g. LDAP server).
3. Where a time column has a non-default value, it is highlighted
and the default is shown.
4. If the fail-delay is non-zero, the cell is highlighted.
4. If you just interacted with a task (looked at or edited the settings,
did Run now, or cleared the fail delay) that row is highlighted,
and scrolled into view when the page loads.
To support this, some of the methods for loading the default tasks
have been extended with an optional argument to leave 'R' as 'R'
rather than replacing with a random number.
Also, mixed into this commit are a bunch of coding style improvements.
Sorry I did not separate them out, but ultimately this makes the
Moodle code better.
2020-03-28 18:40:51 +00:00
Eloy Lafuente (stronk7)
e0552f271b
Merge branch 'MDL-64429' of https://github.com/paulholden/moodle
2020-03-26 18:49:36 +01:00
Paul Holden
091758d512
MDL-64429 tool_usertours: upgrade step to fix existing tours sortorder.
2020-03-26 16:48:59 +00:00
Eloy Lafuente (stronk7)
69c8f8ed30
Merge branch 'MDL-63865' of https://github.com/paulholden/moodle
2020-03-26 00:31:55 +01:00
Tim Hunt
fb37a2d49d
MDL-52319 install: Fix some coding style issues
2020-03-23 11:23:43 +01:00
Tim Hunt
f3d77f0c9e
MDL-52319 upgrade: Also run environment checks if plugins need upgrades
...
Also perform the environment checks if a plugin triggers the upgrade.
Core upgrade and CLI upgrade was doing this already.
2020-03-23 11:23:43 +01:00
Jake Dallimore
23ea244117
MDL-68111 core: add 'enablemoodlenet' setting to advanced features
...
This will control whether any MoodleNet features are presented to users
2020-03-23 08:49:12 +08:00