Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - some more smarty migration (admin upload ws_checker profile and plugin) | rvelices | 2008-03-07 | 1 | -3/+3 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@2260 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 | ||||
* | - user profiles available from admin page | rvelices | 2007-01-25 | 1 | -0/+5 |
- user creation from admin page with email (bug 514) - some language cleanup - small template enhancements - php syntax corrections (my mistake) git-svn-id: http://piwigo.org/svn/trunk@1753 68402e56-0260-453c-a942-63ccdbb3a9ee |