aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_comment.inc.php (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-29fix email on comment requiring validation even if the options is uncheckedrvelices1-2/+5
2012-01-17update Piwigo headers to 2012, last change before the expected (or not) apoca...mistic1001-1/+1
2011-11-11feature 2500: make 'validate_user_comment' and 'delete_user_comment' working ...mistic1001-5/+23
2011-11-05feature:2495 add triggers for comment validation and deletionmistic1001-0/+4
2011-06-06bug 2323 : Refactoring update_user_comment() function to use user_comment_che...Eric1-10/+8
2011-04-06bug:2152 no special parameter for updated comment validationmistic1001-1/+1
2011-04-06bug:2152 Comments revalidation when modifiedmistic1001-2/+42
2011-01-18Happy new year 2011plegall1-2/+2
2010-11-15merge r7783 from branch 2.1 to trunkplegall1-1/+1
2010-10-30feature 1915: add protection on user registration against robots rvelices1-15/+2
2010-06-25Bug 1744 fixed : Incorrect use of timezone with SQLitenikrou1-4/+6
2010-06-24Bug 1735 fixed : Comment page is not PostgreSQL compatiblenikrou1-2/+2
2010-06-23Fix bug 1733 : queries must use single quotesnikrou1-4/+4
2010-06-01- do not remove slashes before calling insert_user_comment (homogeneity with ...rvelices1-16/+1
2010-05-29Bug 1705 fixed : double quotes were not escapednikrou1-1/+1
2010-04-08Bug 1581 fixed : missing comment_id for email_admin() functionnikrou1-1/+4
2010-03-19increase copyright year to 2010plegall1-1/+1
2010-03-19bug 1328: backport the pwg_token on trunkplegall1-11/+44
2010-03-02Feature 1451 : localization with gettextnikrou1-3/+3
2010-02-15Feature 1255 :nikrou1-1/+1
2009-11-20Feature 1244 resolvednikrou1-4/+4
2009-11-18Rollback to preview commitEric1-2/+2
2009-11-18Forgotten Comments author name to be escaped and correctly displayedEric1-2/+2
2009-11-18Escape all login and username characters in databaseEric1-1/+1
2009-07-16- fix php warning from comment_list.tplrvelices1-13/+4
2009-07-01- correct mysql error (while updating user comment)rvelices1-1/+2
2009-07-01- remove warn on unset variablervelices1-23/+25
2009-06-23Feature 1026 step 2 :nikrou1-17/+25
2009-06-23Feature 1026 : Modify / delete comments for usersnikrou1-0/+130
2009-02-14Last (I hope) paranoic optims ...rvelices1-21/+1
2009-01-04Administration: happy new year 2009, all PHP headers updated. plegall1-1/+1
2008-04-05Bug fixed: as rvelices notified me by email, my header replacement script wasplegall1-24/+0
2008-04-04Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall1-0/+21
2007-11-20Send comment notification only if comment is not validated and $conf is true.rub1-2/+6
2007-10-29- send status code 403 when attempt to enter a user comment, but comments are...rvelices1-17/+6
2007-06-05Resolved issue 0000697: with generic user a author name is necessary to comme...rub1-2/+3
2007-05-28Cosmetic: make get_comment_post_key function more readable.plegall1-1/+11
2007-03-15Add new translation functions.inc.phprub1-16/+15
2007-03-12Add notification when a picture is loaded.rub1-6/+6
2007-02-22- user comments are not saved in the database with htmlspecialchars anymorervelices1-0/+228