1863 Commits

Author SHA1 Message Date
Jun Pataleta
f933606dec
NOBUG: Add upgrade notes 2025-04-13 09:54:13 +08:00
Huong Nguyen
7ac32003f7 NOBUG: Add upgrade notes 2025-04-11 22:03:06 +07:00
Jun Pataleta
91d2fa1ecb
MDL-85147 versions: Bump all versions and requires near release 2025-04-09 17:46:57 +08:00
Sara Arjona
6c326dd2de
NOBUG: Add upgrade notes 2025-04-08 17:06:38 +02:00
Huong Nguyen
8bcbf6e216 NOBUG: Add upgrade notes 2025-04-04 22:21:55 +07:00
Sara Arjona
bfe86e8fe6
NOBUG: Add upgrade notes 2025-04-01 16:35:07 +02:00
Huong Nguyen
d37c1c1a8c Merge branch 'MDL-84731-main' of https://github.com/sammarshallou/moodle 2025-03-26 10:35:10 +07:00
Daniel Ziegenberg
15579eb07f
MDL-84674 core: Remove long-deprecated methods
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2025-03-18 10:36:53 +01:00
Sara Arjona
20bead3ebd
NOBUG: Add upgrade notes 2025-03-14 16:15:38 +01:00
Huong Nguyen
dadc62f937 Merge branch 'MDL-84657_deprecate-calendar_add_month' of https://github.com/ziegenberg/moodle 2025-03-12 17:01:15 +07:00
Daniel Ziegenberg
47b1b9eca3
MDL-79434 core_calendar: Initial deprecation of calendar_sub_month
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2025-03-12 10:42:09 +01:00
Daniel Ziegenberg
1749f92461
MDL-79434 core_calendar: Final removal of calendar functions
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2025-03-12 10:40:17 +01:00
Jun Pataleta
9e21e25f6f
Merge branch 'MDL-84769-main' of https://github.com/sarjona/moodle 2025-03-11 11:04:58 +08:00
Daniel Ziegenberg
bf7abf4171
MDL-84657 core_calendar: Initial deprecation of calendar_add_month
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2025-03-10 11:52:05 +01:00
Jun Pataleta
fb5abbafb6
NOBUG: Add upgrade notes 2025-03-08 11:45:27 +08:00
Sara Arjona
46dd5f4a7c
MDL-84769 calendar: Fix random PHPHUnit failures 2025-03-07 13:05:11 +01:00
Andrew Nicols
773220ddbe
Merge branch 'MDL-84617-main' of https://github.com/sarjona/moodle 2025-03-07 11:43:10 +08:00
sam marshall
e1c9edcfab MDL-84731 Calendar: Course select should honour courselistshortnames 2025-03-05 13:04:22 +00:00
Huong Nguyen
b5fee651ff Merge branch 'MDL-84697-main' of https://github.com/sarjona/moodle 2025-03-05 10:54:50 +07:00
Sara Arjona
4c2d8b0205
NOBUG: Add upgrade notes 2025-03-04 16:14:27 +01:00
Sara Arjona
be2d56339f
MDL-84697 calendar: Move untranslatable strings from langconfig 2025-02-28 16:35:55 +01:00
Sara Arjona
50d5d878b5
MDL-84617 core_calendar: Final removal of core_calendar_renderer:event 2025-02-28 10:21:55 +01:00
Amaia Anabitarte
866d2247d4
MDL-84617 core_calendar: Final removal of deprecated functions
The following methods have been removed (they were deprecated
long time ago):
- prepare_for_view()
- calendar_add_event_metadata()

The following methods have been deprecated (they are not used
anymore):
- calendar_get_courselink()
- calendar_events_by_day have been

Co-author: Amaia Anabitarte <amaia@moodle.com>
2025-02-28 10:20:36 +01:00
Sara Arjona
1c3a9c2f05
NOBUG: Add upgrade notes 2025-02-27 16:54:40 +01:00
Amaia Anabitarte
72937feda2
MDL-83873 core_calendar: Deprecating lib functions 2025-02-26 12:31:42 +01:00
Amaia Anabitarte
e6813f315e
MDL-83873 core_calendar: New human date format 2025-02-26 12:31:42 +01:00
Mikel Martín
0c586b41c1 MDL-75669 theme_boost: Fix BS5 related JS
- Migrate Boostrap components related JS from JQuery to vanilla JS.
- Migrate Boostrap components related Events from JQuery to vanilla JS.
2025-02-17 08:13:11 +01:00
Mikel Martín
04975cd2b2 MDL-75669 theme_boost: Refactor custom form elements to BS5
- .custom-check is now .form-check.
- .custom-check.custom-switch is now .form-check.form-switch.
- .custom-select is now .form-select.
- .custom-file and .form-file have been replaced by custom styles on top of .form-control.
- .custom-range is now .form-range.
- Dropped .input-group-append and .input-group-prepend. You can now just add buttons
  and .input-group-text as direct children of the input groups.
