moodle/calendar
Mikel Martín 4ce883ae21 MDL-75670 theme: Refactor form-group helper class dropped in BS5
- Replace .form-group Boostrap helper class with .mb-3. The .form-group class was only
adding margin bottom styles, so it is an straightforward change.
- Replace .form-group references in SCSS files with .fitem now .form-group has been removed.
- There were some other .form-group occurrences in the code that were using it not for styling
but incorrectly for managing some logic. These have been also replaced with .fitem or removed.
2024-02-29 13:55:37 +01:00
..
amd MDL-79400 Calendar: Use catch() for native Promise 2023-09-19 09:10:45 +07:00
classes MDL-80692 calendar: calculate today relative to users own timezone. 2024-01-30 14:37:43 +00:00
templates MDL-75670 theme: Refactor form-group helper class dropped in BS5 2024-02-29 13:55:37 +01:00
tests MDL-71733 behat: final removal of deprecated 400 step definitions. 2024-01-04 12:43:52 +00:00
type/gregorian MDL-79551 versions: bump all versions and requires near release 2023-10-04 13:57:17 +08:00
delete.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
event.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
event_form.php
export.php MDL-74595 calendar: consistent breadcrumbs navigating site calendar. 2022-06-24 10:14:49 +01:00
export_execute.php MDL-76166 calendar: Ensure user is in server access logs 2022-11-30 13:25:21 +11:00
externallib.php MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
import.php MDL-74595 calendar: consistent breadcrumbs navigating site calendar. 2022-06-24 10:14:49 +01:00
index.php
lib.php MDL-79432 calendar: Deprecate unused functions 2023-09-20 15:39:46 +02:00
managesubscriptions.php Merge branch 'MDL-71062-master' of https://github.com/sharidas/moodle 2022-07-13 11:39:08 +08:00
renderer.php MDL-75337 core: Single button - core changes 2023-01-24 06:01:35 +01:00
upgrade.txt MDL-71732 core: final removal of deprecated 400 methods. 2023-11-28 09:16:07 +00:00
view.php MDL-76419 calendar: Respect $CFG->autologinguests on frontpage 2023-09-05 10:44:03 +12:00