Commit graph

103092 commits

Author SHA1 Message Date
Ilya Tregubov
a9256af7f9 MDL-70887 mlbackend_python: Update to latest version. 2021-11-02 18:04:16 +01:00
Simey Lameze
940f20fde9 MDL-72571 tool_filetypes: change extension param to PARAM_ALPHANUMEXT 2021-11-02 18:04:16 +01:00
Sara Arjona
32e7e6fa37 Merge branch 'MDL-72857' of https://github.com/paulholden/moodle 2021-11-02 18:00:40 +01:00
Paul Holden
c7a7a54495 MDL-72959 reportbuilder: format course/category names in entities. 2021-11-02 16:21:45 +00:00
Paul Holden
628fcdee55 MDL-72962 reportbuilder: format editable element names for output. 2021-11-02 15:43:07 +00:00
David Matamoros
741f47ea7a MDL-72978 reportbuilder: Report name can't have only blank spaces
- Don't allow to set a report name containing only blank spaces when
creating a new report or editing an existing report name.
- Removed TODO from code related to MDL-71086
2021-11-02 16:27:20 +01:00
Ferran Recio
461226ed27 MDL-72569 core_courseformat: aria-tree to move tool 2021-11-02 16:00:12 +01:00
Mikel Martín
c788d4b486 MDL-72980 reportbuilder: Fix inputs overflows outside filters container
Select inputs with long select options overflows outside the filters container.
Fix this behaviour avoiding it in SCSS.
2021-11-02 15:32:19 +01:00
Eloy Lafuente (stronk7)
8af7bec81e on-demand release 4.0dev+ 2021-11-02 14:08:44 +01:00
Eloy Lafuente (stronk7)
79a9748f85 Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install 2021-11-02 14:08:39 +01:00
Juan Segarra Montesinos
177e6553ac MDL-72977 qtype_essay: Honor Information for graders text format. 2021-11-02 11:49:06 +01:00
Ferran Recio
da0296a948 MDL-72963 core: fix inplace editable in draggable elements 2021-11-02 11:45:03 +01:00
Simey Lameze
94f1483628 MDL-72687 assign: move labels for toggle zoom icons to the <a> 2021-11-02 11:53:56 +08:00
Simey Lameze
788f5c1778 MDL-72687 assign: move labels for collapse buttons to the button 2021-11-02 11:53:56 +08:00
Simey Lameze
a47380719c MDL-72687 assign: remove title attr from view all submissions link 2021-11-02 11:53:56 +08:00
Simey Lameze
f09cf2a354 MDL-72687 assign: move label from the edit settings icon to <a> 2021-11-02 11:53:56 +08:00
Simey Lameze
6b74ff2024 MDL-72687 assign: remove presentation role from profile image 2021-11-02 11:53:56 +08:00
Simey Lameze
bffb40dff1 MDL-72687 assign: fix email and due date cut off whem zooming 2021-11-02 11:53:56 +08:00
Simey Lameze
43df3c3f57 MDL-72687 assign: fix colour picker broken aria menu 2021-11-02 11:53:56 +08:00
Simey Lameze
e1fdd3f701 MDL-72687 assign: fix stamp picker broken aria menu 2021-11-02 11:53:56 +08:00
Simey Lameze
62e5a4d19d MDL-72687 assign: fix change filter element tab navigation 2021-11-02 11:53:56 +08:00
Simey Lameze
9252b53b6e MDL-72687 assign: use correct aria role for toolbar 2021-11-02 11:53:56 +08:00
Simey Lameze
f1966bbb50 MDL-72687 assign: add missing label to change user element 2021-11-02 11:53:54 +08:00
Simey Lameze
8a307da415 MDL-72687 assign: display a more friendly link when not graded 2021-11-02 11:52:40 +08:00
Andrew Nicols
ad7a38872d Merge branch 'MDL-72884' of git://github.com/paulholden/moodle 2021-11-02 11:33:53 +08:00
Simey Lameze
473c1cfc49 MDL-72687 assign: add missing aria-label to prev/next arrows 2021-11-02 11:28:35 +08:00
Andrew Nicols
b4fbfb5eb1 Merge branch 'MDL-72767' of https://github.com/NeillM/moodle 2021-11-02 11:27:09 +08:00
Simey Lameze
6c515b820b MDL-72687 form: only add legend tag if a label is set 2021-11-02 11:19:24 +08:00
AMOS bot
8a09e3ee36 Automatically generated installer lang files 2021-11-02 00:07:29 +00:00
Eloy Lafuente (stronk7)
c1a43e84f0 Merge branch 'MDL-72938-master' of git://github.com/ferranrecio/moodle 2021-11-01 23:06:11 +01:00
Eloy Lafuente (stronk7)
12795aa4b1 Merge branch 'MDL-72850' of https://github.com/paulholden/moodle 2021-11-01 22:58:09 +01:00
Paul Holden
f328882175 MDL-72969 output: correct ansi colour format codes for check results. 2021-11-01 17:06:22 +00:00
Paul Holden
d7e10c3dd1 MDL-72968 reportbuilder: breadcrumb navigation for edit/view report. 2021-11-01 16:00:16 +00:00
Paul Holden
cac0068d88 MDL-72961 reportbuilder: move category elements to correct entity. 2021-11-01 15:44:14 +00:00
Paul Holden
677c2df9d6 MDL-72961 reportbuilder: more defensive usage of report elements.
We should gracefully handle invalid element models that refer to
columns, filters, conditions that are no longer defined within the
report/entity they are linked to.
2021-11-01 14:24:27 +00:00
Paul Holden
7071e4dfd4 MDL-72172 reportbuilder: fix cohort report source tests.
Choose aggregation method that has availability across all
supported databases; and allows sorting.

