aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* instead of overriding individual keywords,\nyou can add a keyword to all or ↵z0rglub2003-07-261-17/+45
| | | | | | remove it from all git-svn-id: http://piwigo.org/svn/trunk@40 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adding support of independant uploadable categoriesz0rglub2003-07-251-15/+40
| | | | git-svn-id: http://piwigo.org/svn/trunk@38 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adding support of independant uploadable categoriesz0rglub2003-07-241-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@35 68402e56-0260-453c-a942-63ccdbb3a9ee
* First commitz0rglub2003-07-231-0/+228
| | | | git-svn-id: http://piwigo.org/svn/trunk@34 68402e56-0260-453c-a942-63ccdbb3a9ee
* Support of keywords for pictures. They are used in the searchz0rglub2003-07-231-32/+79
| | | | git-svn-id: http://piwigo.org/svn/trunk@33 68402e56-0260-453c-a942-63ccdbb3a9ee
* updating code presentationz0rglub2003-07-221-8/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@32 68402e56-0260-453c-a942-63ccdbb3a9ee
* ['template'] as user_template for displaying pictures in the templatez0rglub2003-07-2110-4/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@29 68402e56-0260-453c-a942-63ccdbb3a9ee
* *** empty log message ***z0rglub2003-07-2112-665/+541
| | | | git-svn-id: http://piwigo.org/svn/trunk@26 68402e56-0260-453c-a942-63ccdbb3a9ee
* stats.php provides statistics about PhpWebGallery frequentation :z0rglub2003-07-211-0/+175
| | | | | | | | | - number of pages seen per day - number of guests per day - graphics associated git-svn-id: http://piwigo.org/svn/trunk@24 68402e56-0260-453c-a942-63ccdbb3a9ee
* help.php provides a help for administrators (how to add pictures, how toz0rglub2003-07-211-0/+46
| | | | | | | use remote sites, how to manage access rights...) git-svn-id: http://piwigo.org/svn/trunk@23 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