aboutsummaryrefslogtreecommitdiffstats
path: root/include/picture_comment.inc.php (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-21on comment_list add link to exit from comment editionmistic1001-0/+1
2012-06-05bug:2645 author field is kept when comment not validatedmistic1001-2/+4
2012-04-02- comment edit form looks ok now with the new comment layoutrvelices1-1/+1
2012-03-27- remove unnecessary classes switchSelected switchUnselected (same effect ach...rvelices1-1/+6
2012-02-17feature 2379: missing a "s" in languages keysmistic1001-1/+1
2012-02-17feature 2379: option to change comments order: change caption again, fix a bu...mistic1001-1/+1
2012-02-13fix comment order url when no question mark in urlsrvelices1-1/+1
2012-02-10feature 2379: change captions for comment orderingmistic1001-1/+1
2012-02-02feature 2548 multisize - custom sizes restricted to those requested by theme/...rvelices1-18/+4
2012-01-17update Piwigo headers to 2012, last change before the expected (or not) apoca...mistic1001-1/+1
2012-01-15feaure:2379 option to display user comments sorted new>old instead of old>new mistic1001-1/+27
2011-12-19feature:2538 transmits messages after comment edition trough SESSION (no more...mistic1001-6/+1
2011-12-18feature:2538 Make a unified messages managementmistic1001-9/+4
2011-07-26feature 2384: improve average rating calculation (final)rvelices1-1/+1
2011-06-04transmit comment ID to template on comments and picture_commentmistic1001-3/+2
2011-04-06bug:2152 no special parameter for updated comment validationmistic1001-41/+38
2011-04-06bug:2152 Comments revalidation when modifiedmistic1001-38/+41
2011-01-18Happy new year 2011plegall1-2/+2
2011-01-10- fix undefined function when editing a user comment on picture pagervelices1-19/+19
2010-10-30feature 1915: add protection on user registration against robots rvelices1-2/+2
2010-06-01- do not remove slashes before calling insert_user_comment (homogeneity with ...rvelices1-3/+3
2010-04-04bug 1579: admins should see all user comments on picture.php, validated or not.plegall1-15/+25
2010-04-04bug 1534: if you're a guest, if configuration tells you can't add userplegall1-3/+11
2010-03-19increase copyright year to 2010plegall1-1/+1
2010-03-19bug 1328: backport the pwg_token on trunkplegall1-20/+24
2010-03-02Feature 1451 : localization with gettextnikrou1-3/+3
2010-01-03Merge branch 'bug_1255'nikrou1-1/+1
2009-11-21Feature 1255 : improve sqlnikrou1-1/+1
2009-11-20Feature 1244 resolvednikrou1-2/+2
2009-11-18Escape all login and username characters in databaseEric1-3/+3
2009-11-15Feature 1241 resolved. replace mysql_fetch_array by mysql_fetch_assoc for sma...nikrou1-2/+2
2009-07-01- remove warn on unset variablervelices1-6/+6
2009-06-24Fix two problem with Feature 1026 :nikrou1-2/+3
2009-06-23Feature 1026 step 2 :nikrou1-8/+20
2009-06-23fix html bug (li) fix comment for guest bug (form missing)nikrou1-1/+1
2009-06-23Feature 1026 : Modify / delete comments for usersnikrou1-9/+29
2009-06-10feature 1028 : Allow admin to validate comment from picture pagenikrou1-3/+21
2009-03-05Create navigation_bar.tpl file.patdenice1-1/+1
2009-02-14Last (I hope) paranoic optims ...rvelices1-6/+5
2009-02-04- removed second parameter $type from function format_datervelices1-5/+2
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
2008-02-29picture, footer and picture modify template migrationrvelices1-43/+26
2007-10-29- send status code 403 when attempt to enter a user comment, but comments are...rvelices1-1/+5
2007-09-20- removed unused code from the calendarrvelices1-5/+6
2007-06-07Resolved issue 0000702: Code Injection with picture commentrub1-2/+3
2007-06-05Resolved issue 0000697: with generic user a author name is necessary to comme...rub1-8/+9
2007-02-26- bug 654: sql error on user comment (since my commit 1849)rvelices1-3/+1
2007-02-22- user comments are not saved in the database with htmlspecialchars anymorervelices1-187/+25