2025-02-14 10:58:36 +01:00
Mikel Martín
5416483611 MDL-75669 theme_boost: Refactor BS5 data attributes
Data attributes for all Bootstrap5 JavaScript plugins are now namespaced
to help distinguish Bootstrap functionality from third parties and your own code.
For example, data-bs-toggle instead of data-toggle.
This commit refactor all old Bootstrap data-attributes to the new syntax.

Co-authored-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2025-02-14 09:10:33 +01:00
Andrew Nicols
bc75ef8bbc
MDL-83468 phpunit: Fix various tests after phpunit 10 2025-01-20 16:47:55 +01:00
Jun Pataleta
1ff50ac088
NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
Jun Pataleta
4929d6c3d1
Merge branch 'MDL-81520-main' of https://github.com/andrewnicols/moodle 2024-12-11 13:41:15 +08:00
Andrew Nicols
c2414e5a45
MDL-81520 core: Fix test finality 2024-12-11 12:30:23 +08:00
Mikel Martín
f9abc562f5 MDL-81825 theme_boost: Refactor .sr-only usages for BS5
- Add .visually-hidden to the Boostratp 5 bridge SCSS file
- Replace .sr-only occurrences with .visually-hidden
- Replace .dropzone-sr-only-focusable  with .dropzone-visually-hidden-focusable
  for consistency
2024-12-10 14:02:32 +01:00
Jun Pataleta
6bd4b3fd68
MDL-83412 core: Coding style fixes 2024-11-28 11:54:31 +08:00
Andrew Nicols
7cb2b0ca40
MDL-83412 calendartype_gregorian: Use core_date
Update timestamp_to_date_string to use core_date.
2024-11-28 11:47:30 +08:00
Andrew Nicols
a6acb015a3
MDL-81521 core: Update all possibly data providers to be static
Note: Some data providers could not be automatically be converted to
being static. These will be handled in a separate issue.
2024-11-15 12:50:55 +08:00
Jun Pataleta
50d8a547c7
Merge branch 'MDL-76564' of https://github.com/paulholden/moodle 2024-10-31 11:21:43 +07:00
Jun Pataleta
f24e0ecf53
MDL-83309 versions: Bump all versions and requires near release 2024-10-02 17:04:53 +08:00
Paul Holden
8e2ad49afe
MDL-76564 behat: final removal of deprecated pre-404 step definitions. 2024-09-30 19:42:54 +01:00
Huong Nguyen
dca18ebca3
Merge branch 'MDL-81634-main' of https://github.com/andrewnicols/moodle 2024-08-20 09:30:44 +07:00
Mikel Martín
f179890ad5 MDL-75671 theme_boost: Refactor text direction classes for BS5
- Add SCSS code for text direction utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (text-left > text-start, text-sm-right > text-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
6baf2046d5 MDL-75671 theme_boost: Refactor float classes for BS5
- Add SCSS code for float  utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (float-left > float-start, float-sm-right > float-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
0a03018116 MDL-75671 theme_boost: Refactor spacing classes for BS5
- Add SCSS code for spacing utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (pr-1 > pe-1, ml-auto > ms-auto, ml-sm-3 > ms-sm-3, ...)
2024-08-09 07:40:17 +02:00
Andrew Nicols
024e36be17
MDL-81634 core: Fix all implicitly defined nullables
Note: This does not impact third-party libraries.
2024-08-02 14:11:12 +08:00
Paul Holden
ff9ba32030
MDL-81830 calendar: handle clearing of group type course element. 2024-07-29 09:20:44 +01:00
Jun Pataleta
cb8208ca77
Merge branch 'MDL-82505-main' of https://github.com/HuongNV13/moodle 2024-07-18 12:51:06 +08:00
Huong Nguyen
c124b23784
MDL-82505 calendar: more precise matching of calendar day partial
The partial name selector points to the parent element,
but the Javascript code monitors the child element.
We need to make it consistent
2024-07-18 11:38:13 +07:00
Huong Nguyen
04f8f11d35
MDL-81272 calendar: Improve permission check for separate group mode 2024-07-15 09:29:08 +07:00
Paul Holden
8a0d02d373
MDL-82326 calendar: correct course name formatting and shortening. 2024-06-27 17:41:28 +01:00