summaryrefslogtreecommitdiff
path: root/inc/plugincontroller.class.php
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/yurii-github/dokuwiki into yurii-...Andreas Gohr2015-01-08
|\
| * fixes FASTCGI_UNEXPECTED_EXIT (error 0xff) in FastCGI/IIS for PHP5.6.x 64bitYurii Korotia2015-01-03
* | Remove error supression for file_exists()Andreas Gohr2015-01-07
|/
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\
| * use phpdocs deprecated notationGerrit Uitslag2014-10-21
* | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
* | more scrutinizer issue improvementsGerrit Uitslag2014-09-29
* | scrutinizer documentations issuesGerrit Uitslag2014-09-29
|/
* Merge pull request #380 from splitbrain/phpstrictAndreas Gohr2013-10-20
|\
| * replace boolean conditional checks on possibly uninitialized vars with \!empt...Christopher Smith2013-10-16
* | phpdocs plugins util and controllerGerrit Uitslag2013-10-15
* | improve visibility and PHPdocs of plugin controllerGerrit Uitslag2013-10-15
|/
* Added "global $conf" to make the conditions working.Matthias Schulte2013-08-25
* Only complain about invalid plugin names when plugins are loaded FS#2595Michael Hamann2012-09-18
* Move plugin name regex to a constant as suggested by @glenscMichael Hamann2012-09-10
* Less restrictive plugin name checkingMichael Hamann2012-09-09
* Display an error message when an enabled plugin has an invalid nameMichael Hamann2012-09-08
* Use hardcoded plugin loading error message as $lang isn't initializedMichael Hamann2012-09-08
* do not surpress any errors when loading plugin filesAndreas Gohr2012-05-20
* coding style updatesAndreas Gohr2012-03-16
* empty conf/plugins.local is created if not existingHakan Sandell2011-09-10
* Added comment in conf/plugins.local about how disabled files workHakan Sandell2011-09-10
* Removed tmp_bak array, no need for checking before save if anything changedHakan Sandell2011-09-10
* Now using io_savefile with locking and added headerHakan Sandell2011-09-10
* Whitespace and brackets cleanupHakan Sandell2011-09-10
* Usage of 'disabled' file to control plugins deprecatedHakan Sandell2011-09-10
* Code cleanup documentation before mergeHakan Sandell2011-09-10
* added new plugins config cascade and added plugin.info.txtPiyush Mishra2011-08-20
* Use autoloading for plugin classesAdrian Lang2011-06-06
* warn about wrongly installed pluginAndreas Gohr2011-03-19
* Honor conf[pluginmanager] again (closes FS#1856)Adrian Lang2011-02-06
* don't load disabled plugins FS#1990Andreas Gohr2010-08-29
* Allow plugins to specify that they have to be instantiatedAdrian Lang2010-03-29
* update ignore criteria when populating master plugin listChristopher Smith2010-02-10
* Coding Standard CleanupAndreas Gohr2009-10-20
* do not use error supression but check for file existance in plugin controllerAndreas Gohr2009-02-20
* suppress errors when trying to load a non existant pluginAndreas Gohr2009-02-16
* Fix for FS#1598 - allow a plugin to be a singleton if it so desiresChris Smith2009-02-11
* fix disable plugin mechanism revert FS#1585Bruno De Fraine2009-02-03
* reverted plugin disabling method back to old behaviourAndreas Gohr2009-01-27
* move Doku_Plugin_Controller class out of pluginutils and into its own fileChris Smith2009-01-22