Ilya Tregubov
891b6f796c
Merge branch 'MDL-79160-401' of https://github.com/danghieu1407/moodle into MOODLE_401_STABLE
2023-10-12 09:44:23 +08:00
chen levy
7744cf2f28
MDL-78103 theme: Fixed dropdown menu size by the content
2023-10-11 11:15:44 +07:00
danghieu1407
cf9373c4dd
MDL-79160 Question: Answer field overflows parent width with large size
2023-10-05 11:06:21 +07:00
David Woloszyn
6f2fa6011e
MDL-77846 core: Make endpoint revision number checks stricter
...
In some places we prevented cache poisoning, in others we did not. We
also did not place any restriction on the minimum value for a revision.
This change introduces a new set of functions for configonly endpoints
which validates the revision numbers passed in. If the revision is
either too old, or too new, it is rejected and the file content is not
cached. The content is still served, but caching headers are not sent,
and any local storage caching is prevented.
The current time is used as the maximum version, with 60 seconds added
to allow for any clock skew between cluster nodes. Previously some
locations used one hour, but there should never be such a large clock
skew on a correctly configured system.
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2023-10-04 02:10:16 +02:00
Sara Arjona
54d446ce43
MDL-77708 docs: Update references from docs.moodle.org/dev
2023-09-26 10:57:33 +02:00
Andrew Nicols
4ba4250301
Merge branch 'MDL-78966-401' of https://github.com/rjnl/moodle into MOODLE_401_STABLE
2023-09-01 11:32:21 +08:00
Andrew Nicols
e3b5759ca7
Merge branch 'MDL-79190-401' of https://github.com/jbs1/moodle into MOODLE_401_STABLE
2023-09-01 11:13:07 +08:00
Jun Pataleta
e3cee463b1
Merge branch 'MDL-77657-401-get_extra_scss_code-wrong-order' of https://github.com/danowar2k/moodle into MOODLE_401_STABLE
2023-08-31 17:50:56 +08:00
Jeremy Schulz
32412f8a13
MDL-79190 theme_boost: removed obsolete comment
2023-08-29 17:11:31 -04:00
Daniel Poggenpohl
bcf9d4bf68
MDL-77657 theme: Corrected return type
2023-08-18 16:21:02 +02:00
Jun Pataleta
23d6705ad6
MDL-79063 theme_boost: Match .disabled font colour with .text-muted
...
* For consistency
* The font colour for .text-muted meets a contrast ratio of 4.69:1
which meets WCAG 2.1 Level AA success criterion for minimum contrast.
2023-08-18 16:29:56 +08:00
Rajneel Totaram
138c3bcb99
MDL-78966 theme: Fix site event icon size in upcoming events block
2023-08-10 19:37:48 +12:00
chen levy
896e87228c
MDL-77658 theme: Fixed RTL manage course categories menu
...
fixed course checkboxes that appears on the categories menu on RTL
2023-08-06 09:54:23 +03:00
Miri Lipson
03a7d208f9
MDL-75115 theme_boost: Fix Bootstrap tooltips in RTL mode
2023-07-12 09:11:33 +07:00
Ilya Tregubov
ff652d5c2c
Merge branch 'MDL-77375-401' of https://github.com/rezaies/moodle into MOODLE_401_STABLE
2023-07-06 09:21:18 +08:00
Shamim Rezaie
ba07bb42e1
MDL-77375 theme: Re-fix the bootstrap scrollbar issue
2023-07-02 00:06:13 +10:00
Luca Bösch
18dfb832d1
MDL-78138 theme_boost: Reliably remove TYPE_CATEGORY breadcrumbs.
2023-06-29 21:48:41 +02:00
Jun Pataleta
648aa897cf
Merge branch 'MDL-77993-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-29 11:28:07 +08:00
Paul Holden
99681d7df8
MDL-77993 mod_lesson: ensure report action menu always present.
2023-06-11 18:35:14 +01:00
David Woloszyn
2d677835ec
MDL-78237 css: Make navbar height available for non sass-use
2023-06-08 17:15:13 +10:00
Stevani Andolo
7b1e0a6980
MDL-76344 course: Fixed course image 'non image file' layout
2023-05-11 14:11:16 +08:00
Jun Pataleta
0703a8db55
Merge branch 'MDL-76344-401' of https://github.com/stevandoMoodle/moodle into MOODLE_401_STABLE
2023-05-05 10:34:56 +08:00
Stevani Andolo
1f07219332
MDL-76344 course: Fixed course image 'non image file' layout
2023-05-04 10:28:15 +08:00
Ilya Tregubov
be0eb4369b
Merge branch 'MDL-76835-401' of https://github.com/aya-saad1/moodle into MOODLE_401_STABLE
2023-05-03 09:29:59 +08:00
Aya Saad
bba6cc2f02
MDL-76835 theme: Fix unordered lists indentation
2023-04-26 13:57:49 +02:00
danghieu1407
b04fab1a2a
MDL-77883 forms: fix display of client-side validation for textareas
2023-04-24 13:54:37 +07:00
Ilya Tregubov
b142840de1
MDL-77229 mod_lesson: Black list detailed statistics in classic Behat.
...
The nav element to go to detailed stats page is missing in classic
2023-04-21 15:07:36 +08:00
Ilya Tregubov
339dfec420
Merge branch 'MDL-77577-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-04-20 12:33:38 +08:00
Paul Holden
df4f8dd322
Merge branch 'MDL-76212-401-nav' of https://github.com/kevpercy/moodle into MOODLE_401_STABLE
2023-04-17 11:50:54 +01:00
Andrew Nicols
797cbcc3da
Merge branch 'MDL-76995-401' of https://github.com/aanabit/moodle into MOODLE_401_STABLE
2023-04-17 11:17:04 +08:00
Andrew Nicols
a9b4b297ac
Merge branch 'MDL-77606' of https://github.com/skodak/moodle into MOODLE_401_STABLE
2023-04-17 10:34:55 +08:00
Petr Skoda
2cc1182b16
MDL-77606 core: switch to Dart sass
...
Backport of MDL-73144.
2023-04-17 10:33:50 +08:00
Amaia Anabitarte
c8f105800c
MDL-76995 core_courseindex: Apply indentation in the course index
2023-04-13 16:59:05 +02:00
Kevin Percy
5b8ad6ae30
MDL-76212 gradebook_nav: Fixed tertiary nav for smaller screens
2023-04-12 14:12:50 +08:00
Amaia Anabitarte
3a38791d62
MDL-76993 core_course: Recover move right/left functionality
...
This is a backport of MDL-76990
2023-04-11 13:28:00 +02:00
Andrew Nicols
f6c4303c58
MDL-77603 theme_boost: Add reference to CL update
2023-04-03 10:02:41 +08:00
Petr Skoda
134dc470c7
MDL-77603 theme_boost: remove Bootstrap version reference
2023-04-03 10:02:36 +08:00
Petr Skoda
b65ec774c5
MDL-77603 theme_boost: import Bootstrap v4.6.2
2023-04-03 10:02:19 +08:00
Jake Dallimore
a1df38dfc6
Merge branch 'MDL-59175-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-03-31 11:57:27 +08:00
Carlos Castillo
f17b006dcb
MDL-73771 theme: Fix scrollbar position
2023-03-29 09:15:39 -05:00
Jun Pataleta
f59220a76d
MDL-77105 theme_boost: Add 'nofilter' class when necessary
...
Add the `.nofilter` class for activity icons when the icon URL's
`filtericon` parameter is not set, so they get rendered as they are on
the context header on the activity page.
2023-03-27 13:42:43 +08:00
Jun Pataleta
f5d445a68f
MDL-77105 core: Conditionally apply icon filter
...
* Apply the filter CSS property only to activity icons
that don't have the ".nofilter" class. This will allow
activities with non-SVG icons to be rendered as they are.
2023-03-27 13:42:41 +08:00
Angelia Dela Cruz
084c120c79
MDL-77577 Behat: Replaced the use of "Install selected language pack(s)
...
Evaluated usage of "Install selected language pack(s)" in Behat and
replaced the steps to use generator to install language packs as part
of test setup.
2023-03-21 12:00:53 +08:00
Paul Holden
4ee053a278
MDL-59175 theme_boost: style inherited permission on overide page.
2023-03-14 20:58:07 +00:00
Andrew Nicols
ca01668e32
MDL-77037 core_course: Add new courseindex test to classic excludelist
2023-03-10 13:32:04 +08:00
Jake Dallimore
65cb8e0792
Merge branch 'MDL-77219-401' of https://github.com/sarjona/moodle into MOODLE_401_STABLE
2023-03-10 10:36:25 +08:00
Jun Pataleta
bb61d8392b
Merge branch 'MDL-77559-401-2' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-03-09 15:57:44 +08:00
Andrew Nicols
3a8b5523d5
Merge branch 'MDL-77014-401' of https://github.com/lucaboesch/moodle into MOODLE_401_STABLE
2023-03-09 11:42:03 +08:00
Andrew Nicols
fbc3f7f245
Merge branch '76945-bootstrap-dropdowns-401' of https://github.com/DSI-Universite-Rennes2/moodle into MOODLE_401_STABLE
2023-03-09 10:54:35 +08:00
Andrew Nicols
cd48ae56c7
MDL-77559 js: Rebuild all JS with Node 16
2023-03-09 09:53:19 +08:00