David Balch
528060a1a9
MDL-57742 core_lib: Make tool_consumer_instance_guid optional
...
In the specification, tool_consumer_instance_guid is only listed
as recommended. However, the library was requiring it.
https://www.imsglobal.org/specs/ltiv2p0/implementation-guide#toc-42
2018-05-28 12:47:05 +08:00
Andrew Nicols
87095d1405
Merge branch 'MDL-62515-master' of git://github.com/junpataleta/moodle
2018-05-28 12:27:45 +08:00
Marina Glancy
024ede2c6b
MDL-62584 xmlrpc: return correct content-length
2018-05-28 11:14:42 +08:00
Simey Lameze
4834d388da
MDL-57600 course: fix typo on courselib test
2018-05-28 09:38:16 +08:00
Alex
a91437a3c1
MDL-57600 format: Fix spelling errors
2018-05-28 09:35:35 +08:00
Jun Pataleta
6a7a11a7b3
Merge branch 'MDL-61832-master' of https://github.com/lucaboesch/moodle
2018-05-28 09:21:48 +08:00
Shamim Rezaie
3722c7d697
MDL-62532 core_question: Include standard tags in the tags autocomplete
2018-05-28 10:53:57 +10:00
Andrew Nicols
407f5d053c
MDL-62543 mod_forum: Add RSS Unit tests
2018-05-28 08:53:45 +08:00
Andrew Nicols
daad84d150
Merge branch 'MDL-62543-master' of git://github.com/tobiasreischmann/moodle
2018-05-28 08:53:41 +08:00
Eloy Lafuente (stronk7)
4a0c770372
Merge branch 'MDL-62408_master' of https://github.com/marxjohnson/moodle
2018-05-28 01:40:07 +02:00
Michael Aherne
e99a39624e
MDL-62577 unit tests: Quote class name in re-run command.
2018-05-25 16:46:45 +01:00
Marina Glancy
7115c32949
MDL-62493 tool_policy: correct redirection
...
do not override session->wantsurl
do not redirect guests to user.php, they get an error there
2018-05-25 14:29:40 +08:00
Marina Glancy
deaf67147d
MDL-62493 tool_policy: allow guests to sign up
2018-05-25 14:29:40 +08:00
Mihail Geshoski
57c888c0fa
MDL-39486 lesson: Length of label text too narrow in matching questions
2018-05-25 10:01:25 +08:00
Jan Dageförde
df751f0040
MDL-62544 privacy: error notification type
2018-05-24 16:44:17 +02:00
Jan Dageförde
97009b73cf
MDL-62544 privacy: Allow data requests on behalf of a user by admin/DPO
2018-05-24 16:43:06 +02:00
Luca Bösch
ed38521b1d
MDL-61832 lesson: don't hide lesson page editing options
2018-05-24 15:45:30 +02:00
Luca Bösch
d29bde5943
MDL-42779 course: Pagination in management page preserves view action
2018-05-24 15:44:35 +02:00
David Monllao
6b2e04676a
weekly on-sync release 3.6dev
2018-05-24 10:47:52 +02:00
David Monllao
3399860ee8
NOBUG: Fixed SVG browser compatibility
2018-05-24 10:47:51 +02:00
David Monllao
59cc07ae99
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2018-05-24 10:47:50 +02:00
Tobias Reischmann
82b50d3187
MDL-62543 forum: Switched the usage of the deleted flag for rss
...
The deleted flag was introduced through the Privacy API and was used
for post selection for the rss feed. In there it was used in the
wrong way, which lead to the exclusion of all non deleted posts instead
of excluding all deleted ones.
This commit fixes this problem.
2018-05-23 14:05:28 +02:00
Simey Lameze
1bcc54ef25
MDL-61189 editor_tinymce: save data before submitting
2018-05-23 10:48:27 +08:00
Jake Dallimore
b345895a9d
Merge branch 'MDL-61932-master' of git://github.com/junpataleta/moodle
2018-05-23 10:01:08 +08:00
Leon Stringer
02cc1ecd77
MDL-62316 OAuth 2: Only guess image if base URL set.
...
If you added an OAuth 2 service with no base URL guess_image() would try to
parse this empty value looking for a favicon.ico. We now check if the base
URL is empty beforehand and skip this if so.
2018-05-22 17:43:05 +01:00
Jun Pataleta
d980528873
MDL-61932 mod_glossary: Fetch the correct front page section 1 ID
2018-05-22 17:15:58 +08:00
Jun Pataleta
7e603553d5
Merge branch 'wip-MDL-62239-master' of https://github.com/Beedell/moodle
2018-05-22 10:05:13 +08:00
Andrew Nicols
f94aaed80b
Merge branch 'MDL-62482' of git://github.com/timhunt/moodle
2018-05-22 09:37:57 +08:00
Andrew Nicols
227d6d68a3
Merge branch 'MDL-62488_master' of https://github.com/marxjohnson/moodle
2018-05-22 09:29:47 +08:00
Andrew Nicols
f979e2d418
Merge branch 'MDL-62477' of git://github.com/stronk7/moodle
2018-05-22 09:20:06 +08:00
Jake Dallimore
6ef703d8a6
Merge branch 'MDL-61015-master' of https://github.com/lucaboesch/moodle
2018-05-22 08:14:52 +08:00
Eloy Lafuente (stronk7)
6b47d8066a
Merge branch 'MDL-62500-master' of git://github.com/andrewnicols/moodle
2018-05-21 13:37:16 +02:00
John Beedell
2d55b0b736
MDL-62239 QTYPE: iOS 11.3 broke Moodle drag-drop question types
2018-05-21 11:13:09 +01:00
David Monllao
a765519a42
Merge branch 'm36_MDL-61893_Accept_Any_Node_Carbon_Version' of https://github.com/scara/moodle
2018-05-21 12:04:44 +02:00
Luca Bösch
398ed46942
MDL-61015 course: consistently display hidden sections
...
This commit moves the availability info on top.
2018-05-21 11:33:35 +02:00
David Monllao
30f61e4d30
Merge branch 'MDL-62516-master' of git://github.com/andrewnicols/moodle
2018-05-21 11:15:02 +02:00
Jun Pataleta
5c334275df
Merge branch 'MDL-62229-master' of git://github.com/jleyva/moodle
2018-05-21 17:04:08 +08:00
Andrew Nicols
94d55c0041
Merge branch 'wip-MDL-62481-master' of git://github.com/marinaglancy/moodle
2018-05-21 15:49:41 +08:00
Jake Dallimore
ed00590ad8
Merge branch 'MDL-62440' of git://github.com/timhunt/moodle
2018-05-21 14:55:16 +08:00
Andrew Nicols
630081dd91
MDL-62516 mod_forum: Only delete files for requested user
2018-05-21 14:12:17 +08:00
Jun Pataleta
3f3f914d46
MDL-62515 templates: Remove unnecessary button role for submit button
2018-05-21 09:32:56 +08:00
Andrew Nicols
4396a8f241
Merge branch 'MDL-62386-master' of git://github.com/bmbrands/moodle
2018-05-21 09:10:50 +08:00
AMOS bot
3f2168dcb9
Automatically generated installer lang files
2018-05-21 00:06:14 +00:00
Andrew Nicols
39e14b2325
MDL-62500 tag: Update checkbox label when updating tag
2018-05-20 15:14:50 +08:00
Matteo Scaramuccia
495a5c5a73
MDL-61893 JavaScript: Bumped npm packages
...
Performed by removing the current 'npm-shrinkwrap.json' file:
$ rm -Rf node_modules
$ rm -f npm-shrinkwrap.json
$ npm install
$ npm shrinkwrap
2018-05-18 00:36:44 +02:00
Matteo Scaramuccia
22d032301b
MDL-61893 JavaScript: Accept any node version but Carbon (LTS)
2018-05-18 00:36:43 +02:00
Mark Johnson
3bc65933cf
MDL-62488 filebrowser: Stop unit tests assuming number of categories
2018-05-17 16:01:26 +01:00
Tim Hunt
27d625a863
MDL-62482 file_storage: may have many files with same content hash
2018-05-17 11:24:33 +01:00
Tim Hunt
5359c517d0
MDL-62440 participants: out-of-memory is many site-wide role assigns
2018-05-17 10:42:31 +01:00
Jun Pataleta
266eccfde6
MDL-61932 mod_glossary: Display site-level glossaries on section 1
...
* Glossary activities created on the front page by importing
entries are being added to section 0, but the front page only shows
activities on section 1.
2018-05-17 16:02:36 +08:00