- 29 Dec, 2021 1 commit
-
-
Paul Holden authored
Pass `$PAGE->subpage` value in AJAX request, which is required on some pages (e.g. user dashboard) for loading existing blocks.
-
- 02 Dec, 2021 1 commit
-
-
Mathew May authored
-
- 27 Oct, 2021 1 commit
-
-
cescobedo authored
-
- 23 Oct, 2019 1 commit
-
-
Juan Leyva authored
-
- 07 Oct, 2019 1 commit
-
-
Alexander Bias authored
-
- 03 Sep, 2019 1 commit
-
-
Peter authored
With the sunsetting of moodle.net, the community block will no longer be functional, so removing the block and related caps
-
- 25 Mar, 2019 1 commit
-
-
Dan Marsden authored
-
- 26 Oct, 2018 2 commits
-
-
-
New method added block_base::get_content_for_external(). It will return all the block contents rendered for external functions. If your block is returning formatted content or provide files for download, you should override this method to use the external_format_text, external_format_string functions for formatting or external_util::get_area_files for files. See block_html as example.
-
- 18 Oct, 2018 1 commit
-
-
Juan Leyva authored
-
- 27 Sep, 2018 1 commit
-
-
Ryan Wyllie authored
-
- 14 Sep, 2017 1 commit
-
-
Ankit Agarwal authored
-
- 30 Jun, 2017 1 commit
-
-
sam marshall authored
-
- 29 Jun, 2017 1 commit
-
-
sam marshall authored
-
- 19 Apr, 2017 1 commit
-
-
Ryan Wyllie authored
Change the display name of the my overview block to Course overview to match the block it is replacing (and the UX prototype). The use of "My" is no longer recommended when naming things in Moodle.
-
- 04 Apr, 2017 1 commit
-
-
Part of MDL-55611 epic.
-
- 03 Apr, 2017 1 commit
-
-
Part of MDL-55611 epic.
-
- 07 Mar, 2017 1 commit
-
-
Dan Poltawski authored
-
- 22 Jan, 2016 1 commit
-
-
Simey Lameze authored
-
- 08 Apr, 2015 1 commit
-
-
Nathan Lewis authored
-
- 13 Mar, 2015 1 commit
-
-
Ruslan Kabalin authored
block_base->config_save is not used anywhere any more. If contributed plugins rely on it, it makes no difference since it is not being called, if they do something like $this->config_save or parent::config_save somewhere in their block class instance, this will still work as deprecated function will handle it.
-
- 16 Dec, 2014 1 commit
-
-
Dan Poltawski authored
-
- 09 Dec, 2014 1 commit
-
-
Frederic Massart authored
-
- 04 Aug, 2014 1 commit
-
-
Andrew Nicols authored
-
- 23 Sep, 2013 1 commit
-
-
Petr Škoda authored
This patch includes: * version column removed from modules table, now using standard config, this allows decimal version for modules * version column removed from block table, now using standard config, this allows decimal version for blocks * module version.php can safely use $plugins instead of module * new plugin_manager bulk caching, this should help with MUC performance when logged in as admin * all missing plugins are now in plugin overview (previously only blocks and modules) * simplified code and improved coding style * reworked plugin_manager unit tests - now using real plugins instead of mocks * unit tests now fail if any plugin does not contain proper version.php file * allow uninstall of deleted filters
-
- 04 Feb, 2013 1 commit
-
-
Mark Nelson authored
-
- 24 Apr, 2012 1 commit
-
-
David Mudrák authored
block_xxx_pluginfile() now accepts the $options parameter that is to be passed to the send_stored_file() function.
-
- 03 Nov, 2011 1 commit
-
-
Petr Skoda authored
-
- 13 Jul, 2010 1 commit
-
-
Petr Skoda authored
MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins
-
- 04 Jul, 2010 1 commit
-
-
Petr Skoda authored
-
- 14 Apr, 2010 1 commit
-
-
Petr Skoda authored
-
- 24 Dec, 2009 1 commit
-
-
Petr Skoda authored
-
- 17 Dec, 2009 1 commit
-
-
Petr Skoda authored
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
-
- 01 Nov, 2009 1 commit
-
-
Petr Skoda authored
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
-
- 01 Feb, 2009 1 commit
-
-
skodak authored
MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements
-
- 13 Jan, 2009 1 commit
-
-
skodak authored
MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules
-