aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use of arrow_select instead of arrow_upz0rglub2003-09-073-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@74 68402e56-0260-453c-a942-63ccdbb3a9ee
* Picture used for showing what to selectz0rglub2003-09-071-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@73 68402e56-0260-453c-a942-63ccdbb3a9ee
* In category management page, picture to place a category in the last ↵z0rglub2003-09-071-0/+0
| | | | | | position among the categories of the same level git-svn-id: http://piwigo.org/svn/trunk@72 68402e56-0260-453c-a942-63ccdbb3a9ee
* In category management page, picture to place a category in the first ↵z0rglub2003-09-071-0/+0
| | | | | | position among the categories of the same level git-svn-id: http://piwigo.org/svn/trunk@71 68402e56-0260-453c-a942-63ccdbb3a9ee
* Picture used for decreasing the rank of a categoryz0rglub2003-09-071-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@70 68402e56-0260-453c-a942-63ccdbb3a9ee
* Picture used for increasing the rank of a categoryz0rglub2003-09-071-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@69 68402e56-0260-453c-a942-63ccdbb3a9ee
* Virtual categories managementz0rglub2003-09-076-58/+256
| | | | git-svn-id: http://piwigo.org/svn/trunk@68 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Creation of plain structure if not existing in several functionsz0rglub2003-09-061-5/+29
| | | | | | | | | | | | - Change in SQL request about restrictions : using "AND category_id NOT IN (x,y,z)" instead of "AND category_id != x AND category_id != y AND category_id != z" - For search and most recent category, using "COUNT(DISTINCT(id))" instead of "COUNT(*)" and using JOIN with image_category table git-svn-id: http://piwigo.org/svn/trunk@67 68402e56-0260-453c-a942-63ccdbb3a9ee
* minor change : blank space deletionz0rglub2003-09-061-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@66 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
* Correcting a bug in special categories (favorites, most seen, mostz0rglub2003-09-053-16/+22
| | | | | | | | recent... non numeric categories) : when a picture is linked to more than one category, it's only displayed once. git-svn-id: http://piwigo.org/svn/trunk@64 68402e56-0260-453c-a942-63ccdbb3a9ee
* indention of PHP code improved : file becomes more readable :-)z0rglub2003-09-051-476/+462
| | | | git-svn-id: http://piwigo.org/svn/trunk@63 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-3017-324/+859
| | | | git-svn-id: http://piwigo.org/svn/trunk@61 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modify the expiration date of the session to correspond to the cookiez0rglub2003-08-291-0/+6
| | | | | | | | expiration date if a cookie is created (else the cookie session is deleted in PhpWebGallery when modifying the configuration in the admin panel) git-svn-id: http://piwigo.org/svn/trunk@60 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-2443-87/+197
| | | | 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
* adding errors titlez0rglub2003-08-201-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@55 68402e56-0260-453c-a942-63ccdbb3a9ee
* new style for .errors and adding the CSS class .errors_titlez0rglub2003-08-201-3/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@54 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 keywords in the description of the picturez0rglub2003-07-281-1/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@51 68402e56-0260-453c-a942-63ccdbb3a9ee
* changing presentation of favorite linkz0rglub2003-07-281-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@50 68402e56-0260-453c-a942-63ccdbb3a9ee
* adding link to group permissions for user's groupz0rglub2003-07-282-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@49 68402e56-0260-453c-a942-63ccdbb3a9ee
* replacing $lang['infoimage_keywords'] by $lang['keywords']z0rglub2003-07-283-4/+4
| | | | 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
* update of ['conf_session_cookie_info']z0rglub2003-07-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@46 68402e56-0260-453c-a942-63ccdbb3a9ee
* optional cookie identificationz0rglub2003-07-279-44/+170
| | | | git-svn-id: http://piwigo.org/svn/trunk@45 68402e56-0260-453c-a942-63ccdbb3a9ee
* shortening the codez0rglub2003-07-271-4/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@44 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-265-15/+59
| | | | git-svn-id: http://piwigo.org/svn/trunk@42 68402e56-0260-453c-a942-63ccdbb3a9ee
* anti-flood systemz0rglub2003-07-263-19/+39
| | | | git-svn-id: http://piwigo.org/svn/trunk@41 68402e56-0260-453c-a942-63ccdbb3a9ee
* instead of overriding individual keywords,\nyou can add a keyword to all or ↵z0rglub2003-07-263-21/+54
| | | | | | remove it from all git-svn-id: http://piwigo.org/svn/trunk@40 68402e56-0260-453c-a942-63ccdbb3a9ee
* instead of overriding individual keywords,you can add a keyword to all or ↵z0rglub2003-07-261-4/+1
| | | | | | remove it from all git-svn-id: http://piwigo.org/svn/trunk@39 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adding support of independant uploadable categoriesz0rglub2003-07-257-36/+80
| | | | git-svn-id: http://piwigo.org/svn/trunk@38 68402e56-0260-453c-a942-63ccdbb3a9ee
* Deleting debug messagesz0rglub2003-07-251-10/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@37 68402e56-0260-453c-a942-63ccdbb3a9ee
* Deleting old code for history -> only using pwg_logz0rglub2003-07-251-6/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@36 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-234-36/+98
| | | | 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
* replacing "&&" by "and" in if conditionsz0rglub2003-07-211-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@31 68402e56-0260-453c-a942-63ccdbb3a9ee
* using new links to pictures (into the template dir)z0rglub2003-07-2111-19/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@30 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
* - correcting charset definitionz0rglub2003-07-211-2/+2
| | | | | | | - using new link to the PHP logo (into the template dir) git-svn-id: http://piwigo.org/svn/trunk@28 68402e56-0260-453c-a942-63ccdbb3a9ee
* added $user['template'] as user_template for displaying PHP logo in thez0rglub2003-07-211-0/+1
| | | | | | | template git-svn-id: http://piwigo.org/svn/trunk@27 68402e56-0260-453c-a942-63ccdbb3a9ee
* *** empty log message ***z0rglub2003-07-2125-1116/+1058
| | | | git-svn-id: http://piwigo.org/svn/trunk@26 68402e56-0260-453c-a942-63ccdbb3a9ee
* *** empty log message ***z0rglub2003-07-2147-25/+689
| | | | git-svn-id: http://piwigo.org/svn/trunk@25 68402e56-0260-453c-a942-63ccdbb3a9ee