plegall
4e55cfe4ca
when picture size exceeds user maximum display size, the link was on the
...
same page : now it shows the file in the browser
git-svn-id: http://piwigo.org/svn/trunk@598 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-09 21:59:19 +00:00
plegall
765bfa10b1
verifies whether the file has a picture extension before trying getimagesize function
...
git-svn-id: http://piwigo.org/svn/trunk@597 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-09 08:49:15 +00:00
z0rglub
f6575d02e1
add GPL license in COPYING file to comply with... GPL
...
git-svn-id: http://piwigo.org/svn/trunk@596 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-06 21:16:22 +00:00
z0rglub
0fced55b38
README files moved to doc/README
...
git-svn-id: http://piwigo.org/svn/trunk@595 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-06 21:15:54 +00:00
z0rglub
6fb99672da
README files moved to doc directory
...
git-svn-id: http://piwigo.org/svn/trunk@594 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-06 21:14:39 +00:00
z0rglub
a8b1a03018
update headers to comply with GPL
...
git-svn-id: http://piwigo.org/svn/trunk@593 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-06 21:12:59 +00:00
z0rglub
fb53abe3bd
- DEFAULT_LANGUAGE constant moved to $conf['default_language']
...
- DEBUG constant divided into $conf['show_queries'] and $conf['show_gt']
(display generation time at the bottom of each page)
git-svn-id: http://piwigo.org/svn/trunk@592 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-05 21:36:35 +00:00
z0rglub
d2884e69ce
in queries table names use the constant and not hard coded table name
...
git-svn-id: http://piwigo.org/svn/trunk@591 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-04 23:26:22 +00:00
z0rglub
5b7c761bbf
bug correction : if no category found, no element to search in get_filelist
...
git-svn-id: http://piwigo.org/svn/trunk@590 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-02 23:25:27 +00:00
z0rglub
b1db5e55ae
- synchronization interface redesigned : a form lets user choose option of
...
dirs/files/metadata sync on all categories or a defined one (including
subcategories)
- database sync is only available through update.php
git-svn-id: http://piwigo.org/svn/trunk@589 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-01 15:01:28 +00:00
z0rglub
fa9a5cd07b
- differentiation of links "up to thumbnails" and "home"
...
git-svn-id: http://piwigo.org/svn/trunk@588 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-30 16:51:01 +00:00
z0rglub
7cd9b65e32
- function mysql_query replaced by pwg_query : the same with debugging
...
features
- by default, DEBUG is set to 0 (off)
git-svn-id: http://piwigo.org/svn/trunk@587 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-30 15:42:29 +00:00
z0rglub
3730c810f2
pwg_representative and pwg_high directories are reserved directories for
...
PhpWebGallery
git-svn-id: http://piwigo.org/svn/trunk@586 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-25 20:42:13 +00:00
z0rglub
54bfd62e17
- bug 56 : wrong error message for exceeding filesize picture
...
- bug 40 : case issue for uploaded pictures
git-svn-id: http://piwigo.org/svn/trunk@585 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-25 20:35:35 +00:00
z0rglub
691a834cd3
- new column : metadata synchronization
...
- picture for each category is segmented in src, alt and title -> no HTML
code in cat_list.php
git-svn-id: http://piwigo.org/svn/trunk@584 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-24 18:59:10 +00:00
z0rglub
93fa5c6bae
added messages for category metadata update, virtual category add/deletion
...
git-svn-id: http://piwigo.org/svn/trunk@583 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-24 18:58:00 +00:00
z0rglub
9b3138c6af
- bug correction : only local categories can be metadata synchronized
...
git-svn-id: http://piwigo.org/svn/trunk@582 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-24 18:57:19 +00:00
z0rglub
dc20a55d4a
- debug code deletion
...
git-svn-id: http://piwigo.org/svn/trunk@581 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-24 18:56:33 +00:00
z0rglub
d6de835b56
- complete refactoring
...
- possibility to update metadata for a category
git-svn-id: http://piwigo.org/svn/trunk@580 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-24 18:56:09 +00:00
z0rglub
98b65edb83
- refactoring of comments.php
...
- creation of function get_thumbnail_src used everywhere a thumbnail must be
displayed
- creation of function parse_comment_content (used in comments.php and
picture.php)
- concerning undefined index on arrays retrieved in database, instead of
testing possibly unset values, use of @ operator (smarter...)
- add pre tag in default.css stylesheet for debugging purpose (need to have
left aligned text)
git-svn-id: http://piwigo.org/svn/trunk@579 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-23 17:56:46 +00:00
z0rglub
60ac6f180e
use of PHPWG_ROOT_PATH constant instead of './'
...
git-svn-id: http://piwigo.org/svn/trunk@578 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-23 12:38:57 +00:00
z0rglub
18fc366d6d
can display thumbnail for non picture elements
...
git-svn-id: http://piwigo.org/svn/trunk@577 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-23 12:38:34 +00:00
z0rglub
ab73295294
search links in picture informations : author, date_available, date_creation
...
git-svn-id: http://piwigo.org/svn/trunk@576 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-23 10:31:12 +00:00
z0rglub
3fc15b1cb3
- refactoring
...
- PHP Warnings correction
git-svn-id: http://piwigo.org/svn/trunk@575 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-23 09:58:28 +00:00
z0rglub
73119ae154
HTML small bug : ">" must be represented as ">" when not used in tag
...
delimiters
git-svn-id: http://piwigo.org/svn/trunk@574 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-23 09:03:14 +00:00
z0rglub
32f3056631
there was a bug in the mysql structure script generator : when a column was
...
nullable the script said the opposite
git-svn-id: http://piwigo.org/svn/trunk@573 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-23 09:02:11 +00:00
z0rglub
c65d35db19
refactoring : rewrite of get_cat_display_name function header
...
git-svn-id: http://piwigo.org/svn/trunk@572 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-23 09:00:26 +00:00
z0rglub
9be5df4afe
admin/infos_image:$page['nb_image_page'] is replaced by
...
$conf['info_nb_elements_page'] : number of item to display on
admin/infos_images.php page
git-svn-id: http://piwigo.org/svn/trunk@571 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-23 08:59:46 +00:00
z0rglub
940da95d31
- code refactoring
...
- PHP warnings corrections
git-svn-id: http://piwigo.org/svn/trunk@570 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-23 08:58:10 +00:00
z0rglub
d5a2cf5e23
code refactoring for function get_cat_display_name
...
git-svn-id: http://piwigo.org/svn/trunk@569 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-21 21:17:46 +00:00
z0rglub
e22eb49fec
new feature : related categories are displayed under the picture
...
git-svn-id: http://piwigo.org/svn/trunk@568 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-21 21:17:07 +00:00
z0rglub
3e09d2579f
- refactoring
...
- add or modified parameters comments
git-svn-id: http://piwigo.org/svn/trunk@567 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-11 22:35:48 +00:00
gweltas
032365cb61
-Stat template
...
git-svn-id: http://piwigo.org/svn/trunk@566 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-11 18:04:46 +00:00
z0rglub
e498aca2f8
clean keywords string from IPTC fields
...
git-svn-id: http://piwigo.org/svn/trunk@565 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-09 11:43:01 +00:00
z0rglub
75cfef6e6d
admin/create_listing_file.php moved to tools/create_listing_file.php
...
git-svn-id: http://piwigo.org/svn/trunk@564 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-09 11:31:39 +00:00
z0rglub
9b1a330905
replacement of PhpWebGallery folder representative by pwg_representative and
...
high by pwg_high
git-svn-id: http://piwigo.org/svn/trunk@563 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-09 11:30:23 +00:00
z0rglub
bfe13288a1
clean keywords string from IPTC fields
...
git-svn-id: http://piwigo.org/svn/trunk@562 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-09 10:04:23 +00:00
z0rglub
b70963317a
I don't want to see mysql.inc.php anymore when updating...
...
git-svn-id: http://piwigo.org/svn/trunk@561 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-08 22:24:14 +00:00
z0rglub
42bad55b84
I don't want to see galleries anymore when updating...
...
git-svn-id: http://piwigo.org/svn/trunk@560 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-08 22:23:46 +00:00
z0rglub
11699a5546
- checkbox for "remember me" are only shown if authorized
...
- simplification : each session is created with a cookie and if
PhpWebGallery can't read the cookie, it uses the URI id and it will be
used in the add_session_id function.
- configuration parameter "auth_method" disappeared (didn't lived much...)
- only one session id size possible. More comments for configuration in
include/config.inc.php
git-svn-id: http://piwigo.org/svn/trunk@555 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-06 22:48:48 +00:00
gweltas
944fb4856e
Css simplification
...
git-svn-id: http://piwigo.org/svn/trunk@554 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-06 22:06:45 +00:00
gweltas
c1e2646d89
- French translation
...
git-svn-id: http://piwigo.org/svn/trunk@553 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-04 22:22:44 +00:00
z0rglub
3c8309a7e6
- deletion of session_time and session_id_size as config parameter
...
- new feature : "remember me" creates a long time cookie
- possibility to set the default authentication method to URI or cookie
- really technical parameters (session identifier size, session duration)
are set in the config file and not in database + configuration.php
git-svn-id: http://piwigo.org/svn/trunk@541 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-02 23:12:50 +00:00
z0rglub
da836ea95f
directories "high" and "representative" are not returned anymore as
...
potential category directories
git-svn-id: http://piwigo.org/svn/trunk@540 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-02 22:59:03 +00:00
gweltas
28dcfea993
- Change of the picture page behavior to be able to open the full size image in a new window
...
- Minor modification for template migration
- Rename of script.js in scripts.js
git-svn-id: http://piwigo.org/svn/trunk@539 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-10-01 22:50:50 +00:00
z0rglub
e7b24ebdd0
add support of exif and iptc for remote site
...
git-svn-id: http://piwigo.org/svn/trunk@538 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-09-27 21:51:07 +00:00
gweltas
1d4238055a
-First draft of history display
...
git-svn-id: http://piwigo.org/svn/trunk@537 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-09-26 21:24:49 +00:00
z0rglub
bb8189ea75
add support of a third size picture in "high" sub-directory
...
git-svn-id: http://piwigo.org/svn/trunk@536 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-09-24 08:37:29 +00:00
z0rglub
1d40fed004
bug correction : if you rate a picture and then launch the slideshow, all
...
pictures are rated with the same rate
git-svn-id: http://piwigo.org/svn/trunk@535 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-09-24 00:03:07 +00:00
z0rglub
acfbcac7bb
- (re)added feature : in remote site management, if a listing.xml file is
...
found at PhpWebGallery root directory, it can be used to update a remote
site
- size and maxlength of prefix_thumbnail in admin/configuration are 10
git-svn-id: http://piwigo.org/svn/trunk@534 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-09-23 23:41:23 +00:00