Huong Nguyen
b8450de7c5
MDL-82363 Calendar: Responsiveness improvement for calendar block
...
Hide the month name if the screen is too small
2024-07-03 11:01:54 +07:00
Sara Arjona
4fcea1f716
Merge branch 'MDL-80191-main-v06' of https://github.com/ferranrecio/moodle
2024-07-01 12:26:46 +02:00
ferranrecio
c997f91db6
MDL-80191 backup: add subsections to backup form
...
The patch adds two new levels to the backup form structure: subsection
(a delegated section which parent is a course module) and subactivity
(an activity inside a subsection). Those new elements are displayed as a
inner section below the parent activitiy.
For now the UI is the same as a regular section but future issues will
define how the UX should be. The new two levels have their own classes
to represents settings and have extra dependencies.
2024-07-01 10:48:32 +02:00
Shamim Rezaie
f5f8fb5ff6
MDL-80748 mod_assign: grading table now has a sticky header
...
`position: sticky` doesn't work in responsive tables because responsive
tables have scrollbars, making them the nearest ancestor with a
scrolling mechanism for the sticky header. As a result, the table can no
longer be responsive. This change is actually desired and was intended
for MDL-81860. Since we implemented it here, we can close the other
issue.
2024-07-01 15:58:20 +10:00
Huong Nguyen
57fbce061b
Merge branch 'MDL-82251' of https://github.com/paulholden/moodle
2024-06-27 10:55:53 +07:00
Huong Nguyen
debeb77681
Merge branch 'MDL-81250-main' of https://github.com/meirzamoodle/moodle
2024-06-26 09:20:56 +07:00
Ilya Tregubov
6eac3256f8
Merge branch 'MDL-81743-main' of https://github.com/roland04/moodle
2024-06-26 10:10:51 +08:00
Sara Arjona
56cdb1a3d3
Merge branch 'MDL-79231-main' of https://github.com/davewoloszyn/moodle
2024-06-25 16:12:55 +02:00
Mikel Martín
ae01fe1ba4
MDL-81743 mod_feedback: Improve 'Edit' page UI
...
- Move styles in css to modules.scss
- Add new styles for questions
- Change Delete action to red colour
- Add "Page break" text to pagebreak elements in edit page
2024-06-25 15:02:20 +02:00
Meirza
d63aff3f51
MDL-81250 calendar: Use full course name as the course filter
...
Co-authored-by: Eduardo Domínguez <eduardo.dominguez@uib.es>
2024-06-25 16:35:38 +07:00
Huong Nguyen
0d14b122eb
Merge branch 'MDL-81818-main' of https://github.com/roland04/moodle
2024-06-25 09:26:29 +07:00
Huong Nguyen
5c03f39940
Merge branch 'MDL-82200' of https://github.com/timhunt/moodle
2024-06-25 09:13:25 +07:00
Paul Holden
9eab858ea3
MDL-82251 customfield: correct field management icon sizes.
2024-06-20 08:26:49 +01:00
David Woloszyn
f90116e1c7
MDL-79231 core_theme: Fix Tiny menu in fullscreen mode modals
2024-06-20 14:31:03 +10:00
Sara Arjona
72f0d10e11
Merge branch 'MDL-80745-main' of https://github.com/rezaies/moodle
2024-06-19 08:48:40 +02:00
Shamim Rezaie
859a54b1c0
MDL-80745 mod_assign: Move group selector on grading page to action bar
...
AMOS BEGIN
MOV [clearall,gradereport_grader],[clearall,core]
AMOS END
2024-06-19 00:41:05 +10:00
Jun Pataleta
a08233635d
Merge branch 'MDL-80951-main-v02' of https://github.com/ferranrecio/moodle
2024-06-18 11:40:08 +08:00
Mikel Martín
06b779d31d
MDL-81818 theme_boost: Refactor ".no-gutters" usages for BS5
...
- Add .g-0 to the Boostratp 5 bridge SCSS file
- Replace .no-gutters occurrences with .g-0
2024-06-14 15:09:43 +02:00
Tim Hunt
6105d96744
MDL-82200 inplace editable: fix background of the help text
2024-06-14 12:37:52 +01:00
Huong Nguyen
080e89916a
MDL-81428 theme_boost: Match .disabled opacity with .text-muted
2024-06-10 17:00:47 +07:00
Ferran Recio
7aefcdf9fb
MDL-80951 backup: migrate YUI to AMD
2024-06-06 18:07:25 +02:00
Jun Pataleta
2a216f639f
Merge branch 'MDL-82086' of https://github.com/paulholden/moodle
2024-06-06 22:02:34 +08:00
Paul Holden
1ab6151151
MDL-82086 theme_boost: consistent selector for textarea form controls.
...
In a similar vein to 31f6039635
, we shouldn't assume form controls are
always descendents of `.mform` (e.g. the messaging drawer input).
2024-06-04 14:34:48 +01:00
Huong Nguyen
6d715e19f3
Merge branch 'MDL-81544-main' of https://github.com/rezaies/moodle
2024-06-03 12:04:58 +07:00
Jun Pataleta
4036b4a800
Merge branch 'MDL-81779' of https://github.com/paulholden/moodle
2024-05-29 17:02:13 +08:00
Andrew Nicols
c14253b2eb
Merge branch 'MDL-80831-main' of https://github.com/junpataleta/moodle
2024-05-29 14:26:53 +08:00
Jun Pataleta
6bd5ef1dce
MDL-80831 theme: Set a vertical padding for footer links
...
This is to increase the target size of links within the footer and
meet WCAG 2.2 Level AA Success Criterion 2.5.8
2024-05-29 10:39:18 +08:00
Mikel Martín
78db6bbce8
MDL-81597 theme_boost: Fix header bar alignment
...
- Refactot context_header class to implement named templatable so
render_context_header in core and theme_boost can be removed
- Refactor context_header to use templates
- Fix context header layout and styles
2024-05-28 16:37:57 +02:00
Huong Nguyen
eaf2fe4f8a
Merge branch 'MDL-81538-main' of https://github.com/rezaies/moodle
2024-05-21 16:31:35 +07:00
Shamim Rezaie
f7e78d9ed5
MDL-81544 theme_boost: Don't change the display of .visibleifjs elements
2024-05-15 04:12:17 +10:00
Laurent David
a6ae705fcb
MDL-81598 theme_boost: Fix quiz review options tooltips
2024-05-13 08:25:53 +02:00
Paul Holden
31f6039635
MDL-81779 theme_boost: more liberal selector for form-control elements.
...
There are various pages (e.g. many related to permissions), where the
form element is not a descendent of `.mform` - so the previous selector
never matched them and led to unstyled inputs.
Co-authored-by: Mikel Martín <mikel@moodle.com>
2024-05-06 20:34:39 +01:00
Shamim Rezaie
8159b2419a
MDL-81538 theme_boost: Fix popover arrow direction in RTL
2024-05-03 13:02:34 +10:00
Huong Nguyen
409c66838e
Merge branch 'MDL-81587' of https://github.com/timhunt/moodle
2024-05-02 09:37:24 +07:00
Tim Hunt
78eeb7ea57
MDL-81587 quiz: fix layout of the add/edit random UI
...
Some of the removed CSS seems no longer relevant now that we have
customisation options for the layout of the question bank.
2024-04-30 10:43:34 +01:00
Paul Holden
e05879814f
MDL-81707 availability_grade: fix alignment of condition checkboxes.
2024-04-29 10:38:44 +01:00
Mikel Martín
6de045dea0
MDL-81460 theme_boost: Fix loading spinner wobbles
2024-04-22 07:45:32 +02:00
Mikel Martín
a4c611febb
MDL-81307 core_courseformat: Add bulk styles for small devices
2024-04-09 13:23:01 +02:00
Huong Nguyen
8a5022a5e7
Merge branch 'MDL-79920-main' of https://github.com/davewoloszyn/moodle
2024-04-05 11:28:26 +07:00
David Woloszyn
b2ed67eb43
MDL-79920 theme: Introduced new icon circle css class
2024-04-05 10:10:09 +11:00
Sara Arjona
2f2eaf44c5
Merge branch 'MDL-80220-main' of https://github.com/laurentdavid/moodle
2024-04-04 12:47:53 +02:00
Laurent David
27a681c6fe
MDL-80220 core_courseformat: Add section badge template
...
* Adjust badge style to look similar to the one in the activity
* Add visibility selection dropdown to section
2024-04-04 10:58:06 +02:00
Ilya Tregubov
28e441aee1
Merge branch 'MDL-73975-main' of https://github.com/sarjona/moodle
2024-04-04 08:54:12 +08:00
Andrew Nicols
14ca464910
Merge branch 'MDL-80397-main' of https://github.com/roland04/moodle
2024-04-03 12:53:03 +08:00
Huong Nguyen
5c1319b0e8
Merge branch 'MDL-81300-main' of https://github.com/roland04/moodle
2024-04-03 09:06:36 +07:00
Sara Arjona
c188ec80be
MDL-73975 course: Remove course_search_form template
...
The template core_course/course_search_form has been removed following
its cessation of use upon MDL-69454 in Moodle 3.11.
2024-04-02 16:47:24 +02:00
Sara Arjona
8efe31ee96
MDL-73975 course: Final deprecation methods in management_renderer
...
Final deprecation for management_heading() and course_search_form()
in core_course_management_renderer.
2024-04-02 16:42:31 +02:00
Mikel Martín
b28f3b7666
MDL-80397 theme: Refactor card-deck class dropped in BS5
...
- Refactor recentlyaccessedcourses, starredcourses and myovervew blocks
removing card-deck helper class occurrences
- Refactor card-deck helper class occurrences with utility classes
2024-03-27 10:10:22 +01:00
Jun Pataleta
281fecbd54
Merge branch 'MDL-78885-main' of https://github.com/rezaies/moodle
2024-03-25 23:37:57 +08:00
Mikel Martín
4e394ed4d2
MDL-81300 theme_boost: Fix dnd overlay in course sections
...
Drag and drop overlay in course page was being overlapped by divider
buttons and quick edit links.
That happens because both elements have their own z-index context.
Add z-index to the drag and drop overlay elenment to fix this issue.
2024-03-25 13:02:56 +01:00