Marina Glancy
7b003c04a8
MDL-70920 backup: call_user_func_array can accept named arguments
...
Because arguments names do not match in associative array, we change it to regular array or arguments
2021-02-21 22:19:52 +01:00
Marina Glancy
9e89652461
MDL-70891 core: fix the lang_string::__set_state()
...
The function must be static and actually has to do what it is supposed to. It also breaks PHP 8.0
2021-02-21 22:07:18 +01:00
Paul Holden
b2d19cc29f
MDL-52817 dml: implement driver methods for SQL group concatenation.
2021-02-19 15:31:00 +00:00
David Mudrák
af9ad8b2b6
MDL-70608 lang: Recommend running the scheduled task to update packs
2021-02-19 16:02:02 +01:00
David Mudrák
c85215e955
MDL-70608 lang: Install langpacks asynchronously via ad hoc task
...
When multiple language packs are selected for installation, perform the
installation asynchronously in the background via ad hoc task.
2021-02-19 16:02:02 +01:00
Daniel Kristian Steffensen
50b313fc56
MDL-43697 backup: Archived badges are restored during course restore
2021-02-19 15:47:39 +01:00
Ilya Tregubov
82433c0b6a
MDL-69259 h5pactivity: Add get_user_attempts webservice
2021-02-19 16:07:51 +02:00
Eloy Lafuente (stronk7)
d0def28ed5
MDL-70879 behat: Bump to Behat 3.8.x (required for php80)
2021-02-19 14:49:11 +01:00
Víctor Déniz
a93828a188
weekly release 4.0dev
2021-02-19 12:38:56 +00:00
Víctor Déniz
5e59112d0a
NOBUG: Fixed file access permissions
2021-02-19 12:38:56 +00:00
Víctor Déniz
f2a83a15e7
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-02-19 12:38:51 +00:00
Jake Dallimore
525b17bc27
Merge branch 'MDL-64554-master-fix2' of git://github.com/andrewnicols/moodle
2021-02-19 11:53:18 +08:00
Andrew Nicols
a84a55bd45
MDL-64554 user: Fix use of Private files page on classic
...
The "Private files" link does not exist in the site navigation when
using the classic theme, so it is not possible to test the dedicated
page via Behat at this time.
2021-02-19 09:33:06 +08:00
AMOS bot
f046dfd6c4
Automatically generated installer lang files
2021-02-19 00:07:57 +00:00
Marina Glancy
1e03a240b5
MDL-64554 form: reset form change checker before triggering submit event
2021-02-18 13:04:14 +01:00
Jun Pataleta
28dadc2fb9
Merge branch 'MDL-47410-master' of git://github.com/andrewnicols/moodle
2021-02-18 11:21:23 +08:00
Andrew Nicols
7d5b808e3e
Merge branch 'MDL-64554-master' of git://github.com/andrewnicols/moodle
2021-02-18 11:16:40 +08:00
Andrew Nicols
79731372c3
MDL-64554 core_form: Rename class for dynamic form
2021-02-18 11:16:21 +08:00
Andrew Nicols
d7d7fa8385
Merge branch 'MDL-70880' of git://github.com/paulholden/moodle
2021-02-18 10:47:05 +08:00
Andrew Nicols
d6e50d14d2
Merge branch 'MDL-64554-master' of git://github.com/andrewnicols/moodle
2021-02-18 10:21:55 +08:00
Andrew Nicols
ab70110a74
MDL-64554 core_form: CI fixes
2021-02-18 10:10:08 +08:00
Andrew Nicols
708ae8aa0f
MDL-47410 behat: Perform exact match for date_time selectors
2021-02-18 09:34:45 +08:00
Víctor Déniz
4e26c93473
Merge branch 'MDL-70536-reset-page-cli' of https://github.com/brendanheywood/moodle
2021-02-18 00:31:39 +00:00
David Mudrák
70b0df5891
MDL-70931 xmldb: Generate install.xml files with EOL and EOF
...
As discussed in MDLSITE-6397, all Moodle code files should end with
single Unix-style end of line character. Files created and edited
through the XMLDB editor should follow this rule, too.
2021-02-17 20:59:19 +01:00
Marina Glancy
3045005295
MDL-64554 core_form: Move strings to outputrequirements.lib
2021-02-17 18:07:01 +01:00
Marina Glancy
440073ff20
MDL-64554 user: make private files editor modal/ajax form
2021-02-17 18:06:57 +01:00
Marina Glancy
aa33a22733
MDL-64554 core_customfield: use modal forms for fields
2021-02-17 18:06:53 +01:00
Marina Glancy
72be49c473
MDL-64554 core_form: new API for modal forms
2021-02-17 18:06:49 +01:00
Víctor Déniz
8a4ce781b9
Merge branch 'master-MDL-70752' of https://github.com/golenkovm/moodle
2021-02-17 16:56:48 +00:00
Tim Hunt
1d552eca6c
MDL-70916 Essay/Moodle XML: min and max word limits not imported
2021-02-17 11:32:05 +00:00
Eloy Lafuente (stronk7)
a72ea10b84
Merge branch 'MDL-70552-master' of git://github.com/ilyatregubov/moodle
2021-02-17 10:26:20 +01:00
Ilya Tregubov
729688b379
MDL-70552 core_message: Show popup for teachers when anonymous
...
user completed feedback.
2021-02-17 08:42:52 +02:00
Andrew Nicols
243262d940
MDL-68853 mod_h5pactivity: Whitespace fix
2021-02-17 12:02:53 +08:00
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
AMOS bot
6783c31251
Automatically generated installer lang files
2021-02-17 00:07:52 +00: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
1be2350a74
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:16:21 +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
AMOS bot
6cd0a22927
Automatically generated installer lang files
2021-02-16 00:07:48 +00:00