aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* append central HTML to $output, do not echo $code anymorez0rglub2004-02-051-3/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@350 68402e56-0260-453c-a942-63ccdbb3a9ee
* Conformity with the XHTML 1.0 transitional standardgweltas2004-01-181-3/+8
| | | | | | | | | | | | | | Creation of the following files : - template/default/header.php and template/default/footer.php to ensure a common standard - default.css to be CSS valid Obsolescence of the following files : - template/default/theme/conf.php - template/default/style.inc.php Custom galleries should reflect those changes. git-svn-id: http://piwigo.org/svn/branches/release-1_3@290 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug-1_3_0-001 : if you activate the validation of users comments beforez0rglub2004-01-171-0/+1
| | | | | | | | | making them visible, before validating the comments, you can see associated picture in the public part comments.php (but not the unvalidated comment, only the picture) [corrected] git-svn-id: http://piwigo.org/svn/branches/release-1_3@287 68402e56-0260-453c-a942-63ccdbb3a9ee
* Using the stored array with user restricted categoriesz0rglub2004-01-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@275 68402e56-0260-453c-a942-63ccdbb3a9ee
* Corrections de quelques warnings php.gweltas2004-01-111-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@274 68402e56-0260-453c-a942-63ccdbb3a9ee
* usage of database info users.forbidden_categoriesz0rglub2004-01-031-8/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@250 68402e56-0260-453c-a942-63ccdbb3a9ee
* Support of special syntax to underline, emphasis or italic words in usersz0rglub2003-10-051-1/+19
| | | | | | | comments git-svn-id: http://piwigo.org/svn/trunk@180 68402e56-0260-453c-a942-63ccdbb3a9ee
* Always displays last comments, not only when choosing a number of days (->z0rglub2003-10-051-24/+21
| | | | | | | use the default) git-svn-id: http://piwigo.org/svn/trunk@179 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adding a page for non admin to see last users commentsz0rglub2003-10-041-0/+174
git-svn-id: http://piwigo.org/svn/trunk@166 68402e56-0260-453c-a942-63ccdbb3a9ee