aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/menubar_identification.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix html bug : input field must be in a block tagnikrou2010-06-221-1/+1
| | | | | | Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6571 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6437 from trunk to branch 2.1rvelices2010-06-011-1/+1
| | | | | | | - do not remove slashes before calling insert_user_comment (homogeneity with update_user_comment and general use of slashes in piwigo) - when using a modifier on a non array variable use @| instead of | (generated code is simpler and faster) git-svn-id: http://piwigo.org/svn/branches/2.1@6438 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1484: prevent XSS vulnerability, encode url.plegall2010-04-291-1/+1
| | | | | | | improvement: no need to transmit the REQUEST_URI from PHP, Smarty already knows it. git-svn-id: http://piwigo.org/svn/trunk@5990 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1484: after a "quick connect" you are correctly redirect to the same page.plegall2010-04-281-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5986 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix missing keys: some keys have been removed by mistake during the massiveplegall2010-04-011-4/+4
| | | | | | key conversion. git-svn-id: http://piwigo.org/svn/trunk@5535 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall2010-03-131-0/+64
manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee