aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-02-05append central HTML to $output, do not echo $code anymorez0rglub1-3/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@350 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-18Conformity with the XHTML 1.0 transitional standardgweltas1-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
2004-01-17bug-1_3_0-001 : if you activate the validation of users comments beforez0rglub1-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
2004-01-12Using the stored array with user restricted categoriesz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/branches/release-1_3@275 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-11Corrections de quelques warnings php.gweltas1-2/+2
git-svn-id: http://piwigo.org/svn/branches/release-1_3@274 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03usage of database info users.forbidden_categoriesz0rglub1-8/+3
git-svn-id: http://piwigo.org/svn/branches/release-1_3@250 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Support of special syntax to underline, emphasis or italic words in usersz0rglub1-1/+19
comments git-svn-id: http://piwigo.org/svn/trunk@180 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Always displays last comments, not only when choosing a number of days (->z0rglub1-24/+21
use the default) git-svn-id: http://piwigo.org/svn/trunk@179 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-04Adding a page for non admin to see last users commentsz0rglub1-0/+174
git-svn-id: http://piwigo.org/svn/trunk@166 68402e56-0260-453c-a942-63ccdbb3a9ee