moodle.git
4 years agoMDL-71981 dataformat: indicate HTML support in writer callback.
Paul Holden [Fri, 18 Jun 2021 09:15:27 +0000 (10:15 +0100)]
MDL-71981 dataformat: indicate HTML support in writer callback.

4 years agoMerge branch 'MDL-71796-master' of git://github.com/lameze/moodle
Ilya Tregubov [Mon, 5 Jul 2021 10:32:09 +0000 (12:32 +0200)]
Merge branch 'MDL-71796-master' of git://github.com/lameze/moodle

4 years agoMDL-71796 mod_scorm: fix custom completion logic
Simey Lameze [Wed, 16 Jun 2021 09:57:48 +0000 (17:57 +0800)]
MDL-71796 mod_scorm: fix custom completion logic

AMOS BEGIN
 MOV [completiondetail:completionstatuscompletedandpassed,mod_scorm],[completiondetail:completionstatuscompletedorpassed,mod_scorm]
AMOS END

4 years agoMerge branch 'MDL-71885-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Mon, 5 Jul 2021 09:43:35 +0000 (11:43 +0200)]
Merge branch 'MDL-71885-master' of git://github.com/sarjona/moodle

4 years agoMDL-71885 core_h5p: Display the edit content button
Sara Arjona [Thu, 10 Jun 2021 15:58:49 +0000 (17:58 +0200)]
MDL-71885 core_h5p: Display the edit content button

A new parameter has been added to the display method, to define whether
the edit button should be displayed or not.
The H5P activity will display this button (if the user has the required
permissions). However, it won't be displayed when previewing H5P in the
content bank.

4 years agoMDL-71885 core_h5p: Add the form for editing content
Sara Arjona [Thu, 10 Jun 2021 15:07:30 +0000 (17:07 +0200)]
MDL-71885 core_h5p: Add the form for editing content

The editor form is based on the code that Victor Deniz prepared
while he was working on the integration of the H5P editor into
Moodle. The original version of this file can be found in
MDL-67814.

4 years agoMDL-71885 core_h5p: Add new methods to API
Sara Arjona [Thu, 10 Jun 2021 14:55:09 +0000 (16:55 +0200)]
MDL-71885 core_h5p: Add new methods to API

4 years agoMerge branch 'MDL-72063-master-en_fix' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Sun, 4 Jul 2021 09:02:13 +0000 (11:02 +0200)]
Merge branch 'MDL-72063-master-en_fix' of git://github.com/mudrd8mz/moodle

4 years agoMDL-72063 lang: Use fixed strings in tests, too
David Mudrák [Thu, 1 Jul 2021 12:14:01 +0000 (14:14 +0200)]
MDL-72063 lang: Use fixed strings in tests, too

4 years agoweekly release 4.0dev
Ilya Tregubov [Thu, 1 Jul 2021 14:41:59 +0000 (16:41 +0200)]
weekly release 4.0dev

4 years agoMDL-72063 lang: Import fixed English strings (en_fix)
Helen Foster [Thu, 1 Jul 2021 12:11:23 +0000 (14:11 +0200)]
MDL-72063 lang: Import fixed English strings (en_fix)

4 years agoMerge branch 'MDL-71366-master' of git://github.com/bmbrands/moodle
Adrian Greeve [Thu, 1 Jul 2021 04:01:12 +0000 (12:01 +0800)]
Merge branch 'MDL-71366-master' of git://github.com/bmbrands/moodle

4 years agoMerge branch 'MDL-71176-master_password_autocomplete' of https://github.com/safatshah...
Andrew Nicols [Thu, 1 Jul 2021 03:40:25 +0000 (11:40 +0800)]
Merge branch 'MDL-71176-master_password_autocomplete' of https://github.com/safatshahin/moodle

4 years agoMerge branch 'MDL-72010' of https://github.com/timhunt/moodle
Andrew Nicols [Thu, 1 Jul 2021 03:10:43 +0000 (11:10 +0800)]
Merge branch 'MDL-72010' of https://github.com/timhunt/moodle

