Commit graph

99488 commits

Author SHA1 Message Date
Bas Brands
ebfee99d90 MDL-69454 core_search: consistent admin search 2020-09-21 10:15:11 +02:00
Bas Brands
1a2a52d121 MDL-69454 core_search: consistent navbar search 2020-09-21 10:15:11 +02:00
Brendan Heywood
6e935cc29c MDL-69718 core: Added support for TB and PT to display_size 2020-09-21 11:02:16 +10:00
Claude Vervoort
5b8c646e68 MDL-66934 mod_lti: support context history param 2020-09-18 14:11:34 -04:00
Juan Leyva
f96e58bd4d MDL-68229 tool_mobile: Add missing option to disable tags in the app 2020-09-18 15:25:22 +02:00
Sara Arjona
c86699ecb2 MDL-69548 grunt: build ignorefiles 2020-09-18 09:55:57 +02:00
Sara Arjona
1752b44d4a Merge branch 'MDL-69548-master' of git://github.com/mickhawkins/moodle into master 2020-09-18 09:40:35 +02:00
Michael Hawkins
5dc3df0e0c MDL-69548 core: Adding the http-message library
This is a dependency of ZipStream
2020-09-18 10:01:09 +08:00
Eloy Lafuente (stronk7)
f852aa8ad5 weekly release 4.0dev 2020-09-17 19:04:10 +02:00
Eloy Lafuente (stronk7)
4778d69273 Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install into master 2020-09-17 19:04:07 +02:00
David Mudrák
af30f18a19 MDL-69355 file: Do not attempt to set headers after output started
It was found out that in certain situations there may be some content
in to output handlers buffers. Let's allow that to happen given that:

* default handler's buffer is not sent as a part of the file and an
  error is reported into the server log.
* other handlers' buffer is sent with the assumption that it is required
  for the correct serving of the file.
