Sara Arjona [Tue, 11 Aug 2020 06:56:08 +0000 (08:56 +0200)]
MDL-69054 core_badges: allow editing OBv1.0 backpacks
Sara Arjona [Tue, 11 Aug 2020 12:50:06 +0000 (14:50 +0200)]
MDL-61215 core_user: use the new optimised_image filetype group
For the user profile picture (instead of the web_image which includes
SVG files).
Sara Arjona [Tue, 11 Aug 2020 12:38:37 +0000 (14:38 +0200)]
MDL-61215 core_badges: use the new optimised_image filetype group
For the badge picture (instead of the web_image which includes
SVG files).
Sara Arjona [Tue, 11 Aug 2020 10:59:59 +0000 (12:59 +0200)]
MDL-61215 core_files: add new optimised_image group
Currently, PHP getimagesize method doesn't support SVG images.
As some features, such as badges, processs and optimise the images
before using them, a new filetype group has been created to exclude
SVG from there: optimised_image.
SVG can't be removed from web_image because then users won't be
able to add SVG images to their courses using labels, pages...
Mihail Geshoski [Tue, 4 Aug 2020 01:50:25 +0000 (09:50 +0800)]
MDL-69401 book: Limit character length in chapter title
Peter Dias [Mon, 20 Jul 2020 02:07:31 +0000 (10:07 +0800)]
MDL-69297 assign: Check whether there is content for a submission
Confirm there is some content to be submitted for an assignment when processing it.
Peter Dias [Thu, 23 Jul 2020 12:00:36 +0000 (20:00 +0800)]
MDL-66665 assign: Check whether a modified user could actually grade
Simey Lameze [Fri, 22 May 2020 08:20:53 +0000 (16:20 +0800)]
MDL-68683 competencies: step to delete orphaned evidence files
Simey Lameze [Thu, 14 May 2020 05:02:29 +0000 (13:02 +0800)]
MDL-68683 core: fix DML exception on upgrade step
Simey Lameze [Thu, 30 Jul 2020 10:15:29 +0000 (18:15 +0800)]
MDL-26401 group: add delimiter and encoding fields to import
Amaia Anabitarte [Mon, 20 Jul 2020 10:41:04 +0000 (12:41 +0200)]
MDL-69089 core_contentbank: Empty content names are not allowed
Adrian Greeve [Wed, 19 Aug 2020 02:42:51 +0000 (10:42 +0800)]
Merge branch 'MDL-69475_310' of https://github.com/stronk7/moodle into MOODLE_310_STABLE
Simey Lameze [Thu, 2 Apr 2020 02:27:04 +0000 (10:27 +0800)]
MDL-26401 group: change import to use csv_import_reader class
Andrew Nicols [Wed, 19 Aug 2020 00:39:15 +0000 (08:39 +0800)]
MDL-67735 theme_boost: Fix incorrect whitespace
Bas Brands [Mon, 27 Jan 2020 14:06:29 +0000 (15:06 +0100)]
MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css
Amaia Anabitarte [Mon, 20 Jul 2020 10:41:24 +0000 (12:41 +0200)]
MDL-69089 core_contentbank: Tests for empty content names
Leon Stringer [Mon, 3 Aug 2020 10:51:08 +0000 (11:51 +0100)]
MDL-65847 auth_db: user_update() handle errors
The external database authentication plugin (auth_db) can update the
external database if mapped fields are set to Update external: On
update. This change adds error handling in case this update fails.
Juan Leyva [Tue, 30 Jun 2020 11:59:15 +0000 (13:59 +0200)]
MDL-69095 tool_mobile: Display warning if not allowed to use qr login
Juan Leyva [Tue, 30 Jun 2020 11:56:51 +0000 (13:56 +0200)]
MDL-69095 tool_mobile: Avoid non-https sites using qrlogin by default
Matt Davidson [Fri, 24 Jul 2020 18:27:20 +0000 (14:27 -0400)]
MDL-63375 workshop: fix rubric grid view
Shamim Rezaie [Tue, 7 Jul 2020 00:04:54 +0000 (10:04 +1000)]
MDL-68444 calendar: Improve how screenreaders say week titles
Also removed the scope attribute from the mini-calendar table
because according to https://www.w3.org/TR/WCAG20-TECHS/H63.html
it was not needed:
Note 1: For simple tables that have the headers in the first row
or column then it is sufficient to simply use the TH elements without
scope.
Shamim Rezaie [Mon, 6 Jul 2020 23:12:43 +0000 (09:12 +1000)]
MDL-68444 calendar: Improve how screenreaders read day titles
Screenreaders now know if each day has any event or not
Mathew May [Fri, 7 Aug 2020 08:27:24 +0000 (16:27 +0800)]
MDL-68928 core_course: Select activity chooser footer
Victor Deniz Falcon [Tue, 18 Aug 2020 11:48:09 +0000 (12:48 +0100)]
Merge branch 'MDL-69477_310' of https://github.com/stronk7/moodle into MOODLE_310_STABLE
Eloy Lafuente (stronk7) [Tue, 18 Aug 2020 10:22:59 +0000 (12:22 +0200)]
MDL-69475 backup: Proper handling of backup::RELEASE versions
1) Remove any floatval() casting. They are breaking / killing
.10 versions (converting them to .1). Since Moodle 2.0 all the
backup::RELEASE have been 100% numerical values.
2) Use version_compare() always to compare backup::RELEASE values.
They are always versions and the function is aware of versions
> .9, able to clean/ignore alpha chars... and everything else.
Note that I've also changed a couple of cases in formats (topics and
weeks) that were correct, but just added the same comment and used
the same version_compare() comparison parameters style, so all uses
in core are consistent (and safe to be copied out there).
Andrew Nicols [Mon, 17 Aug 2020 23:47:59 +0000 (07:47 +0800)]
MDL-69273 travis: Use exttests for https too
Andrew Nicols [Tue, 14 Jul 2020 23:36:02 +0000 (07:36 +0800)]
MDL-69273 travis: Move exttests check to after_script
The result of the final command `script` phase determines the build
result.
The cleanup belongs in the `after_script` phase.
Eloy Lafuente (stronk7) [Fri, 14 Aug 2020 15:48:57 +0000 (17:48 +0200)]
MDL-69477 install: Ensure CFG variables are set before using them
On installation (or also phpunit/behat unit) some CFG variables
were being used (on setting validation) before being set.
So this commit just verifies they are set before using them. Note that,
strictly speaking, only one of them ($CFG->searchenginequeryonly)
required the extra check, but I think it's better to apply it to all
them, as a reference and in case validations are run in any other order.
Nadav Kavalerchik [Sat, 8 Aug 2020 17:46:34 +0000 (20:46 +0300)]
MDL-69414 qtype/ddimageortext: Fix dropzones display in RTL mode
Mihail Geshoski [Fri, 24 Jul 2020 08:16:04 +0000 (16:16 +0800)]
MDL-67943 core: Update timezone list in core_date
Adrian Greeve [Mon, 17 Aug 2020 01:49:54 +0000 (09:49 +0800)]
Merge branch 'MDL-69475_310' of https://github.com/stronk7/moodle into MOODLE_310_STABLE
Eloy Lafuente (stronk7) [Mon, 3 Aug 2020 10:21:37 +0000 (12:21 +0200)]
MDL-69475 install: Version, env. and minimal changes before branching
- Also bump travis to get builds against 310_STABLE.
- And backup release to match 3.10
Note this doesn't aim to be a complete change-set, but just the
minimum to switch to 3-digit $branches and keep installation, checks
and tests running and passing.
Andrew Nicols [Fri, 14 Aug 2020 06:42:18 +0000 (14:42 +0800)]
weekly release 4.0dev
Andrew Nicols [Fri, 14 Aug 2020 06:42:17 +0000 (14:42 +0800)]
NOBUG: Fixed SVG browser compatibility
Andrew Nicols [Thu, 13 Aug 2020 07:20:03 +0000 (15:20 +0800)]
Merge branch 'MDL-68666-master' of git://github.com/bmbrands/moodle
Bas Brands [Thu, 14 May 2020 12:31:31 +0000 (14:31 +0200)]
MDL-68666 core_pix: add missing fallback icons
Andrew Nicols [Thu, 13 Aug 2020 03:50:09 +0000 (11:50 +0800)]
Merge branch 'MDL-69253' of https://github.com/timhunt/moodle
Andrew Nicols [Thu, 13 Aug 2020 03:44:13 +0000 (11:44 +0800)]
Merge branch 'MDL-60492-tagcloud_html' of https://github.com/leonstr/moodle
Andrew Nicols [Thu, 13 Aug 2020 03:28:09 +0000 (11:28 +0800)]
Merge branch 'MDL-69381' of https://github.com/marinaglancy/moodle
Adrian Greeve [Thu, 13 Aug 2020 03:02:04 +0000 (11:02 +0800)]
Merge branch 'MDL-68423-master' of git://github.com/ferranrecio/moodle
Andrew Nicols [Thu, 13 Aug 2020 02:51:59 +0000 (10:51 +0800)]
Merge branch 'MDL-68932-master' of git://github.com/rezaies/moodle
Andrew Nicols [Thu, 13 Aug 2020 01:35:37 +0000 (09:35 +0800)]
Merge branch 'MDL-69421-master' of git://github.com/noeldemartin/moodle
Andrew Nicols [Thu, 13 Aug 2020 00:54:35 +0000 (08:54 +0800)]
Merge branch 'MDL-67991-master' of git://github.com/aanabit/moodle
Andrew Nicols [Thu, 13 Aug 2020 00:27:01 +0000 (08:27 +0800)]
Merge branch 'MDL-69241-master' of git://github.com/mickhawkins/moodle
Andrew Nicols [Thu, 13 Aug 2020 00:11:09 +0000 (08:11 +0800)]
Merge branch 'MDL-67708-master' of git://github.com/vmdef/moodle
Andrew Nicols [Wed, 12 Aug 2020 23:54:26 +0000 (07:54 +0800)]
Merge branch 'MDL-60260' of https://github.com/paulholden/moodle
Andrew Nicols [Wed, 12 Aug 2020 23:45:16 +0000 (07:45 +0800)]
Merge branch 'MDL-69143-master' of git://github.com/ferranrecio/moodle
Andrew Nicols [Wed, 12 Aug 2020 23:28:27 +0000 (07:28 +0800)]
Merge branch 'MDL-69265-email-headers' of https://github.com/brendanheywood/moodle
Eloy Lafuente (stronk7) [Wed, 12 Aug 2020 22:55:09 +0000 (00:55 +0200)]
Merge branch 'MDL-68860' of https://github.com/paulholden/moodle into master
Eloy Lafuente (stronk7) [Wed, 12 Aug 2020 22:40:10 +0000 (00:40 +0200)]
Merge branch 'MDL-68558-master-plugindepscheckdeadend' of git://github.com/mudrd8mz/moodle into master
Eloy Lafuente (stronk7) [Wed, 12 Aug 2020 22:28:51 +0000 (00:28 +0200)]
Merge branch 'MDL-67394' of https://github.com/paulholden/moodle into master
Eloy Lafuente (stronk7) [Wed, 12 Aug 2020 22:08:17 +0000 (00:08 +0200)]
Merge branch 'MDL-67002' of https://github.com/timhunt/moodle into master
Eloy Lafuente (stronk7) [Wed, 12 Aug 2020 18:09:40 +0000 (20:09 +0200)]
Merge branch 'master-MDL-66716' of https://github.com/golenkovm/moodle into master
Ferran Recio [Wed, 12 Aug 2020 14:57:17 +0000 (16:57 +0200)]
MDL-69143 contentbank: catching Exception on file upload
Brendan Heywood [Tue, 14 Jul 2020 07:43:45 +0000 (17:43 +1000)]
MDL-69265 email: Add admin setting for email headers
Andrew Nicols [Wed, 12 Aug 2020 06:00:44 +0000 (14:00 +0800)]
Merge branch 'MDL-69356' of https://github.com/stronk7/moodle
Andrew Nicols [Wed, 12 Aug 2020 05:39:20 +0000 (13:39 +0800)]
Merge branch 'MDL-68618' of https://github.com/paulholden/moodle
Andrew Nicols [Wed, 12 Aug 2020 03:21:48 +0000 (11:21 +0800)]
Merge branch 'MDL-69353' of https://github.com/paulholden/moodle
Andrew Nicols [Wed, 12 Aug 2020 03:05:54 +0000 (11:05 +0800)]
Merge branch 'MDL-68334-master' of git://github.com/lucaboesch/moodle
Andrew Nicols [Wed, 12 Aug 2020 02:27:55 +0000 (10:27 +0800)]
Merge branch 'MDL-69296' of https://github.com/NeillM/moodle
Andrew Nicols [Wed, 12 Aug 2020 00:32:00 +0000 (08:32 +0800)]
Merge branch 'MDL-68731' of https://github.com/jonof/moodle
Eloy Lafuente (stronk7) [Tue, 11 Aug 2020 23:28:51 +0000 (01:28 +0200)]
Merge branch 'MDL-68729-master' of https://github.com/sammarshallou/moodle into master
Andrew Nicols [Tue, 11 Aug 2020 06:33:44 +0000 (14:33 +0800)]
Merge branch 'MDL-69143-master' of git://github.com/ferranrecio/moodle
Andrew Nicols [Tue, 11 Aug 2020 04:59:49 +0000 (12:59 +0800)]
Merge branch 'MDL-69168_recently-accessed-items-block-uses-stock-lti-icon__master' of https://github.com/stopfstedt/moodle
Adrian Greeve [Tue, 11 Aug 2020 00:42:02 +0000 (08:42 +0800)]
Merge branch 'MDL-69204' of https://github.com/paulholden/moodle
Andrew Nicols [Mon, 10 Aug 2020 10:54:30 +0000 (18:54 +0800)]
Merge branch 'MDL-64818_master' of git://github.com/gjb2048/moodle
Paul Holden [Tue, 5 May 2020 22:12:42 +0000 (23:12 +0100)]
MDL-68618 mod_forum: stop reverting idnumber when updating instance.
Paul Holden [Thu, 28 May 2020 21:17:23 +0000 (22:17 +0100)]
MDL-68860 mod_lti: Oracle support for retrieving shared secrets.
Thanks to Mark van Hoek!
Mikhail Golenkov [Thu, 23 Jul 2020 04:54:35 +0000 (14:54 +1000)]
MDL-66716 block_timeline: Group events by usermidnight event property.
Mikhail Golenkov [Thu, 23 Jul 2020 04:53:49 +0000 (14:53 +1000)]
MDL-66716 calendar: Add usermidnight property for events.
Adrian Greeve [Mon, 10 Aug 2020 01:20:50 +0000 (09:20 +0800)]
Merge branch 'MDL-60493-grader_span_tag' of https://github.com/leonstr/moodle
Luca Bösch [Sat, 4 Apr 2020 08:29:29 +0000 (10:29 +0200)]
MDL-68334 user: Display name in footer as elsewhere.
Stefan Topfstedt [Mon, 27 Jul 2020 23:05:33 +0000 (16:05 -0700)]
MDL-69168 block_recentlyaccesseditems: apply custom icon
Overwrite the default mod icon with the configured icon url if
applicable.
Gareth Barnard [Fri, 1 Mar 2019 18:44:57 +0000 (18:44 +0000)]
MDL-64818 blocks: blocks_for_region() is inefficient.
Amaia Anabitarte [Thu, 23 Jul 2020 09:36:09 +0000 (11:36 +0200)]
MDL-67991 availability: Fix access restrictions labels
Michael Hawkins [Wed, 15 Jul 2020 11:58:23 +0000 (19:58 +0800)]
MDL-69241 lib: Reset dynamic tables to page 1 when filtering or sorting
This ensures consistency and that the page will always exist, which may
not be true for later pages if applying filters returns fewer results.
Eloy Lafuente (stronk7) [Sun, 26 Jul 2020 15:13:36 +0000 (17:13 +0200)]
MDL-69356 unit tests: make some assertions dir separator agnostic
Eloy Lafuente (stronk7) [Thu, 6 Aug 2020 18:51:18 +0000 (20:51 +0200)]
weekly release 4.0dev
sam marshall [Fri, 15 May 2020 16:20:28 +0000 (17:20 +0100)]
MDL-68729 Search: Allow query on one server while indexing another
To support transitions from one search engine to a different one, or
to a different installation of the same kind, this feature allows for
queries to use a different search engine from indexing. So you can
reindex (and do all other search operation) on one server, while
user queries are unaffected on a different server.
This feature supports changing between search engine types, and also
between two Solr installations.
sam marshall [Thu, 6 Aug 2020 10:24:45 +0000 (11:24 +0100)]
MDL-68729 Admin: Allow validation of admin_setting_configselect
The admin_setting_configselect admin setting did not support validation.
It was possible to validate only by using a subclass.
This change allows validation by a callback function. It also makes it
slightly easier to handle validation in a subclass if you want to do
that.
The main advantage is for cases where a setting is not generic but
is only ever going to be required in one place, and it creates
unnecessary clutter to make a new subclass.
Noel De Martin [Thu, 6 Aug 2020 10:08:43 +0000 (12:08 +0200)]
MDL-69421 behat: Revert app behat navigation to call session visit
sam marshall [Fri, 15 May 2020 16:19:59 +0000 (17:19 +0100)]
MDL-68729 Admin: Allow lazy-load of admin_setting_configselect
The admin_setting_configselect admin setting already supported lazy
loading, but this was only available for subclasses. This change
means you can use it directly within the admin setting.
The main advantage is for cases where a setting is not generic but
is only ever going to be required in one place, and it creates
unnecessary clutter to make a new subclass.
Jun Pataleta [Thu, 6 Aug 2020 04:11:26 +0000 (12:11 +0800)]
Merge branch 'MDL-60501-h4_close_tag' of https://github.com/leonstr/moodle
Jun Pataleta [Thu, 6 Aug 2020 03:37:12 +0000 (11:37 +0800)]
Merge branch 'MDL-69111-master' of git://github.com/bmbrands/moodle
Adrian Greeve [Thu, 6 Aug 2020 03:25:58 +0000 (11:25 +0800)]
Merge branch 'MDL-40227-master-1' of git://github.com/peterRd/moodle
Peter [Tue, 11 Dec 2018 03:39:21 +0000 (11:39 +0800)]
MDL-40227 mod_lesson: Use localised float formatting
* Leverage PARAM_LOCALISEDFLOAT
* Store all numbers with standard '.' dec formatting
* Show all numbers based on locale settings
* Behat test to cover different cases using numeric questions and modified locale setting
Adrian Greeve [Thu, 6 Aug 2020 01:47:48 +0000 (09:47 +0800)]
Merge branch 'MDL-69311' of https://github.com/paulholden/moodle
Jordan Tomkinson [Mon, 6 Jul 2020 07:00:37 +0000 (09:00 +0200)]
MDL-69207 core_h5p: Add muc cache support for h5p library files
Adrian Greeve [Thu, 6 Aug 2020 01:05:57 +0000 (09:05 +0800)]
Merge branch 'master-MDL-66626' of https://github.com/golenkovm/moodle
Eloy Lafuente (stronk7) [Wed, 5 Aug 2020 22:59:15 +0000 (00:59 +0200)]
Merge branch 'MDL-67687-master-2' of git://github.com/andrewnicols/moodle into master
Eloy Lafuente (stronk7) [Wed, 5 Aug 2020 22:58:20 +0000 (00:58 +0200)]
Merge branch 'MDL-66670-master' of git://github.com/bmbrands/moodle into master
Victor Deniz Falcon [Wed, 5 Aug 2020 12:33:31 +0000 (13:33 +0100)]
MDL-67708 theme_boost: Remove tether.js orphaned references
Since version 4.3.1 Bootstrap is not dependent on the Tether library
and is no longer included, but it was still listed as a third party
library.
Leon Stringer [Wed, 5 Aug 2020 11:52:09 +0000 (12:52 +0100)]
MDL-60492 core_tag: Fix title attribute
Attribute 'title' was specified inside a condition but closing `"` was
outside condition possibly resulting in <a href="..." class="..." ">.
Also moved </a> outside of condition to match <a>.
Shamim Rezaie [Fri, 12 Jun 2020 07:40:10 +0000 (17:40 +1000)]
MDL-68932 core: showhidesettings to work with multiple hideIf()s
Adrian Greeve [Wed, 5 Aug 2020 06:18:24 +0000 (14:18 +0800)]
Merge branch 'MDL-68647-master-forumprivacysql' of git://github.com/mudrd8mz/moodle
Adrian Greeve [Wed, 5 Aug 2020 02:07:24 +0000 (10:07 +0800)]
Merge branch 'MDL-60932-master' of git://github.com/aanabit/moodle
Andrew Nicols [Tue, 14 Jan 2020 04:21:21 +0000 (12:21 +0800)]
MDL-67687 behat: Login page accessibility ensurance
Eloy Lafuente (stronk7) [Tue, 4 Aug 2020 22:45:20 +0000 (00:45 +0200)]
Merge branch 'MDL-67831-master' of git://github.com/bmbrands/moodle into master
Tim Hunt [Tue, 4 Aug 2020 13:00:30 +0000 (14:00 +0100)]
MDL-69253 mod_quiz: unit test for the last commit
Josh Ebarvia [Sat, 11 Jul 2020 05:32:12 +0000 (15:02 +0930)]
MDL-69253 mod_quiz: Fix timecreated is 0 when creating a quiz activity