aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/event_tracer/tracer_admin.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-16improve event tracer: add the possibility to dump all the included php filesrvelices1-2/+7
git-svn-id: http://piwigo.org/svn/trunk@3611 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-18merge rev 2771,2772 from branch 2.0rvelices1-0/+2
- 2771 event tracer improvement: option to show all registered event handlers for every page - 2772 php optims (small): remove/replace preg_xxx with faster simple string functions git-svn-id: http://piwigo.org/svn/trunk@2773 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-06- upgrade goes smarty rvelices1-3/+3
- event_tracer goes smarty - correction in index.tpl git-svn-id: http://piwigo.org/svn/trunk@2254 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-09- added plugin action loc_end_picturervelices1-1/+3
- enhanced the event tracer plugin to show a list of all events and actions trigered by pwg - small reorganization in picture.php git-svn-id: http://piwigo.org/svn/trunk@1793 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-09Plugins: new way of adding links and content to administration pages...rvelices1-8/+10
git-svn-id: http://piwigo.org/svn/trunk@1705 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-12-14- plugins admin menu appear now in the admin page menubarrvelices1-1/+5
- plugins are loaded immediately after loading the config (allow them to hack more of pwg like user init, template init etc...) - trigger event format_exif_data (for picture display only) git-svn-id: http://piwigo.org/svn/trunk@1655 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-27- plugins can add now their page to the admin pagervelices1-0/+23
- new plugin (event_tracer) that demonstrate it and useful to see all calls to trigger_event git-svn-id: http://piwigo.org/svn/trunk@1580 68402e56-0260-453c-a942-63ccdbb3a9ee