Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-22 | Allows plugin to set a return link in navlinks | Jehan-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-22 | Add icon(...) ùethod to the Plugin class | Jehan-Guillaume (ioguix) de Rorthais | |
Helps keeping the code clean and comprehensive to access icon from plugins | |||
2012-08-22 | Enforce checks if plugin has translation file(s) before loading any of them | Jehan-Guillaume (ioguix) de Rorthais | |
2012-08-22 | Add skeleton of the plugin architecture | Leonardo Sapiras | |
By Leonardo Sapiras, reviewed, integrated, commited by ioguix. |