Commit graph

369 commits

Author SHA1 Message Date
z0rglub
f3a2b253e5 In category management page, picture to place a category in the last position among the categories of the same level
git-svn-id: http://piwigo.org/svn/trunk@72 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 10:19:15 +00:00
z0rglub
7eaad3fe1f In category management page, picture to place a category in the first position among the categories of the same level
git-svn-id: http://piwigo.org/svn/trunk@71 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 10:19:03 +00:00
z0rglub
e2359a0135 Picture used for decreasing the rank of a category
git-svn-id: http://piwigo.org/svn/trunk@70 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 10:17:51 +00:00
z0rglub
9b2813fb30 Picture used for increasing the rank of a category
git-svn-id: http://piwigo.org/svn/trunk@69 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 10:17:36 +00:00
z0rglub
e56d53fe20 Virtual categories management
git-svn-id: http://piwigo.org/svn/trunk@68 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 10:14:33 +00:00
z0rglub
377042a27d - Creation of plain structure if not existing in several functions
- 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
2003-09-06 07:22:59 +00:00
z0rglub
62b25e9118 minor change : blank space deletion
git-svn-id: http://piwigo.org/svn/trunk@66 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-06 07:18:00 +00:00
z0rglub
a572c772b9 /bin/date +"%Y.%m.%d_%Hh%M"
git-svn-id: http://piwigo.org/svn/trunk@65 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-05 23:00:02 +00:00
z0rglub
4f6dabea73 Correcting a bug in special categories (favorites, most seen, most
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
2003-09-05 19:27:45 +00:00
z0rglub
839771e0b6 indention of PHP code improved : file becomes more readable :-)
git-svn-id: http://piwigo.org/svn/trunk@63 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-05 19:25:32 +00:00
z0rglub
787ae761f4 /bin/date +"%Y.%m.%d_%Hh%M"
git-svn-id: http://piwigo.org/svn/trunk@62 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-30 23:00:01 +00:00
z0rglub
044fba0256 Multi categories for the same picture
git-svn-id: http://piwigo.org/svn/trunk@61 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-30 15:54:37 +00:00
z0rglub
b5bc939149 Modify the expiration date of the session to correspond to the cookie
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
2003-08-29 23:28:14 +00:00
z0rglub
720b07bb07 /bin/date +"%Y.%m.%d_%Hh%M"
git-svn-id: http://piwigo.org/svn/trunk@59 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-29 23:00:01 +00:00
z0rglub
134e520c86 /bin/date +"%Y.%m.%d_%Hh%M"
git-svn-id: http://piwigo.org/svn/trunk@58 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-24 23:00:01 +00:00
z0rglub
6cbffaa646 improve the header of each file
git-svn-id: http://piwigo.org/svn/trunk@57 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-24 07:40:56 +00:00
z0rglub
0f502ef69e removing manuel.php
git-svn-id: http://piwigo.org/svn/trunk@56 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-24 07:24:17 +00:00
z0rglub
0d2e6da806 adding errors title
git-svn-id: http://piwigo.org/svn/trunk@55 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-20 20:51:03 +00:00
z0rglub
4af5171841 new style for .errors and adding the CSS class .errors_title
git-svn-id: http://piwigo.org/svn/trunk@54 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-20 20:50:19 +00:00
z0rglub
302caee36f Correcting link to page=cat to page=cat_list
git-svn-id: http://piwigo.org/svn/trunk@53 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-03 07:31:53 +00:00
z0rglub
2f0149d469 Correcting possible division by 0
git-svn-id: http://piwigo.org/svn/trunk@52 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-02 22:04:30 +00:00
z0rglub
6132e0daa6 adding keywords in the description of the picture
git-svn-id: http://piwigo.org/svn/trunk@51 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-28 21:30:19 +00:00
z0rglub
5d4690ad7a changing presentation of favorite link
git-svn-id: http://piwigo.org/svn/trunk@50 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-28 21:29:55 +00:00
z0rglub
6026869ae3 adding link to group permissions for user's group
git-svn-id: http://piwigo.org/svn/trunk@49 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-28 21:28:55 +00:00
z0rglub
e507ac4bad replacing $lang['infoimage_keywords'] by $lang['keywords']
git-svn-id: http://piwigo.org/svn/trunk@48 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-28 21:27:42 +00:00
z0rglub
127ab158b6 add link to the template of user
git-svn-id: http://piwigo.org/svn/trunk@47 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-28 20:18:05 +00:00
z0rglub
dc250d96c7 update of ['conf_session_cookie_info']
git-svn-id: http://piwigo.org/svn/trunk@46 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-27 08:29:21 +00:00
z0rglub
45a8139acd optional cookie identification
git-svn-id: http://piwigo.org/svn/trunk@45 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-27 08:24:10 +00:00
z0rglub
4e775187b8 shortening the code
git-svn-id: http://piwigo.org/svn/trunk@44 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-27 08:23:32 +00:00
z0rglub
8a1d713948 /bin/date +"%Y.%m.%d_%Hh%M"
git-svn-id: http://piwigo.org/svn/trunk@43 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-26 23:00:01 +00:00
z0rglub
c0d1ed215c Possiblity to forbid simple guests to add their comments
git-svn-id: http://piwigo.org/svn/trunk@42 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-26 12:55:14 +00:00
z0rglub
a7eb0781cf anti-flood system
git-svn-id: http://piwigo.org/svn/trunk@41 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-26 12:38:20 +00:00
z0rglub
e1c6bb32bc instead of overriding individual keywords,\nyou can add a keyword to all or remove it from all
git-svn-id: http://piwigo.org/svn/trunk@40 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-26 09:28:58 +00:00
z0rglub
5649720e23 instead of overriding individual keywords,you can add a keyword to all or remove it from all
git-svn-id: http://piwigo.org/svn/trunk@39 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-26 09:28:58 +00:00
z0rglub
963e1ef714 Adding support of independant uploadable categories
git-svn-id: http://piwigo.org/svn/trunk@38 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-25 21:33:41 +00:00
z0rglub
1400807269 Deleting debug messages
git-svn-id: http://piwigo.org/svn/trunk@37 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-25 21:02:35 +00:00
z0rglub
ad8905a3c2 Deleting old code for history -> only using pwg_log
git-svn-id: http://piwigo.org/svn/trunk@36 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-25 10:19:00 +00:00
z0rglub
e8af3fb60e Adding support of independant uploadable categories
git-svn-id: http://piwigo.org/svn/trunk@35 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-24 23:00:01 +00:00
z0rglub
488701573a First commit
git-svn-id: http://piwigo.org/svn/trunk@34 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-23 20:41:25 +00:00
z0rglub
0a5b436654 Support of keywords for pictures. They are used in the search
git-svn-id: http://piwigo.org/svn/trunk@33 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-23 19:49:15 +00:00
z0rglub
53479d08c3 updating code presentation
git-svn-id: http://piwigo.org/svn/trunk@32 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-22 08:18:08 +00:00
z0rglub
ea4bf112f9 replacing "&&" by "and" in if conditions
git-svn-id: http://piwigo.org/svn/trunk@31 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-21 21:42:11 +00:00
z0rglub
701b143151 using new links to pictures (into the template dir)
git-svn-id: http://piwigo.org/svn/trunk@30 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-21 20:52:59 +00:00
z0rglub
b125c3b086 ['template'] as user_template for displaying pictures in the template
git-svn-id: http://piwigo.org/svn/trunk@29 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-21 20:51:47 +00:00
z0rglub
e9b4e0e0de - correcting charset definition
- 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
2003-07-21 20:00:54 +00:00
z0rglub
ef185a2763 added $user['template'] as user_template for displaying PHP logo in the
template


git-svn-id: http://piwigo.org/svn/trunk@27 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-21 19:59:57 +00:00
z0rglub
2fa9252446 *** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@26 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-21 19:47:14 +00:00
z0rglub
55a0a61aaf *** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@25 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-21 19:38:38 +00:00
z0rglub
a11cb36e34 stats.php provides statistics about PhpWebGallery frequentation :
- 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
2003-07-21 19:28:13 +00:00
z0rglub
6691367c16 help.php provides a help for administrators (how to add pictures, how to
use remote sites, how to manage access rights...)


git-svn-id: http://piwigo.org/svn/trunk@23 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-21 19:24:56 +00:00