Andrew Nicols [Wed, 25 Sep 2019 07:28:23 +0000 (15:28 +0800)]
MDL-66722 core_grades: Add simple direct grading to gradingpanel
Part of MDL-66074
Andrew Nicols [Thu, 19 Sep 2019 00:01:18 +0000 (08:01 +0800)]
MDL-66722 forum: Add gradeitem storage handler
Part of MDL-66074
Andrew Nicols [Wed, 25 Sep 2019 23:39:26 +0000 (07:39 +0800)]
MDL-66722 grade: Add coverage files
Part of MDL-66074
Andrew Nicols [Wed, 18 Sep 2019 02:54:26 +0000 (10:54 +0800)]
MDL-66696 forum: Add forum_grades table
Part of MDL-66074
Andrew Nicols [Tue, 20 Aug 2019 06:48:27 +0000 (14:48 +0800)]
MDL-66079 mod_forum: Add forum grade support
Part of MDL-66074
Andrew Nicols [Sun, 11 Aug 2019 08:10:13 +0000 (16:10 +0800)]
MDL-66079 mod_forum: Add field to support whole forum grading
Part of MDL-66074
Andrew Nicols [Fri, 20 Sep 2019 07:07:48 +0000 (15:07 +0800)]
MDL-66079 assign: Switch to new gradeitem API
Part of MDL-66074
Andrew Nicols [Wed, 28 Aug 2019 01:17:55 +0000 (09:17 +0800)]
MDL-66079 workshop: Switch to new gradeitem API
Part of MDL-66074
Andrew Nicols [Tue, 20 Aug 2019 06:44:41 +0000 (14:44 +0800)]
MDL-66079 core_grades: Add support for multiple grade items in an activity
Part of MDL-66074
Mathew May [Mon, 8 Jul 2019 08:23:19 +0000 (16:23 +0800)]
MDL-66077 mod_forum: Basic forum grader implementation
Part of MDL-66074
Mathew May [Thu, 11 Jul 2019 03:51:13 +0000 (11:51 +0800)]
MDL-66078 mod_forum: Add webservice to pull discussion data for user
Part of MDL-66074
Andrew Nicols [Tue, 24 Sep 2019 04:30:15 +0000 (12:30 +0800)]
MDL-66722 forum: Add grade capability
Part of MDL-66074
Andrew Nicols [Fri, 9 Aug 2019 05:10:38 +0000 (13:10 +0800)]
MDL-66370 mod_forum: Make a full screen layout
Part of MDL-66074
Mathew May [Sat, 5 Oct 2019 03:33:05 +0000 (11:33 +0800)]
MDL-66077 course: Add WS to get list of users in a cmid
Part of MDL-66074
Andrew Nicols [Sat, 5 Oct 2019 04:17:29 +0000 (12:17 +0800)]
MDL-66077 core: Loadingicon needs jQuery nodes
Part of MDL-66074
Andrew Nicols [Sat, 5 Oct 2019 05:56:30 +0000 (13:56 +0800)]
MDL-66074 core: Add a renderForPromise function
Promises only take a single argument so this makes it easier to chain
promises and use them with await.
Eloy Lafuente (stronk7) [Fri, 25 Oct 2019 13:30:04 +0000 (15:30 +0200)]
on-demand release 3.8dev+
Eloy Lafuente (stronk7) [Fri, 25 Oct 2019 13:30:02 +0000 (15:30 +0200)]
NOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Fri, 25 Oct 2019 13:30:01 +0000 (15:30 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Jake Dallimore [Fri, 25 Oct 2019 03:09:49 +0000 (11:09 +0800)]
Merge branch 'master_MDL-66973' of https://github.com/golenkovm/moodle
Jun Pataleta [Fri, 25 Oct 2019 02:20:05 +0000 (10:20 +0800)]
Merge branch 'MDL-66968' of https://github.com/stronk7/moodle
Adrian Greeve [Fri, 25 Oct 2019 01:32:22 +0000 (09:32 +0800)]
Merge branch 'MDL-62485' of https://github.com/willianmano/moodle
Adrian Greeve [Fri, 25 Oct 2019 00:58:48 +0000 (08:58 +0800)]
Merge branch 'MDL-65017-master-fix' of git://github.com/junpataleta/moodle
Jun Pataleta [Fri, 25 Oct 2019 00:32:02 +0000 (08:32 +0800)]
MDL-65017 mod_forum: Test based on event type and not objectid
* Plus fix warning about \test_capability_manager::can_delete_post()
Jake Dallimore [Fri, 25 Oct 2019 00:25:41 +0000 (08:25 +0800)]
Merge branch 'MDL-66493-readstring_accel' of https://github.com/brendanheywood/moodle
Eloy Lafuente (stronk7) [Sun, 20 Oct 2019 16:14:48 +0000 (18:14 +0200)]
MDL-66968 php74: array_key_exists() for objects is deprecated
Replace it for correct property_exists() when the element
being inspected is a property of object/class.
Amended and squased changes:
- keep mongo unmodified. The information is array, hence correct.
- fix a couple of messaging phpdocs that were incorrect.
Amended take#2:
- As far as mongo resturns BSONDocument that is ArrayObject, aka
implements ArrayAccess, we have decided to explicitly cast results
to array so existing array_key_exists() and other accesses will
continue working the same.
Willian Mano [Thu, 24 Oct 2019 16:43:27 +0000 (13:43 -0300)]
MDL-62485 enrol: Success message after enroll/unenroll user in a course
Jun Pataleta [Thu, 24 Oct 2019 15:08:43 +0000 (23:08 +0800)]
Merge branch 'MDL-66543-master' of git://github.com/tobiasreischmann/moodle
Tobias Reischmann [Wed, 28 Aug 2019 13:12:40 +0000 (15:12 +0200)]
MDL-66543 forms: Make (hard) frozen textareas readonly (or disabled)
Brendan Heywood [Thu, 26 Sep 2019 04:48:47 +0000 (14:48 +1000)]
MDL-66493 filelib: readstring_accel should never use xsendfile
Eloy Lafuente (stronk7) [Thu, 24 Oct 2019 07:59:19 +0000 (09:59 +0200)]
Merge branch 'MDL-66935-lock-clashes' of https://github.com/brendanheywood/moodle
Adrian Greeve [Thu, 24 Oct 2019 07:14:45 +0000 (15:14 +0800)]
Merge branch 'MDL-66876-master' of git://github.com/jleyva/moodle
Adrian Greeve [Thu, 24 Oct 2019 05:53:01 +0000 (13:53 +0800)]
Merge branch 'MDL-65017-master' of git://github.com/jleyva/moodle
Jun Pataleta [Thu, 24 Oct 2019 05:45:27 +0000 (13:45 +0800)]
Merge branch 'MDL-66927-run-new-adhoc' of https://github.com/brendanheywood/moodle
Brendan Heywood [Thu, 17 Oct 2019 00:01:33 +0000 (11:01 +1100)]
MDL-66935 core_lock: Fix resource key clashes in db and postgres locks
Jun Pataleta [Thu, 24 Oct 2019 04:00:45 +0000 (12:00 +0800)]
Merge branch 'MDL-65896-int-fix-1' of https://github.com/ryanwyllie/moodle
Ryan Wyllie [Thu, 24 Oct 2019 02:31:39 +0000 (10:31 +0800)]
MDL-65896 core: more IE11 fixes for emoji picker
Jake Dallimore [Thu, 24 Oct 2019 01:28:31 +0000 (09:28 +0800)]
Merge branch 'MDL-65400-master' of git://github.com/jleyva/moodle
AMOS bot [Thu, 24 Oct 2019 00:09:17 +0000 (00:09 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Wed, 23 Oct 2019 20:21:39 +0000 (22:21 +0200)]
Merge branch 'MDL-64298-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Wed, 23 Oct 2019 20:16:22 +0000 (22:16 +0200)]
Merge branch 'MDL-67001-master' of https://github.com/lucaboesch/moodle
Eloy Lafuente (stronk7) [Wed, 23 Oct 2019 17:50:38 +0000 (19:50 +0200)]
Merge branch 'MDL-67004-master' of git://github.com/dpalou/moodle
Eloy Lafuente (stronk7) [Wed, 23 Oct 2019 16:35:46 +0000 (18:35 +0200)]
Merge branch 'MDL-65349-profile-match-greedy' of https://github.com/brendanheywood/moodle
Juan Leyva [Wed, 23 Oct 2019 15:15:59 +0000 (17:15 +0200)]
MDL-64298 gradereport_user: Fix WS returned parameter description
feedbackformat must be optional always
Sara Arjona [Wed, 23 Oct 2019 15:39:10 +0000 (17:39 +0200)]
Merge branch 'master_MDL-66225_async_backup_state' of https://github.com/mattporritt/moodle
Juan Leyva [Wed, 23 Oct 2019 14:58:34 +0000 (16:58 +0200)]
MDL-66876 core_filter: Fix context in Web Service warning
Juan Leyva [Wed, 16 Oct 2019 15:44:49 +0000 (17:44 +0200)]
MDL-65400 block: Support returning settings for core blocks
Juan Leyva [Wed, 16 Oct 2019 15:44:05 +0000 (17:44 +0200)]
MDL-65400 block: Support getting block settings via WS
Dani Palou [Wed, 23 Oct 2019 10:59:34 +0000 (12:59 +0200)]
MDL-67004 enrol: Include core_enrol_search_users in the mobile service
Sara Arjona [Wed, 23 Oct 2019 10:07:24 +0000 (12:07 +0200)]
Merge branch 'MDL-66676_master' of https://github.com/nadavkav/moodle
Luca Bösch [Wed, 23 Oct 2019 01:35:13 +0000 (03:35 +0200)]
MDL-67001 question: alignment and form spaces.
Ryan Wyllie [Wed, 23 Oct 2019 07:16:30 +0000 (15:16 +0800)]
MDL-65896 core: fix emoji picker IE11 support
Jun Pataleta [Wed, 23 Oct 2019 06:08:13 +0000 (14:08 +0800)]
MDL-65896 admin: Fix checking for full unicode support
Instead of checking whether the charset is set to 'utf8' when
determining full unicode support, it should be checking whether the
charset is set to 'utf8mb4'.
Jun Pataleta [Wed, 23 Oct 2019 06:55:46 +0000 (14:55 +0800)]
Merge branch 'MDL-66971-master' of git://github.com/peterRd/moodle
Matt Porritt [Tue, 30 Jul 2019 02:35:48 +0000 (02:35 +0000)]
MDL-66225 Backup: fix irrecoverable state
Fix condition where if an asynchronous backup
completes via the UI and the user refreshes the
page a new backup was created with a mismatched
backup id.
This caused a permanently failing ad-hoc task
and blocked further backups for that course.
Jun Pataleta [Wed, 23 Oct 2019 03:13:27 +0000 (11:13 +0800)]
Merge branch 'MDL-65896-master' of https://github.com/ryanwyllie/moodle
Adrian Greeve [Wed, 23 Oct 2019 03:00:40 +0000 (11:00 +0800)]
Merge branch 'MDL-63125' of https://github.com/paulholden/moodle
Ryan Wyllie [Mon, 21 Oct 2019 05:09:51 +0000 (13:09 +0800)]
MDL-65896 core: add emoji data to thirdpartylibs
Ryan Wyllie [Fri, 11 Oct 2019 03:01:40 +0000 (11:01 +0800)]
MDL-65896 admin: add admin setting to show emoji picker
Added an admin setting to show/hide the emoji picker in messaging
because some versions of MySQL don't have full unicode support so
emojis won't save in the dabase.
If we detect that the site is running an unsupported version of MySQL
then the setting can not be enabled. Instead the admin will see a
message explaining that they will need to upgrade their database
before they can enable the emoji picker.
Ryan Wyllie [Mon, 21 Oct 2019 02:54:01 +0000 (10:54 +0800)]
MDL-65896 message: add emoji auto complete to message app
Ryan Wyllie [Thu, 3 Oct 2019 07:02:48 +0000 (15:02 +0800)]
MDL-65896 core: create emoji auto complete
Ryan Wyllie [Fri, 27 Sep 2019 06:26:55 +0000 (14:26 +0800)]
MDL-65896 message: add emoji picker to message app
Ryan Wyllie [Fri, 27 Sep 2019 06:25:54 +0000 (14:25 +0800)]
MDL-65896 core: create emoji picker
Brendan Heywood [Wed, 16 Oct 2019 00:34:24 +0000 (11:34 +1100)]
MDL-65349 xhprof: Removed greedy matching from wildcard parsing
Sara Arjona [Tue, 22 Oct 2019 12:49:05 +0000 (14:49 +0200)]
on-demand release 3.8dev+
Sara Arjona [Tue, 22 Oct 2019 12:49:03 +0000 (14:49 +0200)]
NOBUG: Fixed SVG browser compatibility
Sara Arjona [Tue, 22 Oct 2019 12:49:03 +0000 (14:49 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Jake Dallimore [Tue, 22 Oct 2019 03:13:43 +0000 (11:13 +0800)]
Merge branch 'MDL-64739_master-fix' of git://github.com/dmonllao/moodle
David Monllaó [Tue, 22 Oct 2019 02:48:29 +0000 (10:48 +0800)]
MDL-64739 analytics: No need for a fully set model on edit
Peter [Tue, 22 Oct 2019 01:38:05 +0000 (09:38 +0800)]
MDL-66971 core: Update the convenience date grade getter to allow nulls
Paul Holden [Fri, 18 Oct 2019 10:42:13 +0000 (11:42 +0100)]
MDL-63125 forms: Behat test for form autocomplete element.
Eloy Lafuente (stronk7) [Mon, 21 Oct 2019 21:59:18 +0000 (23:59 +0200)]
Merge branch 'MDL-66970_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Mon, 21 Oct 2019 21:34:19 +0000 (23:34 +0200)]
MDL-66954 filter_displayh5p: add it to the list of standard plugins
Eloy Lafuente (stronk7) [Mon, 21 Oct 2019 21:31:37 +0000 (23:31 +0200)]
Merge branch 'MDL-66954-master' of git://github.com/aanabit/moodle
David Monllaó [Mon, 21 Oct 2019 00:56:10 +0000 (08:56 +0800)]
MDL-66970 analytics: Extra testing for active enrolments
I sneaked in an unrelated change to enrol-partly-active-ends-afterwards
test case as the endtime and enrolment timestart values were swapped.
The case when the enrolment start is after the analysis end is already
tested in enrol-after-end test case.
David Monllaó [Thu, 17 Oct 2019 09:08:51 +0000 (17:08 +0800)]
MDL-66970 analytics: Fix incorrect use of ??
Nadav Kavalerchik [Sat, 14 Sep 2019 17:56:18 +0000 (20:56 +0300)]
MDL-66676 theme/boost: Fix form select element icon in RTL mode
Eloy Lafuente (stronk7) [Mon, 21 Oct 2019 18:26:34 +0000 (20:26 +0200)]
Merge branch 'MDL-66980' of https://github.com/timhunt/moodle
Sara Arjona [Mon, 21 Oct 2019 12:46:17 +0000 (14:46 +0200)]
Merge branch 'MDL-61121-master-5' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Mon, 21 Oct 2019 11:29:29 +0000 (13:29 +0200)]
Merge branch 'MDL-64739_master' of git://github.com/dmonllao/moodle
Juan Leyva [Wed, 21 Aug 2019 09:49:50 +0000 (10:49 +0100)]
MDL-65017 forum: New WS mod_forum_delete_post
Juan Leyva [Tue, 20 Aug 2019 12:31:39 +0000 (13:31 +0100)]
MDL-65017 forum: Initial API refactor
Sara Arjona [Mon, 21 Oct 2019 10:18:19 +0000 (12:18 +0200)]
Merge branch 'MDL-66631-master-test' of git://github.com/rezaies/moodle
Tim Hunt [Mon, 21 Oct 2019 10:18:12 +0000 (11:18 +0100)]
MDL-66980 question bank: fix load_many_for_cache missing record check
Eloy Lafuente (stronk7) [Mon, 21 Oct 2019 08:48:12 +0000 (10:48 +0200)]
Merge branch 'MDL-65774-master2' of git://github.com/peterRd/moodle
Eloy Lafuente (stronk7) [Mon, 21 Oct 2019 08:32:23 +0000 (10:32 +0200)]
Merge branch 'MDL-66808-master' of git://github.com/rezaies/moodle
Jun Pataleta [Mon, 21 Oct 2019 08:26:28 +0000 (16:26 +0800)]
Merge branch 'MDL-66912-master' of https://github.com/snake/moodle
Jun Pataleta [Mon, 21 Oct 2019 08:15:20 +0000 (16:15 +0800)]
Merge branch 'MDL-66009-master' of https://github.com/grabs/moodle
Jake Dallimore [Mon, 21 Oct 2019 08:06:07 +0000 (16:06 +0800)]
Merge branch 'MDL-66612-master' of git://github.com/crazyserver/moodle
Jake Dallimore [Mon, 21 Oct 2019 07:54:12 +0000 (15:54 +0800)]
Merge branch 'MDL-66915-master' of https://github.com/MartinGauk/moodle
David Monllaó [Mon, 21 Oct 2019 05:20:13 +0000 (13:20 +0800)]
MDL-64739 analytics: Contexts autocomplete with ajax
Pau Ferrer Ocaña [Fri, 6 Sep 2019 06:46:28 +0000 (08:46 +0200)]
MDL-66612 calendar: Change global events to site events
AMOS BEGIN
CPY [category,moodle],[category,calendar]
CPY [site,notes],[eventtypesite,calendar]
CPY [site,moodle],[site,calendar]
MOV [typesite,moodle],[siteevent,calendar]
AMOS END
Mikhail Golenkov [Mon, 21 Oct 2019 06:55:30 +0000 (17:55 +1100)]
MDL-66973 search: Reset Content writer after test.
Andrew Nicols [Mon, 21 Oct 2019 06:22:57 +0000 (14:22 +0800)]
Merge branch 'MDL-66962-master' of https://github.com/lucaboesch/moodle
Luca Bösch [Fri, 18 Oct 2019 15:53:30 +0000 (17:53 +0200)]
MDL-66962 questions: Question bank table T title non breaking.
Andrew Nicols [Mon, 21 Oct 2019 05:47:42 +0000 (13:47 +0800)]
Merge branch 'MDL-66944_master' of https://github.com/t-schroeder/moodle
Andrew Nicols [Mon, 21 Oct 2019 04:54:06 +0000 (12:54 +0800)]
Merge branch 'MDL-66946' of https://github.com/timhunt/moodle
Jake Dallimore [Mon, 21 Oct 2019 03:55:00 +0000 (11:55 +0800)]
Merge branch 'MDL-66930-master' of https://github.com/lucaboesch/moodle
Jake Dallimore [Mon, 21 Oct 2019 02:41:10 +0000 (10:41 +0800)]
Merge branch 'MDL-66960-master' of https://github.com/lucaboesch/moodle
David Monllaó [Mon, 16 Sep 2019 02:56:42 +0000 (10:56 +0800)]
MDL-64739 tool_analytics: Restrict models to specific contexts