Amaia Anabitarte
e0a482e3b3
MDL-81023 core_course: Move deprecated behat steps to course directory
2024-03-21 12:47:58 +01:00
Sara Arjona
3bfec9398a
Merge branch 'mdl-79151-master' of https://github.com/Fragonite/moodle
2024-02-21 17:36:12 +01:00
Huong Nguyen
0d8c9ed4ae
Merge branch 'MDL-78284-main' of https://github.com/sarjona/moodle
2024-02-21 09:49:41 +07:00
Huong Nguyen
8eff491604
Merge branch 'MDL-80251-main' of https://github.com/laurentdavid/moodle
2024-02-21 09:33:05 +07:00
Alexander Van der Bellen
0aea55c3e6
MDL-79151 backup: Add custom field backup and restore API
2024-02-20 15:28:28 +08:00
Sara Arjona
40375fa6d2
Merge branch 'MDL-80258' of https://github.com/paulholden/moodle
2024-02-19 15:48:51 +01:00
Sara Arjona
f5377be4d2
Merge branch 'MDL-80613-main' of https://github.com/lameze/moodle
2024-02-19 09:14:16 +01:00
Laurent David
11fee57c5c
MDL-80251 behat: Add new step to go to section
2024-02-19 07:18:55 +01:00
Sara Arjona
8cdd62ca88
MDL-78284 theme: Add new interactive content and update styles
2024-02-15 17:49:43 +01:00
Sara Arjona
76474b6c59
MDL-78284 mod: Add new _is_branded() function
...
There is a new callback, <modname>_is_branded, which, by default,
returns false. It needs to be implemented by modules that want their
logo to be displayed as it is (so without applying any filter to
colour them based on their main purpose).
2024-02-15 17:49:42 +01:00
Simey Lameze
7b7be30b4d
MDL-80613 behat: convert manual completion steps to use generators
2024-02-15 17:52:38 +08:00
Paul Holden
ebcc967d2e
MDL-80258 reportbuilder: ensure consistent reporting of entity themes.
...
Courses, categories, users & cohorts each have a configurable `theme`
attribute - ensure reporting on said value is consistent across all the
corresponding entities.
2024-02-14 12:12:37 +00:00
Paul Holden
a36c27c709
MDL-80258 course: don't re-request the current category theme.
2024-02-14 12:12:37 +00:00
Sara Arjona
1ea31db81c
MDL-80249 course: Hide secondary menu and add breadcrumb to section page
2024-02-14 08:03:56 +01:00
Sara Arjona
0f2f0b2fd7
Merge branch 'MDL-80722' of https://github.com/paulholden/moodle
2024-02-13 16:13:17 +01:00
Sara Arjona
0d1f2a4504
Merge branch 'MDL-80219-main' of https://github.com/roland04/moodle
2024-02-13 16:09:32 +01:00
Sara Arjona
b91ec287dc
Merge branch 'MDL-80190-main' of https://github.com/ferranrecio/moodle
2024-02-13 15:28:05 +01:00
Huong Nguyen
15ae5d9b21
Merge branch 'MDL-80814-main' of https://github.com/aanabit/moodle
2024-02-13 10:18:44 +07:00
Huong Nguyen
2a5ec75849
Merge branch 'MDL-80622-main' of https://github.com/roland04/moodle
2024-02-13 09:54:52 +07:00
Huong Nguyen
06783182ef
Merge branch 'MDL-80541-main' of https://github.com/aanabit/moodle
2024-02-13 09:54:52 +07:00
Huong Nguyen
7095211898
Merge branch 'MDL-80326-main' of https://github.com/laurentdavid/moodle
2024-02-13 08:55:22 +07:00
Andrew Nicols
d6dc3847f4
MDL-80072 core: Update uses of courseid to format_text
2024-02-12 11:11:17 +08:00
Mikel Martín
e788ed509c
MDL-80622 core_courseformat: Fix activity card drag image
2024-02-09 09:48:49 +01:00
Mikel Martín
0efe999276
MDL-80219 core_courseformat: Add course section and activity new styling
...
- Add border to sections (not in single section page)
- Remove border to activity cards and add single line separators
- Refactor activity and sections styles to fit this new layout
- Remove styles that are not necessary with this new layout
2024-02-09 09:47:03 +01:00
Laurent David
716da575e7
MDL-80326 course_format: Visibility changes only when capability is set
...
* When an editing teacher has not the capability to change visibility
(for example if for a given module the capability is removed), the visibility
drop down menu in the card should not be available.
2024-02-08 09:21:09 +01:00
Huong Nguyen
5f3729eb63
Merge branch 'MDL-80809' of https://github.com/paulholden/moodle
2024-02-08 15:32:32 +08:00
Andrew Nicols
d05f271528
Merge branch 'MDL-80803' of https://github.com/paulholden/moodle
2024-02-08 15:32:28 +08:00
Ilya Tregubov
53a3ff713d
Merge branch 'MDL-78173' of https://github.com/paulholden/moodle
2024-02-08 15:32:27 +08:00
Sara Arjona
6b93a4e6f5
Merge branch 'MDL-80392-master' of https://github.com/jleyva/moodle
2024-02-08 15:32:27 +08:00
Sara Arjona
7179bd713a
Merge branch 'mdl-78095-master' of https://github.com/james-cnz/moodle
2024-02-08 15:32:26 +08:00
Ferran Recio
34ce0eddc0
MDL-80190 core_courseformat: prevent delegated sections loops
...
This patch prevent dropping an activity with delegated sections inside
another delegated section. Without this patch the teacher can create a
deadlock drag&droping the subsection inside itself. We won't allow
subsections inside subsections so any activity with subsection cannot
be dropped inside a subsección.
2024-02-07 12:14:59 +01:00
Ferran Recio
d244a206a3
MDL-80190 core_courseformat: top re-sorting delegated sections
...
The current course editor re-sort sections on the frontend. If a
sections does not exists it uses fragment to render the missing section.
However, delegated section should not be re-sorted as regular sections.
2024-02-07 12:14:18 +01:00
Ferran Recio
15db7d9d98
MDL-80190 core_courseformat: fix activity creation on delegated sections
...
The method for checking if the user can create an activity executed
create_if_missing wihtout checking the section exists or not. This is
a problem for delegated sections because create_if_missing will create a
regular section and push down all delegate ones. With the patch the
method first checks if the section exists.
2024-02-07 12:06:03 +01:00
Ferran Recio
97a7958aee
MDL-80190 core_courseformat: do not render delegated sections in course
2024-02-07 12:06:03 +01:00
Jun Pataleta
b51e037308
Merge branch 'MDL-70058' of https://github.com/paulholden/moodle
2024-02-07 12:31:44 +08:00
Jun Pataleta
bd54499fe0
Merge branch 'master_check_cached_empty_modnames' of https://github.com/opitz/moodle
2024-02-07 11:18:00 +08:00
Juan Leyva
408d7c0c9c
MDL-80392 completion: Fix exporter for Web Services
2024-02-06 11:01:42 +01:00
Jun Pataleta
83532409cc
Merge branch 'MDL-80725-main-enfix' of https://github.com/mudrd8mz/moodle
2024-02-06 15:59:07 +08:00
Amaia Anabitarte
3e2da7f6f7
MDL-80541 core_course: Improving section form title
2024-02-05 10:25:52 +01:00
Jun Pataleta
3c196b3039
Merge branch 'MDL-78427-master' of https://github.com/davewoloszyn/moodle
2024-02-05 13:42:17 +08:00
Amaia Anabitarte
694013dcaa
MDL-80814 core_course: Fix updating activity titles
2024-02-02 14:20:07 +01:00
David Woloszyn
40d397ab5f
MDL-78427 core_theme: Add theme usage report and icon
...
In addition to adding in theme usage reports, there is also the
addition of an icon on the theme cards which takes you to the report.
This icon only appears for that theme if it has been used in any
overriding context.
2024-02-02 11:16:46 +11:00
james-cnz
02037c5f2c
MDL-78095 course: Respect is_bulk_editable()
2024-02-02 10:49:07 +13:00
Paul Holden
f32c74e654
MDL-80809 course: correct context arguments when formatting strings.
2024-02-01 17:36:57 +00:00
Paul Holden
3c83f2b85f
MDL-80722 reportbuilder: add time created/modified to course entity.
...
Tidy up unit tests for course report, removing some redundancy and
duplication.
2024-02-01 17:13:11 +00:00
Paul Holden
222af1c976
MDL-80803 course: observe mod availability before update notification.
2024-02-01 14:49:58 +00:00
Huong Nguyen
c9c441b1a1
Merge branch 'MDL-80660' of https://github.com/paulholden/moodle
2024-02-01 11:23:23 +07:00
Huong Nguyen
490ca57d1c
Merge branch 'MDL-71665-main' of https://github.com/laurentdavid/moodle
2024-02-01 11:06:35 +07:00
Helen Foster
ddbfeecb83
MDL-80725 lang: Import fixed English strings (en_fix)
2024-01-31 18:45:03 +01:00
Amaia Anabitarte
522a7ec010
MDL-80250 course_format: Create new section_viewed event
2024-01-31 12:54:06 +01:00