David Mudrák
1338b9df8b
MDL-68556 admin: Fix some minor styling issues on the plugins check page
...
The patch fixes missing space around elements and some other minor
visual issues detected. This was a good opportunity to get rid of custom
CSS rules and use the native bootstrap classes and utilities.
2020-04-29 14:40:45 +02:00
Bas Brands
ac00aec239
MDL-68383 contentbank: improve css for content bank
2020-04-22 15:50:46 +02:00
Eloy Lafuente (stronk7)
8467cbf226
Merge branch 'MDL-67786-master' of git://github.com/aanabit/moodle
2020-04-15 23:45:48 +02:00
Amaia Anabitarte
43c2d0fe47
MDL-67786 core_contentbank: Templates and theme CSS
2020-04-15 23:45:08 +02:00
Adrian Greeve
06b1f01216
Merge branch 'MDL-67663-master-3' of git://github.com/junpataleta/moodle
2020-04-15 13:19:18 +08:00
Mihail Geshoski
b15b259696
MDL-68112 core_course: Override bootstrap classes
...
Override bootstrap classes to keep original design
2020-04-09 18:21:25 +08:00
Peter Dias
95dceedd2f
MDL-68112 core_course: Use bootstrap input-group
2020-04-09 18:21:24 +08:00
Jun Pataleta
f63503a603
MDL-67663 mod_forum: Fix focus order of the grading form
...
* Focus should flow from the form header down to the forum posts, and
then to the grading panel itself.
2020-04-09 17:50:08 +08:00
Sara Arjona
b835386512
Merge branch 'MDL-58964-master' of git://github.com/abias/moodle
2020-03-31 19:13:15 +02:00
Bas Brands
1a17df089d
MDL-64494 theme_boost: accessible theme colours
2020-03-31 18:51:38 +02:00
Alexander Bias
13b6b5dce8
MDL-58964 navigation: Add class attributes to Boost flat navigation
2020-03-19 20:34:24 +01:00
Adrian Greeve
9b57e08e8b
Merge branch 'MDL-67924' of https://github.com/Chocolate-lightning/moodle
2020-03-19 09:41:30 +08:00
Adrian Greeve
5d00c85412
Merge branch 'MDL-67901-master' of git://github.com/bmbrands/moodle
2020-03-18 09:57:41 +08:00
Shamim Rezaie
604df144d2
MDL-67970 output: use fieldset in core/chooser instead of label
2020-03-17 18:16:25 +11:00
Mathew May
ddd387ef68
MDL-67924 core: Now show the editing button everywhere
2020-03-13 08:50:14 +08:00
Andrew Nicols
8fd1dfc795
Merge branch 'MDL-68030-master' of https://github.com/Chocolate-lightning/moodle
2020-03-12 12:42:17 +08:00
Mathew May
4883aabf0d
MDL-68030 core_course: Tuncate long module names
2020-03-12 11:51:45 +08:00
Mathew May
c368657153
MDL-68030 core_course: Properly size elements in the chooser
2020-03-12 11:51:45 +08:00
Shamim Rezaie
a728edcb0c
MDL-67968 question: do not display sr-only legends
...
.accesshide was removed because:
1. It was only kept in case it's still used somewhere, in a custom form
field for instance.
2. It was broken since 3.5 where we integrated
https://github.com/bmbrands/moodle/compare/ab65b87f3d...MDL-62419-master
So it's been ages that the reason mentioned on point 1 was not being
satisfied
2020-03-06 19:58:25 +11:00
Andrew Nicols
ff1a10333d
Merge branch 'MDL-67263-master' of git://github.com/mihailges/moodle
2020-03-05 13:22:40 +08:00
Mihail Geshoski
f152b71dd4
MDL-67263 course: Add search functionality in the activity chooser
2020-03-05 11:56:39 +08:00
Andrew Nicols
534488abfe
MDL-65106 theme_classic: Remove unused variable
2020-03-05 08:15:34 +08:00
Andrew Nicols
499f9002da
Merge branch 'MDL-65106-master' of git://github.com/bmbrands/moodle
2020-03-05 08:12:56 +08:00
Andrew Nicols
b11c9c19a5
Merge branch 'MDL-33671-master-3' of git://github.com/peterRd/moodle
2020-03-05 07:57:05 +08:00
Sara Arjona
4767b7bff1
Merge branch 'MDL-67863-master' of git://github.com/bmbrands/moodle
2020-03-04 14:05:17 +01:00
Sara Arjona
07b6ae5f3a
Merge branch 'MDL-68048-master-behatnotfound' of git://github.com/mudrd8mz/moodle
2020-03-03 17:01:33 +01:00
Peter
2f03923602
MDL-33671 core: Allow for bulk delete of files
...
* Enable bulk delete in a details view
* Behat tests for new functionality
* Unit test for new function
2020-03-03 07:20:35 +08:00
Bas Brands
8ad4255fbe
MDL-67863 theme_boost: change keyboard tab order
...
Move navdrawer up in the dom for a more logical tab order
Hide navdrawer links for tab / screenreader when navdrawer is closed
2020-02-27 17:11:03 +01:00
Bas Brands
e06b302ed5
MDL-67901 type_multichoice: clear my choice accessibility
...
Improve the accessibility for the clear my choice option. The
extra radio input controlling the reset feature was removed and
resetting the choice is now controlled by JavaScript.
This fixes the missing label reported in Accessibility audit and W3C
validation of the reset link
By this change this issue also fixes MDL-67280
2020-02-27 10:24:12 +01:00
David Mudrák
e84ca4fb22
MDL-68048 behat: Fix the ElementNotFoundException message wording
...
The exception class itself adds the "not found" to the error message.
2020-02-25 11:33:57 +01:00
Luca Bösch
8398273dfd
MDL-64686 theme: align course search form for small screens sizes.
2020-02-21 06:38:08 +01:00
Bas Brands
46ff4741a1
MDL-65106 theme_classic: set custom navigationitem icon
2020-02-17 09:01:11 +01:00
Andrew Nicols
166a314a0c
Merge branch 'MDL-67264-review-squashed' of https://github.com/Chocolate-lightning/moodle
2020-02-14 11:16:31 +01:00
Tim Hunt
ae5d5f2085
MDL-67876 forms: not all field types need validation JS
2020-02-12 10:06:58 +00:00
Tim Hunt
a5b56c4da5
MDL-67876 forms: scroll to any invalid element if form cannot submit
2020-02-12 09:32:21 +00:00
Mathew May
05b27f2118
MDL-67264 core_course: Activity chooser new feature
...
Roll in the base for the new activity chooser
It renders all modules into a modal
Gives the user to add from either the base or help screens
All checked by accessability tools with great coverage
Adds minimal overhead to the course edit setup time
Co-authored-by: Mathew May <mathewm@hotmail.co.nz>
Co-authored-by: Mihail Geshoski <mihail@moodle.com>
2020-02-12 12:35:03 +08:00
Sara Arjona
53be27e4fb
Merge branch 'MDL-66463-master' of git://github.com/ferranrecio/moodle
2020-02-05 13:10:59 +01:00
Ferran Recio
303df89df6
MDL-66463 theme_boost: IE and Edge go to top link compatibility
2020-02-05 11:44:59 +01:00
Andrew Nicols
4d4409437a
MDL-67511 core: Adjust spacing at top of toast-wrapper
2020-02-03 07:38:07 +08:00
Ferran Recio
1b5630a01f
MDL-66463 theme_boost: go to top link
2020-01-31 12:37:10 +01:00
Eloy Lafuente (stronk7)
492f3b71bb
Merge branch 'MDL-67472-master' of git://github.com/bmbrands/moodle
2020-01-28 22:56:37 +01:00
Bas Brands
77e5b4462e
MDL-67577 core_message: navbar_output order
...
* moved the logic from core_message_popup_render_navbar_output to
message_popup_render_navbar_output in message/output/popup/lib.php
* using float: left instead of float: right in theme
2020-01-27 12:14:16 +01:00
Adrian Greeve
66a8939518
Merge branch 'MDL-67653' of https://github.com/timhunt/moodle
2020-01-22 11:02:35 +08:00
Jun Pataleta
34cdacbfff
Merge branch 'MDL-66883-master' of git://github.com/bmbrands/moodle
2020-01-20 16:36:40 +08:00
Kiet.Chan
ed561c801e
MDL-67583 themes: Popover placement should react to scroll event
2020-01-13 17:30:43 +07:00
Bas Brands
e097ddcd4f
MDL-67472 theme_boost: configurable sass variable for drawer bgcolour
2020-01-13 09:12:47 +01:00
Tim Hunt
76a49e4a1e
MDL-67653 questions: prevent the flag flickering as the page loads
2020-01-10 14:27:42 +00:00
Eloy Lafuente (stronk7)
fd25850a8d
Merge branch 'MDL-67544-master' of git://github.com/andrewnicols/moodle
2020-01-08 16:35:39 +01:00
Sara Arjona
f914f99a76
Merge branch 'MDL-67417-master' of https://github.com/KietChan/moodle
2020-01-08 08:26:37 +01:00
Andrew Nicols
37856e466e
MDL-67544 theme: Ensure that search box is in valid li
2020-01-06 15:01:07 +08:00