4 years agoMDL-71176 login: Add html5 autocomplete attributes
Safat Shahin [Wed, 23 Jun 2021 03:47:21 +0000 (13:47 +1000)]
MDL-71176 login: Add html5 autocomplete attributes

This implementation will include the correct
autocomplete attribute value so that the password
managers can aid in creating good secure passwords
and not get confused with other autocomplete types.
There are some changes the password type form so
that autocomplete attribute can be passed an array.

4 years agoMerge branch 'MDL-71314' of https://github.com/paulholden/moodle
Andrew Nicols [Thu, 1 Jul 2021 02:23:47 +0000 (10:23 +0800)]
Merge branch 'MDL-71314' of https://github.com/paulholden/moodle

4 years agoMerge branch 'MDL-71771-master' of git://github.com/HuongNV13/moodle
Andrew Nicols [Thu, 1 Jul 2021 02:11:14 +0000 (10:11 +0800)]
Merge branch 'MDL-71771-master' of git://github.com/HuongNV13/moodle

4 years agoMerge branch 'master_MDL-71175' of https://github.com/danmarsden/moodle
Andrew Nicols [Thu, 1 Jul 2021 01:56:31 +0000 (09:56 +0800)]
Merge branch 'master_MDL-71175' of https://github.com/danmarsden/moodle

4 years agoMerge branch 'MDL-68003' of https://github.com/timhunt/moodle
Andrew Nicols [Thu, 1 Jul 2021 01:52:48 +0000 (09:52 +0800)]
Merge branch 'MDL-68003' of https://github.com/timhunt/moodle

4 years agoMerge branch 'MDL-67208-master' of git://github.com/lameze/moodle
Sara Arjona [Wed, 30 Jun 2021 14:55:31 +0000 (16:55 +0200)]
Merge branch 'MDL-67208-master' of git://github.com/lameze/moodle

4 years agoMerge branch 'MDL-71789-master' of git://github.com/lameze/moodle
Sara Arjona [Wed, 30 Jun 2021 14:29:33 +0000 (16:29 +0200)]
Merge branch 'MDL-71789-master' of git://github.com/lameze/moodle

4 years agoMerge branch 'MDL-71971-master' of git://github.com/lucaboesch/moodle
Sara Arjona [Wed, 30 Jun 2021 14:16:07 +0000 (16:16 +0200)]
Merge branch 'MDL-71971-master' of git://github.com/lucaboesch/moodle

4 years agoMerge branch 'MDL-71991' of https://github.com/timhunt/moodle
Sara Arjona [Wed, 30 Jun 2021 14:09:30 +0000 (16:09 +0200)]
Merge branch 'MDL-71991' of https://github.com/timhunt/moodle

4 years agoMerge branch 'MDL-71863-master-v02' of git://github.com/ferranrecio/moodle
Andrew Nicols [Wed, 30 Jun 2021 02:04:23 +0000 (10:04 +0800)]
Merge branch 'MDL-71863-master-v02' of git://github.com/ferranrecio/moodle

4 years agoMerge branch 'MDL-66539-master' of git://github.com/HuongNV13/moodle
Eloy Lafuente (stronk7) [Tue, 29 Jun 2021 16:37:20 +0000 (18:37 +0200)]
Merge branch 'MDL-66539-master' of git://github.com/HuongNV13/moodle

4 years agoMDL-68003 session timeout warning: don't show in iframes
Tim Hunt [Mon, 28 Jun 2021 20:25:07 +0000 (21:25 +0100)]
MDL-68003 session timeout warning: don't show in iframes

4 years agoMDL-71863 core_courseformat: mode site renderer to autoload
Ferran Recio [Tue, 29 Jun 2021 09:52:48 +0000 (11:52 +0200)]
MDL-71863 core_courseformat: mode site renderer to autoload

