Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - upgrade goes smarty | rvelices | 2008-03-06 | 1 | -10/+10 |
| | | | | | | | - event_tracer goes smarty - correction in index.tpl git-svn-id: http://piwigo.org/svn/trunk@2254 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | Add comment tags in order to know tpl to migrate | rub | 2008-02-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | # tag for f in `find . -name \*.tpl` do echo $f mv $f $f.tmp echo '<!-- DEV TAG: not smarty migrated -->' > $f cat $f.tmp >> $f rm -f $f.tmp done #find file not migrated for f in `find . -name \*.tpl` do grep -i '<!-- DEV TAG: not smarty migrated -->' $f > /dev/null && echo $f done git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | - added plugin action loc_end_picture | rvelices | 2007-02-09 | 1 | -0/+16 |
- 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 |