Tom Dickman
5f59a4c063
MDL-64901 block_myoverview: admin settings to control available layouts
...
Added an admin setting which allows the administrator to set the available layouts for users and which
defaults to all layouts being available, or the card layout only if no layouts are enabled.
If only one layout is enabled, the dropdown `nav-display-selector` template will not be displayed as
it can no longer be utilised.
If the user preference is set to a layout that is no longer available, this is ignored and the first
available layout defaulted to.
2019-06-04 08:34:52 +10:00
Eloy Lafuente (stronk7)
29c395187f
weekly release 3.8dev
2019-05-30 12:18:18 +02:00
Eloy Lafuente (stronk7)
472d152fcf
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-05-30 12:18:15 +02:00
Marina Glancy
ff51af495f
MDL-65726 core_roles: allow to create roles in install.php
2019-05-29 10:48:51 +02:00
Adrian Greeve
c0542b8a08
Merge branch 'MDL-57729-master' of git://github.com/mihailges/moodle
2019-05-29 11:39:38 +08:00
Adrian Greeve
2ff6a2a58b
Merge branch 'MDL-65726-master' of git://github.com/marinaglancy/moodle
2019-05-29 11:06:30 +08:00
Mihail Geshoski
1fc5c588a4
MDL-57729 enrol_lti: Escape the property values of the xpath elements
2019-05-29 09:55:23 +08:00
Jake Dallimore
ab8c94ea0d
Merge branch 'MDL-65326-master' of https://github.com/dmitriim/moodle
2019-05-29 09:27:17 +08:00
AMOS bot
b2602dcd39
Automatically generated installer lang files
2019-05-29 00:09:11 +00:00
Marina Glancy
f2c00a6f22
MDL-65726 role: do not fail unittest if plugins create their roles
2019-05-28 19:06:35 +02:00
Adrian Greeve
c970eef862
Merge branch 'MDL-65705-master' of git://github.com/sarjona/moodle
2019-05-28 16:27:29 +08:00
Sara Arjona
39f4caf351
MDL-65705 badges: fix issued date for external badges
...
The preg_match('~^[1-9][0-9]*$~', x) calls have been replaced to
is_numeric(x).
2019-05-28 09:23:35 +02:00
Jake Dallimore
4f8e82111e
Merge branch 'MDL-65657-int-fix-1' of https://github.com/ryanwyllie/moodle
2019-05-28 14:05:32 +08:00
Ryan Wyllie
95a445b360
MDL-65657 message: reduce message poll timer for behat tests
2019-05-28 13:33:31 +08:00
Jun Pataleta
83cdcd99f2
Merge branch 'MDL-65697-master' of git://github.com/lameze/moodle
2019-05-28 13:31:41 +08:00
Jake Dallimore
4c6b2bea57
Merge branch 'MDL-65692-master' of git://github.com/abgreeve/moodle
2019-05-28 13:26:44 +08:00
Dmitrii Metelkin
2c7636490a
MDL-65326 backup: check caps exist before assigning
2019-05-28 11:09:51 +10:00
Jun Pataleta
70eaad836e
Merge branch 'MDL-65606' of https://github.com/Chocolate-lightning/moodle
2019-05-27 16:27:58 +08:00
Jake Dallimore
30e194757f
Merge branch 'MDL-64330-master' of git://github.com/andrewnicols/moodle
2019-05-27 15:20:31 +08:00
Andrew Nicols
281474a5fe
MDL-64330 course: Correct course test assumptions
2019-05-27 15:07:47 +08:00
Adrian Greeve
c583718448
Merge branch 'MDL-65699-master' of http://github.com/dravek/moodle
2019-05-27 14:52:13 +08:00
Andrew Nicols
412eb4cdf6
Merge branch 'MDL-65708-master' of git://github.com/Chocolate-lightning/moodle
2019-05-27 14:46:41 +08:00
Mathew May
2ddd7605d8
MDL-65606 mod_data: Add approvalstatusclass to template
2019-05-27 13:38:25 +08:00
Jake Dallimore
3d9ffc97c6
Merge branch 'MDL-65657-master' of https://github.com/ryanwyllie/moodle
2019-05-27 13:22:45 +08:00
Mathew May
4028ffd8f6
MDL-65708 output: Get a base config from Boost
...
As a part of the removal of bootstrapbase & clean
I removed some logic that got the base config of bootstrapbase,
this should of been changed to get boosts config.
See: e00f1c663c1
2019-05-27 13:22:35 +08:00
Ryan Wyllie
8be24909bc
MDL-65657 message: revert polling timeout back to old algorithm
2019-05-27 11:57:22 +08:00
Adrian Greeve
6a4076fa2b
Merge branch 'MDL-64523-master' of git://github.com/rezaies/moodle
2019-05-27 10:48:06 +08:00
Andrew Nicols
fb33169a05
Merge branch 'MDL-65680_master' of git://github.com/dmonllao/moodle
2019-05-27 08:42:40 +08:00
AMOS bot
29ae25e0c3
Automatically generated installer lang files
2019-05-25 00:08:26 +00:00
Shamim Rezaie
f12bc65f1d
MDL-64523 core_access: replace .delegate with .on
...
As of jQuery 3.0, .delegate() has been deprecated. It was superseded by
the .on() method since jQuery 1.7, so its use was already discouraged.
2019-05-25 04:23:41 +10:00
Shamim Rezaie
b1078b18c8
MDL-64523 core_access: Fix js racing issue when overriding permissions
2019-05-25 04:23:33 +10:00
Shamim Rezaie
6786f6b6cc
MDL-64523 core_access: Improve the title of the delete role links
2019-05-25 04:08:56 +10:00
Sara Arjona
d68718a7db
Merge branch 'MDL-65060-master' of git://github.com/aanabit/moodle
2019-05-24 12:34:23 +02:00
Amaia Anabitarte
6d96a3dc33
MDL-65060 core_message: Delete messages behat test
2019-05-24 12:16:37 +02:00
David Monllaó
73f8085f3f
MDL-65680 analytics: Fix random failure on slow test environments
2019-05-24 10:59:13 +02:00
AMOS bot
a6d8aa903f
Automatically generated installer lang files
2019-05-24 00:15:06 +00:00
Simey Lameze
e72e711b82
MDL-65697 qtype_missingtype: include missing class
2019-05-24 07:01:24 +08:00
Eloy Lafuente (stronk7)
383aec8a01
weekly on-sync release 3.8dev
2019-05-23 20:36:19 +02:00
Eloy Lafuente (stronk7)
54d03e1df3
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-05-23 20:36:16 +02:00
David Matamoros
79b9f905b1
MDL-65699 core_calendar: Check string exists for event types
2019-05-23 17:21:27 +02:00
Amaia Anabitarte
8922d78b75
MDL-65060 core_message: Group message data generator
2019-05-23 15:30:12 +02:00
Eloy Lafuente (stronk7)
22ae44f322
Merge branch 'MDL-65695-master' of git://github.com/andrewnicols/moodle
2019-05-23 10:48:25 +02:00
David Mudrák
07839e6af3
MDL-65694 grade: Fix missing gradelib library
...
In the be8f453b74fbd3 the gradelib loading was removed by mistake. So
the library may not be loaded and executing the task may end with
the exception - class 'grade_grade' not found.
2019-05-23 10:45:55 +02:00
Adrian Greeve
3ef9c2dcf0
MDL-65692 backup: Default settings set on install and upgrade.
...
Asynchronous backup settings are now filled out with the defaults
on installation and upgrade.
2019-05-23 14:22:13 +08:00
Andrew Nicols
4655adf8f3
MDL-65695 forum: Bump digest time to next day if in past
2019-05-23 14:22:01 +08:00
Jun Pataleta
9e7100cfd1
Merge branch 'MDL-55197' of https://github.com/timhunt/moodle
2019-05-23 11:58:14 +08:00
Andrew Nicols
a37fa5c443
Merge branch 'MDL-59650-master' of git://github.com/lameze/moodle
2019-05-23 10:19:55 +08:00
Adrian Greeve
a8d20b0fa9
Merge branch 'MDL-65549_master' of git://github.com/dmonllao/moodle
2019-05-23 10:09:09 +08:00
Adrian Greeve
c37a446ac4
Merge branch 'MDL-65634_master' of git://github.com/dmonllao/moodle
2019-05-23 09:53:47 +08:00
Andrew Nicols
aec03b8c0a
Merge branch 'MDL-65654-master' of https://github.com/danielneis/moodle
2019-05-23 09:35:17 +08:00