4 years agoMerge branch 'MDL-71947-master' of https://github.com/bmbrands/moodle
Eloy Lafuente (stronk7) [Tue, 29 Jun 2021 09:39:26 +0000 (11:39 +0200)]
Merge branch 'MDL-71947-master' of https://github.com/bmbrands/moodle

4 years agoMDL-71863 courseformat: new course editor methods in courseeditor AMD
Ferran Recio [Fri, 18 Jun 2021 10:00:25 +0000 (12:00 +0200)]
MDL-71863 courseformat: new course editor methods in courseeditor AMD

The module now exports a getCourseEditor and a getCurrentCourseEditor
methods. The module is more consistent as it can be used to get
other course than the current one.

4 years agoMDL-71863 core: add templates to ignored plugin folders
Ferran Recio [Tue, 22 Jun 2021 07:51:45 +0000 (09:51 +0200)]
MDL-71863 core: add templates to ignored plugin folders

4 years agoMDL-71863 courseformat: create courseformat subsystem
Ferran Recio [Tue, 22 Jun 2021 07:50:35 +0000 (09:50 +0200)]
MDL-71863 courseformat: create courseformat subsystem

4 years agoMerge branch 'MDL-71777' of https://github.com/appalachianstate/moodle
Sara Arjona [Mon, 28 Jun 2021 09:33:18 +0000 (11:33 +0200)]
Merge branch 'MDL-71777' of https://github.com/appalachianstate/moodle

4 years agoMDL-71314 course: add category record snapshot to deletion event.
Paul Holden [Thu, 24 Jun 2021 18:02:59 +0000 (19:02 +0100)]
MDL-71314 course: add category record snapshot to deletion event.

4 years agoMDL-71777 antivirus: Use hash_from_path (sha1_file)
Fred Woolard [Sun, 30 May 2021 21:59:58 +0000 (17:59 -0400)]
MDL-71777 antivirus: Use hash_from_path (sha1_file)

4 years agoMDL-71175 plagiarism: Deprecate some old functions.
Dan Marsden [Wed, 14 Apr 2021 02:51:51 +0000 (14:51 +1200)]
MDL-71175 plagiarism: Deprecate some old functions.

4 years agoMDL-71971 mod_quiz: separate "Repaginate" and "Select multiple items"
Luca Bösch [Fri, 18 Jun 2021 11:57:02 +0000 (13:57 +0200)]
MDL-71971 mod_quiz: separate "Repaginate" and "Select multiple items"

4 years agoweekly release 4.0dev
Eloy Lafuente (stronk7) [Thu, 24 Jun 2021 21:03:06 +0000 (23:03 +0200)]
weekly release 4.0dev

4 years agoNOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Thu, 24 Jun 2021 21:03:02 +0000 (23:03 +0200)]
NOBUG: Fixed SVG browser compatibility

