aboutsummaryrefslogtreecommitdiffstats
path: root/admin/comments.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug fixed: add test on $_POST['list']nikrou2006-04-121-3/+3
| | | | | | | | problem when clicking on validate-all or remove-all and when the list of comments is empty git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1151 68402e56-0260-453c-a942-63ccdbb3a9ee
* Step 2 improvement issue 0000301:rub2006-03-091-1/+7
| | | | | | | o Add and use Functions Check of status o Restricted Access for user generic git-svn-id: http://piwigo.org/svn/trunk@1072 68402e56-0260-453c-a942-63ccdbb3a9ee
* Improve security of sessions: nikrou2006-01-151-4/+2
| | | | | | | - use only cookies to store session id on client side - use default php session system with database handler to store sessions on server side git-svn-id: http://piwigo.org/svn/trunk@1004 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement : dedicated page for user comments validation/reject inplegall2005-08-201-0/+171
| | | | | | | | administration. (screen is not shared with public part of the gallery). Ability to validate all or reject all in one clic. git-svn-id: http://piwigo.org/svn/trunk@839 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Template migrationgweltas2004-03-261-273/+0
| | | | | | | | - Admin Control Panel migration - Category management git-svn-id: http://piwigo.org/svn/trunk@394 68402e56-0260-453c-a942-63ccdbb3a9ee
* header global refactoringz0rglub2004-02-111-18/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@362 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge of the 1.3.1 releasegweltas2004-02-021-4/+4
| | | | | | | | | Creation of an unique include file (common.php) Creation of an unique define file (include/constants.php) Modification of the installation procedure git-svn-id: http://piwigo.org/svn/trunk@345 68402e56-0260-453c-a942-63ccdbb3a9ee
* define( CONSTANT, 'value' ) becomes define( "CONSTANT", 'value')z0rglub2003-11-031-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@231 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modifications linked to the move of admin.php to the root directory of ↵z0rglub2003-11-031-7/+2
| | | | | | PhpWebGallery git-svn-id: http://piwigo.org/svn/trunk@228 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modifying ./include/isadmin.inc.php in ./admin/include/isadmin.inc.php since ↵z0rglub2003-11-031-1/+1
| | | | | | admin.php has moved to the PhpWebGallery root directory git-svn-id: http://piwigo.org/svn/trunk@226 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modifying ../template in ./template since admin.php has moved to the ↵z0rglub2003-11-021-1/+1
| | | | | | PhpWebGallery root directory git-svn-id: http://piwigo.org/svn/trunk@225 68402e56-0260-453c-a942-63ccdbb3a9ee
* Support of special syntax to underline, emphasis or italic words in usersz0rglub2003-10-051-1/+20
| | | | | | | comments git-svn-id: http://piwigo.org/svn/trunk@180 68402e56-0260-453c-a942-63ccdbb3a9ee
* $cat_directory was not used in the functionz0rglub2003-09-231-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@163 68402e56-0260-453c-a942-63ccdbb3a9ee
* In comments validation section, shows only unvalidated comments, not allz0rglub2003-09-071-0/+1
| | | | | | | comments of picture which have unvalidated comments. git-svn-id: http://piwigo.org/svn/trunk@79 68402e56-0260-453c-a942-63ccdbb3a9ee
* - A guest can't take the username of an already existing userz0rglub2003-09-071-1/+3
| | | | | | | | - If a guest post a comment without giving a username, the $lang['guest'] is displayed git-svn-id: http://piwigo.org/svn/trunk@78 68402e56-0260-453c-a942-63ccdbb3a9ee
* Multi categories for the same picturez0rglub2003-08-301-12/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@61 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve the header of each filez0rglub2003-08-241-2/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@57 68402e56-0260-453c-a942-63ccdbb3a9ee
* ['template'] as user_template for displaying pictures in the templatez0rglub2003-07-211-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29 68402e56-0260-453c-a942-63ccdbb3a9ee
* comments.php is the comments administration page :z0rglub2003-07-211-0/+250
- seeing last comments posted - validating (if validation enabled) comments git-svn-id: http://piwigo.org/svn/trunk@22 68402e56-0260-453c-a942-63ccdbb3a9ee