2020-09-17 17:37:43 +02:00
Eloy Lafuente (stronk7)
8948440944 Merge branch 'MDL-69395' of github.com:stronk7/moodle into master 2020-09-17 17:00:49 +02:00
Eloy Lafuente (stronk7)
75f0ebd3fe MDL-69395 theme_classic: remove superfluous selector already in boost 2020-09-17 13:07:10 +02:00
Jun Pataleta
17ce464bd2 Merge branch 'MDL-69630-master' of git://github.com/mihailges/moodle 2020-09-17 08:43:51 +02:00
Eloy Lafuente (stronk7)
9efb64f9be Merge branch 'MDL-62387' of https://github.com/paulholden/moodle into master 2020-09-17 08:43:51 +02:00
Eloy Lafuente (stronk7)
e390babcf9 Merge branch 'MDL-68909-master' of git://github.com/sarjona/moodle into master 2020-09-17 08:43:51 +02:00
Eloy Lafuente (stronk7)
5e124b9040 Merge branch 'MDL-69664-master' of git://github.com/junpataleta/moodle into master 2020-09-17 08:43:51 +02:00
Eloy Lafuente (stronk7)
6e6a1785df Merge branch 'MDL-69395-master' of git://github.com/bmbrands/moodle into master 2020-09-17 08:43:51 +02:00
Sara Arjona
ee8f3266d2 Merge branch 'MDL-68688-master' of git://github.com/aanabit/moodle into master 2020-09-17 08:43:51 +02:00
Jun Pataleta
9e8e1002e8 Merge branch 'MDL-69663-master' of https://github.com/sammarshallou/moodle 2020-09-17 08:43:51 +02:00
Davo Smith
6ea01b6e99 MDL-68564 outputrenderers: extend before_footer hook to allow output 2020-09-17 08:43:51 +02:00
Michael Hawkins
8eee0f5e26 MDL-69548 core: Adding the php-enum library
This is a dependency of ZipStream
2020-09-17 14:16:59 +08:00
Michael Hawkins
6d3c27fe7f MDL-69548 core: Adding the ZipStream library
This allows downloading of zip files as a stream, and will be used by
the Download course content project (MDL-69540).
2020-09-17 14:16:59 +08:00
Mihail Geshoski
03838167cb MDL-69630 format_social: Fix behat tests 2020-09-17 12:22:30 +08:00
Bas Brands
d910726704 MDL-66587 mod_quiz: visible quiz timer 2020-09-16 15:21:27 +02:00
Juan Leyva
35101a6a2c MDL-68935 course: Return context data in get_content WS 2020-09-16 12:32:22 +02:00
AMOS bot
8ac19f8549 Automatically generated installer lang files 2020-09-16 00:07:08 +00:00
David Mudrák
be2015a176 MDL-69698 licenses: Improve the performance of the licenses cache
The cache uses a single simple key and there is no need to hash it.
2020-09-15 10:37:06 +02:00
David Mudrák
036c583800 MDL-69698 licenses: Do not cache the localised licenses fullnames
The localisation must happen only after loading the list of licenses
from cache so that the name is displayed in the current user's preferred
language, not in the language of the user who initiated the cache
rebuild.
2020-09-15 10:37:06 +02:00
Paul Holden
21a0008f58 MDL-62387 tool_lp: switch to core 'cohort' form element.
The autocomplete AJAX is identical to the version in tool_lp, but also
includes support for excluding suggestions (i.e. cohorts already
synced with the current learning plan).
2020-09-15 08:06:22 +01:00
Jun Pataleta
2bb6d2415f Merge branch 'MDL-68702-Master' of https://github.com/tuanngocnguyen/moodle 2020-09-15 11:57:11 +08:00
Jun Pataleta
5391d6b098 Merge branch 'MDL-42012-master-alt' of git://github.com/andrewnicols/moodle 2020-09-15 11:53:09 +08:00
Andrew Nicols
1c4b3ee262 MDL-42012 cache: Fix missing return value 2020-09-15 11:46:31 +08:00
Eloy Lafuente (stronk7)
6fea9b47d1 Merge branch 'MDL-42012-master-alt' of git://github.com/andrewnicols/moodle into master 2020-09-14 23:28:33 +02:00
Eloy Lafuente (stronk7)
1ab5d74983 Merge branch 'MDL-69658' of https://github.com/paulholden/moodle into master 2020-09-14 22:56:11 +02:00
Paul Holden
2aa48515db MDL-69695 mod_folder: use forcedownload setting during inline display. 2020-09-14 21:38:35 +01:00
Paul Holden
73c29aff59 MDL-69014 tool_usertours: clean up user preferences of deleted tours. 2020-09-14 20:36:30 +01:00
Paul Holden
2175216110 MDL-66648 user: consistent checks for linking to full profile.
The access checks for displaying a link to a users' full profile
now match the checks performed on the full profile page itself.
2020-09-14 20:22:07 +01:00
AMOS bot
3300221b6e Automatically generated installer lang files 2020-09-13 00:07:48 +00:00
AMOS bot
3ea93a0a90 Automatically generated installer lang files 2020-09-12 00:07:29 +00:00
Nathan Nguyen
65c847d8fd MDL-68702 core_backup: exclude legacy course files 2020-09-11 10:41:37 +10:00
Stephen Bourget
1a453e4d8d MDL-69630 format_social: Add ajax support 2020-09-10 19:04:34 -04:00
Sara Arjona
67a11150de MDL-68909 h5p: move temporary editor files to draft area 2020-09-10 13:42:16 +02:00
Sara Arjona
6d4e245b7c MDL-68909 h5p: upgrade step to remove files in editor filearea
As temporary editor files have been moved from core_h5p/editor to
user/draft, they can be removed (to clean unused DB entries).
2020-09-10 13:41:45 +02:00
Amaia Anabitarte
22da620a7c MDL-68688 core_contentbank: Empty content bank notification 2020-09-10 11:58:28 +02:00
sam marshall
aa823d1c23 MDL-69663 Web services: override_webservice_execution not honoured
If two different plugin types (e.g. theme, local) implement
override_webservice_execution callbacks, then all of them except
the 'last' plugin type do not work correctly.
2020-09-10 09:48:31 +01:00
Sara Arjona
d4d798e684 weekly release 4.0dev 2020-09-10 08:51:58 +02:00
Sara Arjona
d18b18216a Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install into master 2020-09-10 08:51:56 +02:00
Jun Pataleta
46d4cf0c98 MDL-69664 mod_lti: Apply correct badge class to tool card 2020-09-09 23:34:04 +08:00
Sara Arjona
de1b21a3bf Merge branch 'MDL-69466-master' of https://github.com/JBThong/moodle into master 2020-09-09 11:39:05 +02:00