Ilya Tregubov [Thu, 23 Sep 2021 16:21:49 +0000 (18:21 +0200)]
weekly release 4.0dev
Ilya Tregubov [Thu, 23 Sep 2021 16:21:47 +0000 (18:21 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 23 Sep 2021 08:38:58 +0000 (10:38 +0200)]
Merge branch 'MDL-71964-master' of git://github.com/junpataleta/moodle
Jun Pataleta [Thu, 23 Sep 2021 06:10:05 +0000 (14:10 +0800)]
MDL-71964 user: Fix preference lang string key
* Plus use example domain for user email in the Behat test
Jun Pataleta [Thu, 23 Sep 2021 04:23:46 +0000 (12:23 +0800)]
Merge branch 'MDL-72426-master' of git://github.com/lameze/moodle
Jun Pataleta [Thu, 23 Sep 2021 03:32:27 +0000 (11:32 +0800)]
Merge branch 'MDL-71964-master' of git://github.com/junpataleta/moodle
Dongsheng Cai [Sun, 5 Sep 2021 13:08:30 +0000 (23:08 +1000)]
MDL-71964 dashboard: add welcome message for all users
AMOS bot [Thu, 23 Sep 2021 00:07:48 +0000 (00:07 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Wed, 22 Sep 2021 18:00:18 +0000 (20:00 +0200)]
Merge branch 'MDL-72110-master-v3' of https://github.com/sharidas/moodle
Ilya Tregubov [Wed, 22 Sep 2021 17:22:59 +0000 (19:22 +0200)]
Merge branch 'MDL-66549-master' of git://github.com/ilyatregubov/moodle
Jun Pataleta [Wed, 22 Sep 2021 13:17:32 +0000 (21:17 +0800)]
Merge branch 'MDL-71664-master-v04' of git://github.com/ferranrecio/moodle
arjun-kallapur [Tue, 3 Sep 2019 18:50:28 +0000 (11:50 -0700)]
MDL-66549 grades: Double arrow sort order should be ascending first
Ilya Tregubov [Wed, 22 Sep 2021 11:34:28 +0000 (13:34 +0200)]
Merge branch 'MDL-72042-master' of git://github.com/sarjona/moodle
Ferran Recio [Tue, 22 Jun 2021 11:27:59 +0000 (13:27 +0200)]
MDL-71664 course: add browser native drag and drop
Eloy Lafuente (stronk7) [Wed, 22 Sep 2021 08:48:07 +0000 (10:48 +0200)]
Merge branch 'MDL-72593-master' of git://github.com/andrewnicols/moodle
Jun Pataleta [Wed, 22 Sep 2021 06:44:17 +0000 (14:44 +0800)]
Merge branch 'MDL-71037-master-8' of git://github.com/ilyatregubov/moodle
Jun Pataleta [Wed, 22 Sep 2021 02:51:29 +0000 (10:51 +0800)]
Merge branch 'MDL-51165-master' of https://github.com/kiratskitizing/moodle
AMOS bot [Wed, 22 Sep 2021 00:07:49 +0000 (00:07 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Tue, 21 Sep 2021 21:17:51 +0000 (23:17 +0200)]
Merge branch 'MDL-71352-master' of git://github.com/lucaboesch/moodle
Eloy Lafuente (stronk7) [Tue, 21 Sep 2021 17:07:17 +0000 (19:07 +0200)]
Merge branch 'MDL-72566-master' of git://github.com/ferranrecio/moodle
Bas Brands [Tue, 17 Aug 2021 08:58:38 +0000 (10:58 +0200)]
MDL-71037 theme_boost: section collapse styling
Ilya Tregubov [Mon, 28 Jun 2021 12:35:58 +0000 (14:35 +0200)]
MDL-71037 course: Make sections collapsible for Topics/Weeks format.
Eloy Lafuente (stronk7) [Tue, 21 Sep 2021 16:19:16 +0000 (18:19 +0200)]
Merge branch 'MDL-69364-master-alt' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Tue, 21 Sep 2021 14:17:31 +0000 (16:17 +0200)]
Merge branch 'MDL-72630-master' of git://github.com/andrewnicols/moodle
Ilya Tregubov [Tue, 21 Sep 2021 11:08:27 +0000 (13:08 +0200)]
Merge branch 'MDL-70946-master' of git://github.com/peterRd/moodle
Andrew Nicols [Fri, 17 Sep 2021 07:27:58 +0000 (15:27 +0800)]
MDL-72593 behat: Improve behat handling of file manager buttons
When using a try/catch for a find if the first match is not met then we
have an implicit 6 second delay waiting for the search to time out.
We can avoid this by combining the searches in a comma-separated
selection.
I have also taken the opportunity to convert the use of ->click() to the
i_click_on function which has the benefit of supporting wait for
pendingJS.
Andrew Nicols [Thu, 16 Sep 2021 08:13:27 +0000 (16:13 +0800)]
MDL-72593 behat: Load the Field node content locally for processing
The standard NodeElement functions for getAttribute, getTagName,
getParent, and friends go back to WebDriver and parse the DOM for each
request. This is insanely slow per request, and in the case of forms we
do a lot of checking to determine the field type.
This change modifies the form field detection to copy the entire node
content into a DOMDocument and parse the document locally.
This is significantly faster - in some cases where there are large
documents minutes faster.
I believe that this should be a safe change as the document fetched from
the browser is normalised to match the doctype specified.
Andrew Nicols [Tue, 21 Sep 2021 07:33:01 +0000 (15:33 +0800)]
MDL-72630 feedback: Increase screen size for links just off screen
Jun Pataleta [Tue, 21 Sep 2021 02:38:11 +0000 (10:38 +0800)]
Merge branch 'MDL-58939-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Mon, 20 Sep 2021 21:23:24 +0000 (23:23 +0200)]
Merge branch 'MDL-72387-master' of git://github.com/aanabit/moodle
Amaia Anabitarte [Mon, 23 Aug 2021 07:05:41 +0000 (09:05 +0200)]
MDL-72387 core_course: section navigation visiblity for students
Eloy Lafuente (stronk7) [Mon, 20 Sep 2021 16:58:56 +0000 (18:58 +0200)]
Merge branch 'MDL-72205-master' of git://github.com/HuongNV13/moodle
Ilya Tregubov [Mon, 20 Sep 2021 12:35:46 +0000 (14:35 +0200)]
Merge branch 'MDL-72356-master' of git://github.com/aanabit/moodle
Amaia Anabitarte [Mon, 23 Aug 2021 16:04:18 +0000 (18:04 +0200)]
MDL-72356 core_course: auto enrol admins when adding a new course
Andrew Nicols [Mon, 20 Sep 2021 02:36:42 +0000 (10:36 +0800)]
MDL-69364 enrol: Improve setting of save button
Andrew Nicols [Mon, 20 Sep 2021 02:39:50 +0000 (10:39 +0800)]
MDL-69364 enrol: Improve cohort test
Huong Nguyen [Tue, 10 Aug 2021 03:05:45 +0000 (10:05 +0700)]
MDL-72205 admin: admin_setting_configduration validation improvement
The write_setting() should only use the internal validation if no validation function was provided
Peter Dias [Tue, 24 Aug 2021 04:33:52 +0000 (12:33 +0800)]
MDL-70946 repository: Reenable and fix the disabled behat test
Joshua Ebarvia [Sun, 19 Sep 2021 01:22:35 +0000 (10:52 +0930)]
MDL-51165 mod_url: allow directory index url direct access
Eloy Lafuente (stronk7) [Fri, 17 Sep 2021 14:26:31 +0000 (16:26 +0200)]
Merge branch 'MDL-72605-master' of git://github.com/sarjona/moodle
Luca Bösch [Fri, 16 Apr 2021 09:44:23 +0000 (11:44 +0200)]
MDL-71352 gradereport_grader: Add icons for pass/fail.
Sara Arjona [Fri, 17 Sep 2021 11:27:00 +0000 (13:27 +0200)]
MDL-72605 my: Fix behat error with classic
This is a regression caused by MDL-72116, where the "Upcoming events"
block was removed from the dashboard.
In classic is failing because the text "Upcoming events" is displayed
in the "Add a block" list. So stopping edition should fix the issue.
Sara Arjona [Tue, 10 Aug 2021 15:48:20 +0000 (17:48 +0200)]
MDL-58939 lib_google: Remove google_picasa class
Picasa is discontinued since 2016 so google_picasa class has been
removed from core Moodle (it makes no sense to deprecate it because
it's not working properly)..
Sara Arjona [Tue, 10 Aug 2021 15:37:59 +0000 (17:37 +0200)]
MDL-58939 repository: Remove picasa repository
Picasa is discontinued since 2016 so repository_picasa has been
removed from core Moodle.
Sara Arjona [Tue, 10 Aug 2021 14:41:35 +0000 (16:41 +0200)]
MDL-58939 portfolio: Remove picasa portfolio
Picasa is discontinued since 2016 so portfolio_picasa has been
removed from core Moodle.
Sara Arjona [Wed, 11 Aug 2021 10:16:38 +0000 (12:16 +0200)]
MDL-72042 media: Remove SWF media player
The Flash Player was deprecated in 2017 and officially discontinued
on 31 December 2020, so media_swf player has been completely
removed from Moodle core.
Ilya Tregubov [Fri, 17 Sep 2021 06:58:30 +0000 (08:58 +0200)]
weekly release 4.0dev
Ilya Tregubov [Fri, 17 Sep 2021 06:58:27 +0000 (08:58 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Ilya Tregubov [Thu, 16 Sep 2021 12:57:51 +0000 (14:57 +0200)]
Merge branch 'MDL-72173-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Thu, 16 Sep 2021 12:47:18 +0000 (20:47 +0800)]
MDL-72173 behat: Respect login page preference
Ferran Recio [Thu, 16 Sep 2021 07:13:06 +0000 (09:13 +0200)]
MDL-72566 completion: fix missing mod bug
MDL-71899 produces a regression. When an activity plugin is not present
but it has activities in the DB the course view returns an exception.
With this patch the code will ignore missing modules when calculating
the completion.
Jun Pataleta [Thu, 16 Sep 2021 07:39:42 +0000 (15:39 +0800)]
Merge branch 'MDL-72173-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Thu, 16 Sep 2021 07:03:07 +0000 (15:03 +0800)]
MDL-72173 behat: Fix typo Logout <> Log out
Sara Arjona [Thu, 16 Sep 2021 05:23:25 +0000 (07:23 +0200)]
Merge branch 'MDL-72118-master-solr-fix' of https://github.com/snake/moodle
Jun Pataleta [Thu, 16 Sep 2021 04:58:01 +0000 (12:58 +0800)]
Merge branch 'MDL-71602-master-2' of git://github.com/rezaies/moodle
Jun Pataleta [Thu, 16 Sep 2021 04:36:54 +0000 (12:36 +0800)]
Merge branch 'MDL-72116-master' of git://github.com/sarjona/moodle
Jun Pataleta [Thu, 16 Sep 2021 04:22:45 +0000 (12:22 +0800)]
Merge branch 'MDL-72173-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Mon, 19 Jul 2021 02:00:48 +0000 (10:00 +0800)]
MDL-72173 behat: Add tests for login/logout steps
Andrew Nicols [Mon, 19 Jul 2021 01:43:16 +0000 (09:43 +0800)]
MDL-72173 behat: Automatically log user out on behat login
Andrew Nicols [Sun, 18 Jul 2021 13:53:27 +0000 (21:53 +0800)]
MDL-72173 behat: Add and use behat logout URL
Jake Dallimore [Thu, 16 Sep 2021 03:51:35 +0000 (11:51 +0800)]
MDL-72118 search: fix unit test dependant on HTML block pluginname
Change this to use "Block: Text" instead.
Jake Dallimore [Thu, 16 Sep 2021 03:02:18 +0000 (11:02 +0800)]
Merge branch 'MDL-71860-master' of git://github.com/lameze/moodle
Leon Stringer [Sat, 21 Aug 2021 13:50:53 +0000 (14:50 +0100)]
MDL-71860 core: Migrate lang string
Corresponding move of language string invalidpersistenterror following
move of class invalid_persistent_exception in MDL-57273.
AMOS BEGIN
MOV [invalidpersistenterror,core_competencies],[invalidpersistenterror,core_error]
AMOS END
Jun Pataleta [Thu, 16 Sep 2021 01:46:56 +0000 (09:46 +0800)]
Merge branch 'MDL-72589' of https://github.com/stronk7/moodle
AMOS bot [Thu, 16 Sep 2021 00:07:46 +0000 (00:07 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Wed, 15 Sep 2021 22:37:10 +0000 (00:37 +0200)]
Merge branch 'MDL-72432-master' of https://github.com/katerynadegtyariova/moodle
Eloy Lafuente (stronk7) [Wed, 15 Sep 2021 22:34:44 +0000 (00:34 +0200)]
Merge branch 'MDL-72118-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Wed, 15 Sep 2021 22:32:47 +0000 (00:32 +0200)]
Merge branch 'MDL-72093-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Wed, 15 Sep 2021 14:50:00 +0000 (16:50 +0200)]
MDL-72589 behat: Create course with 3 sections (workaround)
With the default 5 sections course, after editing the activities, the
"log out" link is exactly on the edge of the view port. It's one of
those cases where Chrome fails to click/press it (have tried both).
So just make the course to have 3 sections is enough to avoid the
problem. Some day Chrome will fix that problem but, until then...
we cannot do much apart from changing the window size or try to
configure things to show differently.
Eloy Lafuente (stronk7) [Tue, 14 Sep 2021 21:21:25 +0000 (23:21 +0200)]
MDL-72589 behat: Add @skip_chrome_zerosize to failing scenarios
All the scenarios failing with Chrome zero-size errors are
getting the @skip_chrome_zerosize to be able to keep them apart from
regular runs. See MDL-71108 for more information about
that error.
They will be run by another job, specifically using that tag to
keep them failing and under control.
Ilya Tregubov [Wed, 15 Sep 2021 12:06:17 +0000 (14:06 +0200)]
Merge branch 'MDL-72310-master' of git://github.com/aanabit/moodle
Jake Dallimore [Wed, 15 Sep 2021 02:49:26 +0000 (10:49 +0800)]
Merge branch 'MDL-71550-master' of git://github.com/bmbrands/moodle
Jake Dallimore [Wed, 15 Sep 2021 02:11:48 +0000 (10:11 +0800)]
Merge branch 'MDL-71137-master' of https://github.com/NashTechOpenUniversity/moodle
Eloy Lafuente (stronk7) [Tue, 14 Sep 2021 20:48:10 +0000 (22:48 +0200)]
Merge branch 'MDL-72251-RB-Tasks_admin_UI_fix_time' of git://github.com/lostrogit/moodle
Eloy Lafuente (stronk7) [Tue, 14 Sep 2021 20:42:15 +0000 (22:42 +0200)]
Merge branch 'MDL-72115-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Tue, 14 Sep 2021 20:21:55 +0000 (22:21 +0200)]
Merge branch '71093-master-backup-honor-formatstringstriptags' of https://github.com/DSI-Universite-Rennes2/moodle
Eloy Lafuente (stronk7) [Tue, 14 Sep 2021 20:17:19 +0000 (22:17 +0200)]
Merge branch 'MDL-72192' of git://github.com/paulholden/moodle
Ilya Tregubov [Tue, 14 Sep 2021 14:25:07 +0000 (16:25 +0200)]
MDL-72119 admin: Fix warning on installation of new site.
Ilya Tregubov [Tue, 14 Sep 2021 10:20:22 +0000 (12:20 +0200)]
Merge branch 'MDL-72119-master' of git://github.com/sarjona/moodle
Ilya Tregubov [Tue, 14 Sep 2021 09:49:04 +0000 (11:49 +0200)]
Merge branch 'MDL-71961-master' of git://github.com/nguyenphuctien/moodle
Mihail Geshoski [Tue, 27 Jul 2021 06:26:05 +0000 (14:26 +0800)]
MDL-72093 navigation: Update behat tests
Mihail Geshoski [Tue, 27 Jul 2021 04:55:07 +0000 (12:55 +0800)]
MDL-72093 navigation: Update secondary nav unit tests
Mihail Geshoski [Wed, 21 Jul 2021 02:17:34 +0000 (10:17 +0800)]
MDL-72093 mod_workshop: Replace strings in secondary nav
Mihail Geshoski [Wed, 21 Jul 2021 02:12:40 +0000 (10:12 +0800)]
MDL-72093 mod_choice: Replace strings in secondary nav
Mihail Geshoski [Wed, 21 Jul 2021 02:06:27 +0000 (10:06 +0800)]
MDL-72093 mod_chat: Replace strings in secondary nav
Mihail Geshoski [Wed, 21 Jul 2021 01:49:41 +0000 (09:49 +0800)]
MDL-72093 booktool_exportimscp: Replace strings in secondary nav
Mihail Geshoski [Wed, 21 Jul 2021 01:43:43 +0000 (09:43 +0800)]
MDL-72093 navigation: Replace strings in course and module secondary nav
Jun Pataleta [Tue, 14 Sep 2021 02:42:52 +0000 (10:42 +0800)]
Merge branch 'MDL-71473-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Mon, 13 Sep 2021 21:35:22 +0000 (23:35 +0200)]
Merge branch 'master-MDL-72527' of https://github.com/matt-catalyst/moodle
Jun Pataleta [Mon, 13 Sep 2021 14:10:19 +0000 (22:10 +0800)]
Merge branch 'MDL-71228-master-v02' of git://github.com/ferranrecio/moodle
Ilya Tregubov [Mon, 13 Sep 2021 11:38:25 +0000 (13:38 +0200)]
Merge branch 'MDL-71846' of git://github.com/paulholden/moodle
Tien Nguyen [Mon, 19 Jul 2021 01:32:32 +0000 (08:32 +0700)]
MDL-71961 Quiz: Disable quiz navigation buttons when files are uploading
Sara Arjona [Wed, 11 Aug 2021 14:07:34 +0000 (16:07 +0200)]
MDL-72115 course: Rename Miscellaneous category
The "Miscellaneous" course category has been renamed to Category 1.
Besides, the description field has been set from FORMAT_MOODLE to
FORMAT_HTML.
Sara Arjona [Mon, 16 Aug 2021 14:05:17 +0000 (16:05 +0200)]
MDL-71473 lib: Remove XMPPHP (Jabber) third-party lib
As the message_jabber notification plugin has been removed from core,
the XMPPHP library (aka Jabber) is not required any more so it has
been completely removed from Moodle core too.
Sara Arjona [Mon, 16 Aug 2021 11:10:48 +0000 (13:10 +0200)]
MDL-71473 message: Remove jabber output notification
Jabber is not widely used these days so message_jabber has been removed
from Moodle core.
Sara Arjona [Thu, 12 Aug 2021 13:44:17 +0000 (15:44 +0200)]
MDL-72119 admin: Move Enable WS for mobile to Advanced features
The "Enable web services for mobile devices" setting has been moved
from the "Mobile app settings" page to "Advanced features".
Besides, the "Mobile app" section and the "Mobile settings" page
won't be displayed if WS for mobile devices setting is disabled.
Sara Arjona [Thu, 12 Aug 2021 10:43:14 +0000 (12:43 +0200)]
MDL-72119 admin: Move Enable MoodleNet to Advanced features
The "Enable MoodleNet integration" setting has been moved from
the "MoodleNet settings" page to "Advanced features".
Besides, the "MoodleNet settings" page and section won't be
displayed if MoodleNet integration setting is disabled.
Sara Arjona [Thu, 12 Aug 2021 10:26:06 +0000 (12:26 +0200)]
MDL-72119 admin: Move Enable messaging to Advanced features
The "Enable messaging" setting has been moved from "Messaging
settings" page to "Advanced features".
Besides, the "Messaging settings" page won't be displayed if
$CFG->messaging is disabled.
Sara Arjona [Thu, 12 Aug 2021 10:00:45 +0000 (12:00 +0200)]
MDL-72119 admin: Move Enable competencies to Advanced features
The "Enable competencies" setting has been moved from "Competencies
settings" page to "Advanced features".
Besides, the behaviour of the "Competencies" section has been reviewed
to completely hide it when competencies are disabled.
Sara Arjona [Thu, 12 Aug 2021 07:31:03 +0000 (09:31 +0200)]
MDL-72118 block_html: Rename HTML block to Text