Eloy Lafuente (stronk7)
a8e089a8c8
Moodle release 3.9.3
2020-11-07 16:48:07 +01:00
AMOS bot
3e8043f3f4
Automatically generated installer lang files
2020-11-07 00:07:48 +00:00
Eloy Lafuente (stronk7)
70f695d068
weekly release 3.9.2+
2020-11-06 22:55:50 +01:00
Eloy Lafuente (stronk7)
e83cad80b1
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-11-06 22:55:47 +01:00
Víctor Déniz
d727c1eafd
Merge branch 'MDL-70137-39-2' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-11-06 19:17:44 +00:00
Andrew Nicols
463b232453
MDL-70137 cache: Write config to temp file and move into place
2020-11-06 19:17:43 +00:00
Andrew Nicols
02a8be1f80
MDL-70137 cache: Use sensible default when reading MUC config
...
When we read the MUC configuration, a file which exists but is empty
will not error, but will cause all configuration to be empty.
We already perform an {{is_array()}} check on the {{$configuration}}
variable, but the default value for {{$configuration}} is an empty
array. In the case where the file exists, but is empty, no errors occur
when the file is loaded, and the initial {{$configuration}} value is
not overwritten, leading to the file being replaced with an empty copy.
2020-11-06 19:17:34 +00:00
Eloy Lafuente (stronk7)
7bc714ac09
Merge branch 'MDL-70139-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-11-06 19:24:40 +01:00
Sara Arjona
481c57cabe
MDL-70139 core_badges: fix invalid request when sending to backpack
...
Having mixed $data in badge exporters is causing some issues.
As all these exporters are using $data as an object, $data can be
converted to object in the constructor, to avoid errors and get
the expected behaviour always.
2020-11-06 16:21:34 +01:00
AMOS bot
f8287cb170
Automatically generated installer lang files
2020-11-06 00:09:55 +00:00
Eloy Lafuente (stronk7)
621cd70b4c
weekly release 3.9.2+
2020-11-05 12:16:29 +01:00
Jun Pataleta
c87ccd3111
Merge branch 'MDL-70075-39-2' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-11-05 12:45:24 +08:00
Andrew Nicols
06be826b2e
Merge branch 'MDL-70066-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2020-11-05 10:09:48 +08:00
Simey Lameze
06a4390060
MDL-70066 badges: change usages of array_key_exists to isset
2020-11-05 10:06:39 +08:00
Andrew Nicols
126cbbff7c
MDL-70075 core: Autocomplete selection should always have an active item
...
Ensure that there is always one active element in the list of selected
autocomplete elements.
Without this we have issues beacuse clicking on the link makes the first
one active if one is not already active, and this turns a click event
into a drag event, which means that it is not deleted.
2020-11-05 09:05:40 +08:00
Sara Arjona
f252b08433
Merge branch 'MDL-70114-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-11-04 20:15:21 +01:00
Víctor Déniz
fae048b402
Merge branch 'MDL-68749-39-2' of git://github.com/mickhawkins/moodle into MOODLE_39_STABLE
2020-11-04 15:24:23 +00:00
Sara Arjona
0408008fbe
Merge branch 'MDL-70119-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-11-04 15:20:03 +01:00
Bas Brands
0ff5242a3c
MDL-70114 mod_data: add border for to textarea
2020-11-04 13:30:19 +00:00
Ferran Recio
2488fe37ca
MDL-70119 core_badges: fix tab names
2020-11-04 12:57:24 +01:00
Andrew Nicols
4edad07619
MDL-70075 core: Do not return a value in an event handler
...
Returning a value of `false` in an event handler has the effect of
calling event.preventDefault() and event.stopPropagation().
This is neither obvious, nor desirable in this situation.
2020-11-04 15:09:57 +08:00
Andrew Nicols
6cdcee7a65
MDL-70075 core: jQuery.attr() does not accept a bool value
...
The documented values that jQuery.attr() accepts are String, Number, or
null. For some reason, when we pass a Boolean value, the subsequent
click handler does not work in some situations.
Changing this to take a Number, and unsetting it when empty, resolves
this issue.
2020-11-04 15:09:49 +08:00
Andrew Nicols
28fbba8b3c
MDL-70075 core: Listen for change in accessibleChange event
...
The accessibleChange custom interaction event was only listening for
blur and focus, however some OS/browser combinations do not emit these
events until the element is explicitly blurred. This is notably
different on Firefox on some Operating Systems.
Recent changes in MDL-68167 explicitly moved the user participants page
filter module to use the accessibleChange event, which means that the
selections are now only triggered on an explicit blur when using
Firefox. This highlight a bug whereby, when the mouse is used to make a
selection, the event is not triggered until the element is blurred.
This change modifies the accessibleChange event to ignore the `change`
event where it was triggered by the keyboard and where that keybaord
event was not a [return] or [escape] keypress, but to otherwise respect
the native change event.
2020-11-04 15:09:35 +08:00
Andrew Nicols
90fde2b40d
MDL-70075 core: Listen for the focus and blur events again
...
The `blur` event does not bubble, but the `focusout` events are not
available in all supported versions of Firefox.
Rather than switching event, this patch using event capture to
effectively achieve the same result and bubble the event up through the
DOM to the delegated listener.
There should be no functional change with this patch, except to support
Firefox fully.
2020-11-04 15:09:35 +08:00
Jake Dallimore
4d9ffaae34
Merge branch 'MOODLE_39_MDL-70093' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-11-04 09:00:49 +08:00
Mihail Geshoski
21cfc35074
MDL-67837 backup: Add unit tests
2020-11-03 12:27:34 +01:00
Mihail Geshoski
5d0b569ba1
MDL-67837 backup: Verify caps before unenrolling users on course restore
2020-11-03 12:27:34 +01:00
andreasschenkel
fd7db38d8b
MDL-69844 user: Fix no email in download_participants_table
...
Only include eMail in download_participants_table
if selected in showuseridentity
($identityfieldsselect)
2020-11-03 12:27:34 +01:00
Juan Leyva
2f9f0b0fcc
MDL-67015 mod_data: Prevent users adding entries to other groups
2020-11-03 12:27:34 +01:00
Amaia Anabitarte
14aaba1b72
MDL-69046 core_contentbank: Escape quotes when showing name
2020-11-03 12:27:34 +01:00
Ferran Recio
629657363d
MDL-69378 tool_uploadcourse: fix enrolment methods uploads
2020-11-03 12:27:34 +01:00
Peter Dias
498c54d1de
MDL-56310 restore: Confirm user has permission to change capabilities
2020-11-03 12:27:34 +01:00
Eloy Lafuente (stronk7)
a3f72b3972
weekly release 3.9.2+
2020-11-03 12:21:21 +01:00
Michael Hawkins
098f09b638
MDL-68749 theme: Fix bootstrap toggle switches in RTL layout
...
Co-authored-by: Bas Brands <bas@moodle.com >
2020-11-03 15:24:48 +08:00
Eloy Lafuente (stronk7)
99732c4c3b
Merge branch 'MDL-70081-39' of git://github.com/jleyva/moodle into MOODLE_39_STABLE
2020-11-03 01:26:11 +01:00
Sara Arjona
905d3939f5
Merge branch 'MDL-69973_39' of https://github.com/stronk7/moodle into MOODLE_39_STABLE
2020-11-02 15:45:09 +01:00
Mikhail Golenkov
051cad238b
MDL-70093 dataformat_pdf: Fix row height calculation with high cells
2020-11-02 22:27:08 +11:00
Juan Leyva
223f7cc0b4
MDL-70081 airnotifier: Add missing device type in token registration
2020-10-31 13:08:05 +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
Eloy Lafuente (stronk7)
db1368926a
MDL-69973 xmldb: Fix problem with MariaDB >= 10.2.7 metadata defaults
...
With MariaDB 10.2.7 the driver was incorrectly returning '' (empty
string) as default for all the columns having null (meaning, no
default).
Also, cover the case in unit tests, it seems that we were already
testing other defaults but not the null case.
2020-10-30 19:27:18 +01:00
Eloy Lafuente (stronk7)
3b0d958065
weekly release 3.9.2+
2020-10-30 13:49:12 +01:00
Eloy Lafuente (stronk7)
6722a6b105
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-10-30 13:49:09 +01:00
Jun Pataleta
920b4dd6ab
Merge branch 'MDL-68167-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2020-10-30 13:16:48 +08:00
Shamim Rezaie
898bdfdd67
MDL-68167 lib: autocomplete focos should not be removed on blur
...
See https://www.w3.org/TR/wai-aria-practices-1.1/examples/listbox/listbox-rearrangeable.html
2020-10-30 16:11:16 +11:00
Shamim Rezaie
ed7485277e
MDL-68167 lib: Do not set aria-expanded if it should not be set
2020-10-30 16:11:16 +11:00
Shamim Rezaie
eb238722da
MDL-68167 user: Fix missing label for participants filter input fields
2020-10-30 16:11:16 +11:00
Shamim Rezaie
da1f204a0a
MDL-68167 lib: Clear single-select autocomplete elements with keyboard
...
Following MDL-57680, it should be possible to clear the selected option
using keyboard as well.
2020-10-30 16:11:16 +11:00
Shamim Rezaie
5dd385d522
MDL-68167 user: Fix a hardcoded string to be read from lang pack
2020-10-30 16:11:16 +11:00
Shamim Rezaie
dca6513b8a
MDL-68167 lib: Fix label for autocomplete selection/suggestion box
...
The content of the autocomplete selection div is purged by javascript
so we have to move its label outside of it. aria-labeledby is the way
to go.
Each time the suggestion box is expanded, autocomplete js renders the
autocomplete suggestions template. So the label cannot be outside the
suggestions ul.
2020-10-30 16:11:08 +11:00
Shamim Rezaie
6484e89188
MDL-68167 user: filter elements should listen to accessibleChange event
2020-10-30 14:58:54 +11:00
Shamim Rezaie
9312e7389a
MDL-68167 lib: The accessibleChange custom event now supports bubbling
...
The change event bubbles so the accessibleChange shoud bubble as well.
2020-10-30 14:58:54 +11:00
Shamim Rezaie
0218859c3e
MDL-68167 theme_boost: make focus outline accessible for autocompletes
2020-10-30 14:58:53 +11:00
Shamim Rezaie
18702b5869
MDL-68167 lib: Autocomplete selection to use listbox aria role
...
The aria-selected state cannot be used for the listitem role. The
autocomplete widget highly uses the aria-selected state internally.
2020-10-30 14:56:39 +11:00
Shamim Rezaie
d0ab1d1540
MDL-68167 user: Improve keyboard navigation on autocomplete fields
2020-10-30 14:56:39 +11:00
Shamim Rezaie
7d25143979
Merge branch 'MDL-69390-39' of git://github.com/bmbrands/moodle into MDL-69390-39-test
2020-10-30 14:56:03 +11:00
Andrew Nicols
a067cc5ada
Merge branch 'MDL-69156_39' of https://github.com/ffhs/moodle into MOODLE_39_STABLE
2020-10-30 11:52:35 +08:00
AMOS bot
03f5e32712
Automatically generated installer lang files
2020-10-30 00:09:48 +00:00
Víctor Déniz
c0b0649582
Merge branch 'MDL-70032-39-2' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-10-29 22:24:21 +00:00
Paul Holden
d16aa74359
MDL-69156 backup: correct behaviour of course copy idnumber field.
...
When a given user doesn't have the capability to change the idnumber
field during course copy, freeze the field value.
2020-10-29 14:10:09 +01:00
Adrian Perez
7e52e95d8d
MDL-69156 course_copy: set defaults for idnumber when not permitted
2020-10-29 13:52:48 +01:00
Jun Pataleta
42f3862b91
MDL-70032 qtype_multichoice: Use custom partial named selector
...
* With the removal of the label element, Behat now has to click on the
answer text. In order to achieve this, the custom partial named selector
"qtype_multichoice > Answer" was now added and have replaced the
instances where the label of the answer's checkbox/radio button is
being clicked.
2020-10-29 16:22:08 +08:00
Jun Pataleta
556648db0b
MDL-70032 qtype_multichoice: Fix answer labelling
...
* Discard the use of the label element in order to be able to render
multiple choice answers as they are and have these act as the radio
button/checkbox' label through the aria-labelledby attribute.
* New JS module qtype_multichoice/answers that listens for click events
on the answer text container and selects the appropriate answer radio
button/checkbox.
2020-10-29 16:22:08 +08:00
Andrew Nicols
6026aa7b3c
Merge branch 'MDL-68722-39' of https://github.com/matt-catalyst/moodle into MOODLE_39_STABLE
2020-10-29 14:03:29 +08:00
Jake Dallimore
8e5782b848
Merge branch 'MDL-69716-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
2020-10-29 12:40:23 +08:00
Jake Dallimore
f38e17f16f
Merge branch 'MDL-70041-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-10-29 11:49:40 +08:00
Adrian Greeve
465cc9e91a
Merge branch 'm39_MDL-70042_Progress_Bar_Upgrade_Message_Popup' of https://github.com/scara/moodle into MOODLE_39_STABLE
2020-10-29 08:32:16 +08:00
Matteo Scaramuccia
faa76ee29a
MDL-70042 message_popup: Trivial savepoint comment cleanup
2020-10-28 23:03:34 +01:00
Matteo Scaramuccia
d6491a67c8
MDL-70042 message_popup: progress bar on upgrade only when necessary
2020-10-28 23:03:26 +01:00
Jun Pataleta
27db5c5024
Merge branch 'MDL-69390-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-10-28 22:44:02 +08:00
Bas Brands
e6b274a542
MDL-69390 theme_boost: dropdown menu accessibility
...
- display a dot before the active element
- use the active colour for the hover colour
2020-10-28 14:10:45 +01:00
Jun Pataleta
6f317a983e
Merge branch 'MDL-69815-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-10-28 14:19:09 +08:00
Andrew Nicols
a5293c4ed8
Merge branch 'MDL-70004-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-10-28 13:14:23 +08:00
Jake Dallimore
66e77f8173
Merge branch 'MDL-64723-39' of git://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-28 12:12:52 +08:00
Mihail Geshoski
4ba58ac02f
MDL-70041 filepicker: Make sure the user has a recently used license
2020-10-28 12:06:43 +08:00
Jake Dallimore
21f5c148fc
Merge branch 'MDL-65792-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-10-28 12:00:34 +08:00
Andrew Nicols
2e026689c6
MDL-69815 core: Bump Node to v14.15.0 (LTS/Fermium)
2020-10-28 09:34:31 +08:00
Eloy Lafuente (stronk7)
3a718d620e
Merge branch 'MDL-69998-39-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-10-28 00:42:25 +01:00
Eloy Lafuente (stronk7)
beff06190a
weekly release 3.9.2+
2020-10-27 23:47:40 +01:00
David Mudrák
975081c367
MDL-69998 lang: Fix reworded strings in Behat test scenarios
2020-10-27 11:29:12 +01:00
Helen Foster
9417cedd78
MDL-69998 lang: Import fixed English strings (en_fix)
2020-10-27 11:29:12 +01:00
Bas Brands
19343c7bd1
MDL-65792 mod_forum: show release time on timed posts
2020-10-27 08:41:38 +01:00
Jun Pataleta
64dd473559
MDL-70004 qtype_multichoice: Set appropriate clear my choice role
2020-10-27 09:57:48 +08: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
Matt Clarkson
eeba9c1dc5
MDL-68722 atto_equation: fix for form elements with special characters
...
Element id's containing characters such as ':' would break the tab
selector in bootstrap.
This specifically affects the essay question type.
2020-10-27 11:08:47 +13:00
Eloy Lafuente (stronk7)
55a465c445
Merge branch 'MDL-69993-39' of git://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-26 10:43:02 +01:00
Andrew Nicols
d1d52a3399
Merge branch 'MDL-69995-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-10-26 16:01:07 +08:00
Luca Bösch
a22b74872c
MDL-69995 backup: padding before activity icons.
2020-10-25 02:04:52 +02:00
Amaia Anabitarte
1af998d32c
MDL-69716 mod_quiz: No timestamp for in progress attempts
2020-10-23 16:03:03 +02:00
Eloy Lafuente (stronk7)
4d9ab4ca48
weekly release 3.9.2+
2020-10-23 14:40:50 +02:00
Eloy Lafuente (stronk7)
55189f02ee
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-10-23 14:40:45 +02:00
Paul Holden
115f703440
MDL-69993 output: correct navigation node type for user reports.
2020-10-23 08:25:47 +01: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
Eloy Lafuente (stronk7)
fb81664dc3
Merge branch 'MDL-69729-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-10-22 19:05:22 +02:00
Víctor Déniz
8cbc470f2a
Merge branch 'MDL-68664-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2020-10-22 12:25:43 +01:00
Sara Arjona
1bc92d37f2
Merge branch 'MDL-69553-m39' of https://github.com/NeillM/moodle into MOODLE_39_STABLE
2020-10-22 08:56:19 +02:00
Brendan Heywood
348e338a21
MDL-67650 admin: Consistently show forced config settings
2020-10-22 13:17:17 +11:00
Jake Dallimore
bf854f5f24
Merge branch 'MDL-68438_39' of https://github.com/t-schroeder/moodle into MOODLE_39_STABLE
2020-10-22 09:31:02 +08:00
Jun Pataleta
b861165753
Merge branch 'MDL-69657-39' of git://github.com/merrill-oakland/moodle into MOODLE_39_STABLE
2020-10-22 09:24:08 +08: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
AMOS bot
2d1fcf6cce
Automatically generated installer lang files
2020-10-22 00:08:01 +00:00
Eloy Lafuente (stronk7)
2f502066cb
Merge branch 'MDL-66392-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-21 19:48:20 +02:00
Sara Arjona
41cd0c4d3a
Merge branch 'm39_MDL-68536_Notice_Undefined_Property_CFG_branch' of https://github.com/scara/moodle into MOODLE_39_STABLE
2020-10-21 18:33:15 +02: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
Víctor Déniz
6178388d94
Merge branch 'MDL-69392-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-10-21 16:26:35 +01:00
Tim Schroeder
f0e9fa2a7b
MDL-68438 message: fixed email format change with messaging disabled
2020-10-21 12:47:53 +02:00
Paul Holden
c651779095
MDL-69788 admin: validate language menu configuration.
2020-10-21 11:24:18 +01:00
Jun Pataleta
ce5efbc1da
Merge branch 'MDL-37226-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-10-21 17:46:38 +08:00
Neill Magill
e9506c638b
MDL-69553 output: Handle pre-loading multiline string defines
...
Before this patch strings that were declared over multiple lines in
a template would not be parsed correctly.
{{#str}}value,
mod_forum{{/str}}
would have been been parsed to get_string('value', 'core')
{{#str}}
value, mod_forum
{{/str}}
would have been been parsed to get_string('', 'core')
2020-10-21 10:08:23 +01:00
Neill Magill
bb3f9ee492
MDL-69553 output: Unit tests for loading multiline string defines
2020-10-21 10:08:22 +01:00
Jun Pataleta
14017f40b9
Merge branch 'MDL-69945-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-10-21 16:03:04 +08:00
Jun Pataleta
413736095b
MDL-69392 question: Fix Try again button styling
2020-10-21 14:57:58 +08:00
Jun Pataleta
f78101f638
MDL-69392 theme_boost: Improve question colour contrast
...
* Lighten info container.
* Fix colour contrast for the question container by
- Lightening the background a bit
- Darkening the text colour a bit
- Making sure the link colour has good colour contrast against the
question text.
* Fix colour contrast for the comments container by
- Lightening the text colour a bit
- Darkening the link colour a bit for better colour contrast against
the feedback text.
2020-10-21 14:57:57 +08:00
Jun Pataleta
105e40d377
MDL-69392 theme_classic: Darken red, blue and green colours
...
The current red, blue, and green colours achieve the minimum colour
contrast against a white background. However, when they're against
coloured background, text with these colours will easily fail the
4.5:1 contrast ratio requirement for Level AA.
The updated colours now have the following contrast ratio against a
white background:
* Blue - #0f6fc5 (5.12:1, from 4.58:1)
* Green - #357a32 (5.27:1, from 4.63:1)
* Red - #ca3120 (5.29:1, from 4.59:1)
2020-10-21 14:57:57 +08:00
Jun Pataleta
ce2f6179cd
MDL-69392 theme_boost: Darken red, blue and green colours
...
The current red, blue, and green colours achieve the minimum colour
contrast against a white background. However, when they're against
coloured background, text with these colours will easily fail the
4.5:1 contrast ratio requirement for Level AA.
The updated colours now have the following contrast ratio against a
white background:
* Blue - #0f6fc5 (5.12:1, from 4.58:1)
* Green - #357a32 (5.27:1, from 4.63:1)
* Red - #ca3120 (5.29:1, from 4.59:1)
2020-10-21 14:57:57 +08:00
Adrian Greeve
47ff67ec29
\Merge branch 'MDL-69807-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-21 14:22:19 +08:00
Adrian Greeve
3fb1660734
Merge branch 'MDL-68766-M39' of https://github.com/ised-isde-canada/moodle into MOODLE_39_STABLE
2020-10-21 12:49:18 +08:00
Jake Dallimore
6e7c392d84
Merge branch 'MDL-68983-recent-session-lock-ro-MOODLE_39_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_39_STABLE
2020-10-21 12:46:11 +08:00
Jake Dallimore
806e6bec59
Merge branch 'MDL-69902-39' of https://github.com/marinaglancy/moodle into MOODLE_39_STABLE
2020-10-21 10:57:53 +08:00
Jake Dallimore
8d7fe960a0
Merge branch 'MDL-69751-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-10-21 10:04:31 +08:00
Eloy Lafuente (stronk7)
8d1cbe3a35
weekly release 3.9.2+
2020-10-21 00:50:42 +02:00
Sara Arjona
197ec7e822
MDL-69729 h5p: move temporary editor files to draft area
...
This is a backport of MDL-68909
2020-10-20 09:59:09 +02:00
Sara Arjona
fbab65f86b
MDL-69729 h5p: upgrade step to remove files in editor filearea
...
As temporary editor files have been moved from core_h5p/editor to
user/draft, they can be removed (to clean unused DB entries).
This is a backport of MDL-68909
2020-10-20 09:18:16 +02:00
Adrian Greeve
cd054d77f1
MDL-68284 gradebook: Fix use of get_recordset in upgrade code.
2020-10-20 14:15:20 +08:00
Jake Dallimore
6168569323
Merge branch 'MDL-67695-MOODLE_39_STABLE_get_lti_proxies' of https://github.com/andrewmadden/moodle into MOODLE_39_STABLE
2020-10-20 11:09:11 +08:00
Mihail Geshoski
5da2fa002e
MDL-69751 core: Restore deleted guest user and add missing context
...
This upgrade step fixes the cases where the current guest user is
labelled as 'deleted' and the related user context is missing.
2020-10-20 08:43:52 +08:00
Adrian Greeve
4b137eb20c
Merge branch 'MOODLE_39_STABLE-MDL-68284' of https://github.com/yao9394/moodle into MOODLE_39_STABLE
2020-10-20 08:41:09 +08:00
Mihail Geshoski
34ffdc2c81
MDL-69751 course: Handle missing guest user context
...
Makes sure the guest user context exists when fetching
the recommended modules. If the context does not exist
an exception is being thrown describing the problem.
2020-10-20 08:39:24 +08:00
Simey Lameze
83d478ce93
MDL-68664 theme: remove right margin from form-inline class
2020-10-20 08:32:57 +08:00
Andrew Nicols
565bc965b1
Merge branch 'MDL-69687-m39' of https://github.com/sammarshallou/moodle into MOODLE_39_STABLE
2020-10-20 08:02:46 +08:00
Jake Dallimore
e2cdcc563d
Merge branch 'MDL-69726_39' of git://github.com/aolley/moodle into MOODLE_39_STABLE
2020-10-20 07:46:23 +08:00
Paul Holden
ae61985191
MDL-69807 blocks: remove redundant sesskey loading edit/delete page.
2020-10-19 22:40:43 +01:00
Eloy Lafuente (stronk7)
2b169e9b31
Merge branch 'MDL-69906-39-searchsimpledb' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-10-19 22:56:40 +02:00
Eloy Lafuente (stronk7)
ccbd35915c
Merge branch 'MDL-57756-text-customparams-39' of https://github.com/cengage/moodle into MOODLE_39_STABLE
2020-10-19 22:32:10 +02:00
Sara Arjona
114d1a051e
Merge branch 'MDL-69897-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-19 18:15:07 +02:00
Sara Arjona
856c31cc32
Merge branch 'MDL-69900-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-10-19 13:42:13 +02:00
sam marshall
25049f4f19
MDL-69687 Course: remove_course_contents orphaned completion data
...
The remove_course_contents function did not delete data from
course_module_completion table in most cases, resulting in large
quantities of orphaned data.
2020-10-19 10:21:12 +01:00
Sara Arjona
00a46671fa
Merge branch 'MOODLE_39_MDL-69791' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-10-19 10:08:08 +02:00
Sara Arjona
d008aa7c99
Merge branch 'MDL-69736-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-10-19 09:04:06 +02:00
Sagar Ghimire
2d462ee8bd
MDL-68284 gradebook: Prevent exposing hidden quiz grade item
2020-10-19 16:22:37 +11:00
Andrew Nicols
3f50f83dc1
Merge branch 'MDL-69687-m39' of https://github.com/sammarshallou/moodle into MOODLE_39_STABLE
2020-10-19 13:20:25 +08:00
Andrew Madden
41121d705f
MDL-67695 mod_lti: Use correct return structure for get_tool_proxies.
...
* Use tool_proxy_return_structure for each proxy.
* Added tests for getting all proxies and orphaned proxies.
2020-10-19 15:16:44 +11:00
sam marshall
cc2faa2c90
MDL-69687 Course: Improve removal of completion data on MySQL
2020-10-16 18:23:41 +01:00
sam marshall
ae4f9b31f7
MDL-69687 DB: Add API for deleting data based on subquery
...
The new API works on normal databases (by deleting data based on the
subquery) and also on MySQL (by deleting the data using a weird join
on the subquery).
2020-10-16 18:23:41 +01:00
Luca Bösch
01f3495a46
MDL-37226 assign: align select all header checkbox
2020-10-16 16:08:48 +02:00
Paul Holden
c4c328565d
MDL-69788 lang: fallback to all translations if misconfigured.
...
If given translation list contains only invalid entries, fallback
to returning the complete list of available language translations.
2020-10-16 14:38:07 +01:00
Luca Bösch
7961a36b76
MDL-69945 core_calendar: let circles appear as circles
2020-10-16 14:15:56 +02:00
Sara Arjona
eda7eb44b3
weekly release 3.9.2+
2020-10-16 13:18:43 +02:00
Jake Dallimore
6589c3cdd6
Merge branch 'MOODLE_39_MDL-47178' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-10-16 11:52:58 +08:00
Jun Pataleta
eeb76ddd3f
Merge branch 'MDL-69266-39' of https://github.com/HuongNV13/moodle into MOODLE_39_STABLE
2020-10-16 10:09:30 +08:00
Huong Nguyen
14ea69c07c
MDL-69266 qtype_ddwtos: 'unlimited' options fail in 3.9
2020-10-15 20:07:02 +07:00
Eloy Lafuente (stronk7)
9f0400b74d
Merge branch 'MDL-69813-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-14 22:47:23 +02:00
Eloy Lafuente (stronk7)
f68a64d50b
MDL-68070 messaging: Ensure that error is shown on first messages
...
Before there is a conversation, messages between users are sent
using core_message_send_instant_messages instead of
core_message_send_messages_to_conversation.
That method had an undefined $errormessage variable, ultimately
causing the problem detected on message_post_message()/message_send()
to never been returned by the external.
This just adds the same error than already existing conversations do,
but returning it as warning, for BC, JS will show it.
2020-10-14 18:57:43 +02:00
Eloy Lafuente (stronk7)
d82acd309b
MDL-68070 messaging: Amend lang string to be clearer for any user.
...
Credit goes to Helen Foster for the improvement, thanks!
2020-10-14 16:54:48 +02:00
Víctor Déniz
22f34e807d
Merge branch 'MDL-68900-m39' of https://github.com/sumitnegi933/moodle into MOODLE_39_STABLE
2020-10-14 12:22:49 +01:00
Jake Dallimore
31d3a656d6
Merge branch 'MOODLE_39_MDL-69848' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-10-14 09:43:03 +08:00
Eloy Lafuente (stronk7)
3d41104fab
Merge branch 'MDL-68070-39_messaging_fix' of https://github.com/beenet-dev/moodle into MOODLE_39_STABLE
2020-10-13 23:41:03 +02:00
Sara Arjona
523f308a9a
weekly release 3.9.2+
2020-10-13 13:24:20 +02:00
Sara Arjona
e4d03a9257
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-10-13 13:24:17 +02:00
Brendan Heywood
cedf141cc3
MDL-68983 cache: Fix bug with readonly session combined with lock debug
2020-10-13 14:53:11 +11:00
Andrew Nicols
b4d51d67a9
Merge branch 'MDL-67654-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-13 08:01:08 +08:00
Jenkins Automation
9763c99f87
MDL-69726 calendar: fix raw event fetcher under postgres
...
Without this, there's a code path that under the right circumstances is hit and
results in a query with `FROM (mdl_event) ev` in it - which is not valid syntax
under postgres.
2020-10-13 09:35:03 +10:30
Paul Holden
56be61d4f6
MDL-67654 mod_forum: formchangechecker for discussion inline replies.
2020-10-12 23:32:38 +01:00
Simon Mok
6de6fe9590
MDL-68070 messaging: Fix error when personal notification is disabled
2020-10-12 21:43:48 +08:00
Michael Milette
754440d796
MDL-68766 auth: Login form: 'Log in using...' should be h3, not h6
2020-10-12 09:32:25 -04:00
Adrian Greeve
c954e18a99
Merge branch 'MOODLE_39_MDL-69818' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-10-12 14:47:52 +08:00
Jake Dallimore
e0a366fa0a
Merge branch 'MDL-68292-admin-sesskey-MOODLE_39_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_39_STABLE
2020-10-12 14:37:40 +08:00
Brendan Heywood
2e5daf9108
MDL-68292 core: Remove sesskey leakage on module pages
2020-10-12 17:11:48 +11:00
Adrian Greeve
5281e10e77
Merge branch 'MDL-69649-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2020-10-12 10:16:15 +08:00
Jake Dallimore
aae7a2b206
Merge branch 'MDL-69910-calendar-protectusername-MOODLE_39_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_39_STABLE
2020-10-12 10:06:06 +08:00
AMOS bot
419ff44b78
Automatically generated installer lang files
2020-10-11 00:08:29 +00:00
Brendan Heywood
c4a8787574
MDL-69910 calendar: Fix export exception when both params are sent
2020-10-11 09:20:21 +11:00
David Mudrák
834a1d64c5
MDL-69906 admin: Display Setup search engine as link only if it is valid
...
We use auto-generated admin section name here so we need to check that
the target section actually exists.
2020-10-09 14:04:55 +02:00
Sara Arjona
496e6ac804
weekly release 3.9.2+
2020-10-09 11:11:56 +02:00
Sara Arjona
7eb0f97113
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-10-09 11:11:53 +02:00
Marina Glancy
9f1df0f2e4
MDL-69902 core_search: fix error in the custom fields indexing
2020-10-09 08:47:28 +02:00
Adrian Greeve
8fc60dd25d
Merge branch 'MDL-68384-fix-spec-violations-39' of https://github.com/cengage/moodle into MOODLE_39_STABLE
2020-10-09 12:04:22 +08:00
Jun Pataleta
558a30dc7d
Merge branch 'MDL-69257-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-10-09 11:12:08 +08:00
Mihail Geshoski
9773b4b079
MDL-69257 core_h5p: Move $maxsize outside the foreach loop
...
There is no reason to repeatedly obtain the maximum size for uploading
files as a part of foreach loop.
2020-10-09 10:36:11 +08:00
Martin Gauk
d686ee8faa
MDL-69257 H5P: Check size of uploaded files and virus scan
2020-10-09 10:36:11 +08:00
Stephen Bourget
5cb1cf7695
MDL-69900 core_backup: Allow IMSCC v1.0 restore to finish
2020-10-09 09:06:37 +08:00
Paul Holden
465f3b477b
MDL-69897 repository: add heading to delete file modal.
2020-10-08 20:29:51 +01:00
Amaia Anabitarte
ad00d91851
MDL-69712 core_h5p: Remove 'whitelist' key uses
2020-10-08 16:27:57 +02:00
Sara Arjona
1eed96dec7
Merge branch 'MDL-64657-39' of git://github.com/jleyva/moodle into MOODLE_39_STABLE
2020-10-08 14:15:50 +02:00
Sumit Negi
2e21c78006
MDL-68900 mod_forum: permission check for user who is viewing timed post
...
Pass current user object to post builder as argument, so that the permission to view timed post
will check with current user, who is viewing the posts instead of user who made that post.
2020-10-08 12:45:33 +05:30
Adrian Greeve
aba9644393
Merge branch 'MDL-69805-39' of https://github.com/dravek/moodle into MOODLE_39_STABLE
2020-10-08 14:59:28 +08:00
Adrian Greeve
4aa6b89ead
Merge branch 'MDL-69798_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2020-10-08 13:32:23 +08:00
Víctor Déniz
f8bce36ef2
Merge branch 'MDL-69759-m39' of https://github.com/sammarshallou/moodle into MOODLE_39_STABLE
2020-10-07 22:26:06 +01:00
Victor Deniz Falcon
fce2b0008c
MDL-52407 travis: use Travis default notifications(email)
2020-10-07 16:32:58 +08:00
Andrew Nicols
c2bd0a7d31
Merge branch 'MDL-67275-39-post_noun_verb' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-10-07 12:38:55 +08:00
AMOS bot
2d7a59d060
Automatically generated installer lang files
2020-10-07 00:07:45 +00:00
Eloy Lafuente (stronk7)
57e0a20dec
Merge branch 'wip-MDL-68808-MOODLE_39_STABLE' of https://github.com/jason-platts/moodle into MOODLE_39_STABLE
2020-10-06 23:12:19 +02:00
Ferran Recio
3fe455fab4
MDL-69736 core_h5p: enable player reporting
2020-10-06 13:05:24 +02:00
Paul Holden
ca743b6a95
MDL-69813 h5p: fix undefined addon ordering in framework test.
2020-10-06 10:48:10 +01:00
Eloy Lafuente (stronk7)
5ea37637b7
weekly release 3.9.2+
2020-10-06 10:20:46 +02:00
Eloy Lafuente (stronk7)
75bae1a55b
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-10-06 10:20:43 +02:00
Mikhail Golenkov
f3db3d30e0
MDL-47178 question: Retain question authors when restoring backups.
2020-10-06 09:36:42 +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)
12c103b21a
Merge branch 'MDL-65074-39' of https://github.com/hitteshahuja/moodle into MOODLE_39_STABLE
2020-10-05 23:12:33 +02:00
Sara Arjona
ec157a3052
Merge branch 'MDL-69355-39-filebuffer' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-10-05 18:34:02 +02:00
Jun Pataleta
57bb2fdaac
Merge branch 'MDL-69704-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-10-05 23:12:50 +08:00
Sara Arjona
e437183098
Merge branch 'MDL-69641-MOODLE_39_STABLE' of https://github.com/dmitriim/moodle into MOODLE_39_STABLE
2020-10-05 13:38:06 +02:00
Eloy Lafuente (stronk7)
3af8f89e58
Merge branch 'MOODLE_39-MDL-69752' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-10-05 10:55:10 +02:00
Mikhail Golenkov
52b1184468
MDL-69791 gradereport: Fix error message when invalid grade is entered
2020-10-05 15:00:20 +11:00
Mikhail Golenkov
99d0308e4b
MDL-69848 upgrade: Delete notifications in chunks
2020-10-05 13:14:26 +11:00
Mikhail Golenkov
3ae46b2a93
MDL-69818 mod_feedback: Fix item dependency during activity restoration
2020-10-04 18:29:45 +11:00
Mikhail Golenkov
5fce0b3f5d
MDL-69752 mod_data: Format module intro on Database activities page
2020-10-04 13:49:35 +11:00
AMOS bot
b3ebbb61f4
Automatically generated installer lang files
2020-10-03 00:08:29 +00:00
Sara Arjona
16689245e8
weekly release 3.9.2+
2020-10-02 13:43:27 +02:00
Eloy Lafuente (stronk7)
98280a4c8c
Merge branch 'MDL-69758-m39' of https://github.com/sammarshallou/moodle into MOODLE_39_STABLE
2020-10-01 23:44:26 +02:00
Claude Vervoort
171e55f304
MDL-57756 mod_lti: params change to text type
2020-10-01 17:34:39 -04:00
Sara Arjona
f1fed72bda
MDL-69704 course: catch exception when calling get_course_content_items
...
When plugins are removed from disk, an exception is thrown when
calling component_callback_exists.
This exception should be catched here in order to load properly
the activity chooser (otherwise, the exception will be displayed
and no activity will appear).
2020-10-01 19:56:41 +02:00
Tim Hunt
07674eb12f
MDL-69798 XML question export: excape special chars in idnumbers
2020-10-01 17:10:58 +01:00
Amaia Anabitarte
2308a02324
MDL-69672 core_contentbank: is_context_allowed unit tests
2020-10-01 17:56:38 +02:00
Eloy Lafuente (stronk7)
1da6703d6d
Merge branch 'MDL-69672-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
2020-10-01 17:49:23 +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
Jason Platts
315ec3bad6
MDL-68808 forms: autocomplete throwing error in IE11
2020-10-01 12:11:11 +01: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
Dani Palou
e7bb7aa9a2
MDL-68098 tests: Reset FILTERLIB_PRIVATE after tests
2020-10-01 12:50:00 +02:00
Dani Palou
7aca3ebb3c
MDL-68098 ws: Add unit tests to test mathjax in WS
2020-10-01 12:50:00 +02:00
David Matamoros
61bb2c70c2
MDL-69805 mod_data: Freeze comment field if comments disabled
2020-09-30 15:53:29 +02:00
Matteo Scaramuccia
d84da184c5
MDL-68536 core: Fix notice about undefined prop 'branch' in $CFG
2020-09-30 14:47:20 +02:00
Adrian Greeve
f612465b53
Merge branch 'MDL-37802-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-30 13:50:03 +08:00
Dan Marsden
4727970abd
MDL-69641 grade: fix slow query.
...
This is a backport of MDL-69190
2020-09-30 15:00:35 +10: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
Sara Arjona
b354694012
Merge branch 'MDL-69342-39_profile_picture_deletion' of https://github.com/vtos/moodle into MOODLE_39_STABLE
2020-09-29 19:01:19 +02:00
Amaia Anabitarte
a9bccc9dbc
MDL-69672 core_contentbank: Check used context level
2020-09-29 12:44:48 +02:00
Eloy Lafuente (stronk7)
7c52a27375
weekly release 3.9.2+
2020-09-29 10:48:33 +02:00
Eloy Lafuente (stronk7)
300d9ca23d
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-09-29 10:48:29 +02:00
Claude Vervoort
00b2219fd4
MDL-68384 mod_lti: fix spec violations bo claim name and dl value type
2020-09-28 17:04:07 -04: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
Shamim Rezaie
9029eb0e71
MDL-69649 form: Fix labels for defaultcustom form elements
2020-09-28 23:21:50 +10:00
Shamim Rezaie
d54b3447e6
MDL-69649 backup: Fix missing labels
...
- The backup details page uses a table to show a sumary of the backup
content. Used role attribute to denote the tabular format of the
summary.
- The backup details page displays activity name next to each activity
icon. Therefore the icons are only decorative and do not need to have
any title or even alt text.
- Form labels should be associated with form controls. A div element is
not a form control.
- The from attribute of the form labels should be equal to the id
attribute of an element. Therefore, we first create a label and an
input elements and associate them to each other, and then pass them to
backup_detail_pair() when a label is needed.
2020-09-28 23:21:50 +10:00
sam marshall
39d542eeb4
MDL-69759 Web services: app checks to token.php cause log errors
2020-09-28 11:55:56 +01:00
AMOS bot
2cf6b7cc41
Automatically generated installer lang files
2020-09-26 00:07:59 +00:00
adpe
5651e88dc9
MDL-69359 admin_cli: show only contributed plugins in uninstall plugins
2020-09-25 17:03:31 +02:00
Hittesh Ahuja
5a90580646
MDL-65074 mod_quiz: Quiz navigation buttons shouldnt use btn-secondary
...
Removing .btn-secondary as plain.scss and default.scss in bootstrap hide the button from view.
2020-09-25 15:17:10 +01:00
Paul Holden
c98428aab3
MDL-37802 repository: return error if unzipping files fails.
...
For instance, when a user tried to unzip a password protected zip
archive using the file manager.
2020-09-25 09:34:01 +01: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
David Mudrák
11e5003bd6
MDL-69772 lang: Ignore misconfigured allcountrycodes filter
...
If the allcountrycodes filter contains only invalid values, ignore the
whole filter setting and make get_list_of_countries() return the full
list of all known countries, rather than empty list.
2020-09-24 18:14:12 +02:00
Víctor Déniz
a348c5f420
weekly release 3.9.2+
2020-09-24 16:27:32 +01:00
Víctor Déniz
4b651226d5
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-09-24 16:27:27 +01:00
Eloy Lafuente (stronk7)
e33c554aaa
Merge branch 'MDL-69698-39-licensecache' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-09-24 16:50:47 +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
Vitaly
141216f94c
MDL-69342 core_user: fixed user picture updating
...
When editing a user and checking the 'Delete picture' checkbox to delete
the old picture and uploading a new one at a time, the new one didn't appear
in the user profile. This happened due to the 'if/else' statement
in the 'core_user::update_picture()' method which allowed either to delete
the old picture or to upload a new one.
The fix removes the 'else' part of the 'if/else' statement to force
checking for a new uploaded picture no matter if a user checked
the 'Delete picture' checkbox or not.
2020-09-24 10:55:29 +03: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
6bf314500a
MDL-64657 course: Return hidden section names when configured
2020-09-22 12:25:58 +02:00
AMOS bot
ee034c39e5
Automatically generated installer lang files
2020-09-22 00:07:13 +00:00
Eloy Lafuente (stronk7)
46aea33b69
Merge branch 'MDL-66648-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-21 23:36:30 +02:00
Eloy Lafuente (stronk7)
e0f9ca6787
Merge branch 'MDL-69667-MOODLE_39_STABLE' of https://github.com/comete-upn/moodle into MOODLE_39_STABLE
2020-09-21 23:20:35 +02:00
David Mudrák
976f8f0c52
MDL-67275 forum: Fix language and accessibility issues with buttons
...
There were inconsistencies with the text shown on the submit button,
depending on the where the button was shown.
* Inline reply forum displayed general "Submit".
* Experimental nested discussion view reply form displayed "Post"
(post/core string) which acts as a noun in other contexts and cannot
be used as such in many non-English languages.
* Advanced reply form displayed "Post to forum".
The patch fixes this and starts to show "Post to forum" in all three
places consistently.
While working on this, two more issues were noticed and fixed:
* Inline reply textarea's title was hard-coded English "post" text.
Changed to "Message" to provide advisory information related to the
element.
* Buttons contained title attribute with the same value as the explicit
button text. This goes against accessibility guidelines.
2020-09-21 22:48:20 +02:00
sam marshall
767be5d8c1
MDL-69758 Web services: core_get_course_contents PHP warnings
...
Calls to core_get_course_contents can cause PHP warnings in the server
log if there are any URL instances in the course with sketchy URLs.
This is because url_export_contents incorrectly returns null instead
of an empty array if there is an error.
2020-09-21 15:28:47 +01: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
Eloy Lafuente (stronk7)
a45e6838ef
weekly release 3.9.2+
2020-09-17 19:04:23 +02:00
Eloy Lafuente (stronk7)
ae17678a1c
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-09-17 19:04:20 +02:00
Eloy Lafuente (stronk7)
3ae39301b9
Merge branch 'MDL-69395_39' of github.com:stronk7/moodle into MOODLE_39_STABLE
2020-09-17 17:03:10 +02:00
Eloy Lafuente (stronk7)
422fcb70ca
MDL-69395 theme_classic: remove superfluous selector already in boost
2020-09-17 13:06:06 +02:00
David Mudrák
29a396fe4e
MDL-69355 file: Do not attempt to set headers after output started
...
It was found out that in certain situations there may be some content
in to output handlers buffers. Let's allow that to happen given that:
* default handler's buffer is not sent as a part of the file and an
error is reported into the server log.
* other handlers' buffer is sent with the assumption that it is required
for the correct serving of the file.
2020-09-17 11:42:33 +02:00
Eloy Lafuente (stronk7)
af777f92a0
Merge branch 'MDL-62387-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-17 08:58:46 +02:00
Eloy Lafuente (stronk7)
6f35d6536d
Merge branch 'MDL-69395-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-09-17 08:58:46 +02:00
Jun Pataleta
36cde1e295
Merge branch 'MDL-69663-m39' of https://github.com/sammarshallou/moodle into MOODLE_39_STABLE
2020-09-17 08:58:46 +02:00
AMOS bot
05a1532e88
Automatically generated installer lang files
2020-09-16 00:07:11 +00:00
David Mudrák
91ae4ab5db
MDL-69698 licenses: Improve the performance of the licenses cache
...
The cache uses a single simple key and there is no need to hash it.
2020-09-15 10:22:57 +02:00
David Mudrák
2cc3588b77
MDL-69698 licenses: Do not cache the localised licenses fullnames
...
The localisation must happen only after loading the list of licenses
from cache so that the name is displayed in the current user's preferred
language, not in the language of the user who initiated the cache
rebuild.
2020-09-15 10:19:46 +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
comete-upn
94160c9ad0
MDL-69667 competencies: fix competencies count always 0 in frameworks.
2020-09-15 08:37:50 +02:00
Jun Pataleta
9c7ab777d9
Merge branch 'MDL-42012-39-alt' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-09-15 11:52:50 +08:00
Andrew Nicols
7818990010
MDL-42012 cache: Fix missing return value
2020-09-15 11:46:31 +08:00
Eloy Lafuente (stronk7)
17a035ac59
Merge branch 'MDL-42012-39-alt' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-09-14 23:29:04 +02:00
Eloy Lafuente (stronk7)
abe11a9ace
Merge branch 'MDL-69658-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-14 22:56:55 +02:00
Paul Holden
bfab0d603c
MDL-69014 tool_usertours: clean up user preferences of deleted tours.
2020-09-14 20:36:26 +01:00
Paul Holden
070454489f
MDL-66648 user: consistent checks for linking to full profile.
...
The access checks for displaying a link to a users' full profile
now match the checks performed on the full profile page itself.
2020-09-14 20:22:03 +01:00
AMOS bot
e32a114998
Automatically generated installer lang files
2020-09-13 00:07:51 +00:00
AMOS bot
3db28cdebd
Automatically generated installer lang files
2020-09-12 00:07:33 +00:00
Jun Pataleta
ccd4ef8ddd
Moodle release 3.9.2
2020-09-11 10:41:59 +08:00
sam marshall
51b0a67bd2
MDL-69663 Web services: override_webservice_execution not honoured
...
If two different plugin types (e.g. theme, local) implement
override_webservice_execution callbacks, then all of them except
the 'last' plugin type do not work correctly.
2020-09-10 09:51:16 +01:00
Sara Arjona
b9371d7bf6
weekly release 3.9.1+
2020-09-10 08:52:10 +02:00
Sara Arjona
1ec406cbd7
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-09-10 08:52:07 +02:00
Sara Arjona
b1c1119743
Merge branch 'MDL-69466-3.9' of https://github.com/JBThong/moodle into MOODLE_39_STABLE
2020-09-09 11:39:30 +02:00
Sara Arjona
3d45f2c083
Merge branch 'MDL-69645-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-09-09 11:01:00 +02:00
Thong Bui
1f5da975e2
MDL-69466 Autocomplete widget: Improve keyboard accessibility
2020-09-09 13:50:04 +07:00
Andrew Nicols
7156a01a0c
MDL-42012 cache: Valid definitions are required even when disabled
2020-09-09 14:05:19 +08:00
Andrew Nicols
db22846df6
MDL-42012 cache: Fully disable cache for disabled cache factory
2020-09-09 14:05:19 +08:00
Andrew Nicols
ef6e3bfd77
MDL-42012 cache: Allow data sources to work when caching is disabled
2020-09-09 14:05:19 +08:00
Eloy Lafuente (stronk7)
ee0106f70b
Merge branch 'MDL-69116-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2020-09-08 23:16:43 +02:00
Paul Holden
36ee886a12
MDL-69658 quizaccess_seb: progress bar on install only when necessary.
2020-09-08 19:32:36 +01:00
Sara Arjona
97e0452344
MDL-69657 mod_h5pactivity: component passed always
...
The $component = 'mod_h5pactivity' will be passed always to the H5P
player because it's required for being able to call these activities
from outside using embed code. The xAPI implementation checks whether
the information should be tracked or not.
Backport of MDL-69174
2020-09-08 13:08:44 -04:00
Sara Arjona
874bdf2035
MDL-69657 h5p: add component to the embed H5P code
...
When the Moodle component is passed to the player, xAPI tracking
is enabled so, if the component implements required xAPI API methods
(for instance, mod_h5pactivity does), grades and responses are sent.
Adding this component to the embed code will help to add
the embed code from a mod_h5pactivity to any other place (such as label,
page or book), and being able to track the responses to the original
mod_h5pactivity.
Backport from MDL-69174
2020-09-08 13:08:13 -04:00
Sara Arjona
ab43412ae9
Merge branch 'MDL-69525-39-1' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-09-08 14:22:04 +02:00
Michael Hawkins
3d01fc77de
MDL-69340 tag: Correct the filter input HTML in the tag manager
2020-09-08 08:47:20 +02:00
Mihail Geshoski
08d7552f4d
MDL-69048 book: Sanitize previous chapter value in add new chapter page
2020-09-08 08:47:20 +02:00
Andrew Nicols
8983d50bd1
MDL-68974 calendar: Use page context for block check
2020-09-08 08:47:20 +02:00
Andrew Nicols
9fb8221fb3
MDL-68974 blocks: Check permission before generating content
2020-09-08 08:47:20 +02:00
Mihail Geshoski
4b60cede1e
MDL-65115 repository: Prevent unzipping if it will exceed allowed quota
2020-09-08 08:47:20 +02:00
Mihail Geshoski
4514918c33
MDL-65115 core_files: Add get_total_content_size() in stored_file class
...
New function get_total_content_size() is introduced in the stored_file
class. The puprose of this function is to calculate and return the
total size (in bytes) of the content of an archive file.
2020-09-08 08:47:20 +02:00
Andrew Nicols
86d6bdf079
MDL-68974 admin: Unit tests for context parent/child test
2020-09-08 08:47:20 +02:00
Andrew Nicols
f5d75c8e24
MDL-68974 admin: Unit tests for loginas
2020-09-08 08:47:20 +02:00
Andrew Nicols
bfeb6f3bac
MDL-68974 admin: Prevent login as outside of the desired context
2020-09-08 08:47:20 +02:00
Sara Arjona
ec52cca8b1
Merge branch 'MDL-68344-3.9' of https://github.com/JBThong/moodle into MOODLE_39_STABLE
2020-09-08 08:45:19 +02:00
Jun Pataleta
6bbb402129
Merge branch 'MDL-69492-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-08 12:56:19 +08:00
AMOS bot
7375466f51
Automatically generated installer lang files
2020-09-08 00:07:50 +00:00
Eloy Lafuente (stronk7)
8635e2cefa
Merge branch 'MDL-69262-39-2' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-09-07 23:43:04 +02:00
Eloy Lafuente (stronk7)
52bad33356
Merge branch 'MDL-69448-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-07 23:26:21 +02:00
Luca Bösch
5c155ba8f7
MDL-69645 quizaccess: Set allowPreferencesWindow to false in manual conf
...
Signed-off-by: Luca Bösch <luca.boesch@bfh.ch >
2020-09-07 21:26:11 +02: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
Sara Arjona
5d6fcc67cf
Merge branch 'MDL-67468-MOODLE_39_STABLE' of https://github.com/tuanngocnguyen/moodle into MOODLE_39_STABLE
2020-09-07 13:20:06 +02:00
Paul Holden
a37dc94598
MDL-69492 auth_cas: normalise member distinguished name config.
2020-09-04 08:36:13 +01:00
Paul Holden
1e08e046e2
MDL-69492 auth_ldap: normalise member distinguished name config.
2020-09-04 08:36:13 +01:00
Paul Holden
4ff5d5ef17
MDL-69448 backup: fix capability checks when unable to copy user data.
...
When a given user doesn't have the capability to "Include user data"
during course copying, freeze the form element rather than not adding
it at all.
This caused problems as the element was required before preceding with
the course copy.
2020-09-04 08:20:13 +01:00
Nathan Nguyen
84ef6eb8d9
MDL-67468 filter_activitynames: use MUC
2020-09-04 15:41:46 +10:00
Thong Bui
3b45e0db41
MDL-68344 filepicker: File Picker focus lost on upload
2020-09-04 10:09:22 +07:00
Sara Arjona
535523f21f
weekly release 3.9.1+
2020-09-03 17:09:26 +02:00
Sara Arjona
9c50ccbf7e
NOBUG: Fixed SVG browser compatibility
2020-09-03 17:09:24 +02:00
Bas Brands
6c39b7890e
MDL-69395 theme_boost: improve colour contrast for form input fields
...
- for this issue the atto styles.css was moved into theme boost so
we can use our preset variable for $gray-500
2020-09-03 11:09:02 +02:00
Andrew Nicols
b676817a64
Merge branch 'MDL-69391-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-09-03 11:48:49 +08:00
Andrew Nicols
8eca15c5f1
Merge branch 'MDL-69360-39' of git://github.com/NoelDeMartin/moodle into MOODLE_39_STABLE
2020-09-03 10:52:15 +08:00
Andrew Nicols
1bb4c59adc
Merge branch 'MDL-69246_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2020-09-03 10:40:12 +08:00
Andrew Nicols
2332ac5f87
Merge branch 'MDL-55340-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-09-03 10:14:13 +08:00
Andrew Nicols
0700b8510f
Merge branch 'MDL-69069-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-09-03 09:34:08 +08:00
Eloy Lafuente (stronk7)
7bc82ad672
Merge branch 'MDL-69608-39' of https://github.com/marinaglancy/moodle into MOODLE_39_STABLE
2020-09-02 23:50:09 +02:00
Sara Arjona
92b9900d6e
Merge branch 'MDL-68680-MOODLE_39_STABLE' of https://github.com/tuanngocnguyen/moodle into MOODLE_39_STABLE
2020-09-02 17:16:09 +02:00
Marina Glancy
312ca07bb7
MDL-69608 core_form: frozen forms do not have form tag
2020-09-02 11:40:22 +02:00
Noel De Martin
bea621d6c6
MDL-69360 behat: Fix js ready checks for non-moodle sites
2020-09-02 10:20:52 +02:00
Andrew Nicols
28a8eb3856
Merge branch 'MDL-68892-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-09-02 09:49:21 +08:00
Eloy Lafuente (stronk7)
fb39317a64
Merge branch 'wip_MDL-69491_m39' of git://github.com/gjb2048/moodle into MOODLE_39_STABLE
2020-09-02 00:27:43 +02:00
Sara Arjona
6e7f80363b
Merge branch 'MDL-64525-m39' of https://github.com/NeillM/moodle into MOODLE_39_STABLE
2020-09-01 14:18:20 +02:00
Sara Arjona
82bd2ff5a9
Merge branch 'MDL-51709-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-09-01 09:04:24 +02:00
Mihail Geshoski
e657192d31
MDL-69525 core: Publish a single event when toggling slave checkboxes
2020-09-01 14:54:07 +08:00
Sara Arjona
85782cffd7
Merge branch 'MDL-69394-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-09-01 06:45:26 +02:00
Tim Hunt
fac004cfe9
MDL-69507 duration form field: should return an int number of seconds
2020-09-01 11:31:36 +08:00
Tim Hunt
221c293ac7
MDL-69507 duration form field: modernise coding style
2020-09-01 11:31:10 +08:00
Andrew Nicols
5ad20a0633
Merge branch 'MDL-69387-39-2' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-09-01 10:59:51 +08:00
Andrew Nicols
d63bdf9bb9
Merge branch 'MDL-69505-39' of https://github.com/snake/moodle into MOODLE_39_STABLE
2020-09-01 07:29:23 +08:00
Andrew Nicols
bc29f1c98a
Merge branch 'MDL-56595-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-01 07:29:23 +08:00
Luca Bösch
4830f55122
MDL-51709 gradebook: Name display in single view.
2020-08-31 18:18:26 +02:00
Shamim Rezaie
48508e4ecc
MDL-69116 qtype_multichoice: accessibility improvement
...
- Screen-readers should not see 'clear my choice' when it is not visible
- 'clear my choice' option should only become visible when a choice is
selected
2020-08-31 23:55:49 +10:00
Shamim Rezaie
fbb2d6592d
MDL-69116 qtype_mutichoice: Use label for the "clear my choice" link
2020-08-31 23:55:49 +10:00
Bas Brands
581a497189
MDL-69069 theme_boost: color contrast for custom alerts
2020-08-31 08:46:39 +02:00
Jake Dallimore
3d3314d433
MDL-69505 core_form: fix js min/max date restriction in dateselector
...
This was using the yui2-calendar attribute, not the yui 3 attribute.
2020-08-31 08:05:37 +08:00
Gareth Barnard
a1f21bad0d
MDL-69491 themes: No 'fontsize' setting in Boost causes unit conflict.
2020-08-28 14:10:54 +01:00
Marina Glancy
189810269a
MDL-55340 mod_feedback: export question labels
...
This was present in export in 3.0 but got lost during export
refactoring in 3.1
2020-08-28 12:25:17 +02:00
Andrew Nicols
e592c6dd9d
Merge branch 'MDL-69112-39' of git://github.com/merrill-oakland/moodle into MOODLE_39_STABLE
2020-08-28 13:26:05 +08:00
Nathan Nguyen
563cfa0e1e
MDL-68680 core_grades: check grade item before trigger delete event
2020-08-28 11:40:24 +10:00
Paul Holden
863fb96ffa
MDL-56595 tool_usertours: set page params when configuring tours/steps.
2020-08-27 23:08:07 +01:00
Tim Hunt
10f03d2a99
MDL-69246 questions: allow for float issues when validating manual marks
...
As well as fixing the bug, I also rewrote the test to use
data providers, which should lead to more useful failure messages.
And, I moved the magic number we used as the float tolerence to
be a named constant.
2020-08-27 17:41:02 +01:00
Sara Arjona
b3b04e083b
weekly release 3.9.1+
2020-08-27 17:36:31 +02:00
Sara Arjona
9262b490ee
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-08-27 17:36:29 +02:00
Jun Pataleta
f37d0629ea
MDL-69262 core: Use core/action_menu_link in core/action_menu_trigger
...
* Introduce the "actionmenulinkclasses" block in the action_menu_link
template so other templates importing it can have the option to override
its classes.
* Have the action menu trigger template use the action menu link
template to reduce code duplication.
2020-08-27 13:30:46 +08:00
Jun Pataleta
6d9518cf56
MDL-69262 core: Make instance count variable as a static class variable
...
With the static function variable $instance, calls to
\action_menu_link::export_for_template() from its subclasses are stored
in different variables. This causes duplicate IDs when different
implementations of action menu links are rendered on the action menu
trigger/link template. (e.g. action_menu_link and
action_menu_link_secondary both rendered on the same page).
To make the incrementing uniform for the action_menu_link class and its
implementations, the $instance variable is moved out of the
export_to_template() method and is now made to a static class variable.
2020-08-27 13:30:46 +08:00
Andrew Nicols
0d8bf37407
Merge branch 'MDL-69458-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-08-27 12:43:10 +08: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
Andrew Nicols
22217ac42f
Merge branch 'MOODLE_39_MDL-69358' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-08-27 10:57:57 +08:00
Justin Hunt
d46ee17722
MDL-66810 mod_lti: Reinstate deprecated default permissions on iframe
...
microphone, webcam, camera, midi, encrypted-media, geolocation
2020-08-27 10:26:38 +08:00
Adrian Greeve
5f1d9df828
Merge branch 'MDL-69419-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-08-27 08:07:18 +08:00
AMOS bot
95cc0d562b
Automatically generated installer lang files
2020-08-27 00:07:08 +00:00
Sara Arjona
3584cd786a
Merge branch 'MDL-69389-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-08-26 18:03:06 +02:00
Sara Arjona
fa92e6a809
Merge branch 'MDL-69114-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-08-26 16:28:49 +02:00
Jun Pataleta
1257e39d92
MDL-69389 theme_classic: Make default body font colour darker
...
Links and normal text should have at least a colour contrast ratio
of 3:1. To achieve this, $body-color will be using the darker
shade of gray $gray-900 (#212529 ).
2020-08-26 11:08:28 +08:00
Jun Pataleta
65c7339199
MDL-69389 theme_boost: Make default body font colour darker
...
Links and normal text should have at least a colour contrast ratio
of 3:1. To achieve this, $body-color will be using the darker
shade of gray $gray-900 (#212529 ).
2020-08-26 11:08:28 +08:00
Jun Pataleta
2cb720a3d2
MDL-69387 pix: Create PNG versions of the darkened completion icons
...
Thanks to Barbara Ramiro <barbara@moodle.com > for the help in
generating these PNG versions of the darkened completion icons!
2020-08-26 11:03:18 +08:00
Jun Pataleta
138ed9c1fa
MDL-69387 pix: Darken completion icons
...
Darkened the fills of completion icons in order to meet the required
minimum contrast ratio of 3:1.
* Changed gray fills (#999 ) to #949494 .
* Changed blue fills (#76A1F0) to #6393ee
* Changed green fills (#9C3) to #79a128
Thanks to Barbara Ramiro <barbara@moodle.com > for the help in
updating the SVG icons!
2020-08-26 11:03:18 +08:00
Jun Pataleta
3c7a4833e5
MDL-69394 calendar: Fix event colour indicator contrast
...
* Darkened the link and clickable icon colours inside coloured events.
* Added borders around event colour indicators inside the month-view of
the calendar for better contrast against the white background.
2020-08-26 11:00:34 +08:00
Andrew Nicols
0400b5ef3f
MDL-69419 core: Task reset tests cannot use random test times
...
If a scheduled task which uses a 'R' field is picked, then the reset of
updated task times will not necessarily be correctly determined as the
randomisation is picked during reset.
This can lead to some random test failures.
Actively specifying a test which does not make use of the 'R' random
field time addresses this issue.
2020-08-26 09:58:35 +08:00
AMOS bot
122ed3beaf
Automatically generated installer lang files
2020-08-26 00:07:28 +00:00
Jun Pataleta
b58a45df37
MDL-69391 theme: Darken course selector text colour
...
Use $gray-600 for a darker text colour in the course select box.
This also makes the colour consistent with the view selector which
also uses $gray-600.
2020-08-25 14:40:34 +08:00
Jun Pataleta
2d450e9a3b
MDL-69391 theme: Darken navbar-light colour
...
Increase the opacity for the sass variable $navbar-light-color a
little bit in order to achieve an acceptable colour contrast against
the white background.
2020-08-25 14:40:34 +08:00
Adrian Greeve
3513964883
Merge branch 'MDL-68921-39' of git://github.com/vmdef/moodle into MOODLE_39_STABLE
2020-08-25 10:37:58 +08:00
Victor Deniz Falcon
fde9d44286
MDL-68921 core_h5p: Add H5P libraries metadata settings
...
An upgrade step updates installed H5P libraries
2020-08-25 00:35:59 +01:00
Neill Magill
ba8185cb2a
MDL-64525 comments: Should not be able to delete frozen comments
...
Before this change in a frozen context a user would be able to delete
their own comments.
After this change a user will only be able to delete their own comments
if they still have the capability to post new comments or the capability
to delete comments from any user.
2020-08-24 08:00:36 +01:00
Neill Magill
362c598d1b
MDL-64525 comments: Tests for deleting frozen comments
2020-08-24 08:00:35 +01:00
Mihail Geshoski
185fc93ed5
MDL-69458 report_insights: Respect perpage value in pagination bar
2020-08-24 09:30:46 +08:00
Eloy Lafuente (stronk7)
8b254440d6
Merge branch 'MDL-69493-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-22 17:09:43 +02:00
AMOS bot
5989a94787
Automatically generated installer lang files
2020-08-22 00:07:52 +00:00
Eloy Lafuente (stronk7)
e290345cd6
weekly release 3.9.1+
2020-08-21 20:43:20 +02: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
Jun Pataleta
ef1bb2b193
Merge branch 'MDL-66818-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-08-21 11:32:35 +08:00
Andrew Nicols
9e103451e2
MDL-66818 mod_forum: Use cap manager to check exportability
2020-08-21 08:17:16 +08:00
Andrew Nicols
832f5f7019
MDL-42434 chat: Disable stylelint important check
2020-08-21 07:38:06 +08:00
Sara Arjona
40f92ac55d
MDL-42434 mod_chat: styles for chat themes to view help-icon properly
...
The styles for the bubble and the compact themes have been reviewed
because there weren't enough contrast for the help icon.
2020-08-20 23:42:56 +01:00
Sara Arjona
887efbd939
MDL-42434 mod_chat: display the whole help text
...
When testing this issue was raised that the help text was cut-off.
This patch should fix this issue changing the placement from
right/left to top.
2020-08-20 23:42:56 +01:00
Ferran Recio
6305c7b83c
MDL-68892 mod_h5pactivity: add required to package
2020-08-20 17:20:13 +02:00
Adrian Greeve
6bbb4e4df2
Merge branch 'MDL-69055-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-08-20 12:02:49 +08:00
Andrew Nicols
79e98f6ac4
Merge branch 'MDL-69375_39' of https://github.com/Cvmcosta/moodle into MOODLE_39_STABLE
2020-08-20 11:51:08 +08:00
Adrian Greeve
1c1a96981d
Merge branch 'MDL-68964-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-08-20 11:42:30 +08:00
Adrian Greeve
6e9d203e52
Merge branch 'MDL-42434-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-08-20 11:24:43 +08:00
Adrian Greeve
c02fc98d06
Merge branch 'MDL-68683-39-fix' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2020-08-20 10:24:42 +08:00
Andrew Nicols
895e5748e1
Merge branch 'MDL-69449-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-20 09:25:19 +08:00
Andrew Nicols
96805ec18e
Merge branch 'MDL-68889-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-08-20 09:19:22 +08:00
Simey Lameze
010f1eff60
MDL-68683 competencies: fix query to delete stale files
2020-08-20 09:13:15 +08:00
Simey Lameze
a713a68af8
MDL-68683 competencies: step to delete orphaned evidence files
2020-08-20 09:09:37 +08:00
Simey Lameze
1547225e52
MDL-68683 core: fix DML exception on upgrade step
2020-08-20 09:02:50 +08: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
Andrew Nicols
3f51798192
Merge branch 'MDL-66818-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2020-08-20 08:17:01 +08:00
Simey Lameze
8578e19aff
MDL-66818 mod_forum: remove unnecessary behat steps
2020-08-20 08:05:00 +08:00
gthomas2
e4ffa5f3f6
MDL-66818 mod_forum: hide portfolio export button based on caps
2020-08-20 08:05:00 +08:00
Andrew Nicols
8cc9ebea1e
Merge branch 'MDL-66900-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-20 07:54:30 +08:00
Andrew Nicols
2cb5248ac3
Merge branch 'MDL-69473-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-08-20 07:44:12 +08:00
Andrew Nicols
43a9717a33
Merge branch 'MDL-69271_39' of https://github.com/stronk7/moodle into MOODLE_39_STABLE
2020-08-20 07:35:40 +08:00
Andrew Nicols
4fd5a7bfcb
Merge branch 'MDL-69054-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-08-20 07:32:03 +08:00
Andrew Nicols
3c2c15d4dc
Merge branch 'MDL-61215-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-08-20 07:17:13 +08:00
Andrew Nicols
7969cfb39f
Merge branch 'MDL-69401-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-08-20 07:03:36 +08:00
Victor Deniz Falcon
f2fe8b1664
Merge branch 'MDL-69297-39' of git://github.com/peterRd/moodle into MOODLE_39_STABLE
2020-08-19 23:45:32 +01:00
Eloy Lafuente (stronk7)
23dc056578
MDL-63375 workshop: apply specific IE10/11 fix
...
Credit goes to Matt Davidson (Syxton)
2020-08-19 17:54:45 +02:00
Peter Dias
6e37e120fc
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.
2020-08-19 15:48:42 +08:00
Adrian Greeve
091a6ca62e
Merge branch 'MDL-66665-39-POC2' of git://github.com/peterRd/moodle into MOODLE_39_STABLE
2020-08-19 14:29:06 +08:00
Peter Dias
a8cdc38272
MDL-66665 assign: Check whether a modified user could actually grade
2020-08-19 13:41:12 +08:00
Adrian Greeve
2296b4b16e
Merge branch 'MDL-68683-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2020-08-19 12:57:04 +08:00
Adrian Greeve
4e873c2ab6
Merge branch 'MDL-69475_39' of https://github.com/stronk7/moodle into MOODLE_39_STABLE
2020-08-19 10:44:23 +08:00
Andrew Nicols
130d29bb5f
Merge branch 'MDL-26401-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2020-08-19 08:52:02 +08:00
Andrew Nicols
3ae4d6e824
Merge branch 'MDL-69089-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
2020-08-19 08:20:00 +08:00
Eloy Lafuente (stronk7)
be1847d075
Merge branch 'MDL-65847-auth_db_error_handling-39' of git://github.com/leonstr/moodle into MOODLE_39_STABLE
2020-08-19 00:35:37 +02: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
Eloy Lafuente (stronk7)
b8b894dd36
Merge branch 'MDL-63375-39' of https://github.com/syxton/moodle into MOODLE_39_STABLE
2020-08-19 00:13:13 +02:00
Eloy Lafuente (stronk7)
a12b0aff07
Merge branch 'MDL-68444-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2020-08-18 19:15:13 +02:00
Eloy Lafuente (stronk7)
3523edfd90
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).
2020-08-18 16:24:57 +02:00
Eloy Lafuente (stronk7)
fbaab99733
Merge branch 'MDL-69273-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-08-18 10:59:37 +02:00
Simey Lameze
6408db6427
MDL-68683 competencies: step to delete orphaned evidence files
2020-08-18 16:05:59 +08:00
Simey Lameze
2cd36e8ea0
MDL-68683 core: fix DML exception on upgrade step
2020-08-18 16:04:32 +08:00
Andrew Nicols
6a930e2c88
MDL-69273 travis: Use exttests for https too
2020-08-18 07:50:48 +08:00
Andrew Nicols
78079c3f2b
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.
2020-08-18 07:40:14 +08:00
Paul Holden
a88c706d98
MDL-69493 cohort: remove escaping of return URL params.
2020-08-17 21:30:14 +01:00
Amaia Anabitarte
b9d20f8481
MDL-69089 core_contentbank: Tests for empty content names
2020-08-17 15:56:35 +02:00
Amaia Anabitarte
545b24fa52
MDL-69089 core_contentbank: Empty content names are not allowed
2020-08-17 15:56:35 +02:00
Andrew Nicols
2f6437ec5c
Merge branch 'MDL-69414_M39' of https://github.com/nadavkav/moodle into MOODLE_39_STABLE
2020-08-17 14:52:46 +08:00
Mihail Geshoski
806042d58a
MDL-69401 book: Limit character length in chapter title
2020-08-17 09:04:02 +08:00
carlos
58e66823a2
MDL-69375 mod_lti: Fix Names and Roles Link header format
...
- Changed line 469 of memberships.php to build Link header according to the Web Linking specification RFC8288.
2020-08-14 17:15:47 -03:00
Sara Arjona
119010b16d
MDL-42434 mod_chat: add again the usingchat help icon
...
In Moodle 2.4 the help icon displayed in the chat window was
removed. It has been added to gui_ajax and gui_basic in order to help users.
2020-08-14 17:13:06 +02:00
Sara Arjona
c6895d7dd4
MDL-69055 core_badges: display password/oauth fields properly
2020-08-14 17:10:33 +02:00
Sara Arjona
1f7f5e368d
MDL-69054 core_badges: allow editing OBv1.0 backpacks
2020-08-14 17:09:45 +02:00
Sara Arjona
b80006b600
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).
2020-08-14 17:06:57 +02:00
Sara Arjona
9e42721660
MDL-61215 core_badges: use the new optimised_image filetype group
...
For the badge picture (instead of the web_image which includes
SVG files).
2020-08-14 17:06:57 +02:00
Sara Arjona
0f13aee6fb
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...
2020-08-14 17:06:57 +02:00
Eloy Lafuente (stronk7)
8cc4708c2a
MDL-69271 auth_ldap: Don't assume any ordering, just verify matches
...
Both ldap or the DB can return information in a non-consistent
ordering leading to events to be generated in different order.
And current tests are, right now, assuming a given order.
Note this is a rare random, but it's happening, so better
fix it, see the issue for some more details.
So we just do the tests ordering immune, verifying that all the
expected events have been triggered and done. Irrespectively of their order.
2020-08-14 13:40:09 +02:00
Sara Arjona
507d51eebf
MDL-69473 contentbank: change incorrect ref to size in type column
2020-08-14 08:54:20 +02:00
Andrew Nicols
89d8f73703
weekly release 3.9.1+
2020-08-14 14:42:37 +08:00
Andrew Nicols
f0f37cb2e7
NOBUG: Fixed SVG browser compatibility
2020-08-14 14:42:35 +08: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
Andrew Nicols
5e372ecd61
Merge branch 'MDL-69253_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2020-08-13 11:52:32 +08:00
Andrew Nicols
4401c891e8
Merge branch 'MDL-60492-tagcloud_html-39' of https://github.com/leonstr/moodle into MOODLE_39_STABLE
2020-08-13 11:45:10 +08:00
Andrew Nicols
61a17c94be
Merge branch 'MDL-69381-39' of https://github.com/marinaglancy/moodle into MOODLE_39_STABLE
2020-08-13 11:29:09 +08:00
Adrian Greeve
75911e67bd
Merge branch 'MDL-68423-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-08-13 11:05:37 +08:00
Andrew Nicols
3a2eb35800
Merge branch 'MDL-68932-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2020-08-13 10:52:26 +08:00
Andrew Nicols
5ae88aba9d
Merge branch 'MDL-69421-39' of git://github.com/noeldemartin/moodle into MOODLE_39_STABLE
2020-08-13 09:35:59 +08:00
Andrew Nicols
dbd0a1dbf7
Merge branch 'MDL-67991-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
2020-08-13 09:04:15 +08:00
Andrew Nicols
d1e4c0fecc
Merge branch 'MDL-69241-39' of git://github.com/mickhawkins/moodle into MOODLE_39_STABLE
2020-08-13 08:47:03 +08:00
Andrew Nicols
522dd18e62
Merge branch 'MDL-60260-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-13 07:55:21 +08:00
Andrew Nicols
563bfb4582
Merge branch 'MDL-69143-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-08-13 07:45:44 +08: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
Eloy Lafuente (stronk7)
a64f376595
Merge branch 'MDL-68860-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-13 01:08:32 +02:00
Eloy Lafuente (stronk7)
f620bbf2f5
Merge branch 'MDL-68558-39-plugindepscheckdeadend' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-08-13 00:40:17 +02:00
Eloy Lafuente (stronk7)
4ddbc1ee38
Merge branch 'MDL-67394-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-13 00:29:15 +02:00
Eloy Lafuente (stronk7)
f9bd169b6e
Merge branch 'MDL-67002_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2020-08-13 00:26:09 +02:00
Ferran Recio
332fdda507
MDL-68964 mod_chat: fix theme param
2020-08-12 17:30:02 +02:00
Ferran Recio
77f46da53a
MDL-69143 contentbank: catching Exception on file upload
2020-08-12 16:58:26 +02:00
Bas Brands
ebacd8353f
MDL-68889 block_recentlyaccessedcourses: small viewport issues
...
- on small devices the recentlyaccessedcourses does not show any courses
2020-08-12 13:05:13 +02:00
Paul Holden
a97c45a15d
MDL-66900 course: don't clean category description when editing.
2020-08-12 11:48:29 +01:00
Simey Lameze
f307dc23d7
MDL-26401 group: change import to use csv_import_reader class
2020-08-12 16:35:56 +08:00
Simey Lameze
b21f182106
MDL-26401 group: add delimiter and encoding fields to import
2020-08-12 16:35:56 +08:00
Paul Holden
0991b0a091
MDL-69449 block_timeline: use dayslimit context data in template.
...
Ensures the correct value is used when initially rendering the
course timeline.
2020-08-12 09:19:29 +01:00
Andrew Nicols
54eb1f8f23
Merge branch 'MDL-68618-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-12 13:41:00 +08:00
Andrew Nicols
97df1db020
Merge branch 'MDL-69353-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-12 11:22:40 +08:00
Andrew Nicols
8c1eb6cfd3
Merge branch 'MDL-68334-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-08-12 11:14:05 +08:00
Andrew Nicols
4eeb1bbd8f
Merge branch 'MDL-69296-m39' of https://github.com/NeillM/moodle into MOODLE_39_STABLE
2020-08-12 10:29:58 +08:00
Mikhail Golenkov
5778aa1fa1
MDL-69358 backup: Do not clean up records for incomplete adhoc tasks.
...
Co-authored-by: Heena Agheda <heenaagheda@catalyst-au.net >
2020-08-12 12:07:28 +10:00
Andrew Nicols
a0c582342c
Merge branch 'MDL-68731_39' of https://github.com/jonof/moodle into MOODLE_39_STABLE
2020-08-12 09:11:25 +08:00
Andrew Nicols
cf13f285e4
Merge branch 'MDL-69143-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-08-11 14:34:10 +08:00
Andrew Nicols
08d7dd1db4
Merge branch 'MDL-69168_recently-accessed-items-block-uses-stock-lti-icon__MOODLE_39_STABLE' of https://github.com/stopfstedt/moodle into MOODLE_39_STABLE
2020-08-11 13:00:36 +08:00
Adrian Greeve
a6908c3ee8
Merge branch 'MDL-69204-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-11 08:45:14 +08:00
Paul Holden
cc91fe0988
MDL-68618 mod_forum: stop reverting idnumber when updating instance.
2020-08-10 09:11:12 +01:00
Paul Holden
f66e6749ae
MDL-68860 mod_lti: Oracle support for retrieving shared secrets.
...
Thanks to Mark van Hoek!
2020-08-10 09:06:07 +01:00
Adrian Greeve
f3fd372584
Merge branch 'MDL-60493-grader_span_tag-39' of https://github.com/leonstr/moodle into MOODLE_39_STABLE
2020-08-10 09:22:18 +08:00
Nadav Kavalerchik
e29a887814
MDL-69414 qtype/ddimageortext: Fix dropzones display in RTL mode
2020-08-09 11:45:21 +03:00
Luca Bösch
f1743d9179
MDL-68334 user: Display name in footer as elsewhere.
2020-08-08 10:38:40 +02:00
Stefan Topfstedt
73827e8eda
MDL-69168 block_recentlyaccesseditems: apply custom icon
...
Overwrite the default mod icon with the configured icon url if
applicable.
2020-08-07 09:15:05 -07:00
Matt Davidson
abb81c79d7
MDL-63375 workshop: fix rubric grid view
2020-08-07 08:48:41 -04:00
Amaia Anabitarte
8b55712485
MDL-67991 availability: Fix access restrictions labels
2020-08-07 10:02:25 +02:00
Michael Hawkins
f967acc533
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.
2020-08-07 12:53:26 +08:00
Eloy Lafuente (stronk7)
61d4bf3f88
weekly release 3.9.1+
2020-08-06 20:51:32 +02:00
Noel De Martin
94dc00614c
MDL-69421 behat: Revert app behat navigation to call session visit
2020-08-06 12:15:51 +02:00
Jun Pataleta
976ec609bc
Merge branch 'MDL-60501-h4_close_tag-39' of https://github.com/leonstr/moodle into MOODLE_39_STABLE
2020-08-06 12:11:18 +08:00
Jun Pataleta
7cc4f8883a
Merge branch 'MDL-69111-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-08-06 11:36:48 +08:00
Adrian Greeve
9b48e7420e
Merge branch 'MDL-40227-39-1' of git://github.com/peterRd/moodle into MOODLE_39_STABLE
2020-08-06 11:28:34 +08:00
Peter
eae4f24877
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
2020-08-06 10:44:59 +08:00
Adrian Greeve
72e24ec057
Merge branch 'MDL-69311-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-06 09:49:32 +08:00
Adrian Greeve
da2cb39c15
Merge branch 'MOODLE_39_MDL-66626' of https://github.com/golenkovm/moodle into MOODLE_39_STABLE
2020-08-06 09:07:26 +08:00
Eloy Lafuente (stronk7)
695b470305
Merge branch 'MDL-66670-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-08-06 00:58:26 +02:00
Leon Stringer
076bbff5a7
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>.
2020-08-05 12:55:02 +01:00
Shamim Rezaie
023064558f
MDL-68932 core: showhidesettings to work with multiple hideIf()s
2020-08-05 19:08:27 +10:00
Adrian Greeve
a934784741
Merge branch 'MDL-68647-39-forumprivacysql' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-08-05 14:22:22 +08:00
Adrian Greeve
13a31a6b83
Merge branch 'MDL-60932-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
2020-08-05 10:08:50 +08:00
Eloy Lafuente (stronk7)
f29c1bee74
Merge branch 'MDL-67831-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-08-05 00:47:33 +02:00
Tim Hunt
3c5ba23f7f
MDL-69253 mod_quiz: unit test for the last commit
2020-08-04 14:50:57 +01:00
Josh Ebarvia
777c810671
MDL-69253 mod_quiz: Fix timecreated is 0 when creating a quiz activity
2020-08-04 14:50:57 +01:00
Jun Pataleta
9a642c49e1
Merge branch 'MDL-60574_39' of https://github.com/t-schroeder/moodle into MOODLE_39_STABLE
2020-08-04 19:51:20 +08:00
Eloy Lafuente (stronk7)
a5708767a0
Merge branch 'MDL-55299-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-08-04 12:34:06 +02:00
Jun Pataleta
1117eb6579
Merge branch 'MDL-69336-39' of git://github.com/mickhawkins/moodle into MOODLE_39_STABLE
2020-08-04 16:54:21 +08:00
Tim Schroeder
f131e22bc4
MDL-60574 atto_undo: fixed redo erasing content
...
When you'd hit ctrl-y with nothing on the redo stack the entire
content of Atto would get deleted with no way of getting it back.
2020-08-04 09:25:00 +02:00
Michael Hawkins
76fd40f2f9
MDL-69336 lib: Correctly return promises when table show/hide columns
...
Previously showColumn and HideColumn were returning nothing, so
attempts to catch exceptions were themselves throwing errors in the
browser console.
2020-08-04 15:20:29 +08:00
Michael Hawkins
52925cb9df
MDL-69336 lib: Reinstating tablelib column show/hide functionality
...
Also added behat testing for hide/show columns in participants table.
2020-08-04 15:20:29 +08:00
Eloy Lafuente (stronk7)
3d68237956
Merge branch 'MDL-69367-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-03 16:29:09 +02:00
Leon Stringer
b79b33c664
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.
2020-08-03 11:49:55 +01:00
Eloy Lafuente (stronk7)
8a6b5024a1
Merge branch 'MDL-62980-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-03 12:38:25 +02:00
Bas Brands
f51dcd3c96
MDL-69114 theme_boost: improve the color contrast for .*-info classes
2020-08-03 11:36:48 +02:00
Eric Merrill
7a4f10ddda
MDL-69112 assign: Improve parsing of uploaded feedback names
2020-07-31 19:08:27 -04:00
Marina Glancy
2d7f517b5b
MDL-69381 core_backup: make progressbar selector more specific
2020-07-31 13:30:07 +02:00
Amaia Anabitarte
3161583d89
MDL-60932 core_user: Fix docs link for participants page
...
Co-authored by: David Mudrák <david@moodle.com >
2020-07-31 10:30:18 +02:00
Neill Magill
9e3b1f2d7e
MDL-69296 resource: Pressing cancel should always exit settings form
...
Before this change if a user used navigated to a resource activity
from another activity and then edited the settings it was likely
that using the cancel button would result in file downloading,
rather than being returned to their last page.
After this change the user will be back on the page they came from.
2020-07-31 07:57:29 +01:00
Paul Holden
ff2d425711
MDL-67394 dml: improve thrown exception when Oracle can't parse query.
2020-07-30 16:23:00 +01:00
Victor Deniz Falcon
95c4f624c8
weekly release 3.9.1+
2020-07-30 12:54:18 +01:00
Victor Deniz Falcon
7882fff01a
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-07-30 12:54:12 +01:00
Paul Holden
d68848383e
MDL-62980 tool_dataprivacy: show persistent errors inside form.
2020-07-30 08:23:19 +01:00
AMOS bot
f395c5b238
Automatically generated installer lang files
2020-07-30 00:09:02 +00:00
Eloy Lafuente (stronk7)
a9782addfc
Merge branch 'MDL-63252-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2020-07-30 00:47:57 +02:00
Victor Deniz Falcon
d093887447
Merge branch 'MDL-66707-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2020-07-29 23:17:25 +01:00
Victor Deniz Falcon
f0be299db3
Merge branch 'MDL-68968-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2020-07-29 22:02:28 +01:00
Paul Holden
6a3edc34bd
MDL-60260 course: validate external fields on create/update course.
...
Ensure course fullname/shortname fields are not empty.
2020-07-29 19:57:22 +01:00
Victor Deniz Falcon
135dfe2144
Merge branch 'MDL-68706-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-07-29 19:05:02 +01:00
Ferran Recio
13de4b94dc
MDL-69143 contentbank: fix tests when extra plugins installed
2020-07-29 17:52:26 +02:00
Ferran Recio
c6ec3c048e
MDL-69143 contentbank: add import file method to content
2020-07-29 17:52:26 +02:00
Victor Deniz Falcon
6d1680998d
Merge branch 'MDL-69199-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
2020-07-29 11:54:46 +01:00
Jonathon Fowler
bbfcb91b1f
MDL-68731 forum: fix digests not correctly updating post read statuses
2020-07-29 15:41:31 +10:00
Jun Pataleta
7d1f5e81ea
Merge branch 'MDL-69252-close_tag-39' of https://github.com/leonstr/moodle into MOODLE_39_STABLE
2020-07-29 11:17:40 +08:00
Eloy Lafuente (stronk7)
5f9d183b46
Merge branch 'MDL-69319-39' of https://github.com/snake/moodle into MOODLE_39_STABLE
2020-07-29 00:20:37 +02:00
Paul Holden
646ebff5dd
MDL-69367 quizaccess_seb: correct foreign key table reference.
2020-07-28 13:33:59 +01:00
Juan Leyva
8f6f312d65
MDL-69095 tool_mobile: Display warning if not allowed to use qr login
2020-07-28 13:55:21 +02:00
Juan Leyva
5762e5ec3e
MDL-69095 tool_mobile: Avoid non-https sites using qrlogin by default
2020-07-28 13:55:21 +02:00
Leon Stringer
52dbe51339
MDL-60493 mod_assign: Unused JS variables
...
Removed unused JavaScript variables fixing CI warning "ESLint error
[no-unused-vars]".
2020-07-28 12:04:03 +01:00
Leon Stringer
dfaad3e8ca
MDL-60493 mod_assign: Remove rogue </span>
...
In the grading interface (/mod/assign/view.php?id=2&action=grader)
there was a rogue </span> with no opening <span>. Also changed
<span><form> to <div><form> in included template fixing CiBoT HTML
Validation error.
2020-07-28 12:03:29 +01:00
Jun Pataleta
7da6f2675d
Merge branch 'MDL-65453-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2020-07-28 11:42:17 +08:00
Simey Lameze
9ae2623d89
MDL-65453 core: fix behaviour of --skip-database option on install
2020-07-28 11:27:30 +08:00
Paul Holden
e64f37c3c5
MDL-69204 tool_dataprivacy: summary link only on current user profile.
2020-07-27 17:25:02 +01:00
Jun Pataleta
b39ed13500
Merge branch 'MDL-66755-39' of https://github.com/SergioComeron/moodle into MOODLE_39_STABLE
2020-07-27 16:55:43 +08:00
Adrian Greeve
532a81f846
Merge branch 'MDL-69079-39-1' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-07-27 08:54:26 +08:00
AMOS bot
2b96f7b343
Automatically generated installer lang files
2020-07-27 00:07:30 +00:00
AMOS bot
6a07b3c08c
Automatically generated installer lang files
2020-07-27 00:07:30 +00:00
Mikhail Golenkov
744726275d
MDL-66626 assignfeedback_editpdf: Check page count for attempt.
...
Co-Authored-By: John Yao <johnyao@catalyst-au.net >
2020-07-27 09:51:11 +10:00
Mikhail Golenkov
07afdeedac
MDL-66626 assignfeedback_editpdf: Count files outside of foreach loop.
...
Co-Authored-By: John Yao <johnyao@catalyst-au.net >
2020-07-27 09:51:11 +10:00
AMOS bot
b8c3fefd02
Automatically generated installer lang files
2020-07-25 00:07:55 +00:00
Paul Holden
ac7cb0921b
MDL-68706 customfield_textarea: allow field content to be cleared.
2020-07-24 13:44:48 +01:00
Paul Holden
6b6a083916
MDL-69353 admin: set page title when prompting for upgrade key.
2020-07-24 13:30:27 +01:00
Tim Hunt
6acd719f0f
MDL-67002 quiz reports: fix sorting on Oracle in the responses report
2020-07-24 11:45:02 +01:00
Sergio Comerón
455e7f50d8
MDL-66755 forum: Subscription cancel when edit a message
2020-07-24 09:04:25 +02:00
Mihail Geshoski
f49fe84488
MDL-69079 core: Restore and set missing guest user
2020-07-24 11:11:42 +08:00
Mihail Geshoski
5ce4bd05df
MDL-69079 course: Handle missing guest when fetching recommended modules
2020-07-24 11:09:31 +08:00
Mihail Geshoski
b9f2e3d99b
MDL-69079 course: Handle fetch module data failures in activity chooser
2020-07-24 11:09:28 +08:00
AMOS bot
42bcf62000
Automatically generated installer lang files
2020-07-24 00:09:19 +00:00
Sam Marshall
86f5acdc88
MDL-63252 tool_xmldb: convert default to float to avoid false positives
2020-07-24 07:53:52 +08:00
Simey Lameze
45aa8db99d
MDL-68968 core: fix wrong phpdoc on admin_externalpage
2020-07-24 07:46:22 +08:00
Amaia Anabitarte
d35fc78761
MDL-69199 mod_quiz: Show timefinish in user Complete report
2020-07-23 18:54:05 +02:00
Victor Deniz Falcon
d8b0be3eb3
weekly release 3.9.1+
2020-07-23 16:10:40 +01:00
Victor Deniz Falcon
12e884c5b3
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-07-23 16:10:34 +01:00
David Mudrák
115d6033fc
MDL-68558 admin: Allow to go back to plugins check page on failed deps
...
Once the admin reaches the Plugin dependencies check with a failed
plugin dependency, the "Continue" button should take him/her to the
previous page where the dependency can be sorted out, or the plugin
installation cancelled. Also the "Cancel this installation" should work
on this page, too.
None of this was happening correctly because the page with failed
dependencies is loaded with "confirmplugincheck" set to 1 as a result
of confirming the previous step. We must explicitly override it back to
0 to navigate the user back to the previous step.
2020-07-23 17:02:31 +02:00
Bas Brands
9ffeab1ad1
MDL-67831 core_message: use space available for message index page
...
- the prevents the message reply box from being out of view when
a user has many conversations.
2020-07-23 11:34:44 +02:00
AMOS bot
7bad9a9f15
Automatically generated installer lang files
2020-07-23 00:07:49 +00:00
Victor Deniz Falcon
5a003a1da9
Merge branch 'MDL-65819-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-07-22 19:00:14 +01:00
Ferran Recio
9e96129104
MDL-55299 mod_feedback: fix quoted values donwload
2020-07-22 19:23:46 +02:00
Paul Holden
5068d59b13
MDL-69311 dataformat: correct license docblock.
...
When this class was implemented in 8844cb82 , it incorrectly set the
license to Moodle Workplace.
2020-07-22 10:44:38 +01:00
Andrew Nicols
bf9c4ab68a
MDL-69138 behat: Update session->visit() to use visit step
2020-07-22 16:46:51 +08:00
Andrew Nicols
44022305cc
MDL-69138 behat: Add "I visit :localurl" step
2020-07-22 16:46:51 +08:00
Jun Pataleta
0595cfb07d
Merge branch 'MDL-52052-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-07-22 13:47:06 +08:00
Jun Pataleta
c8098c7a80
Merge branch 'MDL-68178-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-07-22 12:58:58 +08:00
Eloy Lafuente (stronk7)
2e71c132fe
Merge branch 'MDL-69160-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-21 23:29:36 +02:00
Bas Brands
7c3522f902
MDL-69111 mod_forum: forum grading on small viewports
...
- changes to make the forum grading UI accessible in small
viewports to meet criterion 1.4.10 Reflow.
2020-07-21 17:43:03 +02:00
David Mudrák
4dcb3165e7
MDL-68647 forum: Add index over posts privatereplyto field
...
This is to further improve the performance of searching of posts related
to the given user. Once both userid and privatereplyto are indexed, the
query planner can use the merged index to search for posts records.
2020-07-21 11:51:20 +02:00
David Mudrák
4fbe8bec4a
MDL-68647 forum: Improve the SQL performance in the privacy provider
...
The idea here is to replace the existing LEFT JOINs and
OR / IS NOT NULL conditions with INNER JOINs and ANDs. So we gather the
discussions data from all three areas in individual queries, make their
UNION. The GROUP BY was present before and maybe it is not even needed
any more (due to how UNION works) but it should not hurt to keep it.
This leads to significantly improved performance.
2020-07-21 11:48:35 +02:00
David Mudrák
4a723a329e
MDL-68647 forum: Add missing advanced grading library inclusion
...
The method get_grading_manager() is called in the file so make sure the
library is loaded. Without it, the forum's privacy provider unit test
ended with error.
Not directly related to the issue, but noticed while working on it.
2020-07-21 11:48:35 +02:00
Adrian Greeve
592b8980aa
Merge branch 'MDL-67657-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-21 14:48:10 +08:00
Ferran Recio
1e63a97698
MDL-68423 message: avoid self-xss when send a message
2020-07-20 19:52:58 +02:00
Eloy Lafuente (stronk7)
9d41810bed
Merge branch 'm39_MDL-67440' of https://github.com/danmarsden/moodle into MOODLE_39_STABLE
2020-07-20 17:08:21 +02:00
Leon Stringer
8cdebcf4e0
MDL-60501 themes: Fix closing <h4> in template
...
In site admin pages (/admin/search.php) <h4> elements were generated
with an incorrect second opening <h4> instead of a closing </h4>.
2020-07-20 15:48:50 +01:00
Bas Brands
9744e6e8cb
MDL-66670 theme_boost: list bullet styling
...
Ensure lists with bullets are not cut off
2020-07-20 14:49:08 +02:00
Jake Dallimore
f4d6bd1188
MDL-69319 mod_lti: style and docs changes in external tests
2020-07-20 15:00:25 +08:00
Jake Dallimore
d8c8c75ec4
MDL-69319 mod_lti: replace try/catch with expectException in ext tests
2020-07-20 15:00:25 +08:00
Jake Dallimore
9eaaa8997b
MDL-69319 mod_lti: remove unused vars from externallib_test
2020-07-20 15:00:24 +08:00
Jake Dallimore
ef2a7d7302
MDL-69319 mod_lti: move test data generation out of common setup
2020-07-20 15:00:24 +08:00
Jake Dallimore
b660b92b3f
MDL-69319 mod_lti: call clean_returnvalue in external tests
2020-07-20 15:00:24 +08:00
Mihail Geshoski
87ae4833c4
MDL-68178 auth: CSRF protection for the resend confirmation email form
...
Credit to Chandra Kishor.
2020-07-20 12:36:29 +08:00
Adrian Greeve
4f9d34da81
Merge branch 'MDL-69113_39' of https://github.com/jonof/moodle into MOODLE_39_STABLE
2020-07-20 10:37:03 +08:00
Mihail Geshoski
13ad9d1f5b
MDL-52052 gradeimport_csv: Do not skip rows with blank user fields
2020-07-20 08:55:05 +08:00
Eloy Lafuente (stronk7)
8cf328dc54
Merge branch 'MDL-69278-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-18 11:56:01 +02:00
Paul Holden
af1f371aa7
MDL-65819 message: send contact requests using recipient language.
2020-07-17 13:33:20 +01:00
Sara Arjona
3e78b603a5
weekly release 3.9.1+
2020-07-16 21:28:34 +02:00
Andrew Nicols
50da793d5b
MDL-67657 behat: Open course with editing using URL
...
This is a huge performance improvement for behat.
The current set of steps loads the page
It then looks for the Classic/Clean version of the settings menu
If it fails to find it looks for the Boost Cog
Then it clicks the "Turn editing on" button
This can take a substantial period.
We do not actually need to run these steps as we are able to jump
straight to the URL. We already have access to the sesskey value
required to do this.
There is not loss in testing functionality because the actual testing of
the Turn editing functionality is tested in other places sufficiently.
2020-07-16 11:06:43 +08:00
Andrew Nicols
4affbe94be
MDL-67657 behat: Convert existing uses of executeScript
2020-07-16 11:06:31 +08:00
Andrew Nicols
d18eacbd35
MDL-67657 behat: Add wrapper for JS execution
2020-07-16 11:05:32 +08:00
Jun Pataleta
3de3755281
Merge branch 'MDL-69215-39-2' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-16 09:42:52 +08:00
Andrew Nicols
04a1611139
MDL-69278 behat: Correct variable name
2020-07-16 08:29:57 +08:00
Andrew Nicols
0b5889d299
MDL-69278 behat: Mark tests as failed when unable to start Session
2020-07-16 08:29:57 +08:00
Andrew Nicols
aa6bf0f367
MDL-69215 output: Correct use of icon_system::instance
2020-07-16 07:30:32 +08:00
Andrew Nicols
7164e1626e
MDL-69215 output: Correct font awesome for themes
2020-07-16 07:30:32 +08:00
Eloy Lafuente (stronk7)
a869415180
Merge branch 'MDL-69214-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-07-16 00:01:19 +02:00
Eloy Lafuente (stronk7)
b39f2de8ad
Merge branch 'MDL-69165-39' of https://github.com/HuongNV13/moodle into MOODLE_39_STABLE
2020-07-15 23:47:24 +02:00
Charles Fulton
b02b1f3ea9
MDL-69074 admin: ensure consistent default for getremoteaddrconf
2020-07-15 19:05:52 +02:00
Sara Arjona
72ad5d94ea
Merge branch 'MDL-68605_39' of https://github.com/t-schroeder/moodle into MOODLE_39_STABLE
2020-07-15 18:52:46 +02:00
Sara Arjona
1c2358de43
Merge branch 'MDL-68210-39' of https://github.com/snake/moodle into MOODLE_39_STABLE
2020-07-15 18:19:44 +02:00
Shamim Rezaie
ba56dfb574
MDL-66707 mod_forum: do not blindly mark discussion replies as read
2020-07-15 22:27:10 +10:00
Sara Arjona
da48e72353
Merge branch 'MDL-67671_39_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_39_STABLE
2020-07-15 14:11:46 +02:00
Sara Arjona
3c5757b0e2
Merge branch 'MDL-57678-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-07-15 12:56:20 +02:00
Jun Pataleta
e1a310bde7
MDL-57678 core_course: Remove padding of nbsp's on category names
...
Padding nested course categories by space to make them render in a tree
structure does not really make a lot of sense as they are already being
rendered as full paths. It's simpler to show them without the
indentation.
2020-07-15 18:27:02 +08:00
Sara Arjona
a040f29f03
Merge branch 'MDL-69068-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-15 12:20:30 +02:00
Andrew Nicols
3f3262c76e
MDL-69068 behat: Allow singular, pivotted data generators
2020-07-15 15:27:31 +08:00
Andrew Nicols
5018c4e4db
MDL-69068 behat: New step to support singular generators
2020-07-15 15:27:31 +08:00
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
Andrew Nicols
55c7fe15a0
Merge branch 'MDL-69158-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-07-06 12:12:12 +08:00
Jake Dallimore
82dba4d510
Merge branch 'MDL-69136-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-06 10:44:34 +08:00
Mihail Geshoski
9ecff3766a
MDL-60827 oauth2: Consider requireconfirmation setting on login
2020-07-06 10:05:16 +08:00
Michael Hawkins
4fb85c9c9f
MDL-69128 admin: Convert HTML entities when populating tasklogs filter
2020-07-06 10:04:17 +08:00
AMOS bot
6ea5922916
Automatically generated installer lang files
2020-07-06 00:08:30 +00:00
Leon Stringer
287e8f16e6
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.
2020-07-05 15:57:42 +01:00
Matteo Scaramuccia
846422a90f
MDL-68588 Backup: Hide ->backuptempdir in exception info
2020-07-03 21:18:30 +02:00
Jun Pataleta
ea6621e00e
MDL-69110 core: Unset the correct sort data element
2020-07-04 00:50:21 +08:00
Eloy Lafuente (stronk7)
44ffa8a801
weekly release 3.9+
2020-07-03 18:41:38 +02:00
Eloy Lafuente (stronk7)
a1d5911159
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-07-03 18:41:32 +02:00
Jake Dallimore
c38e38d6b4
Merge branch 'MDL-69130-39-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-07-02 12:08:37 +08:00
Jake Dallimore
f5b5f97f56
Merge branch 'MDL-69149-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-02 11:57:18 +08:00
Jake Dallimore
5528302282
Merge branch 'MDL-69122-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-07-02 11:49:19 +08:00
AMOS bot
995f0a3a58
Automatically generated installer lang files
2020-07-02 00:08:08 +00:00
Eloy Lafuente (stronk7)
894ebe38a2
Merge branch 'MDL-69072-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-07-01 23:23:45 +02:00
Andrew Nicols
0609febf16
MDL-69072 behat: Remove restart_browser_after feature
...
This is no longer required as the Mink session is restarted after every
test regardless.
2020-07-01 23:23:39 +02:00
Luca Bösch
1d6c1cc0ae
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.
2020-07-01 16:42:50 +08:00
Jun Pataleta
50b076c4af
MDL-69115 course: More course management accessibility fixes
...
* Added aria-label for category single select element when on Courses
view mode.
* Fix correct labelling of custom control checkboxes. Instead of adding
aria-label in the label element, add an sr-only span within the label.
* Remove inappropriate 'group' role for the list of courses.
The list of courses is not being rendered as a tree structure
so adding a 'group' role to the list of courses is not really
necessary.
* Add aria-label for the search courses field.
* Add legend for the search courses fieldset.
* Use the primary colour for the category selection highlight instead
of the info colour.
* Changed the labels for the up/down icons using moveup/movedown
lang strings.
2020-07-01 14:45:26 +08:00
Paul Holden
d783f12861
MDL-69150 message_airnotifier: correct apps portal link.
2020-07-01 08:39:47 +08:00
Paul Holden
f324c2d16c
MDL-69151 message_airnotifier: start output before accesskey request.
...
This allows debugging generated by the request to be shown on the
page.
2020-07-01 08:32:34 +08:00
Huong Nguyen
5486975097
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
2020-06-30 14:48:47 +07:00
Cameron Ball
d4b6b26f4f
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.
2020-06-30 13:56:57 +08:00
Peter Burnett
996dd0b0b9
MDL-68784 scorm: Removed limit on allowed scorm users in report
2020-06-30 15:17:51 +10:00
Luca Bösch
b44588aaba
MDL-69158 block_blog_menu: format search form.
2020-06-29 11:13:55 +02:00
Andrew Nicols
95fbf4d8e5
MDL-69136 behat: Improve reliability of navigation steps
2020-06-29 11:36:36 +08:00
Andrew Nicols
6f78024717
MDL-69136 behat: Support find on a NodeElement
2020-06-29 11:36:30 +08:00
Andrew Nicols
7b2e257157
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.
2020-06-26 21:17:23 +08:00
Andrew Nicols
bb344d07e7
MDL-69072 behat: Relaunch browser session between scenarios
2020-06-26 21:17:22 +08:00
Andrew Nicols
959c2cb84e
MDL-69149 core_grade: Correct xpath attribute selector
2020-06-26 19:59:56 +08:00
Andrew Nicols
ee7b438f61
MDL-69135 core_calendar: PendingJS for event filtering
2020-06-26 07:58:36 +08:00
Helen Foster
dc0241306b
MDL-69130 lang: Import fixed English strings (en_fix)
...
Significant string change:
- presentationoraltrequired,atto_image - wording changed to mention
'decorative only' checkbox
2020-06-25 21:52:35 +02:00
Eloy Lafuente (stronk7)
89ce4db476
weekly release 3.9+
2020-06-25 18:06:36 +02:00
Eloy Lafuente (stronk7)
55a1405a84
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-06-25 18:06:31 +02:00
Jonathon Fowler
fb21fc9274
MDL-69113 assign: save grader app workflow/marker filters correctly
2020-06-25 14:40:07 +10:00
Bas Brands
57b920b8b7
MDL-69122 report_competency: fix clearfix
...
- a misplaced clearfix caused part of the recontrols to be
inaccessible
2020-06-24 09:15:28 +02:00
Nicolas Martignoni
bae07c1bfb
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.
2020-06-24 10:14:53 +08:00
Peter Dias
4f7016f2da
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
2020-06-24 10:14:51 +08:00
Andrew Nicols
7af8441403
MDL-66568 behat: Reset theme CSS between scenarios
2020-06-23 18:03:52 +02:00
Andrew Nicols
7ba95339a6
MDL-66568 behat: Support building of themes for behat
2020-06-23 18:03:52 +02:00
Andrew Nicols
b6c37f2926
MDL-66568 core_output: Return built theme CSS
2020-06-23 18:03:52 +02:00
AMOS bot
b8408c3582
Automatically generated installer lang files
2020-06-23 12:25:17 +00:00
Bas Brands
fb625069cf
MDL-69021 theme_boost: improve link styles in alerts
...
- provide default styles for links in alerts if the .alert-link
css class is omitted.
2020-06-23 11:31:23 +08:00
hiendinh
d4297993a4
MDL-68841 Modal dialogs: Wrong behavior of popup
2020-06-23 09:45:44 +08:00
Víctor Déniz Falcón
2104324ded
Merge branch 'MDL-69099-39-disabledtasks' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-06-22 17:20:10 +01:00
David Mudrák
153b2cb484
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.
2020-06-22 10:10:15 +02:00
Jake Dallimore
c72adaa749
Merge branch 'MDL-69047-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
2020-06-22 12:41:28 +08:00
Adrian Greeve
3c2ed1533c
Merge branch 'MDL-69077_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2020-06-22 10:41:47 +08:00
Jun Pataleta
b9518bf811
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.
2020-06-19 16:49:03 +02:00
Amaia Anabitarte
4f0f1bd84f
MDL-69047 core_contentbank: Hard coding status messages
2020-06-18 18:07:41 +02:00
Sara Arjona
e2ef786003
weekly release 3.9+
2020-06-18 14:14:00 +02:00
Russell Boyatt
5b134b5de5
MDL-66899 quiz: Adding test for regrading quiz event.
2020-06-18 04:52:47 +01:00
Russell Boyatt
62c4da281a
MDL-66899 quiz: Log a regrading event when quiz attempt is regraded.
2020-06-18 04:52:47 +01:00
Víctor Déniz Falcón
4c27f858b9
Merge branch 'MDL-69060-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-06-17 23:44:40 +01:00
Tim Hunt
6ced5c26d0
MDL-69077 questions: question tag capabilties are relevant
2020-06-17 13:07:30 +01:00
hiendinh
ccd504115d
MDL-68890 progressbar: prevent display exist file's progress bar
2020-06-17 19:54:06 +08:00
Jake Dallimore
647e5d8021
Merge branch 'MDL-68215-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-06-17 14:58:35 +08:00
Tim Hunt
6a7042d980
MDL-68971 webservice: errors should give enough info to find the problem
2020-06-17 11:36:46 +08:00
Jun Pataleta
7532b032bb
Merge branch 'MDL-67294-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-06-17 10:36:14 +08:00
Jun Pataleta
b5c1d17da5
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.
2020-06-16 17:59:03 +01:00
Mihail Geshoski
56a7d91066
MDL-67294 assignsubmission_file: Make sure record exists before updating
2020-06-17 00:55:46 +08:00
Tim Hunt
93d636a95b
MDL-68436 atto_recordrtc: only works once per page
2020-06-16 14:40:35 +08:00
Víctor Déniz Falcón
7ca771e4ac
Merge branch 'MDL-69044_39' of https://github.com/stronk7/moodle into MOODLE_39_STABLE
2020-06-15 17:36:32 +01:00
Luca Bösch
6e7e7e1241
MDL-68215 block_activity_result: Format elements more nicely.
2020-06-15 15:26:13 +02:00
Luca Bösch
8b43f32f8c
MDL-69060 core_contentbank: fix contenbank typos.
2020-06-15 13:37:00 +02:00
Eloy Lafuente (stronk7)
a30eb7d16c
MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts
2020-06-14 13:09:13 +02:00