Sara Arjona
49705b1f40
Merge branch 'MDL-74010-400' of https://github.com/paulholden/moodle into MOODLE_400_STABLE
2022-09-14 11:41:47 +02:00
Michael Hawkins
4b434b3264
MDL-68066 output: Apply disable lambda rendering to Mustache renderer
2022-09-07 23:56:29 +08:00
Paul Holden
59ce247b72
MDL-74010 core: check defined MDL_PERF* values in conditionals.
2022-08-05 11:03:02 +01:00
Jun Pataleta
f99c21b543
Merge branch 'MDL-74813-400' of https://github.com/mihailges/moodle into MOODLE_400_STABLE
2022-07-06 10:53:34 +08:00
Mihail Geshoski
004ceed0c1
MDL-74813 filepicker: Replace the dnd gif animation with a static icon
2022-07-06 10:24:37 +08:00
Víctor Déniz
191c8452d3
Merge branch 'MDL-72885-400' of https://github.com/junpataleta/moodle into MOODLE_400_STABLE
2022-06-29 18:23:00 +01:00
Paul Holden
9fc49012bd
MDL-74565 gradereport_grader: define capability required for editing.
2022-06-12 20:03:31 +01:00
Sara Arjona
603486e1f7
Merge branch 'MDL-74577-400' of https://github.com/sharidas/moodle into MOODLE_400_STABLE
2022-06-10 13:15:31 +02:00
Jun Pataleta
88667463ac
MDL-72885 output: Add lang attribute for language custom menu items
2022-05-27 19:42:21 +08:00
Adrian Perez
275c174cbf
MDL-74250 core: Improve indicator that link opens in new window
2022-05-27 07:21:51 +02:00
Sujith Haridasan
f3150d4a26
MDL-74577 core: Reset login_failed_count_since_success after login
...
When the user is logged in successfully then reset the value
of login_failed_count_since_success to zero, if the value of
login_failed_count_since_success is greater than zero.
2022-05-20 10:14:40 +05:30
Sara Arjona
d60e802006
MDL-74159 output: Add icon near docs link
...
An icon has been added near the 'Help and documentation' link in the
site footer When the site admin setting 'Open in new window' (doctonewwindow)
is enabled, for consistency with other similar links like 'Give feedback
about this software'.
Apart from that, now the link will be opened using the standard target
'_blank' instead of using the new window Javascript, to let users decide
whether the new page should be opened in a new tab or a new window.
2022-03-10 17:07:32 +01:00
Shamim Rezaie
29c14e979b
Merge branch 'MDL-74045-master' of https://github.com/bmbrands/moodle
2022-03-04 10:13:05 +11:00
Bas Brands
a31cade872
MDL-74045 theme_boost: set the base layout to drawers
2022-03-02 11:07:45 +01:00
Andrew Nicols
b43d729c85
MDL-73679 core: Add a named_templatable interface
...
This interface allows a templatable to provide a template name via the
'get_template_name(): string' function and have it automatically
rendered via a standard 'render()' call.
2022-03-01 12:03:06 +08:00
Michael Hawkins
533c5ccb86
MDL-73935 core: Update supportemail to accept optional custom attributes
...
This allows calling code such as the generic error page to define the
styles of the anchor element.
2022-02-28 12:42:47 +08:00
Jun Pataleta
5f19e1e685
Merge branch 'MDL-73608-master' of https://github.com/lameze/moodle
2022-02-18 12:06:13 +08:00
Simey Lameze
8e153111af
MDL-73608 user: add contact site support page
...
AMOS BEGIN
CPY [subject,mod_forum],[subject,moodle]
CPY [message,core_message],[message,moodle]
AMOS END
2022-02-18 11:54:44 +08:00
Paul Holden
4ad5dda50d
MDL-73822 user: fix Gravatar integration for missing user images.
2022-02-15 20:52:58 +00:00
Mathew May
ecb92c7ed9
MDL-72928 login: Update styling and functionality
2022-02-11 12:01:26 +08:00
Bas Brands
7c76e1c349
MDL-72466 core_output: dropdown menu alignment
2022-01-27 17:24:20 +01:00
Eloy Lafuente (stronk7)
d8b75c3e5e
Merge branch 'MDL-73637-master' of https://github.com/ilyatregubov/moodle
2022-01-20 23:30:58 +01:00
Ilya Tregubov
44ff1672a0
MDL-73637 core: Fix broken web installation.
2022-01-20 18:34:19 +02:00
Bas Brands
5e8b258cac
MDL-73114 theme_boost: show page title on Dashboard page
...
replace the page title when the welcome message is shown
2022-01-19 17:36:54 +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
Jun Pataleta
2b962cf691
Merge branch 'MDL-73274-master' of https://github.com/bmbrands/moodle
2021-12-23 11:31:25 +08:00
Simey Lameze
be018b7c42
MDL-72845 core: add services and support link to help popover
2021-12-22 19:46:49 +08:00
Simey Lameze
4c5db7e80f
MDL-72984 output: add support email to footer popover
2021-12-20 13:22:35 +08:00
Bas Brands
a8b6912e44
MDL-73274 theme_boost: add block/activity styling
2021-12-15 14:46:45 +01:00
Peter Dias
00cda46fae
MDL-72413 core: Disable the default activity header
2021-12-14 13:50:42 +02:00
Peter Dias
710c04d5ee
MDL-72413 core: Disable the default activity header
2021-12-13 09:49:35 +08: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
Sara Arjona
14e62a3d5c
Merge branch 'MDL-72981-master-2' of https://github.com/bmbrands/moodle
2021-12-09 12:01:09 +01:00
Bas Brands
26a0091d3c
MDL-72981 theme_boost: homogenise logo display
2021-12-06 09:38:21 +01:00
Ilya Tregubov
689bf6fc1e
Merge branch 'MDL-72112-master' of https://github.com/aanabit/moodle
2021-12-03 15:11:01 +02:00
Sara Arjona
9e4f2a45f8
MDL-72112 admin_presets: Add admin_presets tool
2021-12-03 11:11:37 +01:00
Peter Dias
e0d7dbd022
MDL-72875 course: Introduce tertiary nav in participants
...
- Introduce tertiary nav in the participants page
2021-12-02 13:09:12 +08:00
Amaia Anabitarte
1f450065a6
MDL-72112 output: Add new displayoption parameter to confirm function
2021-11-30 13:14:26 +01:00
Sara Arjona
3d0af6fa39
Merge branch 'MDL-73160' of https://github.com/stronk7/moodle
2021-11-29 09:31:04 +01:00
Simey Lameze
b179f74b82
MDL-70274 core: fix Validate HTML and WCAG Check links
2021-11-29 12:08:57 +08:00
Eloy Lafuente (stronk7)
ef76e24bf9
MDL-73160 profiling: Fix links to profiling runs
...
When debug_footer_html() was split from standard_footer_html()
in MDL-71965 the $SCRIPT global declaration was left behind.
This just moves it wherever it's needed.
2021-11-26 17:10:25 +01: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
4f96d7ac92
MDL-70721 core: a new mustache helper to clean string after get_string
2021-11-15 22:14:03 +11:00
Mathew May
6ca9c2154a
MDL-70801 core_my: Add a new courses page
2021-11-15 11:49:35 +08:00
Víctor Déniz
e6cd902af8
Merge branch 'MDL-72969' of https://github.com/paulholden/moodle
2021-11-05 01:18:06 +00:00
Bas Brands
9ded7b06dc
MDL-72920 core_renderer: do not show debug footer during install
2021-11-04 09:48:02 +01:00
Paul Holden
f328882175
MDL-72969 output: correct ansi colour format codes for check results.
2021-11-01 17:06:22 +00:00
Jun Pataleta
e26f47359b
MDL-69371 output: Render lang_menu only when necessary
2021-10-21 22:54:48 +08: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