- 07 Oct, 2021 1 commit
-
-
Ferran Recio Calderó authored
-
- 24 Aug, 2021 1 commit
-
-
Mathew May authored
-
- 20 Aug, 2021 1 commit
-
-
The course index is the first UI component that implements the new drawers and the reactive components. The course index uses the course state to present the current course structure and changes whenever that structure change.
-
- 28 Jun, 2021 1 commit
-
-
Ferran Recio Calderó authored
-
- 25 Jun, 2021 1 commit
-
-
Paul Holden authored
-
- 14 Jun, 2021 1 commit
-
-
Sara Arjona authored
-
- 04 Jun, 2021 2 commits
-
-
Sara Arjona authored
-
Sara Arjona authored
Until Moodle 4.0, renderer.php file was optional (although highly recommended) for course formats. From Moodle 4.0 onwards, renderer is required to support the new course editor implementation. The legacy_format_renderer class has been created for backward compatibility, to avoid some errors with course formats (such as social) without the renderer file. Apart from that, course_format->get_renderer() method has been reviewed to use this legacy_format_renderer when no renderer.php file is found.
-
- 01 May, 2021 1 commit
-
-
ilya authored
This commit removes activity chooser user preference and course preference page. Separate dropdowns to activity and resource is also removed.
-
- 12 Apr, 2021 2 commits
-
-
jun authored
* activity_date_in_activity_should_contain_text() - Checks the presence of the given text in the activity's date info. * activity_dates_information_in_activity_should_exist() - Checks the presence of activity dates information in the activity information output component. * activity_dates_information_in_activity_should_not_exist() - Checks the absence of activity dates information in the activity information output component.
-
jun authored
Deprecate \core_course_renderer::course_section_cm_completion(). It is not being used anymore and is being replaced by \core_renderer::activity_information().
-
- 12 Mar, 2021 1 commit
-
-
Ferran Recio Calderó authored
-
- 01 Mar, 2021 1 commit
-
-
Dmitrii Metelkin authored
-
- 05 Oct, 2020 1 commit
-
-
Paul Holden authored
For clients that wish to consume the original value of the custom field (e.g. timestamps for date fields), rather than the formatted version, add a new "valueraw" property to the returned data.
-
- 16 Sep, 2020 1 commit
-
-
Juan Leyva authored
-
- 22 Aug, 2020 1 commit
-
-
Eloy Lafuente authored
Under parallel development, when something is worth being commented in upgrade.txt notes, it will be applied to all the development branches using the "earliest" one to be released. So, if something changes in 3.10 (and also is applied to master), the upgrade.txt notes will show 3.10 in both branches. Of course, if something only goes to one dev branch (say master), then the master version will be used in the notes (4.0 in this case).
-
- 15 Jul, 2020 1 commit
-
-
jun authored
Padding nested course categories by space to make them render in a tree structure does not really make a lot of sense as they are already being rendered as full paths. It's simpler to show them without the indentation. Given this, there's not much point keeping make_categories_options(). So it's better to deprecate this function and call core_course_category::make_categories_list() directly instead.
-
- 25 May, 2020 1 commit
-
-
Mikel Martín Corrales authored
-
- 17 Mar, 2020 1 commit
-
-
Ferran Recio Calderó authored
-
- 20 Feb, 2020 1 commit
-
-
Jake Dallimore authored
-
- 24 Aug, 2019 1 commit
-
-
Alexander Bias authored
-
- 14 Jun, 2019 1 commit
-
-
Sara Arjona authored
-
- 06 May, 2019 1 commit
-
-
bas authored
* moving course pattern generation to core_renderer
-
- 11 Apr, 2019 1 commit
-
-
Juan Leyva authored
-
- 30 Jan, 2019 1 commit
-
-
Juan Leyva authored
-
- 20 Dec, 2018 1 commit
-
-
Mark Johnson authored
-
- 30 Oct, 2018 1 commit
-
-
Juan Leyva authored
This is a refactor of the function to be able to get all the user course groups in just one call
-
- 29 Oct, 2018 2 commits
-
-
Juan Leyva authored
-
Juan Leyva authored
We need those fields on the mobile app to be able to render the course view properly.
-
- 01 Oct, 2018 1 commit
-
-
David Knuplesch authored
-
- 31 Jul, 2018 1 commit
-
-
David Monllaó authored
-
- 06 Feb, 2018 1 commit
-
-
David Monllaó authored
-
- 27 Apr, 2017 1 commit
-
-
Juan Leyva authored
core_course_get_contents was only checking for modules visible by the user (via uservisible). It was not checking for modules that are not visible for the user but should be displayed in the course because they have access restrictions configured.
-
- 20 Apr, 2017 1 commit
-
-
Juan Leyva authored
-
- 05 Apr, 2017 1 commit
-
-
Juan Leyva authored
We should indicate the API changes for developers.
-
- 27 Dec, 2016 1 commit
-
-
Juan Leyva authored
Return active filters in core_course_get_courses_by_field
-
- 09 Nov, 2016 1 commit
-
-
Juan Leyva authored
Right now this WS is returning all the sections without advising if is a stealth section or not, this have some implications (in the mobile app right now the stealth sections are displayed)
-
- 05 Oct, 2016 1 commit
-
-
David Monllaó authored
- New site setting to define the default course duration (used to set the default end date for some course formats) - End date setting out of restore - Fix tool_uploadcourse - Other fixes here and there
-
- 23 Sep, 2016 1 commit
-
-
Part of MDL-55071
-
- 28 Jul, 2016 1 commit
-
-
Juan Leyva authored
This commit reduces boilerplate code. It also forces WS returning files to always return the following fields: filename, filepath, mimetype, filesize, timemodified and fileurl.
-