moodle.git
3 years agoMDL-63198 forms: click on scrollbar should not close the suggestions box
Shamim Rezaie [Sun, 16 Jun 2019 09:46:04 +0000 (19:46 +1000)]
MDL-63198 forms: click on scrollbar should not close the suggestions box

3 years agoweekly release 3.8dev
Eloy Lafuente (stronk7) [Thu, 25 Jul 2019 11:44:42 +0000 (13:44 +0200)]
weekly release 3.8dev

3 years agoMerge branch 'MDL-65858_master' of git://github.com/markn86/moodle
Jake Dallimore [Wed, 24 Jul 2019 06:30:28 +0000 (14:30 +0800)]
Merge branch 'MDL-65858_master' of git://github.com/markn86/moodle

3 years agoMerge branch 'MDL-65078-master' of git://github.com/peterRd/moodle
Adrian Greeve [Wed, 24 Jul 2019 01:50:40 +0000 (09:50 +0800)]
Merge branch 'MDL-65078-master' of git://github.com/peterRd/moodle

3 years agoMerge branch 'MDL-65994-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Tue, 23 Jul 2019 22:45:28 +0000 (00:45 +0200)]
Merge branch 'MDL-65994-master' of git://github.com/junpataleta/moodle

3 years agoMerge branch 'MDL-65946-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Tue, 23 Jul 2019 22:40:28 +0000 (00:40 +0200)]
Merge branch 'MDL-65946-master' of git://github.com/junpataleta/moodle

3 years agoMerge branch 'MDL-65938-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Tue, 23 Jul 2019 22:32:49 +0000 (00:32 +0200)]
Merge branch 'MDL-65938-master' of git://github.com/junpataleta/moodle

3 years agoMerge branch 'MDL-65633_master' of git://github.com/dmonllao/moodle
Adrian Greeve [Tue, 23 Jul 2019 06:09:19 +0000 (14:09 +0800)]
Merge branch 'MDL-65633_master' of git://github.com/dmonllao/moodle

3 years agoMerge branch 'MDL-65740-master' of git://github.com/peterRd/moodle
Adrian Greeve [Tue, 23 Jul 2019 03:12:19 +0000 (11:12 +0800)]
Merge branch 'MDL-65740-master' of git://github.com/peterRd/moodle

3 years agoMerge branch 'MDL-66021-master' of git://github.com/peterRd/moodle
Adrian Greeve [Tue, 23 Jul 2019 01:11:14 +0000 (09:11 +0800)]
Merge branch 'MDL-66021-master' of git://github.com/peterRd/moodle

3 years agoMDL-65078 competencies: webservices
Damyon Wiese [Fri, 15 Mar 2019 01:44:51 +0000 (09:44 +0800)]
MDL-65078 competencies: webservices

The webservice list_course_module_competencies calls a function that does not exist and
is not exposed as a webservice.

3 years agoMerge branch 'MDL-65788' of git://github.com/Chocolate-lightning/moodle
Eloy Lafuente (stronk7) [Mon, 22 Jul 2019 19:38:20 +0000 (21:38 +0200)]
Merge branch 'MDL-65788' of git://github.com/Chocolate-lightning/moodle

3 years agoMerge branch 'MDL-66132-master' of https://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Mon, 22 Jul 2019 18:56:29 +0000 (20:56 +0200)]
Merge branch 'MDL-66132-master' of https://github.com/sammarshallou/moodle

3 years agoMerge branch 'MDL-66144-master' of https://github.com/ryanwyllie/moodle
Jake Dallimore [Mon, 22 Jul 2019 07:18:59 +0000 (15:18 +0800)]
Merge branch 'MDL-66144-master' of https://github.com/ryanwyllie/moodle

3 years agoMerge branch 'MDL-66143-master' of git://github.com/junpataleta/moodle
Jake Dallimore [Mon, 22 Jul 2019 05:47:17 +0000 (13:47 +0800)]
Merge branch 'MDL-66143-master' of git://github.com/junpataleta/moodle

