Jake Dallimore
6e5ae126af
Merge branch 'MDL-69206-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-07-15 10:29:28 +08:00
Sara Arjona
a0b8d8c0ff
Merge branch 'MDL-68715-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-07-14 14:31:55 +02:00
Shamim Rezaie
1636ee5980
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.
2020-07-14 22:12:49 +10:00
Shamim Rezaie
a092131b73
MDL-68444 calendar: Improve how screenreaders read day titles
...
Screenreaders now know if each day has any event or not
2020-07-14 22:12:49 +10:00
Paul Holden
b4a73ff47f
MDL-68715 completion: fix form default value for course prerequisites.
...
Adds filtering on the completion criteria form to ensure we are only
selecting actual course instances of this type. Prior to this change
we would also get NULL values from unrelated criteria types.
2020-07-14 12:45:58 +01:00
Sara Arjona
73c4f6c2a5
Merge branch 'MDL-69228-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-14 12:41:23 +02:00
Mihail Geshoski
d8a886d75a
MDL-69206 course: Tidy up behat test to avoid potential failures
2020-07-14 12:11:50 +08:00
Mihail Geshoski
480f26720d
MDL-69206 course: Tidy up unit test to avoid potential failures
2020-07-14 12:11:50 +08:00
Sara Arjona
333d17b8e1
Merge branch 'MDL-69115-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-07-13 14:24:15 +02:00
Andrew Nicols
f78caa59d2
MDL-69160 workshop: Ensure steps are chained
2020-07-13 14:22:32 +08:00
Andrew Nicols
1f09dea479
MDL-69160 behat: Add form field setter step
2020-07-13 14:22:31 +08:00
Eloy Lafuente (stronk7)
8e619076cb
Moodle release 3.9.1
2020-07-12 12:13:02 +02:00
Leon Stringer
d80e9d463d
MDL-69252 templates: Invalid HTML
...
Invalid HTML generated when the page count exceeded the maximum number
of page links to display: <span>...</a>. Also added example context.
2020-07-11 12:52:28 +01:00
AMOS bot
6a17f29147
Automatically generated installer lang files
2020-07-10 19:52:47 +00:00
Eloy Lafuente (stronk7)
cafc042bf6
weekly release 3.9+
2020-07-10 20:22:25 +02:00
Eloy Lafuente (stronk7)
d2e303436b
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-07-10 20:22:18 +02:00
Jake Dallimore
fb0d5acf4c
Merge branch 'MDL-69232-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-10 15:12:29 +08:00
Andrew Nicols
376d34142f
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.
2020-07-10 08:40:30 +08:00
Andrew Nicols
8eb7f7e366
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.
2020-07-10 08:40:29 +08:00
Mark Johnson
762e8afa6f
MDL-67671 backup: Fix modname display on backup form
2020-07-09 10:11:52 +01:00
Jake Dallimore
c3018e9ee7
Merge branch 'MDL-69135-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-09 10:38:21 +08:00
Michael Hawkins
996c94fd08
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.
2020-07-09 10:23:44 +08:00
Andrew Nicols
fd7c3c4834
MDL-69232 behat: Add debugging information to Selenium fails
2020-07-09 09:45:32 +08:00
Andrew Nicols
c3b7f2f974
MDL-69232 behat: Move suite tests to BeforeSuite hook
2020-07-09 09:45:32 +08:00
Eloy Lafuente (stronk7)
8589fbda8c
Merge branch 'MDL-69134-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-08 20:53:22 +02:00
Jake Dallimore
f1a681c983
Merge branch 'MDL-69104-39' of https://github.com/HuongNV13/moodle into MOODLE_39_STABLE
2020-07-08 13:07:01 +08:00
Huong Nguyen
a17188f51c
MDL-69165 Questions: Incorrect id used in init_submit_button function
2020-07-08 11:47:24 +07:00
Andrew Nicols
8a66849a57
Merge branch 'MDL-68784-39' of https://github.com/Peterburnett/moodle into MOODLE_39_STABLE
2020-07-08 12:37:27 +08:00
Andrew Nicols
20318b8b7d
Merge branch 'm39_MDL-66322_Travis_Run_Using_Docker_ExtTests-v2' of https://github.com/scara/moodle into MOODLE_39_STABLE
2020-07-08 12:20:52 +08:00
Peter Burnett
d84d6f57a3
MDL-68784: Updated variable for graph report
2020-07-08 14:06:23 +10:00
Andrew Nicols
619e11c07a
MDL-69228 tool_mobile: Hide dependant settings
2020-07-08 11:44:31 +08:00
Juan Leyva
01ec0ee85b
MDL-69031 tool_mobile: Add missing features that can be disabled in 3.9
2020-07-08 09:36:44 +08:00
Andrew Nicols
91b23a2caa
Merge branch 'MDL-60494-stray_img_end-39' of https://github.com/leonstr/moodle into MOODLE_39_STABLE
2020-07-08 09:24:05 +08:00
Andrew Nicols
053a433d74
MDL-69134 competencies: Behat fails randomly opening dialogues
2020-07-08 09:21:51 +08:00
Jake Dallimore
3725a41b39
MDL-68210 mod_lesson: fix random failure in override behat test
2020-07-08 09:07:06 +08:00
Jake Dallimore
fe5ca8e768
MDL-68210 overrides: allow copy and delete of inactive overrides
...
This brings lesson and assign in line with the expected behaviour
already implemented in quiz. When an override is inactive, all controls
are shown.
2020-07-08 09:06:58 +08:00
Marina Glancy
b1a2e67326
MDL-69109 theme: try to load icons from the current theme
2020-07-08 08:40:52 +08:00
Marina Glancy
40553ed459
MDL-69109 core: use different cache keys for FA icon maps
2020-07-08 08:40:51 +08:00
Matt Clarkson
ae9e1f1888
MDL-67440 analytics: optimse delete's in clean up task.
2020-07-08 11:18:20 +12:00
Matteo Scaramuccia
9127c17778
MDL-66322 travis: Configure a local copy of 'exttests'
2020-07-07 21:34:06 +02:00
Andrew Nicols
8f28fbee11
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.
2020-07-07 20:01:02 +02:00
Eloy Lafuente (stronk7)
be7bda671e
Merge branch 'm39_MDL-68588_Hide_Backuptempdir_From_Message_And_Debuginfo' of https://github.com/scara/moodle into MOODLE_39_STABLE
2020-07-07 19:10:41 +02:00
Eloy Lafuente (stronk7)
c58101cde3
Merge branch 'MDL-68784-39' of https://github.com/Peterburnett/moodle into MOODLE_39_STABLE
2020-07-07 18:52:27 +02:00
Paul Holden
4a16804df7
MDL-69214 user: correct participant table forced group SQL.
2020-07-07 14:37:23 +01:00
Tim Schroeder
ff92024ec2
MDL-68605 mod_assign: return grp submissns from ws
...
Co-authored-by: Septatrix <24257556+Septatrix@users.noreply.github.com>
2020-07-07 12:55:54 +02:00
Víctor Déniz Falcón
6e5b0b5c20
MDL-69093 enrol_manual: added check for allowed roles a user can assign
2020-07-07 08:33:08 +02:00
Andrew Nicols
c201456f20
Merge branch 'MDL-69106-39' of git.in.moodle.com:cameron/moodle into MOODLE_39_STABLE
2020-07-07 14:15:54 +08:00
Eloy Lafuente (stronk7)
02b3d5aacf
Merge branch 'MDL-60827-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-07-07 00:17:26 +02:00
Andrew Nicols
dde1ead9fe
MDL-69110 table: Remove commented code
2020-07-06 13:26:28 +08:00
Andrew Nicols
3915147b9b
Merge branch 'MDL-69110-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-07-06 13:26:00 +08:00