Commit graph

184 commits

Author SHA1 Message Date
z0rglub
c2fe5824a6 Bug correction : errors were not shown
git-svn-id: http://piwigo.org/svn/trunk@87 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-11 20:22:35 +00:00
z0rglub
b6d77d389c 2003.09.11_01h00 : auto commit
git-svn-id: http://piwigo.org/svn/trunk@86 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-10 23:00:01 +00:00
z0rglub
637cdd1e23 Mail notification for admins
git-svn-id: http://piwigo.org/svn/trunk@85 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-10 22:24:03 +00:00
z0rglub
122ac485f7 Security improve : you can't display a picture in a category it doesn't
belong to


git-svn-id: http://piwigo.org/svn/trunk@84 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-09 18:36:25 +00:00
z0rglub
e0e61217f7 Removing debug code
git-svn-id: http://piwigo.org/svn/trunk@83 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-09 18:35:54 +00:00
z0rglub
ba5b2c41bd Use get_complete_dir to retrieve category directory
git-svn-id: http://piwigo.org/svn/trunk@82 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-08 18:59:11 +00:00
z0rglub
0e75a1c6d3 waiting.category_id was replaced by waiting.storage_category_id
git-svn-id: http://piwigo.org/svn/trunk@81 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-08 18:04:00 +00:00
z0rglub
1d8cccba87 /bin/date +"%Y.%m.%d_%Hh%M"
git-svn-id: http://piwigo.org/svn/trunk@80 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 23:00:01 +00:00
z0rglub
a725a02ff2 In comments validation section, shows only unvalidated comments, not all
comments of picture which have unvalidated comments.


git-svn-id: http://piwigo.org/svn/trunk@79 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 21:39:24 +00:00
z0rglub
79e9414c0f - A guest can't take the username of an already existing user
- 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
2003-09-07 21:33:36 +00:00
z0rglub
cdfb50b426 A guest can't take the username of an already existing user
git-svn-id: http://piwigo.org/svn/trunk@77 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 21:32:31 +00:00
z0rglub
1c82a6fc89 Replacing empty file by HTML comment
git-svn-id: http://piwigo.org/svn/trunk@76 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 10:48:37 +00:00
z0rglub
33662f5344 Deleting content of header and footer
git-svn-id: http://piwigo.org/svn/trunk@75 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 10:45:08 +00:00
z0rglub
4f3f272ddf Use of arrow_select instead of arrow_up
git-svn-id: http://piwigo.org/svn/trunk@74 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 10:29:15 +00:00
z0rglub
091c23f0b4 Picture used for showing what to select
git-svn-id: http://piwigo.org/svn/trunk@73 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07 10:19:54 +00:00
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