Adrian Greeve
66a8939518
Merge branch 'MDL-67653' of https://github.com/timhunt/moodle
2020-01-22 11:02:35 +08:00
Adrian Greeve
e33b86507d
Merge branch 'MDL-67660-master-v2' of https://github.com/TobiGa/moodle
2020-01-22 10:41:03 +08:00
Jun Pataleta
48298a9b3a
Merge branch 'MDL-67684-master' of git://github.com/andrewnicols/moodle
2020-01-22 10:38:13 +08:00
Shamim Rezaie
dba1d09e33
MDL-67730 lib: Upgrade ADODB to version 5.20.16
2020-01-22 13:34:20 +11:00
Adrian Greeve
67925e5b88
Merge branch 'MDL-67680-master' of git://github.com/marinaglancy/moodle
2020-01-22 10:28:23 +08:00
Colin Campbell
eeca35e4ad
MDL-52189 file: skip deleting temp files that appear during cleanup
2020-01-22 12:10:00 +10:00
Adrian Greeve
883687a9fd
Merge branch 'MDL-67656-master' of git://github.com/andrewnicols/moodle
2020-01-22 09:44:17 +08:00
Eloy Lafuente (stronk7)
7d574d8af5
Merge branch 'MDL-66858' of https://github.com/stronk7/moodle
2020-01-22 01:57:18 +01:00
Michael Milette
a75fe2f1b5
MDL-66858 master: Enable <header> tags in Atto editor.
...
(amended to add the src/editor/js/clean.js
file that was originally missing)
2020-01-22 00:04:23 +01:00
Eloy Lafuente (stronk7)
703f2b625b
Merge branch 'MDL-51225-master' of git://github.com/junpataleta/moodle
2020-01-21 23:33:19 +01:00
Adrian Greeve
790735f3e4
Merge branch 'MDL-66237-master' of git://github.com/mickhawkins/moodle
2020-01-21 11:08:27 +08:00
Jun Pataleta
13c5806a2f
Merge branch 'MDL-66108' of https://github.com/paulholden/moodle
2020-01-21 09:51:24 +08:00
Eloy Lafuente (stronk7)
1c610609cc
Merge branch 'MDL-66024' of https://github.com/paulholden/moodle
2020-01-20 22:47:17 +01:00
Eloy Lafuente (stronk7)
a445417935
Merge branch 'MDL-66220-master' of git://github.com/junpataleta/moodle
2020-01-20 22:33:45 +01:00
Eloy Lafuente (stronk7)
a05b402c12
Merge branch 'MDL-66712-master-selfautounenrol' of git://github.com/mudrd8mz/moodle
2020-01-20 22:27:20 +01:00
Eloy Lafuente (stronk7)
f81d6fa319
Merge branch 'MDL-65884' of https://github.com/paulholden/moodle
2020-01-20 20:13:29 +01:00
David Mudrák
8c1d645351
MDL-64531 course: Add Behat test for deleting a quiz with own questions
...
Teachers can delete Quiz activities that have a question in their own
context via AJAX request with the course recycle bin disabled. This used
to lead to "Unexpected token < in JSON" because of the extra HTML in the
output.
2020-01-20 18:20:57 +01:00
Tim Hunt
1d67458783
MDL-64531 course: course_delete_module shouldn't output during AJAX
...
Committer's note: This change was originally part of a bigger patchset
submitted by the author. This is a stripped-down version that does not
use phpunit tests for the new behaviour.
2020-01-20 17:15:55 +01:00
Eloy Lafuente (stronk7)
70bc6d5e0c
Merge branch 'MDL-67724-master' of git://github.com/junpataleta/moodle
2020-01-20 10:53:18 +01:00
Jun Pataleta
34cdacbfff
Merge branch 'MDL-66883-master' of git://github.com/bmbrands/moodle
2020-01-20 16:36:40 +08:00
Sara Arjona
a8638365af
Merge branch 'MDL-67245' of https://github.com/paulholden/moodle
2020-01-20 08:18:49 +01:00
Simey Lameze
c7027c037b
MDL-67312 core_user: clean subs events on user deletion
2020-01-20 08:09:16 +01:00
Simey Lameze
f35e360a3b
MDL-67312 calendar: upgrade step to delete orphaned events
2020-01-20 08:08:56 +01:00
Simey Lameze
3364e18b46
MDL-67312 core: change db upgrade step to use get_fieldset_sql
2020-01-20 08:07:27 +01:00
Adrian Greeve
5a775f5703
Merge branch 'MDL-66761-master' of git://github.com/mickhawkins/moodle
2020-01-20 14:40:19 +08:00
Adrian Greeve
5608de8bf2
Merge branch 'MDL-67583-master' of https://github.com/KietChan/moodle
2020-01-20 13:34:31 +08:00
Adrian Greeve
c282319a35
Merge branch 'MDL-59594-SIGINT' of https://github.com/brendanheywood/moodle
2020-01-20 10:39:20 +08:00
Adrian Greeve
d29c986d9d
Merge branch 'MDL-62815_mod_lti' of git://github.com/davosmith/moodle
2020-01-20 09:53:27 +08:00
Simey Lameze
858f41a113
MDL-67703 calendar: change manage subscription form to hideIf
2020-01-20 07:48:05 +08:00
Eloy Lafuente (stronk7)
881545513e
MDL-67691 behat: inform about the_following_exist() removal
...
behat_data_generators::the_following_exist() has been removed, please use
behat_data_generators::the_following_entities_exist() instead.
See MDL-67691 for more info.
2020-01-20 00:05:41 +01:00
Eloy Lafuente (stronk7)
87861d94e3
MDL-67115 google: php74 params order for implode()
...
Passing parameters to implode() in reverse order is deprecated, use
implode($glue, $parts) instead of implode($parts, $glue).
This commit corresponds to general search of wrong cases.
2020-01-19 18:47:28 +01:00
Eloy Lafuente (stronk7)
9cdbacf387
MDL-67115 htmlpurifier: php74 params order for implode()
...
Passing parameters to implode() in reverse order is deprecated, use
implode($glue, $parts) instead of implode($parts, $glue).
This commit corresponds to general search of wrong cases.
2020-01-19 18:47:28 +01:00
Eloy Lafuente (stronk7)
05f6cb9262
MDL-67115 minify: php74 params order for implode()/join()
...
Passing parameters to implode() in reverse order is deprecated, use
implode($glue, $parts) instead of implode($parts, $glue).
This commit corresponds to phpunit detections, minify library.
2020-01-19 18:47:20 +01:00
Eloy Lafuente (stronk7)
ee439d017e
MDL-67115 core: php74 params order for implode()/join()
...
Passing parameters to implode() in reverse order is deprecated, use
implode($glue, $parts) instead of implode($parts, $glue).
This commit corresponds to phpunit and manual detections, core files.
2020-01-19 18:47:07 +01:00
hanna
078705538c
MDL-67456 admin: Update Maximum number of backups kept
2020-01-18 19:35:34 +01:00
Adrian Perez
cec13638b6
MDL-67626 assign: fix view full/view summary control in IE
2020-01-18 14:15:24 +01:00
AMOS bot
74c6bc1a9b
Automatically generated installer lang files
2020-01-18 00:10:41 +00:00
fdallet
f6cd1cc153
MDL-65952 mod_scorm: Fix unwanted changes to require status
2020-01-17 17:19:55 +01:00
Paul Holden
47ff771e80
MDL-66108 course: fix false positives when bulk moving categories.
2020-01-17 16:19:07 +00:00
Pau Ferrer Ocaña
d60b6af9b9
MDL-67727 behat: Reset ionic app properly
2020-01-17 15:30:23 +01:00
Paul Holden
7eeea538d2
MDL-67245 group: Behat updates to account for member identity fields.
2020-01-17 12:42:20 +00:00
Paul Holden
6e8ed1a8fb
MDL-67245 group: observe viewfullnames capability.
2020-01-17 12:42:17 +00:00
Paul Holden
21253ed622
MDL-67245 group: display user identity fields for group members.
2020-01-17 12:41:10 +00:00
Eloy Lafuente (stronk7)
a5e3c4e5f3
MDL-67438 wiki: Formating changes (file doc block + whitespace fixes)
...
Also:
- change 2 variable/property names, both internal.
- format empty function.
Towards getting it fully phpcs compliant. Note this does not
fix the missing (in all methods) phpdoc blocks.
2020-01-17 12:34:30 +01:00
Jun Pataleta
1ed7527b4c
MDL-67724 mod_glossary: Improve Behat test
...
Improve the "Glossary entries are not always editable" scenario by:
* No need to use the @javascript tag
* The maxediting time can be set to a lower value to
reduce the overall wait time.
2020-01-17 17:49:58 +08:00
Tobias Garske
951b7d8fc5
MDL-67660 core_message: Messages search change input focus
2020-01-17 09:36:23 +01:00
Sara Arjona
43b995c490
Merge branch 'MDL-67372-master' of git://github.com/rezaies/moodle
2020-01-17 09:30:11 +01:00
Michael Hawkins
66fa0c91ff
MDL-67722 mod_forum: Reduce wait time on time limit expires behat test
2020-01-17 15:44:15 +08:00
Jun Pataleta
7cce925f9b
MDL-51225 mod_forum: Use can_view_post to determine whether to show post
...
Use \mod_forum\local\managers\capability::can_view_post() to
consistently determine whether a forum post will be rendered in the
recent activity block.
This helps the recent activity block to provide a more consistent
behaviour with the forum's discussion view itself.
2020-01-17 14:44:26 +08:00
Jun Pataleta
e68e49da01
MDL-51225 mod_forum: Create behat tests for forum recent activity
2020-01-17 14:44:22 +08:00