Andrew Nicols
57e233e742
Merge branch 'MDL-68853-master' of git://github.com/ilyatregubov/moodle
2021-02-17 11:47:27 +08:00
Andrew Nicols
ab024ac209
Merge branch 'MDL-47410-master' of git://github.com/mihailges/moodle
2021-02-17 09:34:22 +08:00
Andrew Nicols
c7529c7859
Merge branch 'MDL-70264-master' of git://github.com/sarjona/moodle
2021-02-17 07:26:15 +08:00
Eloy Lafuente (stronk7)
166add5c8c
Merge branch 'MDL-69562_master' of https://github.com/dvdcastro/moodle
2021-02-16 22:32:56 +01:00
Eloy Lafuente (stronk7)
a32ed14f03
Merge branch 'MDL-66600' of https://github.com/mkassaei/moodle
2021-02-16 22:11:55 +01:00
Eloy Lafuente (stronk7)
56a5136cc0
Merge branch 'MDL-70525_master' of https://github.com/TomoTsuyuki/moodle
2021-02-16 19:56:09 +01:00
Eloy Lafuente (stronk7)
3d117c1934
Merge branch 'MDL-48269-master-4' of git://github.com/junpataleta/moodle
2021-02-16 19:45:44 +01:00
Sara Arjona
845b865b22
Merge branch 'MDL-69762_master' of https://github.com/grillonbleu/moodle
2021-02-16 15:29:34 +01:00
Jun Pataleta
c8f5e8c7f3
MDL-48269 core_backup: Prevent unwanted group icons from being restored
...
* Old backups might have hidepicture defined and set to 1 in which case
we must make sure to exclude the group picture for these groups from
being restored.
2021-02-16 22:26:13 +08:00
Jun Pataleta
f04cbfa7ab
MDL-48269 mod_forum: Remove occurrences of hidepicture
2021-02-16 12:48:45 +08:00
Jun Pataleta
32ed88ad07
MDL-48269 messageoutput_email: Remove occurrences of hidepicture
2021-02-16 12:48:44 +08:00
Jun Pataleta
666cce74e5
MDL-48269 group: Remove additional occurrences of hidepicture
2021-02-16 12:48:44 +08:00
Frederic Massart
19c8985c7e
MDL-48269 language: Deprecating 'hidepicture' string
2021-02-16 12:48:44 +08:00
Frederic Massart
3aed37ee4d
MDL-48269 group: Remove the option to hide the picture of a group
...
Plus additional amendments to Fred's original commit:
1. Updating the version numbers
2. Merging the original two-step upgrade below into one for simplicity:
1. Deleting the pictures for groups with hidepicture set to 1; and
2. Dropping the hidepicture field itself.
3. Converted array() usages to the short syntax [].
2021-02-16 12:46:58 +08:00
Eloy Lafuente (stronk7)
260c6f3097
Merge branch 'MDL-70806-master' of git://github.com/ferranrecio/moodle
2021-02-15 22:29:31 +01:00
Eloy Lafuente (stronk7)
43bf98f2eb
Merge branch 'MDL-70882-master' of git://github.com/andrewnicols/moodle
2021-02-15 22:22:15 +01:00
François Moreau
3776fbafb2
MDL-69762 core_contentbank: let users hide their content
2021-02-15 13:26:32 -05:00
Mahmoud Kassaei
4a571882db
MDL-66600 quiz manual grading: show any automated grading and feedback
2021-02-15 08:19:31 +00:00
Adrian Greeve
c09879ffa6
Merge branch 'MDL-70735-pdf-metadata' of https://github.com/brendanheywood/moodle
2021-02-15 09:09:40 +08:00
Andrew Nicols
74ccc12fb3
MDL-70882 performance: Revert "MDL-47456 core: Remove redundant DB call during bootstrap"
...
This reverts commit 522e4c6c767b31efd3ba015db549fe65687b2b22.
The DB calls are not redundant and have an impact in a number of edge
cases.
2021-02-15 08:07:18 +08:00
Ilya Tregubov
4795b09f23
MDL-68853 h5pactivity: Add a websevice to trigger report_viewed event.
2021-02-12 15:49:05 +02:00
Brendan Heywood
6532708ed2
MDL-70735 tcpdf: Reduce information disclosure from TCPDF
2021-02-12 15:41:38 +11:00
Sara Arjona
329b87720a
MDL-70264 badges: remove badges/oauth2callback.php
...
File badges/oauth2callback.php has been removed and now badges
API will use admin/oauth2callback.php because it makes no sense having
it twice.
Credits go to Andrew Nicols for raising it!
2021-02-11 16:56:56 +01:00
Sara Arjona
41037efa7a
weekly release 4.0dev
2021-02-11 14:54:37 +01:00
Sara Arjona
3122b30050
NOBUG: Fixed file access permissions
2021-02-11 14:54:37 +01:00
Sara Arjona
3deec3b67d
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-02-11 14:54:35 +01:00
Ferran Recio
f6a1a529a6
MDL-70806 h5p: fix resize glitch
2021-02-11 13:10:10 +01:00
Mihail Geshoski
46fd92b938
MDL-47410 mod_assign: Update mod_assign behat tests
...
Updates the mod_assign behat tests to utilize the ability to
conviniently populate the datetime selector fields.
2021-02-11 12:05:58 +08:00
Mihail Geshoski
3ac452047f
MDL-47410 behat: Support selection from the datetime selector element
...
Adds behat support for selecting date and time from a datetime selector
element. The passed values should represent a textual date and time
description wrapped in '##' (e.g. '##first day of January 2020 08:00##',
'##1 Jan 2020 10:30##'). Also, the value 'disabled' is valid and can be
used to disable the datetime selector element.
2021-02-11 12:04:46 +08:00
Mihail Geshoski
76fe097b55
MDL-47410 tool_licensemanager: Update tool_licensemanager behat tests
...
Updates the tool_licensemanager behat tests to utilize the ability to
conviniently populate the date selector fields.
2021-02-11 12:01:09 +08:00
Mihail Geshoski
b7bef8f297
MDL-47410 behat: Support date selection from the date selector element
...
Adds behat support for selecting a date from the date selector element.
The passed values should represent a textual date description wrapped
in '##' (e.g. '##first day of January 2020##', '##1 Jan 2020##'). Also,
the value 'disabled' is valid and can be used to disable the date
selector element.
2021-02-11 11:58:44 +08:00
Mihail Geshoski
afd1cf81b5
MDL-47410 behat: Create custom selector for the date and datetime fields
...
Creates a custom field selector to locate the requested date or datetime
form fields.
2021-02-11 11:49:18 +08:00
Mihail Geshoski
dbb58833ba
MDL-47410 behat: Move logic from guess_type() to a separate method
...
Moves the logic from guess_type() to a separate protected method
get_field_instance_for_element(). This would be quite useful for
form field classes as they can now use this method when there is
a need to determine the type of a given node element.
2021-02-11 11:40:30 +08:00
Mihail Geshoski
896364e4c4
MDL-47410 behat: Use data-fieldtype attribute to guess the field type
...
The data-fieldtype attribute (if present) should be also utilized in
guess_field_type() and match the behavior in get_field_node_type().
2021-02-11 11:38:00 +08:00
Mihail Geshoski
d46f1a3ef4
MDL-47410 form: Add data-fieldtype attribute to checkbox inline element
...
Includes the data-fieldtype attribute to the checkbox inline form
element. This element does not extend the parent inline element
template due to its specific nature and therefore this attribute was
missing.
2021-02-11 11:36:27 +08:00
Tuan.Dinh
8ae7019cf8
MDL-70124 course: Activity names are now trimmed.
2021-02-11 11:12:59 +08:00
Adrian Greeve
007c270507
Merge branch 'MDL-70755' of https://github.com/mkassaei/moodle
2021-02-11 10:54:38 +08:00
Adrian Greeve
e54ee9e512
Merge branch 'MDL-70773' of https://github.com/mkassaei/moodle
2021-02-11 10:19:39 +08:00
Adrian Greeve
f83156fcf9
Merge branch 'MDL-70513' of https://github.com/timhunt/moodle
2021-02-11 10:06:50 +08:00
John Yao
b67e022b7f
MDL-70627 filters: aarch64 mimetex type support for filter tex notation
...
Amended to correct permissions.
2021-02-11 02:41:12 +01:00
Adrian Greeve
9cacb16c01
Merge branch 'MDL-69867-master_display_grade_with_scale' of git://github.com/moffe42/moodle
2021-02-11 09:23:50 +08:00
AMOS bot
93b39194d9
Automatically generated installer lang files
2021-02-11 00:07:48 +00:00
Sara Arjona
fd31854480
Merge branch 'MDL-70732-master' of git://github.com/aanabit/moodle
2021-02-10 17:20:22 +01:00
Sara Arjona
3b15de89c7
Merge branch 'MDL-70796' of https://github.com/timhunt/moodle
2021-02-10 16:50:04 +01:00
Sara Arjona
be575645e0
Merge branch 'MDL-69101' of https://github.com/timhunt/moodle
2021-02-10 15:11:52 +01:00
Sara Arjona
3a5fcbe6e6
Merge branch 'MDL-70631-master-unzip' of git://github.com/mudrd8mz/moodle
2021-02-10 12:38:03 +01:00
Sara Arjona
9afbbf0e78
Merge branch 'MDL-70736_master' of https://github.com/TomoTsuyuki/moodle
2021-02-10 08:28:08 +01:00
Jacob Christiansen
0770d9fec3
MDL-69867 mod_assign: Display current grade with scale value
...
When using workflow we show the current grade with its scale value
instead of the internal index
2021-02-10 08:13:05 +01:00
Adrian Greeve
1fb0a4168a
Merge branch 'MDL-70643' of git://github.com/paulholden/moodle
2021-02-10 14:02:56 +08:00
Adrian Greeve
407ed3ff33
Merge branch 'MDL-52420-master' of https://github.com/sharidas/moodle
2021-02-10 12:54:19 +08:00