Alexander Bias
cd4abbc740
MDL-66016 block_myoverview: Add 'All' course filter
2019-08-23 20:44:19 +02:00
Alexander Bias
ee47c8fd96
MDL-66016 block_myoverview: Add missing template example context items
2019-08-23 20:44:19 +02:00
Alexander Bias
535cec788e
MDL-66016 block_myoverview: Rename 'all courses except hidden' in AMOS
...
AMOS BEGIN
MOV [allexcepthidden,block_myoverview],[all,block_myoverview]
MOV [aria:allcoursesexcepthidden,block_myoverview],[aria:allcourses,block_myoverview]
AMOS END
2019-08-23 20:44:19 +02:00
Alexander Bias
5345004301
MDL-66016 block_myoverview: Rename unused 'all courses' in AMOS
...
AMOS BEGIN
MOV [all,block_myoverview],[allincludinghidden,block_myoverview]
MOV [aria:allcourses,block_myoverview],[aria:allcoursesincludinghidden,block_myoverview]
AMOS END
2019-08-23 20:44:19 +02:00
Alexander Bias
7e00bfd9f1
MDL-66133 user: Fix code style for existing comments
2019-08-23 20:43:27 +02:00
Alexander Bias
a292ed5472
MDL-66133 user: Add setting to configure user filters
2019-08-23 20:43:26 +02:00
Eloy Lafuente (stronk7)
0dca957716
weekly release 3.8dev
2019-08-23 19:16:21 +02:00
Jun Pataleta
d602fc0de1
Merge branch 'MDL-66483' of git://github.com/stronk7/moodle
2019-08-23 20:15:45 +08:00
sam marshall
7ba2a20166
MDL-66326 Global search: Delete from index when courses are deleted
...
Adds new API support within search engines for optional methods to
delete data for courses and contexts, and implements this for the
two core search plugins (simpledb and solr).
The new API is automatically called when courses or contexts are
deleted. When a whole course is deleted, it only sends the course
delete rather than sending 1,000 separate context deletions as
each activity/block is deleted.
2019-08-23 11:51:50 +01:00
sam marshall
b174e5d03b
MDL-66309 block_recentlyaccesseditems: Improve upgrade performance
2019-08-23 11:34:32 +01:00
Eloy Lafuente (stronk7)
9900a6dd47
MDL-66483 lib: remove recent xmlize dep on setuplib/CFG
...
This removes the dependency added by MDL-66110 (aiming to fix
a CI job). So we keep things as they were and will fix the
CI job separately.
2019-08-23 11:21:28 +02:00
Jun Pataleta
50987d04ea
MDL-66446 course: Make sure tags are on when logging updated settings
2019-08-23 15:57:52 +08:00
Pau Ferrer Ocaña
2ddbc651df
MDL-66458 forum: Fix noviewdiscussionspermission string
2019-08-23 08:31:11 +02:00
Adrian Greeve
9e4178a465
weekly release 3.8dev
2019-08-23 12:55:05 +08:00
Adrian Greeve
ebbf41f9f8
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-08-23 12:54:56 +08:00
John Yao
62f1640df2
MDL-65116 mod_assign : Assignment due date does not update for groups.
...
This commit fixes the assignment due date not showing correctly according to groups selected by users who can view grades
2019-08-23 13:08:53 +10:00
Jun Pataleta
6e40de2d46
Merge branch 'MDL-66110-master-fix' of git://github.com/junpataleta/moodle
2019-08-23 10:21:17 +08:00
Jun Pataleta
343ffc1000
MDL-66110 core: Require setuplib.php once as it's required by xmlize.php
2019-08-23 10:14:38 +08:00
Juan Leyva
418a86c660
MDL-66468 file: Return text content when using IGNORE_FILE_MERGE
2019-08-22 13:10:39 +01:00
Jun Pataleta
191d4bc191
Merge branch 'MDL-66110-master-fix' of git://github.com/junpataleta/moodle
2019-08-22 16:24:10 +08:00
Jun Pataleta
669de78352
MDL-66110 dml: Undo table name fix when table name's used as parameter
2019-08-22 16:16:08 +08:00
Ryan Wyllie
f12c591807
MDL-66110 dml: use fix_table_name for all mysql table names
...
Changed all of the places that were manually prefixing the table
name to instead fix the table name with the fix_table_name
function.
2019-08-22 16:03:33 +08:00
Adrian Greeve
2c0d8377a6
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
2019-08-22 09:27:57 +08:00
Andrew Nicols
519e17a763
MDL-66378 behat: Increase window size for rubric tests
2019-08-22 07:56:19 +08:00
Andrew Nicols
dbcbee4133
MDL-66378 behat: Change screen size to small to work around UI bugs
2019-08-22 07:56:19 +08:00
Jun Pataleta
ad534481f8
Merge branch 'MDL-66336_master' of https://github.com/marxjohnson/moodle
2019-08-21 22:41:41 +08:00
Juan Leyva
10b1b82911
MDL-66461 forum: Use correct component for forum strings
2019-08-21 13:21:32 +01:00
Jun Pataleta
74a9ee3277
Merge branch 'MDL-66241_master' of git://github.com/dmonllao/moodle
2019-08-21 19:52:03 +08:00
Juan Leyva
b0c785e271
MDL-66461 forum: Use correct notification class
2019-08-21 12:50:30 +01:00
Jun Pataleta
7c50f31dad
Merge branch 'MDL-66210_master' of git://github.com/dmonllao/moodle
2019-08-21 19:48:10 +08:00
Jun Pataleta
2b29298f92
Merge branch 'MDL-65993_master' of git://github.com/dmonllao/moodle
2019-08-21 19:32:03 +08:00
Juan Leyva
20570e5d9f
MDL-65550 webservice: Return in get_site_info WS if user is admin
2019-08-21 12:31:49 +01:00
Adrian Greeve
0052d1b666
Merge branch 'MDL-65443' of https://github.com/NeillM/moodle
2019-08-21 16:35:34 +08:00
Neill Magill
1f445d1625
MDL-65443 core: Improve class descriptions for locking events
2019-08-21 09:02:03 +01:00
Adrian Greeve
6f35cc69a0
Merge branch 'MDL-66369-master' of git://github.com/aanabit/moodle
2019-08-21 13:53:15 +08:00
Adrian Greeve
4ca1664c9f
Merge branch 'MDL-66384-master' of git://github.com/andrewnicols/moodle
2019-08-21 13:25:35 +08:00
Jun Pataleta
ff6a7345f7
Merge branch 'MDL-66110-master' of https://github.com/ryanwyllie/moodle
2019-08-21 09:57:49 +08:00
Adrian Greeve
148620381c
Merge branch 'MDL-66311-master' of git://github.com/vmdef/moodle
2019-08-21 09:47:44 +08:00
Adrian Greeve
700adfb9cf
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
2019-08-21 08:54:34 +08:00
Andrew Nicols
6fd975cc07
MDL-66378 behat: Correct grammar of resize step
2019-08-21 08:39:51 +08:00
Andrew Nicols
8a0d0cb4b1
MDL-66378 grade: Set window size to large for rubric tests
2019-08-21 08:39:28 +08:00
Andrew Nicols
a6df6800d4
MDL-66378 behat: All args are required for document.evaluate
2019-08-21 08:24:08 +08:00
AMOS bot
e36a1d4bdd
Automatically generated installer lang files
2019-08-21 00:11:07 +00:00
Víctor Déniz Falcón
93c539d220
MDL-66311 core_analytics: better handling of action menus in behat tests
2019-08-20 22:58:33 +01:00
Jun Pataleta
089d387a31
Merge branch 'MDL-66148-master' of https://github.com/ryanwyllie/moodle
2019-08-20 17:07:59 +08:00
Adrian Greeve
aabd022d2a
Merge branch 'MDL-65972-master' of git://github.com/bmbrands/moodle
2019-08-20 16:49:34 +08:00
Neill Magill
e3ec42093a
MDL-65443 core: Log when a context is locked or unlocked
2019-08-20 08:52:35 +01:00
Jun Pataleta
d9c910a76f
Merge branch 'MDL-64437-master' of git://github.com/mihailges/moodle
2019-08-20 14:19:34 +08:00
Adrian Greeve
5074882e13
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
2019-08-20 13:43:11 +08:00
Jun Pataleta
fa8be3f4fb
Merge branch 'MDL-65507-master' of git://github.com/mihailges/moodle
2019-08-20 11:57:30 +08:00