- 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
-