summaryrefslogtreecommitdiff
path: root/classes/Plugin.php
AgeCommit message (Collapse)Author
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 icon(...) ùethod to the Plugin classJehan-Guillaume (ioguix) de Rorthais
Helps keeping the code clean and comprehensive to access icon from plugins
2012-08-22Enforce checks if plugin has translation file(s) before loading any of themJehan-Guillaume (ioguix) de Rorthais
2012-08-22Add skeleton of the plugin architectureLeonardo Sapiras
By Leonardo Sapiras, reviewed, integrated, commited by ioguix.