Sara Arjona
bc771bdfd6
Merge branch 'MDL-72412-master' of https://github.com/junpataleta/moodle
2022-01-17 08:28:47 +01:00
Ilya Tregubov
c10cf765d0
Merge branch 'MDL-73495-master' of https://github.com/dravek/moodle
2022-01-17 09:14:48 +02:00
Jun Pataleta
0b2032cb1e
MDL-72412 core: Add the image role to informative icon fonts
2022-01-14 10:31:47 +08:00
Bas Brands
35f334be05
MDL-73508 core_course: bigger activity description on view page
2022-01-12 11:40:08 +01:00
David Matamoros
5bef42d324
MDL-73495 core: Fix data attributes not being passed to individual tabs
2022-01-05 13:16:13 +01:00
Ilya Tregubov
bc8b1be24d
Merge branch 'MDL-73451-master' of https://github.com/bmbrands/moodle
2022-01-04 12:46:41 +02:00
Bas Brands
31c4ac2c53
MDL-72735 core_course: style activity information on view page
2022-01-03 10:02:03 +01:00
Paul Holden
844f4a7fb3
MDL-72716 blocks: fix external fetching of available blocks.
...
Pass `$PAGE->subpage` value in AJAX request, which is required on
some pages (e.g. user dashboard) for loading existing blocks.
2021-12-29 11:59:27 +00:00
Bas Brands
ec136c6d06
MDL-73451 theme_boost: editswitch fix for safari
2021-12-24 09:28:54 +01:00
Bas Brands
c218e921d2
MDL-72739 theme_boost: fixed updated edit switch behat
2021-12-23 10:15:53 +01:00
Jun Pataleta
2b962cf691
Merge branch 'MDL-73274-master' of https://github.com/bmbrands/moodle
2021-12-23 11:31:25 +08:00
Jun Pataleta
057f312cff
Merge branch 'MDL-72845-master' of https://github.com/lameze/moodle
2021-12-23 10:49:44 +08:00
Simey Lameze
c3cb372e62
MDL-72845 core: make campaign template more generic
2021-12-22 19:42:49 +08:00
Bas Brands
061449612c
MDL-72739 theme_boost: update editswitch to look like ux design
2021-12-20 15:24:22 +01:00
Bas Brands
a8b6912e44
MDL-73274 theme_boost: add block/activity styling
2021-12-15 14:46:45 +01:00
Víctor Déniz
437470b404
Merge branch 'MDL-73039' of git://github.com/paulholden/moodle
2021-12-13 19:28:35 +00:00
Ilya Tregubov
9e5ffa2229
Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle
2021-12-13 18:46:16 +02:00
Paul Holden
2832b63a9e
MDL-73039 course: remove double encoding of course/site for download.
2021-12-13 10:09:03 +00:00
Peter Dias
a2d8ac6eea
MDL-72413 core: Introduce new header component to render standard items
...
New activity header to render common module items in a centralised location.
2021-12-13 09:49:34 +08:00
Bas Brands
946fd915e2
MDL-72095 theme_boost: max width for activity pages
2021-12-08 17:29:49 +01:00
Sara Arjona
85c6da5649
Merge branch 'MDL-72866' of https://github.com/Chocolate-lightning/moodle
2021-12-01 11:18:35 +01:00
Jun Pataleta
3ae9f4cac3
Merge branch 'MDL-72822' of https://github.com/roland04/moodle
2021-12-01 11:27:06 +08:00
Mathew May
b983003e2e
MDL-70197 navigation: Remove old navigation elements and migrate behat
2021-11-29 15:47:42 +08:00
Mathew May
34102b2094
MDL-72866 templates: Update navbar to match designs
2021-11-25 09:54:28 +08:00
Mikel Martín
8e25d534b4
MDL-72822 core_reportbuilder: Accessibility improvements
...
- Add sr-only headings to tabs
- Change role to 'presentation' in tab <li> elements
- Remove unnecessary aria-labelledby
- Fix heading levels
- Avoid duplicated IDs in audiences
- Replace empty links with buttons
- Fix mustache comments
- Fix mustache contexts
2021-11-24 10:26:14 +01:00
Jun Pataleta
a44d41bb51
MDL-72927 core: Make Remember username checkbox look like a checkbox
2021-11-22 14:50:25 +08:00
Sara Arjona
dc0e7a45df
Merge branch 'MDL-70721-master' of git://github.com/rezaies/moodle
2021-11-18 15:18:51 +01:00
Shamim Rezaie
4f76d40628
Merge branch 'MDL-72887-master' of https://github.com/michael-milette/moodle
2021-11-18 22:37:08 +11:00
Michael Milette
66bcaa69a5
MDL-72887 search: Tooltip added to navbar search icon.
2021-11-18 00:59:50 -05:00
Mathew May
24bfcd9fd7
MDL-72799 navigation: Improvements to navigation styling
2021-11-17 15:14:09 +08:00
Shamim Rezaie
7ba7920aa8
MDL-70721 output: Remove redundant title
...
The format_string() function does half html escaping. It escapes < and >
characters, but does not escape ". Therefore, it put us in a situation
where neither {{}}, nor {{{}}} are suitable in templates. If we use {{}}
for an attribute (like title or aria-label), then < and > characters
will be double escaped. On the other hand, if we use {{{}}} there, a
double quote character will break HTML when it is used in an attribute.
Therefore, neither {{}}, nore {{{}}} are usable in html attributes.
Moreover, The title attribute here was redundant because it had the same
value as the link's text.
2021-11-16 10:08:07 +11:00
Shamim Rezaie
652392d932
MDL-70721 output: remove {{#quote}} wherever it was misused
...
Also use the new {{#cleanstr}} helper where it was more appropriate
than the {{#str} helper.
2021-11-16 10:08:06 +11:00
David Matamoros
26eddaf5a6
MDL-73025 core: Fix incorrect formatting for inplace editable title
2021-11-08 10:48:44 +01:00
abgreeve
0492b069be
MDL-69371 core_renderer: New core language renderable.
2021-10-19 13:47:46 +02:00
Bas Brands
47bbfe0f4f
MDL-69371 theme_boost: redesign the moodle login page
2021-10-19 13:47:04 +02:00
Ferran Recio
b58e780666
MDL-71995 core: reactive debug tools
2021-10-13 10:08:50 +02:00
Ilya Tregubov
843066ecf4
Merge branch 'MDL-72091-rebase-3' of https://github.com/Chocolate-lightning/moodle
2021-10-11 14:46:54 +07:00
Mathew May
dba47e8641
MDL-72091 Navigation: Update navigation to match designs
2021-10-11 12:20:34 +08:00
Andrew Nicols
9cba40c410
Merge branch 'MDL-71965-master' of git://github.com/bmbrands/moodle
2021-10-11 08:06:43 +08:00
abgreeve
edb655e35c
Merge branch 'MDL-72578-master' of git://github.com/ferranrecio/moodle
2021-10-08 09:12:57 +08:00
Eloy Lafuente (stronk7)
9d3b3298e2
Merge branch 'MDL-72674-master' of git://github.com/junpataleta/moodle
2021-10-07 22:53:47 +02:00
Ferran Recio
41b4625693
MDL-72578 course: activity render to output classes
2021-10-07 17:17:29 +02:00
Bas Brands
d1b9f7d1f1
MDL-71965 theme_boost: move footer content in popover
2021-10-06 11:32:08 +02:00
Ilya Tregubov
a4a59a4a74
Merge branch 'MDL-72455-master' of git://github.com/bmbrands/moodle
2021-10-05 23:18:51 +02:00
Andrew Nicols
598f3c2cc3
Merge branch 'MDL-72642-master' of git://github.com/mihailges/moodle
2021-10-05 23:18:51 +02:00
Jun Pataleta
f0b22d1796
MDL-72674 core: Add component library documentation for accessible links
2021-10-05 00:29:34 +08:00
Jun Pataleta
7ceb0f1de6
MDL-72674 core: Add indicator that feedback link opens in new window
...
* New pix icon i/externallink
* New lang string opensinnewwindow
* Use the external link pix icon with "Opens in new window" lang string
as its alt text and add it to the "Give feedback about this software"
link.
* Update cta template to indicate whether the link opens in new window.
2021-10-04 20:32:18 +08:00
Bas Brands
61bacfb935
MDL-72455 theme_boost: enable roundness for bootstrap components
2021-09-30 15:53:44 +02:00
Ilya Tregubov
34a0ba3232
Merge branch 'MDL-71610-master' of git://github.com/bmbrands/moodle
2021-09-29 15:40:39 +02:00
Bas Brands
09f6ce9fed
MDL-71610 theme_boost: add a edit mode switch
2021-09-29 09:25:36 +02:00