3 years agoMDL-65858 core_backup: increase the delay with each fail
Mark Nelson [Thu, 18 Jul 2019 08:54:10 +0000 (16:54 +0800)]
MDL-65858 core_backup: increase the delay with each fail

3 years agoMDL-65858 core_backup: added timeout to ajax calls
Matt Porritt [Fri, 5 Jul 2019 06:31:44 +0000 (14:31 +0800)]
MDL-65858 core_backup: added timeout to ajax calls

3 years agoMDL-65858 backup: Improve behaviour of ajax calls
Matt Porritt [Thu, 6 Jun 2019 09:21:40 +0000 (09:21 +0000)]
MDL-65858 backup: Improve behaviour of ajax calls

When a backup (or restore) is in progress and the user
has another tab open that is taking time to generate and
holding the session lock, a condition arises where
multiple ajax calls are "queued" because the long page
is holding the session lock. When this lock is released,
the queued ajax requests complete.  However, as the ajax
requests also lock this can block other requests until they
complete. This patch decreases the frequency of ajax calls
and stops them from holding the session lock.

3 years agoMDL-66143 course: Integration review fixes
Jun Pataleta [Mon, 22 Jul 2019 03:51:20 +0000 (11:51 +0800)]
MDL-66143 course: Integration review fixes

3 years agoMDL-66143 course: Behat tests for the relative dates mode field
Jun Pataleta [Tue, 16 Jul 2019 07:06:26 +0000 (15:06 +0800)]
MDL-66143 course: Behat tests for the relative dates mode field

3 years agoMDL-66143 course: Relative dates mode handling
Jun Pataleta [Tue, 16 Jul 2019 02:28:15 +0000 (10:28 +0800)]
MDL-66143 course: Relative dates mode handling

* On course creation, make sure that we can enable relative dates mode
  only when the site setting is enabled.
* On course update, make sure that the relative dates mode setting
  cannot be changed.

3 years agoMDL-66143 course: Add relativedatesmode course setting
Jun Pataleta [Mon, 15 Jul 2019 07:58:04 +0000 (15:58 +0800)]
MDL-66143 course: Add relativedatesmode course setting

3 years agoMDL-66143 admin: Create setting for courses to support relative dates
Jun Pataleta [Mon, 15 Jul 2019 07:57:22 +0000 (15:57 +0800)]
MDL-66143 admin: Create setting for courses to support relative dates

3 years agoMerge branch 'MDL-66136-master' of git://github.com/mihailges/moodle
Adrian Greeve [Mon, 22 Jul 2019 02:40:30 +0000 (10:40 +0800)]
Merge branch 'MDL-66136-master' of git://github.com/mihailges/moodle

3 years agoMDL-66136 assign: Verify presence of resources in online text submission
Mihail Geshoski [Mon, 15 Jul 2019 03:51:00 +0000 (11:51 +0800)]
MDL-66136 assign: Verify presence of resources in online text submission

3 years agoMDL-66136 assignfeedback_comments: Extend testcase
Mihail Geshoski [Mon, 15 Jul 2019 02:50:34 +0000 (10:50 +0800)]
MDL-66136 assignfeedback_comments: Extend testcase

3 years agoMDL-62497 js: Pass strings through get_string
Andrew Nicols [Sun, 21 Jul 2019 04:39:22 +0000 (12:39 +0800)]
MDL-62497 js: Pass strings through get_string

3 years agoMerge branch 'MDL-50733' of git://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Fri, 19 Jul 2019 22:24:27 +0000 (00:24 +0200)]
Merge branch 'MDL-50733' of git://github.com/stronk7/moodle

3 years agoMDL-50733 core: Update composer to updated behat-extension
Mathew May [Fri, 19 Jul 2019 02:42:35 +0000 (10:42 +0800)]
MDL-50733 core: Update composer to updated behat-extension

