- 19 Jul, 2022 1 commit
-
-
Mihail Geshoski authored
Removal of the callback get_shortcuts() and its plugin implementations. The private methods in the content_item_readonly_repository class which were only used by the callback hook logic are also removed.
-
- 07 Apr, 2022 1 commit
-
-
Andrew Nicols authored
-
- 14 Feb, 2022 1 commit
-
-
Mihail Geshoski authored
Introduces some changes to the exising _extend_settings_navigation() methods that utilize the global $PAGE object. In order to accomodate the changes done for the secondary navigation for single activity courses, the methods that extend the settings navigation can no longer rely on the $PAGE object, instead the more reliabe way to obtain this infomation is through the get_page() method from settings_navigation class.
-
- 04 Oct, 2021 1 commit
-
-
Peter Dias authored
-
- 13 May, 2020 1 commit
-
-
David Mudrák authored
Applying filters on an activity module description when using it as a new calendar event's description is bad m'kay? We need to store the raw text and apply the filters only when we actually display the text. That way, filters (such as multi-language content) may actually fully work and we do not initialise the theme and output machinery. Additionally, we need to explicitly set the format of the description text to HTML (because we have converted it to it already). Otherwise it defaults to the current user's preferred editor format. This is still a pragmatic hot-fix solution. The proper solution would be to pass the raw text, format and embedded files.
-
- 20 Feb, 2020 1 commit
-
-
Jake Dallimore authored
This involves a few changes: - The callback is still called by the repository but only if the replacement callback get_course_content_items is not implemented. - Debugging is called when the get_shortcuts callback is called. - We leave lti's implementation of get_shortcuts alone, in order to maintain the output of get_module_metadata during its deprecation life span.
-
- 30 Oct, 2019 1 commit
-
-
Andrew Nicols authored
Part of MDL-66074
-
- 14 Jun, 2019 1 commit
-
-
Sara Arjona authored
-
- 06 Aug, 2018 1 commit
-
-
Mihail Geshoski authored
-
- 28 Jul, 2018 2 commits
-
-
Shamim Rezaie authored
-
Shamim Rezaie authored
The requesting user is not always the same as the current user. The container class now allows a different user to be set as the requesting user. All capability checks are done against the requesting user. Also, the $requestinguser is passed to core_calendar_provide_event_action and core_calendar_is_event_visible callback functions. These callback functions need to be updated in all activity modules to accept a $user parameter.
-
- 25 Jul, 2018 1 commit
-
-
cescobedo authored
-
- 12 Jul, 2018 1 commit
-
-
Adrian Greeve authored
-
- 10 May, 2018 1 commit
-
-
David Mudrák authored
The notice is explicitly repeated for activity modules because they usually process user data heavily.
-
- 07 May, 2018 1 commit
-
-
Marina Glancy authored
Allow modules to apply format_text() on user input before calling cm_info::set_content(). This is useful for modules that add interactive content (for example, JS enhanced folder tree). Otherwise all javascript would be removed if $CFG->forceclean is enabled.
-
- 17 Apr, 2018 1 commit
-
-
Matteo Scaramuccia authored
The new setting will allow to host the temporary backup files into a specific target directory. Defaults to '$CFG->tempdir/backup'. Calling make_backup_temp_directory() checks that the required sub-directory will be properly created under the new target directory.
-
- 31 Jul, 2017 1 commit
-
-
Mark Nelson authored
See mod/upgrade.txt for explanation. Part of MDL-59313.
-
- 19 Apr, 2017 1 commit
-
-
Jake Dallimore authored
-
- 12 Apr, 2017 1 commit
-
-
Mark Nelson authored
-
- 05 Apr, 2017 1 commit
-
-
Juan Leyva authored
We should indicate the API changes for developers.
-
- 25 Oct, 2016 1 commit
-
-
Juan Leyva authored
-
- 09 Aug, 2016 1 commit
-
-
jun authored
First stage deprecation for the functions update_module_button and core_renderer::update_module_button().
-
- 13 Jun, 2016 1 commit
-
-
Marina Glancy authored
-
- 19 Apr, 2016 2 commits
-
-
-
Simey Lameze authored
-
- 13 Apr, 2016 1 commit
-
-
Marina Glancy authored
also deprecate callback get_types()
-
- 16 Feb, 2016 1 commit
-
-
David Monllaó authored
-
- 06 Oct, 2015 1 commit
-
-
Juan Leyva authored
-
- 09 Sep, 2015 1 commit
-
-
Mainly to verify groups visibility this new callback has been created. Note this was originally 3 commits but for amending purposes they have been squashed.
-
- 31 Aug, 2015 1 commit
-
-
David Mudrák authored
-
- 20 Jul, 2015 1 commit
-
-
Juan Leyva authored
In order to avoid confusion with the new scorm_view fuction
-
- 22 May, 2015 1 commit
-
-
David Mudrák authored
This was forgotten in MDL-49101.
-
- 23 Mar, 2015 1 commit
-
-
- 02 Sep, 2014 1 commit
-
-
sam marshall authored
* Upgrades existing data so that the groupmembersonly option is replaced with equivalent data for the new availability API. * Removes the database field and admin setting used for groupmembersonly. * Changes core modinfo library to remove/deprecate groupmembersonly data and functions. * Changes other core library files to remove groupmembersonly references. Includes deprecation of several functions, listed in lib/upgrade.txt.
-
- 16 Apr, 2014 1 commit
-
-
Mark Nelson authored
AMOS START MOV [neverseen, mod_folder],[neverseen, report_outline] MOV [neverseen, mod_page],[neverseen, report_outline] MOV [neverseen, mod_resource],[neverseen, report_outline] MOV [neverseen, mod_url],[neverseen, report_outline] AMOS END
-
- 15 Apr, 2014 1 commit
-
-
Rajesh Taneja authored
In new logging api, xxx_get_view_actions() and xxx_get_post_actions() will not be used to identify the paticipation of user. Event's crud and edulevel status will define user's participation.
-
- 14 Apr, 2014 1 commit
-
-
David Mudrák authored
It is already in the main lib/upgrade.txt but it should be mentioned here as well.
-
- 08 Apr, 2014 1 commit
-
-
James McQuillan authored
MDL-22999 core_grades: Added ability to configure maximum grade value both globally and for each graded-activity.
-
- 30 Sep, 2013 1 commit
-
-
* Added new constant: MOD_SUBTYPE_NO_CHILDREN * When MOD_SUBTYPE_NO_CHILDREN is returned from xxx_get_types() then default display is used for activity chooser. * Updated mod/upgrade.txt * Removed dead code from navigationlib.php instead of updating it for new behavior of xxx_get_types * Updated lib/upgrade.txt
-
- 26 Sep, 2013 1 commit
-
-
Dan Poltawski authored
* FEATURE_USES_QUESTION_BANK is now a module_supports flag which declares that an activity uses the question engine. * question_module_uses_questions can be used to determine if a module uses the question bank.
-