Andrew Nicols [Mon, 29 Jun 2020 06:16:23 +0000 (14:16 +0800)]
MDL-69160 behat: Add form field setter step
Eloy Lafuente (stronk7) [Sun, 12 Jul 2020 10:13:02 +0000 (12:13 +0200)]
Moodle release 3.9.1
AMOS bot [Fri, 10 Jul 2020 19:52:47 +0000 (19:52 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Fri, 10 Jul 2020 18:22:25 +0000 (20:22 +0200)]
weekly release 3.9+
Eloy Lafuente (stronk7) [Fri, 10 Jul 2020 18:22:18 +0000 (20:22 +0200)]
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
Jake Dallimore [Fri, 10 Jul 2020 07:12:29 +0000 (15:12 +0800)]
Merge branch 'MDL-69232-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
Andrew Nicols [Thu, 9 Jul 2020 01:10:09 +0000 (09:10 +0800)]
MDL-69232 behat: Simplify hooks
The behat hooks were needlessly complicated which made them much harder
to read, and understand, leading to bugs during development.
These have been significantly simplified to favour clarity over
overloading.
Andrew Nicols [Wed, 8 Jul 2020 07:35:34 +0000 (15:35 +0800)]
MDL-69232 behat: Make selenium start more fault tolerant
The session was previously only started once, but has now been moved to
restart between each test. Because of this the `$session->start()` is
now called more frequently which exposes a pre-existing issue whereby
Selenium will periodically fail to start.
When the session was only started at the beginning of the test, and at
occasional other times, it made sense to always stop the test runner
because it signified an issue with obtaining the session at all.
Since the session is restarted more frequently, and now between every
test, it no longer makes sense to do this. The test should only be
_stopped_ if the first attempt to obtain the Session fails. Once a
Session has been retrieved at least once it no longer makes sense to
assume that the failure was a configuration failure, but a connection
failure. Therefore subsequent tests should be attempted.
Jake Dallimore [Thu, 9 Jul 2020 02:38:21 +0000 (10:38 +0800)]
Merge branch 'MDL-69135-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
Michael Hawkins [Wed, 1 Jul 2020 09:42:05 +0000 (17:42 +0800)]
MDL-68426 theme: Set a limit on paths length in yui_combo
The maximum paths length is now consistent with the YUI loader.
This fix also removes any duplicate paths, so each file is only ever
fetched once.
Andrew Nicols [Wed, 8 Jul 2020 07:35:11 +0000 (15:35 +0800)]
MDL-69232 behat: Add debugging information to Selenium fails
Andrew Nicols [Wed, 8 Jul 2020 07:34:10 +0000 (15:34 +0800)]
MDL-69232 behat: Move suite tests to BeforeSuite hook
Eloy Lafuente (stronk7) [Wed, 8 Jul 2020 18:53:22 +0000 (20:53 +0200)]
Merge branch 'MDL-69134-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
Jake Dallimore [Wed, 8 Jul 2020 05:07:01 +0000 (13:07 +0800)]
Merge branch 'MDL-69104-39' of https://github.com/HuongNV13/moodle into MOODLE_39_STABLE
Andrew Nicols [Wed, 8 Jul 2020 04:37:27 +0000 (12:37 +0800)]
Merge branch 'MDL-68784-39' of https://github.com/Peterburnett/moodle into MOODLE_39_STABLE
Andrew Nicols [Wed, 8 Jul 2020 04:20:52 +0000 (12:20 +0800)]
Merge branch 'm39_MDL-66322_Travis_Run_Using_Docker_ExtTests-v2' of https://github.com/scara/moodle into MOODLE_39_STABLE
Peter Burnett [Wed, 8 Jul 2020 04:06:23 +0000 (14:06 +1000)]
MDL-68784: Updated variable for graph report
Juan Leyva [Tue, 30 Jun 2020 11:02:59 +0000 (13:02 +0200)]
MDL-69031 tool_mobile: Add missing features that can be disabled in 3.9
Andrew Nicols [Wed, 8 Jul 2020 01:24:05 +0000 (09:24 +0800)]
Merge branch 'MDL-60494-stray_img_end-39' of https://github.com/leonstr/moodle into MOODLE_39_STABLE
Andrew Nicols [Thu, 25 Jun 2020 01:01:58 +0000 (09:01 +0800)]
MDL-69134 competencies: Behat fails randomly opening dialogues
Marina Glancy [Tue, 23 Jun 2020 14:02:33 +0000 (16:02 +0200)]
MDL-69109 theme: try to load icons from the current theme
Marina Glancy [Mon, 22 Jun 2020 13:09:15 +0000 (15:09 +0200)]
MDL-69109 core: use different cache keys for FA icon maps
Matteo Scaramuccia [Wed, 10 Jun 2020 20:44:07 +0000 (22:44 +0200)]
MDL-66322 travis: Configure a local copy of 'exttests'
Andrew Nicols [Thu, 18 Jun 2020 11:19:41 +0000 (19:19 +0800)]
MDL-69086 theme_boost: Improve pendingJs checks for bootstrap
Where an element, like an `alert`, is closed it is removed from the DOM
before the event fires (this is a correct behaviour).
This means that the final event confirming that the action happened
(i.e. close => closed) fires, but does not bubble up the DOM to the
document.body.
This change moves the end event listener to only be added after a start
event has been fired, and to attach directly to the HTMLElement where it
will be fired. This means that the Event handler will still be called,
even though it has been removed from the DOM, because it does not need
to bubble up to the body.
Eloy Lafuente (stronk7) [Tue, 7 Jul 2020 17:10:41 +0000 (19:10 +0200)]
Merge branch 'm39_MDL-68588_Hide_Backuptempdir_From_Message_And_Debuginfo' of https://github.com/scara/moodle into MOODLE_39_STABLE
Eloy Lafuente (stronk7) [Tue, 7 Jul 2020 16:52:27 +0000 (18:52 +0200)]
Merge branch 'MDL-68784-39' of https://github.com/Peterburnett/moodle into MOODLE_39_STABLE
Víctor Déniz Falcón [Wed, 1 Jul 2020 08:37:46 +0000 (09:37 +0100)]
MDL-69093 enrol_manual: added check for allowed roles a user can assign
Andrew Nicols [Tue, 7 Jul 2020 06:15:54 +0000 (14:15 +0800)]
Merge branch 'MDL-69106-39' of git.in.moodle.com:cameron/moodle into MOODLE_39_STABLE
Eloy Lafuente (stronk7) [Mon, 6 Jul 2020 22:17:26 +0000 (00:17 +0200)]
Merge branch 'MDL-60827-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
Andrew Nicols [Mon, 6 Jul 2020 05:25:31 +0000 (13:25 +0800)]
MDL-69110 table: Remove commented code
Andrew Nicols [Mon, 6 Jul 2020 05:26:00 +0000 (13:26 +0800)]
Merge branch 'MDL-69110-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
Andrew Nicols [Mon, 6 Jul 2020 04:12:12 +0000 (12:12 +0800)]
Merge branch 'MDL-69158-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
Jake Dallimore [Mon, 6 Jul 2020 02:44:34 +0000 (10:44 +0800)]
Merge branch 'MDL-69136-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
Mihail Geshoski [Thu, 2 Jul 2020 08:37:05 +0000 (16:37 +0800)]
MDL-60827 oauth2: Consider requireconfirmation setting on login
Michael Hawkins [Fri, 26 Jun 2020 02:01:17 +0000 (10:01 +0800)]
MDL-69128 admin: Convert HTML entities when populating tasklogs filter
AMOS bot [Mon, 6 Jul 2020 00:08:30 +0000 (00:08 +0000)]
Automatically generated installer lang files
Leon Stringer [Sun, 5 Jul 2020 14:57:42 +0000 (15:57 +0100)]
MDL-60494 mod_lti: Invalid </img>, example context
<img> was followed by an invalid </img>. Also added example context for
template so it passes CI checks.
Matteo Scaramuccia [Sat, 2 May 2020 17:32:06 +0000 (19:32 +0200)]
MDL-68588 Backup: Hide ->backuptempdir in exception info
Jun Pataleta [Fri, 3 Jul 2020 16:47:14 +0000 (00:47 +0800)]
MDL-69110 core: Unset the correct sort data element
Eloy Lafuente (stronk7) [Fri, 3 Jul 2020 16:41:38 +0000 (18:41 +0200)]
weekly release 3.9+
Eloy Lafuente (stronk7) [Fri, 3 Jul 2020 16:41:32 +0000 (18:41 +0200)]
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
Jake Dallimore [Thu, 2 Jul 2020 04:08:37 +0000 (12:08 +0800)]
Merge branch 'MDL-69130-39-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
Jake Dallimore [Thu, 2 Jul 2020 03:57:18 +0000 (11:57 +0800)]
Merge branch 'MDL-69149-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
Jake Dallimore [Thu, 2 Jul 2020 03:49:19 +0000 (11:49 +0800)]
Merge branch 'MDL-69122-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
AMOS bot [Thu, 2 Jul 2020 00:08:08 +0000 (00:08 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Wed, 1 Jul 2020 21:21:00 +0000 (23:21 +0200)]
Merge branch 'MDL-69072-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
Andrew Nicols [Tue, 16 Jun 2020 00:24:52 +0000 (08:24 +0800)]
MDL-69072 behat: Remove restart_browser_after feature
This is no longer required as the Mink session is restarted after every
test regardless.
Luca Bösch [Fri, 1 May 2020 22:06:28 +0000 (00:06 +0200)]
MDL-68584 core_question: flexbox compatible separator for question types
* the br tag does not work well in a flexbox context, a 100% with div
works in both classic and boost.
Paul Holden [Fri, 26 Jun 2020 16:11:44 +0000 (17:11 +0100)]
MDL-69150 message_airnotifier: correct apps portal link.
Paul Holden [Fri, 26 Jun 2020 16:31:37 +0000 (17:31 +0100)]
MDL-69151 message_airnotifier: start output before accesskey request.
This allows debugging generated by the request to be shown on the
page.
Huong Nguyen [Wed, 24 Jun 2020 02:42:03 +0000 (09:42 +0700)]
MDL-69104 Questions: Drag and drop question family don't work with iOS
- Drag and Drop marker question type
- Drag and Drop onto image question type
- Drag and Drop into text question type
Cameron Ball [Tue, 30 Jun 2020 02:12:33 +0000 (10:12 +0800)]
MDL-69106 assignfeedback_editpdf: Keep files in conversion queue
In some circumstances, a submission waiting to be converted needs to persist
in the conversion queue so that it can be polled on subsequent cron runs.
Peter Burnett [Wed, 20 May 2020 02:53:36 +0000 (12:53 +1000)]
MDL-68784 scorm: Removed limit on allowed scorm users in report
Luca Bösch [Mon, 8 Jul 2019 13:07:17 +0000 (15:07 +0200)]
MDL-69158 block_blog_menu: format search form.
Andrew Nicols [Thu, 25 Jun 2020 03:08:47 +0000 (11:08 +0800)]
MDL-69136 behat: Improve reliability of navigation steps
Andrew Nicols [Mon, 29 Jun 2020 03:27:05 +0000 (11:27 +0800)]
MDL-69136 behat: Support find on a NodeElement
Andrew Nicols [Tue, 16 Jun 2020 00:23:33 +0000 (08:23 +0800)]
MDL-69072 mod_scorm: Stop mink reset after tests
This is now done for all scenarios. It is no longer necessary to do so
specifically for mod_scorm.
Andrew Nicols [Mon, 15 Jun 2020 02:37:52 +0000 (10:37 +0800)]
MDL-69072 behat: Relaunch browser session between scenarios
Andrew Nicols [Fri, 26 Jun 2020 11:59:56 +0000 (19:59 +0800)]
MDL-69149 core_grade: Correct xpath attribute selector
Andrew Nicols [Wed, 24 Jun 2020 03:43:24 +0000 (11:43 +0800)]
MDL-69135 core_calendar: PendingJS for event filtering
Helen Foster [Thu, 25 Jun 2020 12:27:58 +0000 (14:27 +0200)]
MDL-69130 lang: Import fixed English strings (en_fix)
Significant string change:
- presentationoraltrequired,atto_image - wording changed to mention
'decorative only' checkbox
Eloy Lafuente (stronk7) [Thu, 25 Jun 2020 16:06:36 +0000 (18:06 +0200)]
weekly release 3.9+
Eloy Lafuente (stronk7) [Thu, 25 Jun 2020 16:06:31 +0000 (18:06 +0200)]
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
Bas Brands [Wed, 24 Jun 2020 07:06:21 +0000 (09:06 +0200)]
MDL-69122 report_competency: fix clearfix
- a misplaced clearfix caused part of the recontrols to be
inaccessible
Nicolas Martignoni [Fri, 12 Jun 2020 15:20:18 +0000 (17:20 +0200)]
MDL-68992 Privacy: Update default minimal digital age of consent
Updating default minimal digital age of consent according to current legislation,
that was updated for several countries since 2018.
Peter Dias [Tue, 16 Jun 2020 01:30:40 +0000 (09:30 +0800)]
MDL-69065 course: Provide the id for the sr param
* Pass the section return id to the activity chooser
* Additional behat test to cover the case
Andrew Nicols [Mon, 15 Jun 2020 02:37:17 +0000 (10:37 +0800)]
MDL-66568 behat: Reset theme CSS between scenarios
Andrew Nicols [Mon, 15 Jun 2020 02:35:38 +0000 (10:35 +0800)]
MDL-66568 behat: Support building of themes for behat
Andrew Nicols [Mon, 15 Jun 2020 02:34:40 +0000 (10:34 +0800)]
MDL-66568 core_output: Return built theme CSS
AMOS bot [Tue, 23 Jun 2020 12:25:17 +0000 (12:25 +0000)]
Automatically generated installer lang files
Bas Brands [Thu, 11 Jun 2020 08:22:00 +0000 (10:22 +0200)]
MDL-69021 theme_boost: improve link styles in alerts
- provide default styles for links in alerts if the .alert-link
css class is omitted.
hiendinh [Thu, 11 Jun 2020 08:25:25 +0000 (15:25 +0700)]
MDL-68841 Modal dialogs: Wrong behavior of popup
Víctor Déniz Falcón [Mon, 22 Jun 2020 16:20:10 +0000 (17:20 +0100)]
Merge branch 'MDL-69099-39-disabledtasks' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
David Mudrák [Fri, 19 Jun 2020 15:02:08 +0000 (17:02 +0200)]
MDL-69099 tasks: Do not mark the non-enabled plugin's task as disabled
The `core\plugininfo\base::is_enabled()` uses three-state logic for its
return value. It can return null as a valid value as per its
documentation. We need to test for the explicit false value in this
case.
To make the attached Behat test able to identify the table, the caption
is added. It seems to be helpful for all users so I leave it displayed
without using the accesshide mechanism.
Jake Dallimore [Mon, 22 Jun 2020 04:41:28 +0000 (12:41 +0800)]
Merge branch 'MDL-69047-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
Adrian Greeve [Mon, 22 Jun 2020 02:41:47 +0000 (10:41 +0800)]
Merge branch 'MDL-69077_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
Jun Pataleta [Wed, 10 Jun 2020 15:18:10 +0000 (23:18 +0800)]
MDL-69008 core: Fix accessibility issues in paged content templates
* Added menuitem role for the "Show x per page" menu.
* Added appropriate aria-labels for the links in the paging bar.
Amaia Anabitarte [Tue, 16 Jun 2020 14:23:39 +0000 (16:23 +0200)]
MDL-69047 core_contentbank: Hard coding status messages
Sara Arjona [Thu, 18 Jun 2020 12:14:00 +0000 (14:14 +0200)]
weekly release 3.9+
Russell Boyatt [Tue, 9 Jun 2020 08:50:34 +0000 (09:50 +0100)]
MDL-66899 quiz: Adding test for regrading quiz event.
Russell Boyatt [Sat, 2 May 2020 08:47:51 +0000 (09:47 +0100)]
MDL-66899 quiz: Log a regrading event when quiz attempt is regraded.
Víctor Déniz Falcón [Wed, 17 Jun 2020 22:44:40 +0000 (23:44 +0100)]
Merge branch 'MDL-69060-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
Tim Hunt [Wed, 17 Jun 2020 12:06:57 +0000 (13:06 +0100)]
MDL-69077 questions: question tag capabilties are relevant
hiendinh [Tue, 2 Jun 2020 07:07:03 +0000 (14:07 +0700)]
MDL-68890 progressbar: prevent display exist file's progress bar
Jake Dallimore [Wed, 17 Jun 2020 06:58:35 +0000 (14:58 +0800)]
Merge branch 'MDL-68215-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
Tim Hunt [Mon, 8 Jun 2020 16:28:08 +0000 (17:28 +0100)]
MDL-68971 webservice: errors should give enough info to find the problem
Jun Pataleta [Wed, 17 Jun 2020 02:36:14 +0000 (10:36 +0800)]
Merge branch 'MDL-67294-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
Jun Pataleta [Mon, 15 Jun 2020 14:47:22 +0000 (22:47 +0800)]
MDL-69049 tool_dataprivacy: Add possibly missing comment format columns
The earlier CONTRIB plugin versions of the tool (<33.2.0, <34.2.0) were
missing the following columns in the data requests table:
* commentsformat
* dpocommentformat
And the upgrade scripts for the merged tool failed in
Moodle 3.3.8+/3.3.0+ failed to add these columns.
So a site which uses the CONTRIB plugin and eventually upgrading to 3.9
will encounter an error during upgrade because of the missing
dpocommentformat column.
Mihail Geshoski [Fri, 12 Jun 2020 00:55:30 +0000 (08:55 +0800)]
MDL-67294 assignsubmission_file: Make sure record exists before updating
Tim Hunt [Wed, 10 Jun 2020 12:40:15 +0000 (13:40 +0100)]
MDL-68436 atto_recordrtc: only works once per page
Víctor Déniz Falcón [Mon, 15 Jun 2020 16:36:32 +0000 (17:36 +0100)]
Merge branch 'MDL-69044_39' of https://github.com/stronk7/moodle into MOODLE_39_STABLE
Luca Bösch [Sat, 21 Mar 2020 10:54:06 +0000 (11:54 +0100)]
MDL-68215 block_activity_result: Format elements more nicely.
Luca Bösch [Mon, 15 Jun 2020 11:35:43 +0000 (13:35 +0200)]
MDL-69060 core_contentbank: fix contenbank typos.
Eloy Lafuente (stronk7) [Sun, 14 Jun 2020 11:08:09 +0000 (13:08 +0200)]
MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts
Eloy Lafuente (stronk7) [Sat, 13 Jun 2020 18:04:49 +0000 (20:04 +0200)]
Moodle release 3.9
Eloy Lafuente (stronk7) [Sat, 13 Jun 2020 18:04:49 +0000 (20:04 +0200)]
NOBUG: Change travis.yml to MOODLE_39_STABLE
Eloy Lafuente (stronk7) [Fri, 12 Jun 2020 17:52:26 +0000 (19:52 +0200)]
Merge branch 'MDL-68632' of git://github.com/aolley/moodle
Victor Deniz Falcon [Fri, 12 Jun 2020 11:32:06 +0000 (12:32 +0100)]
Moodle release 3.9rc3
Jun Pataleta [Fri, 12 Jun 2020 03:58:59 +0000 (11:58 +0800)]
Merge branch 'MDL-69026-master' of git://github.com/andrewnicols/moodle
Adam Olley [Thu, 7 May 2020 04:28:23 +0000 (13:58 +0930)]
MDL-68632 quizaccess_seb: Limit privacy queriyes to the quiz module
Without this, joins are performed against the course_modules table purely on
the instance id - other modules can share this ID, resulting in incorrect
contexts being pulled in.