3 years agoMerge branch 'MDL-62497-master-final' of git://github.com/andrewnicols/moodle
Andrew Nicols [Fri, 19 Jul 2019 06:22:44 +0000 (14:22 +0800)]
Merge branch 'MDL-62497-master-final' of git://github.com/andrewnicols/moodle

3 years agoMDL-62497 javascript: npm-shrinkwrap change
Ryan Wyllie [Fri, 19 Jul 2019 05:28:01 +0000 (13:28 +0800)]
MDL-62497 javascript: npm-shrinkwrap change

3 years agoMDL-62497 javascript: lazy load js modules when cachejs is disabled
Andrew Nicols [Tue, 9 Jul 2019 01:35:22 +0000 (09:35 +0800)]
MDL-62497 javascript: lazy load js modules when cachejs is disabled

3 years agoMDL-62497 admin_tool: change user tours from third party lib to core
Ryan Wyllie [Fri, 13 Jul 2018 02:29:15 +0000 (10:29 +0800)]
MDL-62497 admin_tool: change user tours from third party lib to core

3 years agoMDL-62497 javascript: rewrite core/str using ES6 syntax
Ryan Wyllie [Thu, 12 Jul 2018 01:01:13 +0000 (09:01 +0800)]
MDL-62497 javascript: rewrite core/str using ES6 syntax

3 years agoMDL-62497 javascript: add watchman support to grunt watch command
Ryan Wyllie [Thu, 10 Jan 2019 02:24:08 +0000 (10:24 +0800)]
MDL-62497 javascript: add watchman support to grunt watch command

3 years agoMDL-62497 javascript: fix truncate.js
Ryan Wyllie [Fri, 11 Jan 2019 05:53:10 +0000 (13:53 +0800)]
MDL-62497 javascript: fix truncate.js

There was some code in the charLengthAt function which was requiring
that the "this" context not be null however it was unnecessary
because it never uses "this" and for some reason it was being set to
null after the ES6 transpiling.

3 years agoMDL-62497 javascript: build AMD modules with new transpiler
Ryan Wyllie [Wed, 11 Jul 2018 07:59:06 +0000 (15:59 +0800)]
MDL-62497 javascript: build AMD modules with new transpiler

3 years agoMDL-62497 javascript: add babel transpiling to Grunt for ES6 support
Ryan Wyllie [Wed, 11 Jul 2018 07:54:52 +0000 (15:54 +0800)]
MDL-62497 javascript: add babel transpiling to Grunt for ES6 support

3 years agoMDL-62497 javascript: add babel polyfill for es6 support
Ryan Wyllie [Fri, 8 Jun 2018 03:30:12 +0000 (11:30 +0800)]
MDL-62497 javascript: add babel polyfill for es6 support

3 years agoMDL-65938 mod_quiz: Use new core/checkbox-toggleall
Jun Pataleta [Thu, 21 Dec 2017 01:24:00 +0000 (14:24 +1300)]
MDL-65938 mod_quiz: Use new core/checkbox-toggleall

Plus:
* On the attempts report pages, the "Regrade selected attempts"
and "Delete selected attempts" buttons are now only enabled when
there's at least one item selected.
* Behat fixes for quiz edit feature after this patch

3 years agoMDL-65994 question: Convert checkboxes to checkbox-toggleall element
Jun Pataleta [Fri, 21 Jun 2019 09:10:25 +0000 (17:10 +0800)]
MDL-65994 question: Convert checkboxes to checkbox-toggleall element

3 years agoMDL-65946 mod_scorm: Use new core/checkbox-toggleall
Jun Pataleta [Fri, 12 Jan 2018 03:27:18 +0000 (11:27 +0800)]
MDL-65946 mod_scorm: Use new core/checkbox-toggleall

