summaryrefslogtreecommitdiff
path: root/classes/PluginManager.php
AgeCommit message (Collapse)Author
2014-04-17Fix bug #444Jehan-Guillaume
https://sourceforge.net/p/phppgadmin/bugs/444/
2013-04-15Fix typo in variable nameJehan-Guillaume (ioguix) de Rorthais
It only concerns an fatal error message, no bad impacts
2013-04-05Add try/catch blocks around plugin instanciation so they can throw an ↵Jehan-Guillaume (ioguix) de Rorthais
exception if needed. This is usefull if a plugin don't want to start for some reasons. Throwing an exception from the plugin constructors allows to remove this plugin entirely during the script execution.
2013-04-04Add plugin hook 'logout'.Jehan-Guillaume (ioguix) de Rorthais
Allows to perform actions before beeing logged out.
2013-03-26Add plugin hook 'head'.Jehan-Guillaume (ioguix) de Rorthais
Allows to add tags in <head /> from plugins
2012-08-22Allows plugin to set a return link in navlinksJehan-Guillaume (ioguix) de Rorthais
In some page (display, sql, ...), a "return" link will show up if $_GET['return'] = 'plugin' is given. The "get_subject_params" method of the plugin designated by $_GET['plugin'] is then called to add needed parameters in the href URL.
2012-08-22Add support for 'tree' hooks in the plugin architecture.Jehan-Guillaume (ioguix) de Rorthais
2012-08-22Add support for 'actionbuttons' hooks in the plugin architecture.Leonardo Sapiras
By Leonardo Sapiras during the GSoC 2011. Reviewed, massively patched, fixed, integrated and commited by ioguix
2012-08-22Add support for 'navlink' hooks in the plugin architecture.Leonardo Sapiras
By Leonardo Sapiras during the GSoC 2011. Reviewed, massively patched, fixed, integrated and commited by ioguix
2012-08-22Add support for 'trail' hooks in the plugin architecture.Leonardo Sapiras
By Leonardo Sapiras during the GSoC 2011, reviewed, patched, integrated and commited by ioguix
2012-08-22Add support for 'tabs' hooks in the plugin architecture.Leonardo Sapiras
By Leonardo Sapiras during the GSoC 2011, reviewed, patched, integrated and commited by ioguix.
2012-08-22Add support for 'toplinks' hooks in the plugin architecture.Leonardo Sapiras
By Leonardo Sapiras during the GSoC 2011, reviewed, patched, integrated and commited by ioguix.
2012-08-22Add skeleton of the plugin architectureLeonardo Sapiras
By Leonardo Sapiras, reviewed, integrated, commited by ioguix.