Luca Bösch
c233d7a2fa
MDL-64201 graphics: Unflag and flag quiz question SVG images.
2019-01-18 00:02:42 +01:00
Eloy Lafuente (stronk7)
c092f75791
weekly release 3.7dev
2019-01-17 17:47:53 +01:00
Eloy Lafuente (stronk7)
4c966647ba
NOBUG: Fixed SVG browser compatibility
2019-01-17 17:47:51 +01:00
Jake Dallimore
849e657b06
Merge branch 'MDL-49399-master' of git://github.com/andrewnicols/moodle
2019-01-17 08:22:37 +08:00
Andrew Nicols
987d112340
MDL-49399 task: Remove hardcoded LIMIT
2019-01-17 08:02:24 +08:00
Eloy Lafuente (stronk7)
7a5da322b2
Merge branch 'MDL-64347-master' of git://github.com/andrewnicols/moodle
2019-01-16 23:53:59 +01:00
Eloy Lafuente (stronk7)
98b845bd59
Merge branch 'MDL-64359-master' of git://github.com/andrewnicols/moodle
2019-01-16 19:05:30 +01:00
Eloy Lafuente (stronk7)
3d8a771d09
Merge branch 'MDL-63103' of https://github.com/NeillM/moodle
2019-01-16 19:02:21 +01:00
Sara Arjona
32c863f276
Merge branch 'MDL-63916-master' of git://github.com/damyon/moodle
2019-01-16 15:33:08 +01:00
Sara Arjona
fda676957d
Merge branch 'MDL-63620-master' of git://github.com/junpataleta/moodle
2019-01-16 14:15:10 +01:00
Sara Arjona
2a2fa61025
Merge branch 'MDL-64134-master' of git://github.com/ryanwyllie/moodle
2019-01-16 13:06:57 +01:00
Andrew Nicols
23d6756256
MDL-64347 task: Add restrictions to scheduled task runner
2019-01-16 17:20:25 +08:00
Andrew Nicols
24bfd53c73
MDL-64347 task: Add restrictions to adhoc task runner
2019-01-16 17:20:25 +08:00
Jake Dallimore
6e683cd2d2
Merge branch 'MDL-49399-master' of git://github.com/andrewnicols/moodle
2019-01-16 15:56:40 +08:00
Sara Arjona
c13387eeff
Merge branch 'MDL-64166-master' of https://github.com/ryanwyllie/moodle
2019-01-16 08:48:29 +01:00
Andrew Nicols
cca12f68d0
MDL-49399 core: Allow creation of a new per-request basedir
...
Shutdown handlers are processed in order. If something in a shutdown
handler uses a file which is stored in a per-request directory, and
another, unrelated, per-request directory was created before the handler
started. then a fresh per-request directory will be required.
2019-01-16 12:14:25 +08:00
Andrew Nicols
251ee97c35
MDL-49399 tool_task: Link to log viewer
...
This commit also adds the fa-file-text icon from font-awesome.
2019-01-16 12:14:25 +08:00
Andrew Nicols
8c69e86cd4
MDL-49399 task: Add admin log viewer
...
AMOS BEGIN
CPY [eventstarttime,core_calendar],[task_starttime,core_admin]
CPY [eventduration,core_calendar],[task_duration,core_admin]
CPY [result,core_cache],[task_result,core_admin]
CPY [database,install],[task_dbstats,core_admin]
CPY [fail,install],[task_result:failed,core_admin]
AMOS END
2019-01-16 12:14:25 +08:00
Andrew Nicols
4b71596fc9
MDL-49399 task: Add task logging API
2019-01-16 12:14:25 +08:00
Eloy Lafuente (stronk7)
4f4e987cdb
Merge branch 'MDL-63607-master' of git://github.com/andrewnicols/moodle
2019-01-16 00:36:59 +01:00
Sara Arjona
ce5ca79ba5
Merge branch 'MDL-64346-master' of git://github.com/abgreeve/moodle
2019-01-15 15:38:12 +01:00
Adrian Greeve
b70c364a7f
MDL-64346 mod_resource: Fix problems with # in file name.
2019-01-15 14:24:13 +01:00
Sara Arjona
a27dbff41c
Merge branch 'MDL-64171-master' of git://github.com/bmbrands/moodle
2019-01-15 13:54:50 +01:00
Sara Arjona
1557d7a8df
Merge branch 'MDL-64425-master' of git://github.com/lameze/moodle
2019-01-15 13:20:47 +01:00
Sara Arjona
fae8345e3b
Merge branch 'MDL-64432_master' of git://github.com/gjb2048/moodle
2019-01-15 12:57:22 +01:00
Sara Arjona
74a6abc6bb
Merge branch 'MDL-62439-master' of https://github.com/lucaboesch/moodle
2019-01-15 12:02:05 +01:00
Sara Arjona
64afd81e0b
Merge branch 'MDL-63881-master' of https://github.com/lucaboesch/moodle
2019-01-15 11:37:07 +01:00
Andrew Nicols
af540d426d
MDL-49399 task: Add task log table
2019-01-15 07:56:20 +08:00
Andrew Nicols
702123a1dd
MDL-49399 core: Add ability to specify a header col
2019-01-15 07:55:36 +08:00
Eloy Lafuente (stronk7)
8a2936f5fd
Merge branch 'MDL-63677-master' of git://github.com/sarjona/moodle
2019-01-14 23:03:51 +01:00
Sara Arjona
0f1377cc31
Merge branch 'MDL-60082-master' of git://github.com/damyon/moodle
2019-01-14 12:03:06 +01:00
Jun Pataleta
c617a7271a
MDL-63620 group: Option to enable group messaging for imported groups
2019-01-14 13:31:23 +08:00
Jun Pataleta
e5e5b37749
MDL-63620 group: Option for group messaging when auto-creating groups
2019-01-14 13:29:42 +08:00
Sara Arjona
c654e35007
MDL-63677 core_user: Avoid redirection during signup
...
Purge cache just for the current user to avoid redirection when 2
simultaneous users try to sign up at the same time and some policy
has to be agreed.
The 'createduser' invalidation event has been removed also because
is not used any more.
Thanks John Azinheira for spotting it!
2019-01-11 10:20:59 +01:00
Neill Magill
1b43c84980
MDL-63103 filebrowser: Speed up finding activities with files
...
Before this change the query examined at every course_module record in
the context table.
With this change we use the course_modules table to more efficiently
find all the activities in the course, which means that many less
records in the context table need to be examined.
2019-01-11 08:58:39 +00:00
Luca Bösch
3b2f691f62
MDL-63881 tool_dataprivacy: 'Contact the privacy officer' profile link.
2019-01-10 22:19:26 +01:00
Luca Bösch
1bfed23bf5
MDL-62439 output: Debugstringids in overlay windows.
2019-01-10 22:18:50 +01:00
Sara Arjona
4c5b60a0f9
weekly release 3.7dev
2019-01-10 17:51:25 +01:00
Sara Arjona
51df6c5a47
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-01-10 17:51:23 +01:00
Jake Dallimore
2336493501
Merge branch 'MDL-64004-master' of git://github.com/damyon/moodle
2019-01-10 10:59:56 +08:00
AMOS bot
9f463258d9
Automatically generated installer lang files
2019-01-10 00:08:34 +00:00
Eloy Lafuente (stronk7)
dbe8fe303b
Merge branch 'MDL-64479' of https://github.com/timhunt/moodle
2019-01-09 23:33:36 +01:00
Sara Arjona
c2fc318d4e
Merge branch 'MDL-64043-master' of git://github.com/ryanwyllie/moodle
2019-01-09 17:55:34 +01:00
Eloy Lafuente (stronk7)
a887977cba
Merge branch 'MDL-63686-master' of git://github.com/andrewnicols/moodle
2019-01-09 12:36:09 +01:00
Andrew Nicols
889b585b29
MDL-63686 core: recordset => records when fetching contexts
2019-01-09 19:08:08 +08:00
Tim Hunt
d434dd7ae7
MDL-64479 dd-qtypes: fix questions with non-consecutive groups
2019-01-09 10:18:19 +00:00
Jake Dallimore
111dfd2db5
Merge branch 'MDL-64375-master' of git://github.com/damyon/moodle
2019-01-09 15:33:09 +08:00
Andrew Nicols
8cd02f0c51
Merge branch 'MDL-62550-master-2' of https://github.com/snake/moodle
2019-01-09 15:09:00 +08:00
Jake Dallimore
f68426d1fb
Merge branch 'MDL-64345-master' of https://github.com/s-cenni/MDL-64345
2019-01-09 14:13:38 +08:00
Jake Dallimore
0dd2bca8ef
MDL-62550 core_privacy: remove theme specific js from retention js
...
Now that we've fixed the element ids, we no longer need a selector for
each theme. The same selector will work for all themes, whether they be
bs2 or b24 based.
2019-01-09 11:34:28 +08:00