3 years agoMDL-65633 tool_analytics: Notification for invalid analysis intervals
David Monllaó [Sun, 26 May 2019 15:15:22 +0000 (17:15 +0200)]
MDL-65633 tool_analytics: Notification for invalid analysis intervals

3 years agoMDL-65633 analytics: New interfaces for time-splitting methods
David Monllaó [Fri, 24 May 2019 11:58:46 +0000 (13:58 +0200)]
MDL-65633 analytics: New interfaces for time-splitting methods

3 years agoweekly release 3.8dev
Eloy Lafuente (stronk7) [Thu, 18 Jul 2019 15:11:32 +0000 (17:11 +0200)]
weekly release 3.8dev

3 years agoNOBUG: Fixed file access permissions
Eloy Lafuente (stronk7) [Thu, 18 Jul 2019 15:11:32 +0000 (17:11 +0200)]
NOBUG: Fixed file access permissions

3 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 18 Jul 2019 15:11:30 +0000 (17:11 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

3 years agoMDL-65788 tool_policy: Move accept_policy JS call into an array
Mathew May [Thu, 18 Jul 2019 02:47:18 +0000 (10:47 +0800)]
MDL-65788 tool_policy: Move accept_policy JS call into an array

3 years agoMerge branch 'MDL-65757-master' of git://github.com/lameze/moodle
Andrew Nicols [Thu, 18 Jul 2019 01:20:38 +0000 (09:20 +0800)]
Merge branch 'MDL-65757-master' of git://github.com/lameze/moodle

3 years agoMerge branch 'MDL-65768-master' of git://github.com/lameze/moodle
Andrew Nicols [Thu, 18 Jul 2019 01:08:52 +0000 (09:08 +0800)]
Merge branch 'MDL-65768-master' of git://github.com/lameze/moodle

3 years agoMerge branch 'MDL-59911-conv_cleanup_check' of git://github.com/leonstr/moodle
Andrew Nicols [Thu, 18 Jul 2019 00:25:07 +0000 (08:25 +0800)]
Merge branch 'MDL-59911-conv_cleanup_check' of git://github.com/leonstr/moodle

3 years agoAutomatically generated installer lang files
AMOS bot [Thu, 18 Jul 2019 00:08:56 +0000 (00:08 +0000)]
Automatically generated installer lang files

3 years agoMerge branch 'MDL-66163-master' of git://github.com/marinaglancy/moodle
Andrew Nicols [Wed, 17 Jul 2019 23:44:54 +0000 (07:44 +0800)]
Merge branch 'MDL-66163-master' of git://github.com/marinaglancy/moodle

3 years agoMerge branch 'MDL-66115_master' of https://github.com/dvdcastro/moodle
Eloy Lafuente (stronk7) [Wed, 17 Jul 2019 21:08:53 +0000 (23:08 +0200)]
Merge branch 'MDL-66115_master' of https://github.com/dvdcastro/moodle

3 years agoMerge branch 'MDL-65742-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Wed, 17 Jul 2019 20:45:12 +0000 (22:45 +0200)]
Merge branch 'MDL-65742-master' of git://github.com/mihailges/moodle

3 years agoMerge branch 'MDL-65753' of git://github.com/Chocolate-lightning/moodle
Eloy Lafuente (stronk7) [Wed, 17 Jul 2019 17:40:28 +0000 (19:40 +0200)]
Merge branch 'MDL-65753' of git://github.com/Chocolate-lightning/moodle

3 years agoMDL-66144 course: make course format weeks show relative dates
Ryan Wyllie [Wed, 17 Jul 2019 03:57:19 +0000 (11:57 +0800)]
MDL-66144 course: make course format weeks show relative dates

3 years agoMDL-66144 course: add function to calculate user course dates
Ryan Wyllie [Fri, 5 Jul 2019 02:05:33 +0000 (10:05 +0800)]
MDL-66144 course: add function to calculate user course dates

3 years agoMerge branch 'MDL-63612-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Wed, 17 Jul 2019 07:47:41 +0000 (15:47 +0800)]
Merge branch 'MDL-63612-master' of git://github.com/bmbrands/moodle

3 years agoMerge branch 'MDL-65751-master' of git://github.com/mihailges/moodle
Andrew Nicols [Wed, 17 Jul 2019 07:22:27 +0000 (15:22 +0800)]
Merge branch 'MDL-65751-master' of git://github.com/mihailges/moodle

3 years agoMerge branch 'MDL-65758' of git://github.com/Chocolate-lightning/moodle
Andrew Nicols [Wed, 17 Jul 2019 07:20:15 +0000 (15:20 +0800)]
Merge branch 'MDL-65758' of git://github.com/Chocolate-lightning/moodle

3 years agoMerge branch 'MDL-60405-master' of git://github.com/peterRd/moodle
Jake Dallimore [Wed, 17 Jul 2019 05:11:43 +0000 (13:11 +0800)]
Merge branch 'MDL-60405-master' of git://github.com/peterRd/moodle

3 years agoMerge branch 'MDL-65538-master' of git://github.com/sarjona/moodle
Andrew Nicols [Wed, 17 Jul 2019 02:55:43 +0000 (10:55 +0800)]
Merge branch 'MDL-65538-master' of git://github.com/sarjona/moodle

3 years agoMDL-66021 restore: Additional restore unit tests with async mode
Peter [Wed, 17 Jul 2019 02:43:58 +0000 (10:43 +0800)]
MDL-66021 restore: Additional restore unit tests with async mode

3 years agoMerge branch 'MDL-65762-master' of git://github.com/abgreeve/moodle
Andrew Nicols [Wed, 17 Jul 2019 02:34:20 +0000 (10:34 +0800)]
Merge branch 'MDL-65762-master' of git://github.com/abgreeve/moodle

3 years agoMerge branch 'MDL-65928-master-2' of git://github.com/junpataleta/moodle
Andrew Nicols [Wed, 17 Jul 2019 02:21:37 +0000 (10:21 +0800)]
Merge branch 'MDL-65928-master-2' of git://github.com/junpataleta/moodle

3 years agoMerge branch 'MDL-65750-master' of git://github.com/lameze/moodle
Andrew Nicols [Wed, 17 Jul 2019 02:10:52 +0000 (10:10 +0800)]
Merge branch 'MDL-65750-master' of git://github.com/lameze/moodle

3 years agoMDL-65751 lib: Replace deprecated jQuery functions
Mihail Geshoski [Wed, 17 Jul 2019 01:59:44 +0000 (09:59 +0800)]
MDL-65751 lib: Replace deprecated jQuery functions

3 years agoMDL-65928 mod_choice: Use correct options attribute
Jun Pataleta [Wed, 17 Jul 2019 01:54:03 +0000 (09:54 +0800)]
MDL-65928 mod_choice: Use correct options attribute

* Should be 'classes', not 'class'.

3 years agoMerge branch 'MDL-65357-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Wed, 17 Jul 2019 01:39:58 +0000 (09:39 +0800)]
Merge branch 'MDL-65357-master' of git://github.com/bmbrands/moodle

3 years agoMerge branch 'MDL-65769-master' of git://github.com/lameze/moodle
Andrew Nicols [Wed, 17 Jul 2019 01:30:43 +0000 (09:30 +0800)]
Merge branch 'MDL-65769-master' of git://github.com/lameze/moodle

3 years agoMerge branch 'MDL-65763-master' of git://github.com/mihailges/moodle
Andrew Nicols [Wed, 17 Jul 2019 01:21:33 +0000 (09:21 +0800)]
Merge branch 'MDL-65763-master' of git://github.com/mihailges/moodle

3 years agoMerge branch 'MDL-60013-master-fix' of git://github.com/andrewnicols/moodle
Jake Dallimore [Wed, 17 Jul 2019 01:12:57 +0000 (09:12 +0800)]
Merge branch 'MDL-60013-master-fix' of git://github.com/andrewnicols/moodle

3 years agoMDL-60013 report_progress: Stop using deprecated modal type
Andrew Nicols [Wed, 17 Jul 2019 00:26:27 +0000 (08:26 +0800)]
MDL-60013 report_progress: Stop using deprecated modal type

3 years agoMerge branch 'MDL-66032-master_awarded_badges_criteria' of https://github.com/andrewm...
Eloy Lafuente (stronk7) [Tue, 16 Jul 2019 23:31:46 +0000 (01:31 +0200)]
Merge branch 'MDL-66032-master_awarded_badges_criteria' of https://github.com/andrewmadden/moodle

3 years agoMerge branch 'MDL-65908-master' of git://github.com/peterRd/moodle
Eloy Lafuente (stronk7) [Tue, 16 Jul 2019 23:04:33 +0000 (01:04 +0200)]
Merge branch 'MDL-65908-master' of git://github.com/peterRd/moodle

3 years agoMDL-66163 mod_forum: Add component to unittest sql queries
Marina Glancy [Tue, 16 Jul 2019 16:33:35 +0000 (19:33 +0300)]
MDL-66163 mod_forum: Add component to unittest sql queries

files from other components may exist in the files table

3 years agoMDL-59911 fileconverter_unoconv: Fix: test PDF fails after upgrade
Leon Stringer [Thu, 11 Apr 2019 11:24:12 +0000 (12:24 +0100)]
MDL-59911 fileconverter_unoconv: Fix: test PDF fails after upgrade

When generating the PDF of unoconv_test.docx this file's previous conversions
are removed from mdl_file_conversion.  But these may also be removed by
\core_files\task\conversion_cleanup_task in which case an error occurs as
delete() is invoked with a NULL id.  Added check for non-NULL id prior to
invoking delete().

3 years agoMerge branch 'MDL-65555-Master' of https://github.com/tuanngocnguyen/moodle
Eloy Lafuente (stronk7) [Tue, 16 Jul 2019 10:34:23 +0000 (12:34 +0200)]
Merge branch 'MDL-65555-Master' of https://github.com/tuanngocnguyen/moodle

3 years agoMerge branch 'MDL-65761' of git://github.com/Chocolate-lightning/moodle
Eloy Lafuente (stronk7) [Tue, 16 Jul 2019 10:27:43 +0000 (12:27 +0200)]
Merge branch 'MDL-65761' of git://github.com/Chocolate-lightning/moodle

3 years agoMerge branch 'MDL-65744' of git://github.com/Chocolate-lightning/moodle
Eloy Lafuente (stronk7) [Tue, 16 Jul 2019 09:20:58 +0000 (11:20 +0200)]
Merge branch 'MDL-65744' of git://github.com/Chocolate-lightning/moodle

3 years agoMDL-65744 lib: Modify minify test to check properly
Mathew May [Tue, 16 Jul 2019 09:01:05 +0000 (17:01 +0800)]
MDL-65744 lib: Modify minify test to check properly

3 years agoMDL-65744 lib: Modify minify test to check properly
Mathew May [Tue, 11 Jun 2019 23:33:22 +0000 (07:33 +0800)]
MDL-65744 lib: Modify minify test to check properly

3 years agoMDL-65744 lib: Update minify pathconverter lib
Mathew May [Tue, 11 Jun 2019 05:05:44 +0000 (13:05 +0800)]
MDL-65744 lib: Update minify pathconverter lib

3 years agoMDL-65744 lib: Update minify minify lib
Mathew May [Tue, 11 Jun 2019 05:02:45 +0000 (13:02 +0800)]
MDL-65744 lib: Update minify minify lib

3 years agoMerge branch 'MDL-65954-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Tue, 16 Jul 2019 07:13:41 +0000 (15:13 +0800)]
Merge branch 'MDL-65954-master' of git://github.com/junpataleta/moodle

3 years agoMerge branch 'MDL-65794_master' of git://github.com/markn86/moodle
Andrew Nicols [Tue, 16 Jul 2019 06:26:55 +0000 (14:26 +0800)]
Merge branch 'MDL-65794_master' of git://github.com/markn86/moodle

3 years agoMDL-65794 core: use themerev as the cache key when getting font icons
Mark Nelson [Thu, 11 Jul 2019 13:02:11 +0000 (21:02 +0800)]
MDL-65794 core: use themerev as the cache key when getting font icons

3 years agoMDL-65794 core: use langrev as the cache key when getting strings
Mark Nelson [Thu, 11 Jul 2019 11:11:56 +0000 (19:11 +0800)]
MDL-65794 core: use langrev as the cache key when getting strings

3 years agoMDL-65794 core: make langrev available in JS
Mark Nelson [Thu, 11 Jul 2019 11:03:38 +0000 (19:03 +0800)]
MDL-65794 core: make langrev available in JS

3 years agoMDL-65794 core: use themerev as the cache key when getting templates
Mark Nelson [Fri, 5 Jul 2019 05:11:01 +0000 (13:11 +0800)]
MDL-65794 core: use themerev as the cache key when getting templates

3 years agoMDL-65794 core: allow ajax calls to specify a cache key
Mark Nelson [Mon, 24 Jun 2019 15:38:36 +0000 (23:38 +0800)]
MDL-65794 core: allow ajax calls to specify a cache key

This allows for better caching capabilities on servers. If a
cache key is passed and the web service call does not require
the user to be logged in we will attempt to use GET for the
request. This allows for things like proxy caching on URLs.
The cache key must be changed if we do not want to retrieve
what has been cached and want to perform the request again.

3 years agoMerge branch 'MDL-60013-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Tue, 16 Jul 2019 06:21:18 +0000 (14:21 +0800)]
Merge branch 'MDL-60013-master' of git://github.com/junpataleta/moodle

3 years agoMerge branch 'MDL-65744' of git://github.com/Chocolate-lightning/moodle
Andrew Nicols [Tue, 16 Jul 2019 04:57:24 +0000 (12:57 +0800)]
Merge branch 'MDL-65744' of git://github.com/Chocolate-lightning/moodle

3 years agoMerge branch 'master_MDL-65517' of https://github.com/yao9394/moodle
Andrew Nicols [Tue, 16 Jul 2019 03:50:58 +0000 (11:50 +0800)]
Merge branch 'master_MDL-65517' of https://github.com/yao9394/moodle

3 years agoMerge branch 'MDL-65409-master' of git://github.com/mihailges/moodle
Andrew Nicols [Tue, 16 Jul 2019 03:35:23 +0000 (11:35 +0800)]
Merge branch 'MDL-65409-master' of git://github.com/mihailges/moodle

3 years agoMerge branch 'MDL-66158-master' of git://github.com/andrewnicols/moodle
Jake Dallimore [Tue, 16 Jul 2019 02:30:52 +0000 (10:30 +0800)]
Merge branch 'MDL-66158-master' of git://github.com/andrewnicols/moodle

3 years agoMDL-66158 calendar: Events should be space separated not an array
Andrew Nicols [Tue, 16 Jul 2019 01:45:32 +0000 (09:45 +0800)]
MDL-66158 calendar: Events should be space separated not an array

3 years agoMDL-65761 lib: Update scssphp to 1.0.2
Mathew May [Tue, 16 Jul 2019 01:29:37 +0000 (09:29 +0800)]
MDL-65761 lib: Update scssphp to 1.0.2

3 years agoMDL-65761 lib: Update scssphp to 1.0.0
Mathew May [Fri, 28 Jun 2019 01:42:24 +0000 (09:42 +0800)]
MDL-65761 lib: Update scssphp to 1.0.0