aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add seconds for displayz0rglub2003-09-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@157 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use prefixeTable instead of prefix_table to be compliant with previousz0rglub2003-09-211-11/+11
| | | | | | | releases git-svn-id: http://piwigo.org/svn/trunk@156 68402e56-0260-453c-a942-63ccdbb3a9ee
* Displays a message when directory name contains accentuated characters orz0rglub2003-09-211-0/+7
| | | | | | | spaces git-svn-id: http://piwigo.org/svn/trunk@155 68402e56-0260-453c-a942-63ccdbb3a9ee
* Everything is shown in descending order : most recent are at the topz0rglub2003-09-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@152 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2003.09.21_01h00 : auto commitz0rglub2003-09-201-2/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@149 68402e56-0260-453c-a942-63ccdbb3a9ee
* If a category with a wrong directory name (accentuated characters) evenz0rglub2003-09-201-0/+15
| | | | | | | | exists (from a previous release of PhpWebGallery), a warning message is displayed but the update goes on git-svn-id: http://piwigo.org/svn/trunk@147 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add a message to inform that only private categories can have access rightsz0rglub2003-09-202-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@146 68402e56-0260-453c-a942-63ccdbb3a9ee
* The delete link was pointing a removed pagez0rglub2003-09-201-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@143 68402e56-0260-453c-a942-63ccdbb3a9ee
* Using the same name for variables in ./include/mysql.inc.phpz0rglub2003-09-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@141 68402e56-0260-453c-a942-63ccdbb3a9ee
* Header modify to comply with the otherz0rglub2003-09-201-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@140 68402e56-0260-453c-a942-63ccdbb3a9ee
* Thumbnail are linked to the picture_modify page instead of picture.phpz0rglub2003-09-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@138 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2003.09.20_01h00 : auto commitz0rglub2003-09-191-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@137 68402e56-0260-453c-a942-63ccdbb3a9ee
* A category can have its representative picturez0rglub2003-09-192-2/+76
| | | | git-svn-id: http://piwigo.org/svn/trunk@133 68402e56-0260-453c-a942-63ccdbb3a9ee
* If we delete a picture which is logically linked to a category, thez0rglub2003-09-172-3/+10
| | | | | | | | informations about this category are not updated (number of pictures and date of last picture) -> use of update_category( 'all' ) git-svn-id: http://piwigo.org/svn/trunk@130 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adding the name when inserting a remote category in the database. $namez0rglub2003-09-161-5/+7
| | | | | | | becomes $dir (even if named "name" in the XML file) git-svn-id: http://piwigo.org/svn/trunk@126 68402e56-0260-453c-a942-63ccdbb3a9ee
* The execution of the query to insert distant picture had vanished !z0rglub2003-09-161-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@124 68402e56-0260-453c-a942-63ccdbb3a9ee
* Using PREFIX_INCLUDE to have strictly relative pathsz0rglub2003-09-151-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@114 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2003.09.15_01h00 : auto commitz0rglub2003-09-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@112 68402e56-0260-453c-a942-63ccdbb3a9ee
* Removing debug instructionsz0rglub2003-09-143-3/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@108 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adding help information for release 1.3z0rglub2003-09-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@106 68402e56-0260-453c-a942-63ccdbb3a9ee
* Right link to change group permissionsz0rglub2003-09-141-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@103 68402e56-0260-453c-a942-63ccdbb3a9ee
* Right link to change category permissionsz0rglub2003-09-141-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@102 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adding a small form to add users, instead of user_add.phpz0rglub2003-09-141-1/+31
| | | | git-svn-id: http://piwigo.org/svn/trunk@98 68402e56-0260-453c-a942-63ccdbb3a9ee
* Removing link to user_add.php, this file is removed and replaced by a smallz0rglub2003-09-141-17/+1
| | | | | | | form in user_list.php git-svn-id: http://piwigo.org/svn/trunk@97 68402e56-0260-453c-a942-63ccdbb3a9ee
* Removing user_add.php, this file is replaced by a small form in user_list.phpz0rglub2003-09-141-83/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@95 68402e56-0260-453c-a942-63ccdbb3a9ee
* Step2 OKz0rglub2003-09-141-132/+100
| | | | git-svn-id: http://piwigo.org/svn/trunk@94 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Release 1.3 stylez0rglub2003-09-141-408/+135
| | | | | | | - step 0 and step 1 OK git-svn-id: http://piwigo.org/svn/trunk@91 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Bug correction : when adding a new category, the program enters anz0rglub2003-09-111-19/+21
| | | | | | | | | | | | | | infinite loop -> we have to refresh the $page['plain_structure'] for each new category added - Categories.name becomes not nullable, so a default name is given when a new category is added - If a directory doesn't correspond to the regular format [A-Za-z0-9-_.], an error message is displayed, and the category not added git-svn-id: http://piwigo.org/svn/trunk@88 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2003.09.11_01h00 : auto commitz0rglub2003-09-101-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@86 68402e56-0260-453c-a942-63ccdbb3a9ee
* Mail notification for adminsz0rglub2003-09-101-1/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@85 68402e56-0260-453c-a942-63ccdbb3a9ee
* waiting.category_id was replaced by waiting.storage_category_idz0rglub2003-09-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@81 68402e56-0260-453c-a942-63ccdbb3a9ee
* `/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub2003-09-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@80 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
* Virtual categories managementz0rglub2003-09-073-41/+173
| | | | git-svn-id: http://piwigo.org/svn/trunk@68 68402e56-0260-453c-a942-63ccdbb3a9ee
* `/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub2003-09-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@65 68402e56-0260-453c-a942-63ccdbb3a9ee
* `/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub2003-08-301-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@62 68402e56-0260-453c-a942-63ccdbb3a9ee
* Multi categories for the same picturez0rglub2003-08-308-212/+589
| | | | git-svn-id: http://piwigo.org/svn/trunk@61 68402e56-0260-453c-a942-63ccdbb3a9ee
* `/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub2003-08-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@59 68402e56-0260-453c-a942-63ccdbb3a9ee
* `/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub2003-08-241-5/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@58 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve the header of each filez0rglub2003-08-2422-46/+98
| | | | git-svn-id: http://piwigo.org/svn/trunk@57 68402e56-0260-453c-a942-63ccdbb3a9ee
* removing manuel.phpz0rglub2003-08-241-151/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@56 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correcting link to page=cat to page=cat_listz0rglub2003-08-031-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@53 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correcting possible division by 0z0rglub2003-08-021-2/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@52 68402e56-0260-453c-a942-63ccdbb3a9ee
* adding link to group permissions for user's groupz0rglub2003-07-281-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@49 68402e56-0260-453c-a942-63ccdbb3a9ee
* replacing $lang['infoimage_keywords'] by $lang['keywords']z0rglub2003-07-281-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@48 68402e56-0260-453c-a942-63ccdbb3a9ee
* add link to the template of userz0rglub2003-07-281-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@47 68402e56-0260-453c-a942-63ccdbb3a9ee
* optional cookie identificationz0rglub2003-07-271-1/+32
| | | | git-svn-id: http://piwigo.org/svn/trunk@45 68402e56-0260-453c-a942-63ccdbb3a9ee
* `/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub2003-07-261-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@43 68402e56-0260-453c-a942-63ccdbb3a9ee
* Possiblity to forbid simple guests to add their commentsz0rglub2003-07-261-1/+33
| | | | git-svn-id: http://piwigo.org/svn/trunk@42 68402e56-0260-453c-a942-63ccdbb3a9ee