Mihail Geshoski
ca1fe2afa3
MDL-74813 filepicker: Replace the dnd gif animation with a static icon
2022-07-06 10:17:04 +08:00
Shamim Rezaie
d380bec38e
Merge branch 'MDL-74812-master' of https://github.com/junpataleta/moodle
2022-06-30 13:34:17 +10:00
Shamim Rezaie
718cb293b1
Merge branch 'MDL-75055-master' of https://github.com/junpataleta/moodle
2022-06-30 13:20:02 +10:00
Víctor Déniz
32a995faf2
Merge branch 'MDL-72885-master-2' of https://github.com/junpataleta/moodle
2022-06-29 19:03:00 +01:00
Jun Pataleta
3ce2cde773
MDL-75055 theme_boost: Darken close button colour in notification alerts
...
This is in order for the close button to have a good contrast against
the alert background and meet the minimum Level AA contrast ratio of 3:1
2022-06-29 22:04:58 +08:00
Víctor Déniz
fc5c6b9233
Merge branch 'MDL-74742-master' of https://github.com/junpataleta/moodle
2022-06-29 09:30:03 +01:00
Jun Pataleta
cf77cd6665
MDL-74812 gradingform_rubric: Fix text overlap in rubric levels
2022-06-21 00:23:29 +08:00
Jun Pataleta
a966a04e3b
MDL-74812 gradingform_rubric: Fix contrast issues in rubric table
...
* Darken the score value using the green theme colour
* Use a light green theme colour for selection backgrounds
* Unify rubric styles related to background and text colour within the
criteria.
2022-06-18 00:56:44 +08:00
Jun Pataleta
19c6eccf47
Merge branch 'MDL-74529' of https://github.com/paulholden/moodle
2022-06-17 10:17:12 +08:00
Jun Pataleta
ed2e6a9fa8
MDL-74742 course: Use primary colour for Add button labels
...
Use the primary colour for the text inside the "Add a block" and
"Add an activity or resource" buttons.
2022-06-16 14:24:54 +08:00
Jun Pataleta
5b6d6ffc36
Merge branch 'MDL-74565' of https://github.com/paulholden/moodle
2022-06-15 23:21:52 +08:00
Jun Pataleta
c3d4845de2
Merge branch 'MDL-74634' of https://github.com/paulholden/moodle
2022-06-15 16:42:21 +08:00
Víctor Déniz
d7f6af48d4
Merge branch 'MDL-74526-master' of https://github.com/devlionco/moodle
2022-06-14 10:12:19 +01:00
Paul Holden
f70fc89217
MDL-74565 gradereport_grader: define capability required for editing.
2022-06-12 20:04:28 +01:00
Paul Holden
47d119945d
MDL-74634 theme_boost: remove old drawer-open-nav user preference.
2022-06-12 20:01:23 +01:00
Ilya Dymshits
68121af5c6
MDL-74526 theme: remove icon from empty categories in RTL languages
2022-06-12 10:40:29 +03:00
Paul Holden
81474399b1
MDL-74628 forumreport_summary: remove left margin of filter popover.
2022-06-07 11:08:44 +01:00
Paul Holden
6caee96d21
MDL-74529 theme_boost: accessible autolink styles from filters.
...
The `autolink` class is used by various filter types to create
hyperlinks within text. Extend existing `aalink` class so they
behave in the same way.
2022-06-07 10:58:03 +01:00
Jun Pataleta
67da548b48
MDL-72885 output: Add lang attribute for language menu items
2022-05-27 23:39:08 +08:00
Ferran Recio
bfc713c37e
MDL-57065 theme_boost: fix debug messages
...
The first debug message is covered by the top navbar header. This patch
will move the body's first debug message down below the navbar.
2022-05-16 11:19:19 +02:00
Ilya Tregubov
93e96e0aa2
Merge branch 'MDL-74602-master' of https://github.com/snake/moodle
2022-05-05 07:46:33 +06:00
Ilya Tregubov
c2a950237f
Merge branch 'MDL-74598-master' of https://github.com/roland04/moodle
2022-05-03 11:55:47 +06:00
Jake Dallimore
cc94ab171d
MDL-74602 theme_boost: fix missing activity header in embedded layout
...
The activity header, which includes things like dates and completion
information, was moved out of the page $OUTPUT and into a separate
template context variable in 4.0, meaning it was missing from any layout
which didn't actively add it back to the page output. This fixes this
problem for the embedded layout only by adding support for the activity
header in the embedded template.
2022-05-03 09:53:57 +08:00
Mikel Martín
f35d43b633
MDL-74598 reportbuilder: Fix action menus alignment to the right
2022-04-28 16:29:48 +02:00
Huong Nguyen
646a7973b0
MDL-74461 Navigation: Add section anchor to activity breadcrumb
2022-04-25 21:17:30 +07:00
Eloy Lafuente (stronk7)
95c8cb7582
MDL-74512 behat: Skip tests requiring lang install/upgrade
...
By adding the step:
Given remote langimport tests are enabled
We make the execution of scenarios requiring to install /
upgrade lang packs optional, based in the existence of the constant:
TOOL_LANGIMPORT_REMOTE_TESTS
That way, when we are skipping language upgrades with the CFG var:
$CFG->skiplangupgrade = true
We can decide not not execute those tests.
With other words, putting something like this in the config.php
file we will be controlling when to execute or no the behat tests:
// Disable lang updates on upgrade.
$CFG->skiplangupgrade = true;
if (empty($CFG->skiplangupgrade)) {
// Define it only if we aren't skipping lang upgrades.
define('TOOL_LANGIMPORT_REMOTE_TESTS', true);
}
2022-04-17 20:27:57 +02:00
Sara Arjona
d54fa7abd8
Merge branch 'MDL-74447' of https://github.com/Chocolate-lightning/moodle
2022-04-14 12:10:31 +02:00
Andrew Nicols
e9335eb448
MDL-74447 core: Restrict block drag/drop to container
2022-04-14 17:22:29 +12:00
Jun Pataleta
821ec66490
Merge branch 'MDL-74498-master' of https://github.com/justusdieckmann/moodle
2022-04-14 10:31:05 +08:00
Justus Dieckmann
bf68b2bc64
MDL-74498 output: Resolve correct icon for modules
...
Fixes the resolve_image_location function, which previously returned
the 'icon' or 'monologo' icon for modules, no matter the requested
image name.
Also fixes an incorrect pix_icon() call for the context header, which
was hidden by the faulty resolve function.
2022-04-14 01:54:28 +02:00
Jun Pataleta
70f6b1605b
MDL-74471 versions: bump all versions and requires near release
2022-04-13 10:37:36 +08:00
Sara Arjona
2ce8437d8e
Merge branch 'MDL-74297-master' of https://github.com/peterRd/moodle
2022-04-07 17:32:56 +02:00
Andrew Nicols
f40abbdf1d
MDL-74235 core: Revert theme changes
...
These changes were accidentally included from a previous iteration of
the patch.
2022-04-07 13:27:27 +06:00
Ilya Tregubov
29da0c7f2a
Merge branch 'MDL-74235-master-2' of https://github.com/andrewnicols/moodle
2022-04-07 12:06:38 +06:00
Andrew Nicols
4b388fc239
MDL-74235 core: Update core uses of activity icons to monologo
2022-04-07 12:56:14 +08:00
Andrew Nicols
748608b318
Merge branch 'MDL-74331' of https://github.com/timhunt/moodle
2022-04-07 11:47:30 +08:00
Peter Dias
d693e93969
MDL-74297 core: Scroll and sticky heading/footer updates
2022-04-07 08:34:37 +08:00
Tim Hunt
4144d09b4d
MDL-74331 question bank: prevent any one column getting too wide
2022-04-06 14:56:24 +01:00
Ilya Tregubov
e20d28bffb
Merge branch 'MDL-74363' of https://github.com/Chocolate-lightning/moodle
2022-04-06 11:08:24 +06:00
Eloy Lafuente (stronk7)
70e29b77f0
Merge branch 'MDL-74330-master-enfix' of https://github.com/vmdef/moodle
2022-04-05 18:39:23 +02:00
Mathew May
96304ae607
MDL-74363 navigation: Add breadcrumbs in course use sub pages
2022-04-05 19:50:50 +12:00
Sara Arjona
e9883614ab
Merge branch 'MDL-74078-master' of https://github.com/mickhawkins/moodle
2022-04-04 15:09:34 +02:00
Michael Hawkins
a640f43181
MDL-74078 core_my: Lock all blocks on the my courses page
2022-04-04 14:24:56 +08:00
Sara Arjona
ec19f9f8cd
Merge branch 'MDL-74298-master' of https://github.com/peterRd/moodle
2022-04-01 17:38:26 +02:00
Helen Foster
3719878cbf
MDL-74330 lang: Import fixed English strings (en_fix)
2022-04-01 13:17:08 +01:00
Bas Brands
1ed689080a
MDL-74078 theme: Add missing block regions to mycourses
2022-04-01 15:12:56 +08:00
Peter Dias
6b25d957bf
MDL-74298 core: Render complete links when searching for a setting.
2022-04-01 11:22:05 +08:00
Jun Pataleta
b5b9067828
Merge branch 'MDL-74294-master' of https://github.com/sarjona/moodle
2022-04-01 10:12:56 +08:00
Sara Arjona
920946808d
MDL-74294 theme: Update boost and classic screenshots
...
This patch updates the screenshots for boost and classic
themes, displayed in the theme selector.
These images have been created by Mary Cooch.
Co-authored by: Mary Cooch <mary@moodle.com>
2022-03-30 16:59:49 +02:00
Jun Pataleta
bf13032bf7
Merge branch 'MDL-73900-master' of https://github.com/vmdef/moodle
2022-03-30 11:08:05 +08:00