"Comma separated distinct values" doesn't fulfill either of
these criteria.
2021-11-01 15:42:35 +02:00
Jun Pataleta
440799b641 Merge branch 'MDL-72588-fix' of git://github.com/paulholden/moodle 2021-11-01 19:51:07 +08:00
Paul Holden
31ba06b837 MDL-72588 reportbuilder: fix expected exception message in tests.
See change to exception strings in 07b74820.
2021-11-01 11:21:07 +00:00
Paul Holden
374114e0f8 MDL-72857 badges: filter site/course name when showing issued badge. 2021-11-01 10:43:10 +00:00
Huong Nguyen
eef7ecf914 MDL-71872 Questions: The placeholder disappears when double-clicking 2021-11-01 17:26:42 +07:00
Paul Holden
f4c8daa479 MDL-72850 search: show role alias in "Teacher roles" configuration. 2021-11-01 10:15:14 +00:00
Neill Magill
653af355dc MDL-72767 forum: Stop duplicate digests being created
This change is to stop there being a possibility of 2 digests tasks
being created for a user on the day that MDL-72767 is applied.
2021-11-01 08:49:47 +00:00
Neill Magill
42171eb435 MDL-72767 forum: Ensure digests are sent
Before this change if a new post was made after the digest time but
before todays daily digest had been sent the run time on the digest
would be set to the next day resulting in no digest being sent to
the user.

By adding the server midnight to the custom data on the task we
ensure that in this case a new adhoc task is created for the next
day leaving the current one to get processed.

Server midnight is used so that if the digest time setting is
changed we would not get two tasks queued for the same day.
2021-11-01 08:49:46 +00:00
Neill Magill
7c8942046a MDL-72767 forum: Fix PHPDoc 2021-11-01 08:49:46 +00:00
Paul Holden
8f27f246a5 MDL-72960 reportbuilder: unique delimeters between concat'd fields.
Use delimeters that are less likely to conflict with genuine row
content, for both column fields and field values, in the group
concatenation aggregation methods.
2021-11-01 08:03:59 +00:00
Ilya Tregubov
03eca63387 Merge branch 'MDL-72736-master-v3' of git://github.com/peterRd/moodle 2021-11-01 08:19:24 +01:00
Peter Dias
d632240ac4 MDL-72736 course: Switch tests to classic only 2021-11-01 15:17:00 +08:00
Ilya Tregubov
2b45c78426 Merge branch 'MDL-72172-master' of git://github.com/dravek/moodle 2021-11-01 07:26:34 +01:00
Jun Pataleta
6f7defeeb6 Merge branch 'MDL-72588' of git://github.com/dravek/moodle 2021-11-01 11:22:48 +08:00
Peter Dias
0f20d7bba9 MDL-72736 course: Remove nav links if index is available 2021-11-01 08:28:07 +08:00