- 18 Jul, 2022 1 commit
-
-
Simey Lameze authored
-
- 25 Feb, 2022 1 commit
-
-
Ferran Recio Calderó authored
For legacy reasons, the course renderings uses a format setting to know if the page is multiple sections per page or a single section per page. This format specific dependency is not solved using a get_course_display format method any plugin can extend.
-
- 18 Oct, 2021 1 commit
-
-
Ferran Recio Calderó authored
-
- 09 Sep, 2021 1 commit
-
-
Ferran Recio Calderó 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.
-
- 11 Sep, 2020 1 commit
-
-
Stephen Bourget authored
-
- 02 Jun, 2020 1 commit
-
-
Mathew May authored
-
- 24 Mar, 2020 1 commit
-
-
Jake Dallimore authored
When using section drag and drop, the topics and weeks formats expected the '.section_add_menus' element to be present so it could update it on section drop. Due to MDL-68056, this control is only sometimes present. This has been updated to conditionally swap to address this.
-
- 20 Dec, 2019 1 commit
-
-
Sara Arjona authored
These functions were used only by deleted upgrade steps so it's safe to proceed with straight deletion, considering them internal. Deletion has been documented in corresponding upgrade.txt files: - format_topics_upgrade_remove_numsections() - format_topics_upgrade_hide_extra_sections() - format_topics_upgrade_add_empty_sections() - format_weeks_upgrade_remove_numsections() - format_weeks_upgrade_hide_extra_sections() - format_weeks_upgrade_add_empty_sections()
-
- 14 Jun, 2019 1 commit
-
-
Amaia authored
-
- 25 Jul, 2018 1 commit
-
-
cescobedo authored
-
- 28 Jun, 2018 1 commit
-
-
Marina Glancy authored
-
- 05 Apr, 2018 1 commit
-
-
Juan Leyva authored
New function to return the course format settings for external clients via Web Services. Some settings (like private keys/tokens) should be not returned if the user hasn’t appropriate permissions.
-
- 04 May, 2017 1 commit
-
-
Mark Nelson authored
-
- 30 Mar, 2017 1 commit
-
-
Marina Glancy authored
-
- 14 Feb, 2017 1 commit
-
-
Marina Glancy authored
Add field 'visibleoncoursepage' to the course_modules table Add site-wide setting for turning on stealth mode availability Add callback for "stealth" mode support in the course formats Change display of modules/sections availability on the course page
-
- 21 Nov, 2016 1 commit
-
-
jun authored
-
- 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
-
- 13 Jun, 2016 1 commit
-
-
Marina Glancy authored
-
- 13 Feb, 2016 1 commit
-
-
Marina Glancy authored
-
- 06 Oct, 2015 1 commit
-
-
jun authored
This patch makes the default section name appear in brackets beside the 'Use default section name' checkbox.
-
- 02 Oct, 2015 1 commit
-
-
David Monllaó authored
-
- 17 Sep, 2015 1 commit
-
-
Syxton authored
Creates a new method of handling all the section related icons. Including a new method that places these actions in a menu for topic and weeks course formats. (This version replaces "Edit" with "Topic/Week/or Section menu")
-
- 09 Feb, 2015 1 commit
-
-
Marina Glancy authored
-
- 18 Sep, 2014 1 commit
-
-
Marina Glancy authored
-
- 05 Sep, 2014 1 commit
-
-
Syxton authored
A confirm dialog is given when Javascript is off but not when it is on. This aligns the two so that they neither have a confirm when duplicating an activity.
-
- 22 May, 2014 1 commit
-
-
Andrew Nicols authored
-
- 09 Apr, 2014 1 commit
-
-
Sam Hemelryk authored
-
- 17 Feb, 2014 1 commit
-
-
Andrew Nicols authored
-
- 31 Jul, 2013 1 commit
-
-
Andrew Nicols authored
-
- 30 Jul, 2013 1 commit
-
-
Sam Hemelryk authored
Also: * fixed zindex issue + spinner placement * added notes to course format and theme upgrade texts * fixed behat tests after action menu changes
-
- 16 Apr, 2013 1 commit
-
-
Marina Glancy authored
-
- 14 Nov, 2012 1 commit
-
-
Marina Glancy authored
- added function format_base::is_section_current() - overwritten in format_weeks::is_section_current() - deprecated function format_section_renderer_base::is_section_current()
-
- 10 Nov, 2012 1 commit
-
-
Marina Glancy authored
-
- 05 Nov, 2012 2 commits
-
-
Dan Poltawski authored
This reverts commit 45f93db9. This reverts commit 3f798d4a.
-
Marina Glancy authored
-
- 15 Oct, 2012 1 commit
-
-
Marina Glancy authored
-
- 28 Sep, 2012 1 commit
-
-
Marina Glancy authored
- added class format_base as the base for all course formats - added class format_site for the pseudo-format 'site' used for displaying activities on the front page - added class format_legacy that overrides format_base functions with calling old-style 'callback_xxx' functions - replaced all usage of 'callback_xxx' functions with format_base methods - made arguments of get_section_name(), get_course_url() more flexible - deprecated function get_generic_section_name(), it's contents is moved to format_base - global_navigation::format_display_course_content() is removed, plugins can supress the sections navigations using extend_course_navigation()
-
- 25 Sep, 2012 1 commit
-
-
Marina Glancy authored
-
- 04 May, 2012 1 commit
-
-
Dan Poltawski authored
-