4 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 24 Jun 2021 21:03:01 +0000 (23:03 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

4 years agoMDL-72010 quiz: prevent session timeouts during attempts
Tim Hunt [Thu, 24 Jun 2021 10:42:33 +0000 (11:42 +0100)]
MDL-72010 quiz: prevent session timeouts during attempts

4 years agoMDL-71947 core_quiz: vertical forms for access rule popups
Bas Brands [Thu, 24 Jun 2021 10:31:13 +0000 (12:31 +0200)]
MDL-71947 core_quiz: vertical forms for access rule popups

4 years agoMDL-71947 theme_boost: fix styles for vertical forms
Bas Brands [Thu, 24 Jun 2021 10:16:48 +0000 (12:16 +0200)]
MDL-71947 theme_boost: fix styles for vertical forms

4 years agoMDL-67208 calendar: fix manage subscription redirection
Simey Lameze [Mon, 14 Jun 2021 02:49:37 +0000 (10:49 +0800)]
MDL-67208 calendar: fix manage subscription redirection

This patch fix the subcription page only adding the course parameter
only when viewing the calendar on course context. It also passes the
url to the form instance, so we have the course parameter on the
form action attribute.

4 years agoMerge branch 'MDL-71694-master' of https://github.com/lucisgit/moodle
Andrew Nicols [Thu, 24 Jun 2021 04:00:09 +0000 (12:00 +0800)]
Merge branch 'MDL-71694-master' of https://github.com/lucisgit/moodle

4 years agoMerge branch 'MDL-67536-master' of https://github.com/dcai/moodle
Andrew Nicols [Thu, 24 Jun 2021 03:21:55 +0000 (11:21 +0800)]
Merge branch 'MDL-67536-master' of https://github.com/dcai/moodle

4 years agoMerge branch 'MDL-69498-group-admin-by-domain' of https://github.com/brendanheywood...
Andrew Nicols [Thu, 24 Jun 2021 03:13:10 +0000 (11:13 +0800)]
Merge branch 'MDL-69498-group-admin-by-domain' of https://github.com/brendanheywood/moodle

4 years agoMerge branch 'MDL-71837' of git://github.com/paulholden/moodle
Andrew Nicols [Thu, 24 Jun 2021 02:58:12 +0000 (10:58 +0800)]
Merge branch 'MDL-71837' of git://github.com/paulholden/moodle

4 years agoMerge branch 'MDL-55243-master' of git://github.com/HuongNV13/moodle
Andrew Nicols [Thu, 24 Jun 2021 02:55:01 +0000 (10:55 +0800)]
Merge branch 'MDL-55243-master' of git://github.com/HuongNV13/moodle

4 years agoMDL-55243 files: Make is_valid_image support SVG files
Huong Nguyen [Tue, 1 Jun 2021 01:51:40 +0000 (08:51 +0700)]
MDL-55243 files: Make is_valid_image support SVG files

4 years agoMerge branch 'MDL-71717' of git://github.com/paulholden/moodle
Eloy Lafuente (stronk7) [Wed, 23 Jun 2021 22:18:45 +0000 (00:18 +0200)]
Merge branch 'MDL-71717' of git://github.com/paulholden/moodle

4 years agoMerge branch 'MDL-71293-master' of git://github.com/bmbrands/moodle
Eloy Lafuente (stronk7) [Wed, 23 Jun 2021 21:43:08 +0000 (23:43 +0200)]
Merge branch 'MDL-71293-master' of git://github.com/bmbrands/moodle

4 years agoMerge branch 'MDL-71593-master' of git://github.com/ilyatregubov/moodle
Eloy Lafuente (stronk7) [Wed, 23 Jun 2021 21:34:16 +0000 (23:34 +0200)]
Merge branch 'MDL-71593-master' of git://github.com/ilyatregubov/moodle

4 years agoMDL-71293 theme_boost: improve navbar for new navigation
Bas Brands [Mon, 31 May 2021 11:03:19 +0000 (13:03 +0200)]
MDL-71293 theme_boost: improve navbar for new navigation

4 years agoMerge branch 'MDL-71669-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Wed, 23 Jun 2021 06:06:32 +0000 (14:06 +0800)]
Merge branch 'MDL-71669-master' of git://github.com/junpataleta/moodle

4 years agoMDL-69498 admin: Group site admins by email domain
Brendan Heywood [Tue, 22 Jun 2021 12:59:05 +0000 (22:59 +1000)]
MDL-69498 admin: Group site admins by email domain

4 years agoMDL-71669 atto_table: Set appropriate ARIA roles for table button
Jun Pataleta [Tue, 1 Jun 2021 04:50:24 +0000 (12:50 +0800)]
MDL-71669 atto_table: Set appropriate ARIA roles for table button

The table button can become a menu button when the cursor's position
in the editor is within a table. So we'd need to update the button with
ARIA attributes appropriate for a menu button.
This is best done when the button's highlight gets toggled, so we're
adding an event listener for when this happens and add/remove the ARIA
attributes accordingly.

4 years agoMDL-71669 editor_atto: Fire custom event when toggling button highlight
Jun Pataleta [Tue, 1 Jun 2021 04:46:18 +0000 (12:46 +0800)]
MDL-71669 editor_atto: Fire custom event when toggling button highlight

4 years agoMDL-71669 editor_atto: Create an events module for the atto editor
Jun Pataleta [Tue, 1 Jun 2021 04:44:36 +0000 (12:44 +0800)]
MDL-71669 editor_atto: Create an events module for the atto editor

4 years agoMDL-71771 core_calendar: Convert the calendar footer buttons to links
Huong Nguyen [Wed, 23 Jun 2021 02:38:58 +0000 (09:38 +0700)]
MDL-71771 core_calendar: Convert the calendar footer buttons to links

4 years agoAutomatically generated installer lang files
AMOS bot [Wed, 23 Jun 2021 00:07:51 +0000 (00:07 +0000)]
Automatically generated installer lang files

4 years agoMDL-71789 calendar: fix subscription url validation
Simey Lameze [Tue, 22 Jun 2021 23:07:47 +0000 (07:07 +0800)]
MDL-71789 calendar: fix subscription url validation

4 years agoMDL-71991 files: check return value of rename when writing files
Tim Hunt [Tue, 22 Jun 2021 13:11:22 +0000 (14:11 +0100)]
MDL-71991 files: check return value of rename when writing files

4 years agoMerge branch 'MDL-71634-master' of git://github.com/lucaboesch/moodle
Víctor Déniz [Tue, 22 Jun 2021 17:27:38 +0000 (18:27 +0100)]
Merge branch 'MDL-71634-master' of git://github.com/lucaboesch/moodle

4 years agoMerge branch 'MDL-70750-master' of git://github.com/ilyatregubov/moodle
Sara Arjona [Tue, 22 Jun 2021 08:20:57 +0000 (10:20 +0200)]
Merge branch 'MDL-70750-master' of git://github.com/ilyatregubov/moodle

4 years agoMerge branch 'MDL-70233-alternative-disabled-cache' of https://github.com/Peterburnet...
Andrew Nicols [Tue, 22 Jun 2021 07:46:48 +0000 (15:46 +0800)]
Merge branch 'MDL-70233-alternative-disabled-cache' of https://github.com/Peterburnett/moodle

4 years agoMDL-71694 assignfeedback_comments: Behat test for feedback preservation
Tony Butler [Tue, 15 Jun 2021 17:21:44 +0000 (18:21 +0100)]
MDL-71694 assignfeedback_comments: Behat test for feedback preservation

Including efficiency improvements from https://github.com/davosmith

4 years agoMDL-71593 oauth2: Remove methods that were readded by mistake.
Ilya Tregubov [Mon, 21 Jun 2021 08:11:16 +0000 (10:11 +0200)]
MDL-71593 oauth2: Remove methods that were readded by mistake.

4 years agoMDL-70750 mod_survey: Fix warning for undefined offset.
Ilya Tregubov [Wed, 9 Jun 2021 04:06:10 +0000 (06:06 +0200)]
MDL-70750 mod_survey: Fix warning for undefined offset.

4 years agoMDL-67536 libraries: replace babel-polyfill with core-js
Dongsheng Cai [Fri, 9 Apr 2021 05:19:27 +0000 (15:19 +1000)]
MDL-67536 libraries: replace babel-polyfill with core-js

4 years agoMerge branch 'MDL-71113-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Sat, 19 Jun 2021 15:57:13 +0000 (17:57 +0200)]
Merge branch 'MDL-71113-master' of git://github.com/andrewnicols/moodle

4 years agoAutomatically generated installer lang files
AMOS bot [Sat, 19 Jun 2021 00:07:53 +0000 (00:07 +0000)]
Automatically generated installer lang files

4 years agoMerge branch 'MDL-69524' of https://github.com/NeillM/moodle
Víctor Déniz [Fri, 18 Jun 2021 19:48:32 +0000 (20:48 +0100)]
Merge branch 'MDL-69524' of https://github.com/NeillM/moodle

4 years agoMDL-71669 editor_atto: Set proper roles to toolbar menus
Jun Pataleta [Tue, 1 Jun 2021 04:04:12 +0000 (12:04 +0800)]
MDL-71669 editor_atto: Set proper roles to toolbar menus

* Menu button fix
  - Added aria-haspopup, aria-controls, and aria-expanded attributes.
* Menu fixes
  - Added aria-labelledby that points to the menu button label.
  - Removed the dialog role in the menu's container.
  - The ul tag needs the "menu" role.
  - The li tag needs the role "none" instead of the "presentation" role

Reference:
https://www.w3.org/TR/wai-aria-practices-1.1/#menubutton

4 years agoMDL-71113 javascript: Improve basic JS Documentation
Andrew Nicols [Wed, 26 May 2021 01:13:05 +0000 (09:13 +0800)]
MDL-71113 javascript: Improve basic JS Documentation

4 years agoMDL-71113 js: Fix all jsdoc warnings
Andrew Nicols [Mon, 15 Mar 2021 02:01:58 +0000 (10:01 +0800)]
MDL-71113 js: Fix all jsdoc warnings

4 years agoMDL-71113 js: Bare minimum fixes to build jsdoc
Andrew Nicols [Mon, 15 Mar 2021 01:50:09 +0000 (09:50 +0800)]
MDL-71113 js: Bare minimum fixes to build jsdoc

4 years agoMDL-71113 js: Add jsdoc configuration and Grunt
Andrew Nicols [Mon, 15 Mar 2021 01:49:39 +0000 (09:49 +0800)]
MDL-71113 js: Add jsdoc configuration and Grunt

4 years agoAutomatically generated installer lang files
AMOS bot [Fri, 18 Jun 2021 00:07:53 +0000 (00:07 +0000)]
Automatically generated installer lang files

4 years agoMDL-71634 course: Do not show "Your progress" info any more.
Luca Bösch [Mon, 24 May 2021 08:42:44 +0000 (10:42 +0200)]
MDL-71634 course: Do not show "Your progress" info any more.

4 years agoweekly release 4.0dev
Víctor Déniz [Thu, 17 Jun 2021 13:54:50 +0000 (14:54 +0100)]
weekly release 4.0dev

4 years agoMDL-69524 backup: Code style fixes for the file
Neill Magill [Tue, 24 Nov 2020 14:15:21 +0000 (14:15 +0000)]
MDL-69524 backup: Code style fixes for the file

4 years agoMDL-69524 backup: Add PHPdocs to backup_controller class
Neill Magill [Fri, 21 Aug 2020 07:20:10 +0000 (08:20 +0100)]
MDL-69524 backup: Add PHPdocs to backup_controller class

4 years agoMerge branch 'MDL-71813-master' of https://github.com/NashTechOpenUniversity/moodle
Andrew Nicols [Thu, 17 Jun 2021 03:28:22 +0000 (11:28 +0800)]
Merge branch 'MDL-71813-master' of https://github.com/NashTechOpenUniversity/moodle

4 years agoMerge branch 'MDL-58592-master' of git://github.com/HuongNV13/moodle
Andrew Nicols [Thu, 17 Jun 2021 03:06:53 +0000 (11:06 +0800)]
Merge branch 'MDL-58592-master' of git://github.com/HuongNV13/moodle

4 years agoMerge branch 'MDL-71927' of https://github.com/timhunt/moodle
Andrew Nicols [Thu, 17 Jun 2021 02:52:18 +0000 (10:52 +0800)]
Merge branch 'MDL-71927' of https://github.com/timhunt/moodle

4 years agoMerge branch 'MDL-71697' of https://github.com/mkassaei/moodle
Andrew Nicols [Thu, 17 Jun 2021 02:48:05 +0000 (10:48 +0800)]
Merge branch 'MDL-71697' of https://github.com/mkassaei/moodle

4 years agoMerge branch 'MDL-71926-master' of git://github.com/peterRd/moodle
Andrew Nicols [Thu, 17 Jun 2021 02:44:36 +0000 (10:44 +0800)]
Merge branch 'MDL-71926-master' of git://github.com/peterRd/moodle

4 years agoMerge branch 'MDL-71052' of git://github.com/paulholden/moodle
Víctor Déniz [Thu, 17 Jun 2021 01:37:46 +0000 (02:37 +0100)]
Merge branch 'MDL-71052' of git://github.com/paulholden/moodle

4 years agoMerge branch 'MDL-71764' of https://github.com/paulholden/moodle
Víctor Déniz [Thu, 17 Jun 2021 00:43:50 +0000 (01:43 +0100)]
Merge branch 'MDL-71764' of https://github.com/paulholden/moodle

4 years agoMerge branch 'MDL-71896-master' of git://github.com/merrill-oakland/moodle
Eloy Lafuente (stronk7) [Wed, 16 Jun 2021 22:11:21 +0000 (00:11 +0200)]
Merge branch 'MDL-71896-master' of git://github.com/merrill-oakland/moodle

4 years agoMerge branch 'MDL-71888' of git://github.com/paulholden/moodle
Eloy Lafuente (stronk7) [Wed, 16 Jun 2021 22:08:04 +0000 (00:08 +0200)]
Merge branch 'MDL-71888' of git://github.com/paulholden/moodle

4 years agoMerge branch 'MDL-71736-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Wed, 16 Jun 2021 22:01:41 +0000 (00:01 +0200)]
Merge branch 'MDL-71736-master' of git://github.com/andrewnicols/moodle

4 years agoMerge branch 'MDL-56873-master' of git://github.com/mickhawkins/moodle
Eloy Lafuente (stronk7) [Wed, 16 Jun 2021 21:30:26 +0000 (23:30 +0200)]
Merge branch 'MDL-56873-master' of git://github.com/mickhawkins/moodle

4 years agoMDL-71697 Custom user field support: Grade report grader
Mahmoud Kassaei [Thu, 27 May 2021 07:51:12 +0000 (08:51 +0100)]
MDL-71697 Custom user field support: Grade report grader

4 years agoMDL-71694 assignfeedback_comments: Fill latest submitted comment data
Tony Butler [Fri, 28 May 2021 09:21:01 +0000 (10:21 +0100)]
MDL-71694 assignfeedback_comments: Fill latest submitted comment data

Otherwise if grading validation fails, any new/updated comments are
lost and replaced with previously saved data (or an empty editor).

4 years agoMerge branch 'MDL-69908' of git://github.com/paulholden/moodle
Andrew Nicols [Wed, 16 Jun 2021 07:28:32 +0000 (15:28 +0800)]
Merge branch 'MDL-69908' of git://github.com/paulholden/moodle

4 years agoMerge branch 'MDL-71528-master' of git://github.com/aanabit/moodle
Andrew Nicols [Wed, 16 Jun 2021 05:19:21 +0000 (13:19 +0800)]
Merge branch 'MDL-71528-master' of git://github.com/aanabit/moodle

4 years agoMerge branch 'MDL-71804' of https://github.com/stronk7/moodle
Andrew Nicols [Tue, 15 Jun 2021 03:26:46 +0000 (11:26 +0800)]
Merge branch 'MDL-71804' of https://github.com/stronk7/moodle

4 years agoMDL-71926 core: Check capabilities before adding link
Peter Dias [Tue, 15 Jun 2021 00:37:38 +0000 (08:37 +0800)]
MDL-71926 core: Check capabilities before adding link

Check whether the user has the capability to manage courses before adding any link

4 years agoMDL-71927 reports: show time to the second in logs report
Tim Hunt [Mon, 14 Jun 2021 20:21:57 +0000 (21:21 +0100)]
MDL-71927 reports: show time to the second in logs report

And in the question history in quiz reviews.

Without this, it can be difficult to investigate some problems.