Commit graph

100169 commits

Author SHA1 Message Date
Eloy Lafuente (stronk7)
d4b6fb8d32 Merge branch 'MDL-69562_311' of https://github.com/dvdcastro/moodle into MOODLE_311_STABLE 2021-02-16 22:39:25 +01:00
Eloy Lafuente (stronk7)
a49d63db27 Merge branch 'MDL-66600_311' of https://github.com/mkassaei/moodle into MOODLE_311_STABLE 2021-02-16 22:12:03 +01:00
Eloy Lafuente (stronk7)
ad911e4f78 Merge branch 'MDL-70525_311' of https://github.com/TomoTsuyuki/moodle into MOODLE_311_STABLE 2021-02-16 19:56:20 +01:00
Eloy Lafuente (stronk7)
2ec39bb193 Merge branch 'MDL-48269-311-4' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE 2021-02-16 19:49:43 +01:00
Sara Arjona
d0840f514c MDL-70912 mod_data: Add filepicker to the H5P Atto button
The filepicker wasn't displayed fot the H5P Atto button when a text
area database field was created because some options were missing
in the textarea field class.
2021-02-16 18:17:14 +01:00
Sara Arjona
dfc9092c39 Merge branch 'MDL-69762_M311_STABLE' of https://github.com/grillonbleu/moodle into MOODLE_311_STABLE 2021-02-16 15:29:47 +01:00
Jun Pataleta
ef9bf314c4 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:28:43 +08:00
Jun Pataleta
ce6a52f8c3 MDL-48269 mod_forum: Remove occurrences of hidepicture 2021-02-16 12:53:34 +08:00
Jun Pataleta
19a3252053 MDL-48269 messageoutput_email: Remove occurrences of hidepicture 2021-02-16 12:53:34 +08:00
Jun Pataleta
77c263c0c9 MDL-48269 group: Remove additional occurrences of hidepicture 2021-02-16 12:53:34 +08:00
Frederic Massart
2248714268 MDL-48269 language: Deprecating 'hidepicture' string 2021-02-16 12:53:34 +08:00
Frederic Massart
026d2d227b 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:53:30 +08:00
AMOS bot
f013aa7c8e Automatically generated installer lang files 2021-02-16 00:07:28 +00:00
Eloy Lafuente (stronk7)
4b87850904 Merge branch 'MDL-70806-311' of git://github.com/ferranrecio/moodle into MOODLE_311_STABLE 2021-02-15 22:29:24 +01:00
Eloy Lafuente (stronk7)
6b1cab3630 Merge branch 'MDL-70882-311' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE 2021-02-15 22:22:24 +01:00
François Moreau
e8c98e17e6 MDL-69762 core_contentbank: let users hide their content 2021-02-15 13:49:57 -05:00
Marina Glancy
dbb31d14d6 MDL-70898 various: private functions can not be declared final 2021-02-15 16:37:05 +01:00
Marina Glancy
9a1ea11a0b MDL-70899 dml: set_db_handle() definition not compatible with parent 2021-02-15 16:31:26 +01:00
Mahmoud Kassaei
6b93f2cb9d MDL-66600 quiz manual grading: show any automated grading and feedback 2021-02-15 08:23:40 +00:00
Adrian Greeve
177491645f Merge branch 'MDL-70735-pdf-metadata-MOODLE_311_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_311_STABLE 2021-02-15 09:04:33 +08:00
Andrew Nicols
fa64a7ce8d MDL-70882 performance: Revert "MDL-47456 core: Remove redundant DB call during bootstrap"
This reverts commit 522e4c6c76.

The DB calls are not redundant and have an impact in a number of edge
cases.
2021-02-15 08:21:20 +08:00
Paul Holden
1efc1a723c MDL-66025 user: require message content in bulk action.
Also import missing 'core/notification' dependency.
2021-02-14 20:10:32 +00:00
Paul Holden
7796421dea MDL-70880 message: preserve window scroll when close message drawer. 2021-02-14 19:29:26 +00:00
AMOS bot
87712caf89 Automatically generated installer lang files 2021-02-13 00:07:33 +00:00
Ilya Tregubov
ea8175e141 MDL-68853 h5pactivity: Add a websevice to trigger report_viewed event. 2021-02-12 15:50:07 +02:00
Brendan Heywood
97a3fbdbb5 MDL-70735 tcpdf: Reduce information disclosure from TCPDF 2021-02-12 15:42:01 +11:00
Simey Lameze
0226aa3090 MDL-70169 login: fix accessibility issues 2021-02-12 12:12:45 +08:00
Paul Holden
7d7259f1b6 MDL-70789 theme_boost: fix double click on drawer hiding content.
If the drawer toggle button was clicked in quick succession to close
and then re-open, then the delayed Aria.hide method would be called
which hid the drawer content when it finished opening.
2021-02-11 21:45:49 +00:00
Sara Arjona
a71954fc77 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:58:41 +01:00
Sara Arjona
a2fda1289f weekly release 3.11dev 2021-02-11 14:54:40 +01:00
Sara Arjona
a61d1821b5 NOBUG: Fixed file access permissions 2021-02-11 14:54:40 +01:00
Sara Arjona
43aa3e828a Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE 2021-02-11 14:54:38 +01:00
Ferran Recio
c7cbd92f8c MDL-70806 h5p: fix resize glitch 2021-02-11 13:12:12 +01:00
Mihail Geshoski
b8a5e4463e 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:11:06 +08:00
Mihail Geshoski
ac28d4fc96 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:11:06 +08:00
Mihail Geshoski
f92c2e9eba 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:11:06 +08:00
Mihail Geshoski
8d7a6f740d 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 12:11:06 +08:00
Mihail Geshoski
bcd7a97d33 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 12:11:06 +08:00
Mihail Geshoski
44558f34ca 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 12:11:06 +08:00
Mihail Geshoski
c70d7f624f 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 12:11:05 +08:00
Mihail Geshoski
72ad6a2b2c 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 12:11:05 +08:00
Tuan.Dinh
8aab39c1d2 MDL-70124 course: Activity names are now trimmed. 2021-02-11 11:11:12 +08:00
Adrian Greeve
1d44395512 Merge branch 'MDL-70755_311' of https://github.com/mkassaei/moodle into MOODLE_311_STABLE 2021-02-11 10:53:35 +08:00
Adrian Greeve
3153941092 Merge branch 'MDL-70773_311' of https://github.com/mkassaei/moodle into MOODLE_311_STABLE 2021-02-11 10:18:30 +08:00
Adrian Greeve
bbb937067e Merge branch 'MDL-70513_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE 2021-02-11 10:06:15 +08:00
John Yao
4f998e5004 MDL-70627 filters: aarch64 mimetex type support for filter tex notation
Amended to correct permissions.
2021-02-11 02:41:05 +01:00
Adrian Greeve
e2e91b493d Merge branch 'MDL-69867-311_display_grade_with_scale' of git://github.com/moffe42/moodle into MOODLE_311_STABLE 2021-02-11 09:24:15 +08:00
Brendan Heywood
33788af7b2 MDL-70768 tool_langimport: Make installed admin UI more consistent 2021-02-11 11:36:04 +11:00
AMOS bot
8701806622 Automatically generated installer lang files 2021-02-11 00:07:27 +00:00
Brendan Heywood
778c0e5fb3 MDL-70766 auth: Add all auth plugin changes to configlog 2021-02-11 11:05:53 +11:00