Jun Pataleta
b01c8490b6
MDL-69389 theme_boost: Make default body font colour darker
...
Links and normal text should have at least a colour contrast ratio
of 3:1. To achieve this, $body-color will be using the darker
shade of gray $gray-900 (#212529 ).
2020-08-26 11:04:57 +08:00
Jun Pataleta
bb6df88c3c
MDL-69387 pix: Create PNG versions of the darkened completion icons
...
Thanks to Barbara Ramiro <barbara@moodle.com> for the help in
generating these PNG versions of the darkened completion icons!
2020-08-26 11:02:35 +08:00
Jun Pataleta
5f46b735fe
MDL-69387 pix: Darken completion icons
...
Darkened the fills of completion icons in order to meet the required
minimum contrast ratio of 3:1.
* Changed gray fills (#999 ) to #949494 .
* Changed blue fills (#76A1F0) to #6393ee
* Changed green fills (#9C3) to #79a128
Thanks to Barbara Ramiro <barbara@moodle.com> for the help in
updating the SVG icons!
2020-08-26 11:02:35 +08:00
Jun Pataleta
2a43ce5702
MDL-69394 calendar: Fix event colour indicator contrast
...
* Darkened the link and clickable icon colours inside coloured events.
* Added borders around event colour indicators inside the month-view of
the calendar for better contrast against the white background.
2020-08-26 10:59:35 +08:00
Andrew Nicols
72616bfd46
MDL-69419 core: Task reset tests cannot use random test times
...
If a scheduled task which uses a 'R' field is picked, then the reset of
updated task times will not necessarily be correctly determined as the
randomisation is picked during reset.
This can lead to some random test failures.
Actively specifying a test which does not make use of the 'R' random
field time addresses this issue.
2020-08-26 09:57:47 +08:00
Andrew Nicols
23517d9034
Merge branch 'master-MDL-67211_v6' of https://github.com/golenkovm/moodle
2020-08-26 09:37:16 +08:00
AMOS bot
c01ccb3c26
Automatically generated installer lang files
2020-08-26 00:07:22 +00:00
Paul Holden
b670d3adb6
MDL-55971 dataformat: method to write exports to file storage.
2020-08-25 17:28:55 +01:00
Paul Holden
5f59a478bd
MDL-68569 customfield_select: get field options via instance method.
...
Deprecate the previous static method, which was only called from
instantiated field classes.
2020-08-25 14:51:51 +01:00
Mikhail Golenkov
d7342dc239
MDL-67211 Tasks: Add cron_enabled setting.
...
Co-authored-by: Sam Marshall <s.marshall@open.ac.uk>
2020-08-25 17:08:57 +10:00
Mikhail Golenkov
45875f6f7b
MDL-67211 Tasks: Front-end to display currently running tasks.
...
Co-authored-by: Sam Marshall <s.marshall@open.ac.uk>
2020-08-25 17:08:47 +10:00
Mikhail Golenkov
b465a541ae
MDL-67211 Tasks: Record when a task is running.
...
Co-authored-by: Sam Marshall <s.marshall@open.ac.uk>
2020-08-25 17:08:03 +10:00
Andrew Nicols
20c84b6cc2
MDL-69464 core_output: Whitespace fix
2020-08-25 13:21:26 +08:00
Andrew Nicols
55f863e012
Merge branch 'MDL-69464' of https://github.com/marinaglancy/moodle
2020-08-25 12:39:48 +08:00
Adrian Greeve
9b9ee2fac7
Merge branch 'MDL-68921-master' of git://github.com/vmdef/moodle
2020-08-25 10:39:28 +08:00
Victor Deniz Falcon
9aa9efbfda
MDL-68921 core_h5p: Add H5P libraries metadata settings
2020-08-25 00:48:02 +01:00
Helen Foster
383d080b17
MDL-69501 lang: Import fixed English strings (en_fix)
2020-08-24 09:35:41 +02:00
Neill Magill
2987182e16
MDL-64525 comments: Should not be able to delete frozen comments
...
Before this change in a frozen context a user would be able to delete
their own comments.
After this change a user will only be able to delete their own comments
if they still have the capability to post new comments or the capability
to delete comments from any user.
2020-08-24 07:59:27 +01:00
Neill Magill
7603ca3080
MDL-64525 comments: Tests for deleting frozen comments
2020-08-24 07:59:27 +01:00
Mihail Geshoski
debf4835bf
MDL-69479 core: Change 4.0 to 3.10 in theme/upgrade.txt
2020-08-24 14:04:20 +08:00
Mihail Geshoski
0ca1792940
MDL-69458 report_insights: Respect perpage value in pagination bar
2020-08-24 09:29:01 +08:00
Nathan Nguyen
8bbee0c8f0
MDL-33981 repository_equella: support internal copy
2020-08-24 09:54:34 +10:00
Eloy Lafuente (stronk7)
1a3b04f3d3
Merge branch 'MDL-69493' of https://github.com/paulholden/moodle into master
2020-08-22 17:04:33 +02:00
AMOS bot
52ae39f3b1
Automatically generated installer lang files
2020-08-22 00:07:45 +00:00
Eloy Lafuente (stronk7)
9a79c34eb6
MDL-69479 upgrade: Change all 4.0 occurrences to 3.10
...
Under parallel development, when something is worth being commented
in upgrade.txt notes, it will be applied to all the development branches
using the "earliest" one to be released. So, if something changes
in 3.10 (and also is applied to master), the upgrade.txt notes will
show 3.10 in both branches.
Of course, if something only goes to one dev branch (say master), then the
master version will be used in the notes (4.0 in this case).
2020-08-21 23:57:17 +02:00
Eloy Lafuente (stronk7)
a04309d40e
weekly release 4.0dev
2020-08-21 20:42:56 +02:00
Andrew Nicols
b0a28f3bbb
MDL-66818 mod_forum: Use cap manager to check exportability
2020-08-21 11:33:30 +08:00
Andrew Nicols
70deb22747
MDL-42434 chat: Disable stylelint important check
2020-08-21 11:25:26 +08:00
Peter Burnett
8e0e99e4fd
MDL-66222 antivirus: Improved error email capture
2020-08-21 12:21:09 +10:00
Nathan Nguyen
adbe92ce0a
MDL-66222 antivirus: Added antivirus failure reporting
2020-08-21 11:43:56 +10:00
Sara Arjona
a42143da3d
MDL-42434 mod_chat: styles for chat themes to view help-icon properly
...
The styles for the bubble and the compact themes have been reviewed
because there weren't enough contrast for the help icon.
2020-08-20 23:45:56 +01:00
Sara Arjona
69846652f1
MDL-42434 mod_chat: display the whole help text
...
When testing this issue was raised that the help text was cut-off.
This patch should fix this issue changing the placement from
right/left to top.
2020-08-20 23:45:56 +01:00
Andrew Nicols
5e60d77da1
MDL-68705 testing: New CLI args to disable composer features
...
This commit introduces the following new flags:
--no-composer-self-update Disable composer self-update of the
composer.phar utility
--no-composer-upgrade Disable upgrade of development
dependencies using Composer.
--disable-composer Disable both composer self-update and
composer upgrade
2020-08-20 20:12:54 +02:00
Andrew Nicols
b430493ca8
MDL-68705 testing: Allow composer updates to be disabled
2020-08-20 20:11:13 +02:00
sam marshall
9538ba0d67
MDL-38350 Lib: Rename directory before removing it, to reduce races
2020-08-20 16:52:28 +01:00
Marina Glancy
cd467644eb
MDL-69464 core_output: allow to avoid formatting in page->set_heading
2020-08-20 14:56:08 +02:00
Tim Hunt
58b7986776
MDL-69507 duration form field: should return an int number of seconds
2020-08-20 11:30:41 +01:00
Tim Hunt
e5a0f11b5e
MDL-69507 duration form field: modernise coding style
2020-08-20 11:30:40 +01:00
Adrian Greeve
ea1437df64
Merge branch 'MDL-69055-master' of git://github.com/sarjona/moodle
2020-08-20 12:00:51 +08:00
Andrew Nicols
d726fc84cf
Merge branch 'MDL-69486-grade-idnumber' of https://github.com/Peterburnett/moodle
2020-08-20 11:59:08 +08:00
Andrew Nicols
56e89da101
Merge branch 'MDL-69375' of https://github.com/Cvmcosta/moodle
2020-08-20 11:50:28 +08:00
Adrian Greeve
84d2d98c63
Merge branch 'MDL-68964-master' of git://github.com/ferranrecio/moodle
2020-08-20 11:37:32 +08:00
Adrian Greeve
528c73e050
Merge branch 'MDL-42434-master' of git://github.com/sarjona/moodle
2020-08-20 11:21:53 +08:00
Adrian Greeve
257b90d10c
Merge branch 'MDL-68683-master-fix' of git://github.com/lameze/moodle
2020-08-20 09:54:48 +08:00
Andrew Nicols
6e116209db
Merge branch 'MDL-69449' of https://github.com/paulholden/moodle
2020-08-20 09:23:39 +08:00
Andrew Nicols
d8e035e932
Merge branch 'MDL-68889-master' of git://github.com/bmbrands/moodle
2020-08-20 09:12:43 +08:00
Simey Lameze
f968aaf7c4
MDL-68683 competencies: fix query to delete stale files
2020-08-20 08:59:25 +08:00
Andrew Nicols
ef73bfbeac
Merge branch 'MDL-69170-adhoc-task-timestamp' of https://github.com/Peterburnett/moodle
2020-08-20 08:45:27 +08:00
Andrew Nicols
f8e916d705
Merge branch 'MDL-68975-master' of git://github.com/sarjona/moodle
2020-08-20 08:40:37 +08:00
Andrew Nicols
1e18a38e95
Merge branch 'MDL-67415' of https://github.com/stronk7/moodle
2020-08-20 08:21:45 +08:00