David Mudrák
91a28c219a
MDL-67277 forum: Apply CSS class describing the discussion status
...
This is to allow the themes to style pinned, favourited, subscribed and
discussions with unread replies.
2019-12-03 20:36:05 +01:00
Ferran Recio
e06f9a8385
MDL-67154 theme_boost: fixing firefox printing
2019-12-03 16:44:23 +01:00
Sara Arjona
7ad7505e2f
Merge branch 'MDL-66925-adhoc-keep-alive' of https://github.com/brendanheywood/moodle
2019-12-03 14:29:19 +01:00
Marina Glancy
3b0168ce7f
MDL-66936 mod_url: revert MDL-65024 adding fullurl to modinfo
...
This reverts commit cc56e409c3ab8e6b59e2f8fe4118b3f2b38160d0, reversing
changes made to 01cdf16c0e1c28372994342a393dbcbc27f01597.
2019-12-03 12:24:25 +01:00
Jonathon Fowler
ec0d17b543
MDL-66936 url: fix error when modinfo cache is rebuilt non-interactively
2019-12-03 12:23:47 +01:00
Sara Arjona
d3b25ffaa0
Merge branch 'MDL-67363-adhoc-qos' of https://github.com/brendanheywood/moodle
2019-12-03 12:08:29 +01:00
Shamim Rezaie
83a7336f57
MDL-67373 lib: Upgrade PHPmailer to 6.1.3
2019-12-03 21:11:40 +11:00
Andrew Nicols
28ce554e10
Merge branch 'MDL-65229-stop-cron' of https://github.com/brendanheywood/moodle
2019-12-03 14:59:30 +08:00
Brendan Heywood
0bcc273f63
MDL-65229 cron: Add cli option --stop to notify all cron to stop
2019-12-03 17:51:56 +11:00
Andrew Nicols
45dfcd1755
Merge branch 'MDL-66087-master' of git://github.com/bmbrands/moodle
2019-12-03 14:35:39 +08:00
Andrew Nicols
47bede0d5d
Merge branch 'MDL-67155' of https://github.com/timhunt/moodle
2019-12-03 12:12:28 +08:00
Jake Dallimore
cdf835e9b5
Merge branch 'MDL-65693-http-head' of https://github.com/brendanheywood/moodle
2019-12-03 11:22:47 +08:00
Mathew May
c7a7f88a0f
MDL-67179 core: Add missing grading pix
2019-12-03 10:40:43 +08:00
Mathew May
6b55b28e38
MDL-67359 mod_forum: Relocate notification templates to reallign it
2019-12-03 10:35:33 +08:00
Adrian Greeve
e6d8792369
Merge branch 'MDL-54799-master' of git://github.com/crazyserver/moodle
2019-12-03 09:35:53 +08:00
Brendan Heywood
4971da0bfa
MDL-67363 task: Add adhoc task quality of service balancing
2019-12-03 12:21:10 +11:00
Sara Arjona
3cbede6e40
Merge branch 'wip-MDL-67339-master' of https://github.com/Beedell/moodle
2019-12-02 18:06:15 +01:00
John Beedell
82ee6f0d3c
MDL-67339 behat: Enhance Behat exception message
2019-12-02 09:46:08 +00:00
Shamim Rezaie
c15cd04c48
MDL-67392 mod_forum: Fix unescaped quotes issue in template
2019-12-02 20:44:44 +11:00
Jake Dallimore
842e0a027e
Merge branch 'MDL-66581-master' of git://github.com/junpataleta/moodle
2019-12-02 16:12:00 +08:00
Jun Pataleta
658676adc0
MDL-66581 auth: Properly assign the link attribute
2019-12-02 15:28:23 +08:00
Iñigo Zendegi
befbe2838f
MDL-66581 auth: Do string concatenation for the password change URL
...
This reverts the change introduced by MDL-59298 where the password
change URL data is being assigned with a moodle_url object instead
of concatenating it.
2019-12-02 15:20:44 +08:00
Jake Dallimore
398bda4f12
Merge branch 'MDL-67160' of git://github.com/Chocolate-lightning/moodle_forum-project
2019-12-02 11:25:08 +08:00
Jake Dallimore
9d06a24393
Merge branch 'MDL-66877-master' of git://github.com/jleyva/moodle
2019-12-02 10:01:53 +08:00
Luca Bösch
292b987c5c
MDL-41958 import: Constistently showing progress steps.
2019-11-30 10:07:56 +01:00
Luca Bösch
b7e3c2495f
MDL-40360 gradingform_rubric: remove unused class 'label' for a label.
2019-11-30 09:42:44 +01:00
Brendan Heywood
d46dba32d4
MDL-65693 files: Honor http HEAD requests for files
2019-11-30 16:02:23 +11:00
Brendan Heywood
ad17190dc7
MDL-66925 cron: Add cli option to keep adhoc task runner alive
2019-11-30 16:01:01 +11:00
Eloy Lafuente (stronk7)
784977de20
MDL-67404 composer: update to newer versions
...
(using php71 for this branch)
Without changing any requirement, just an update
to get latest versions onboard, some fixing known
php 7.4 issues.
2019-11-29 10:02:11 +01:00
Pau Ferrer Ocaña
4ed6010a61
MDL-54799 webservice: Handle exception in WS format ASAP
2019-11-29 09:44:09 +01:00
Eloy Lafuente (stronk7)
800563e415
weekly release 3.9dev
2019-11-29 00:45:41 +01:00
Juan Leyva
f02178c481
MDL-66877 mod: Fix unfiltered activity names in page headings
2019-11-28 17:18:29 +01:00
Juan Leyva
62ff1b954f
MDL-66877 mod: Fix WebServices returning unfiltered activity names
2019-11-28 17:18:29 +01:00
Bas Brands
9a6ff378d1
MDL-66087 themes: use variable color for dashboard background
2019-11-27 15:35:08 +01:00
Adrian Greeve
f88437b468
Merge branch 'MDL-67348-master' of git://github.com/andrewnicols/moodle
2019-11-27 10:35:30 +08:00
Eloy Lafuente (stronk7)
21418c9942
Merge branch 'MDL-67300-master' of https://github.com/sammarshallou/moodle
...
(fix trailing whitespace case)
2019-11-26 22:30:05 +01:00
Jun Pataleta
9a37e86c6b
Merge branch 'master_MDL-56886' of https://github.com/golenkovm/moodle
2019-11-26 22:32:48 +08:00
Sara Arjona
ae2746b6b2
Merge branch 'MDL-67210-master' of git://github.com/lucaboesch/moodle
2019-11-26 08:29:45 +01:00
Jake Dallimore
d0a4c05dda
Merge branch 'MDL-67307' of https://github.com/stronk7/moodle
2019-11-26 14:14:50 +08:00
Jake Dallimore
afc430c90b
Merge branch 'MDL-67042-master' of git://github.com/sarjona/moodle
2019-11-26 11:59:08 +08:00
Jun Pataleta
7d9c97ae80
Merge branch 'MDL-66966' of https://github.com/stronk7/moodle
2019-11-26 11:42:25 +08:00
Brendan Heywood
10a1c1b577
MDL-67362 antivirus: Add enabling and order changes to config_log
2019-11-26 14:35:00 +11:00
Jake Dallimore
5906251ed2
Merge branch 'MDL-67222-master' of git://github.com/bmbrands/moodle
2019-11-26 10:12:29 +08:00
Mikhail Golenkov
ac8e6f8e19
MDL-56886 navigation: Allow local plugins to modify navigation via AJAX.
2019-11-26 12:11:00 +11:00
Andrew Nicols
d950843a6e
MDL-67348 theme: Return CSS from localcache if available
2019-11-26 07:24:45 +08:00
Claude Vervoort
2a6ea30ef4
MDL-66708 lti adv: fix check for key in config
2019-11-25 14:14:33 -05:00
Sara Arjona
f871370c55
Merge branch 'MDL-67342-master' of git://github.com/marinaglancy/moodle
2019-11-25 15:58:54 +01:00
Sara Arjona
ad0a95cc47
Merge branch 'MDL-66627-master' of git://github.com/mickhawkins/moodle
2019-11-25 15:41:47 +01:00
Bas Brands
cb4542b868
MDL-67222 tool_lp: update css classes for Bootstrap 4.3
2019-11-25 13:33:21 +01:00
Jun Pataleta
1eac44f128
Merge branch 'MDL-67217_master' of git://github.com/dmonllao/moodle
2019-11-25 16:13:01 +08:00