root / phpfspot.class.php

View | Annotate | Download (118.3 KB)

# Date Author Comment
781c4674 06/27/2011 08:51 AM Andreas Unterkircher

first try to fix versioning problem, refs #394

8a6ae2a6 06/24/2011 10:57 AM Andreas Unterkircher

unset php_errormsg after an error has been found

d30a91ea 01/15/2010 07:47 PM Andreas Unterkircher

code cleanup

Signed-off-by: Andreas Unterkircher <>

81b97707 01/15/2010 07:46 PM Andreas Unterkircher

issue #316 makes it necessary to urldecode F-Spots photo uri, fixes #317

Signed-off-by: Andreas Unterkircher <>

0b7778c4 01/09/2010 10:18 AM Andreas Unterkircher

photos table now contains separate columns for path and filename, fixes #316

Signed-off-by: Andreas Unterkircher <>

1a7ed49f 05/30/2009 09:54 AM Andreas Unterkircher
  • add option to control photo path-substituion, resolves #180
  • check for PDO sqlite driver

Signed-off-by: Andreas Unterkircher <>

5bc4f098 05/23/2009 12:48 PM Andreas Unterkircher

make calendar window working again, fixes #78

Signed-off-by: Andreas Unterkircher <>

ea36e81b 05/23/2009 09:45 AM Andreas Unterkircher

avoid notice messages about undefined variables, resolves #179

Signed-off-by: Andreas Unterkircher <>

6216473e 01/21/2009 10:30 PM Andreas Unterkircher

make phpfspot runnable again on Debian Lenny when SQLite3 PDO support is used, resolves #109

Signed-off-by: Andreas Unterkircher <>

aba6c296 12/29/2008 09:58 PM Andreas Unterkircher

if _error() is invoked from cmd-line, it should not display html-errors

Signed-off-by: Andreas Unterkircher <>

f79d6ba1 10/15/2008 11:38 PM Andreas Unterkircher

only check if phpfspot SQLite database is writeable, if the file really exists

Signed-off-by: Andreas Unterkircher <>

79362554 10/15/2008 11:35 PM Andreas Unterkircher

check if F-Spot database file exists and is readable

Signed-off-by: Andreas Unterkircher <>

ad8f72f7 10/04/2008 09:43 AM Andreas Unterkircher

make get_random_tag_photo() behave correct when show_tags is set, fixes #81

Signed-off-by: Andreas Unterkircher <>

7a065517 10/04/2008 09:07 AM Andreas Unterkircher

error logging to file fails because of typo, fixes #80

Signed-off-by: William Juul <>

37d9c8bf 09/20/2008 04:03 PM Andreas Unterkircher

show meaningful error message for invalid width, resolves #74

Signed-off-by: Andreas Unterkircher <>

6d308fdc 09/20/2008 11:48 AM Andreas Unterkircher

Older F-Spot database versions are not compatible with new
versioning-code. Now on all F-Spot databases before version
9, phpfspot will not cover versioning-topics at all.
fixes #76

Signed-off-by: Andreas Unterkircher <>

88e26f8f 08/18/2008 06:10 AM Andreas Unterkircher

increase version to 1.7

Signed-off-by: Andreas Unterkircher <>

6198d8ac 08/15/2008 01:19 PM Andreas Unterkircher

support for F-Spot photo versioning, refs #67

Signed-off-by: Andreas Unterkircher <>

f6b2d643 06/20/2008 07:32 PM Andreas Unterkircher

issue125, make initial sort-order configureable

Signed-off-by: Andreas Unterkircher <>

5d95b196 06/08/2008 09:35 AM Andreas Unterkircher

issue124, also if rate-sort is set to DESC, 2nd-sort by photo-name should be ASC

Signed-off-by: Andreas Unterkircher <>

528046b5 06/08/2008 09:35 AM Andreas Unterkircher

issue124, also if rate-sort is set to DESC, 2nd-sort by photo-name should be ASC

Signed-off-by: Andreas Unterkircher <>

ae5f5799 06/08/2008 08:59 AM Andreas Unterkircher

update some source-code comments

Signed-off-by: Andreas Unterkircher <>

a3917de4 06/08/2008 08:59 AM Andreas Unterkircher

update some source-code comments

Signed-off-by: Andreas Unterkircher <>

c2b94477 06/08/2008 07:36 AM Andreas Unterkircher

on-mouse-over of a tag in the available-tag-list, display amount of photos matching this tag

Signed-off-by: Andreas Unterkircher <>

aaa8698f 06/08/2008 07:36 AM Andreas Unterkircher

on-mouse-over of a tag in the available-tag-list, display amount of photos matching this tag

Signed-off-by: Andreas Unterkircher <>

18efe997 06/07/2008 05:18 PM Andreas Unterkircher

issue124, fix sort-order problem when sort by rating

Signed-off-by: Andreas Unterkircher <>

903d4a4d 06/07/2008 05:09 PM Andreas Unterkircher

increase version to 1.6

Signed-off-by: Andreas Unterkircher <>

eba64011 06/01/2008 09:20 AM Andreas Unterkircher

issue123, instead of using the Exif-Metadata-Time or mtime of the photo itself, rely on the F-Spot date in the photos-table (column time)

Signed-off-by: Andreas Unterkircher <>

c338e2fd 06/01/2008 09:20 AM Andreas Unterkircher

issue123, instead of using the Exif-Metadata-Time or mtime of the photo itself, rely on the F-Spot date in the photos-table (column time)

Signed-off-by: Andreas Unterkircher <>

8996f568 05/28/2008 06:30 AM Andreas Unterkircher

issue122, use one text-field instead of 3 separated for year, month and date

Signed-off-by: Andreas Unterkircher <>

1ec82d5c 05/28/2008 06:30 AM Andreas Unterkircher

issue122, use one text-field instead of 3 separated for year, month and date

Signed-off-by: Andreas Unterkircher <>

c74587e3 05/28/2008 06:11 AM Andreas Unterkircher

explain the writeable-necessarity in the error messages.

Signed-off-by: Andreas Unterkircher <>

b03bd448 05/25/2008 01:32 PM Andreas Unterkircher

further fix to suppress a notice warning

Signed-off-by: Andreas Unterkircher <>

fa213e56 05/25/2008 10:22 AM Andreas Unterkircher

deliver single-photo- and photo-index-view also on first-site-call if session variables are set

Signed-off-by: Andreas Unterkircher <>

dcc26041 05/25/2008 09:20 AM Andreas Unterkircher

fix export, web_path was not set correctly

Signed-off-by: Andreas Unterkircher <>

9ebbaf7d 05/25/2008 09:11 AM Andreas Unterkircher

fix slideshow, web_path was not set correctly

Signed-off-by: Andreas Unterkircher <>

9609cbda 05/25/2008 09:05 AM Andreas Unterkircher

fix some notice-warnings caused by some unset variables

Signed-off-by: Andreas Unterkircher <>

546c7957 05/25/2008 08:58 AM Andreas Unterkircher

fix photo index, current-tags must be fetched earlier

Signed-off-by: Andreas Unterkircher <>

f36faab3 05/24/2008 11:39 AM Andreas Unterkircher

issue121, search for a specific rate-limit

Signed-off-by: Andreas Unterkircher <>

2ea665ef 05/24/2008 09:26 AM Andreas Unterkircher

issue121, show rating value in photo-index- and single-photo-view

Signed-off-by: Andreas Unterkircher <>

aab7d4d0 05/23/2008 08:05 PM Andreas Unterkircher

issue121, initial support for F-Spot's rating system and sort-by rating

Signed-off-by: Andreas Unterkircher <>

ba600e17 05/23/2008 11:58 AM Andreas Unterkircher

further renaming of showImage() to showPhoto()

Signed-off-by: Andreas Unterkircher <>

6a5756a7 05/23/2008 11:03 AM Andreas Unterkircher

issue120, parse_user_friendly_url() did an unwanted session cleanup

Signed-off-by: Andreas Unterkircher <>

f5e9c6d9 05/23/2008 10:39 AM Andreas Unterkircher

issue115, fix style of tag-result icon-bar

Signed-off-by: Andreas Unterkircher <>

f3f12303 05/20/2008 06:08 AM Andreas Unterkircher

issue119, fixed auto-completetion script-url containing  

Signed-off-by: Andreas Unterkircher <>

8e14a6b9 05/13/2008 07:31 PM Andreas Unterkircher

issue118, user-friendly-url's to jump from photo-index to single-photo-view

Signed-off-by: Andreas Unterkircher <>

8a63e413 05/13/2008 06:28 AM Andreas Unterkircher

issue118, jumpin to a specific starting point in the photo-index

Signed-off-by: Andreas Unterkircher <>

94b3b625 05/12/2008 08:03 AM Andreas Unterkircher

issue118, fix using variable name for search.tpl and photo_index.tpl twice

Signed-off-by: Andreas Unterkircher <>

3d867f51 05/12/2008 08:01 AM Andreas Unterkircher

check if parameter of ts2str is really numeric

Signed-off-by: Andreas Unterkircher <>

48b46c22 05/12/2008 07:39 AM Andreas Unterkircher

issue118, fix some problems with session vars for user-friendly urls

Signed-off-by: Andreas Unterkircher <>

24720217 05/11/2008 09:47 AM Andreas Unterkircher

do not make get_meta_informations silent - accidently pulled from Arun

Signed-off-by: Andreas Unterkircher <>

50e93956 05/04/2008 09:46 PM Andreas Unterkircher

issue118, user-friendly-url to directly address a tag

Signed-off-by: Andreas Unterkircher <>

ca733ba2 05/04/2008 07:56 PM Andreas Unterkircher

display initial available-tag list without the help of AJAX

Signed-off-by: Andreas Unterkircher <>

8a050d43 05/04/2008 11:04 AM Andreas Unterkircher

set everywhere the correct path to scripts, stylesheets, images, ...

Signed-off-by: Andreas Unterkircher <>

867cf65e 05/04/2008 09:44 AM Andreas Unterkircher

issue118, user-friendly-url to directly address a photo or a photo-view

Signed-off-by: Andreas Unterkircher <>

9471faab 05/02/2008 07:38 PM Andreas Unterkircher

issue118, first code for friendly looking URLs and new config-option $user_friendly_url

Signed-off-by: Andreas Unterkircher <>

b3caf0ff 04/27/2008 02:35 PM Andreas Unterkircher

issue15, for now disable the show_tags-checks because it blocks the get_random_tag_photo() function

Signed-off-by: Andreas Unterkircher <>

9c90df44 04/27/2008 02:35 PM Andreas Unterkircher

issue15, for now disable the show_tags-checks because it blocks the get_random_tag_photo() function

Signed-off-by: Andreas Unterkircher <>

efcad252 04/27/2008 09:46 AM Arun Persaud

wrong argument to get_mime_info function

Signed-off-by: Arun Persaud <>

4dbea8ec 04/27/2008 09:46 AM Arun Persaud

wrong argument to get_mime_info function

Signed-off-by: Arun Persaud <>

43071ed9 04/27/2008 09:46 AM Arun Persaud

wrong argument to get_mime_info function

Signed-off-by: Arun Persaud <>

c052cd0f 04/27/2008 09:45 AM Arun Persaud

suppress error message from exif_read_data

Signed-off-by: Arun Persaud <>

4552617d 04/26/2008 10:18 AM Andreas Unterkircher

issue115, display tag-selection in photo-index

Signed-off-by: Andreas Unterkircher <>

dee52ad3 04/13/2008 07:16 AM Andreas Unterkircher

switch version to 1.5 and update CHANGELOG, README and UPDATE

Signed-off-by: Andreas Unterkircher <>

66085a75 04/13/2008 07:09 AM Andreas Unterkircher

issue116, take care that get_random_photo() will return also only photos which are tagged with show_tags (if specified)

Signed-off-by: Andreas Unterkircher <>

8b5da769 04/13/2008 06:59 AM Andreas Unterkircher

issue116, don't allow hidden-tags to be added to the selected-tag list

Signed-off-by: Andreas Unterkircher <>

3f6b85d5 04/13/2008 06:53 AM Andreas Unterkircher

issue116, do not show hidden tags in the photo-details box

Signed-off-by: Andreas Unterkircher <>

e1730519 04/12/2008 09:12 PM Andreas Unterkircher

issue110, handle Nikons NEF RAW photos

Signed-off-by: Andreas Unterkircher <>

cd7402ee 04/12/2008 07:30 PM Andreas Unterkircher

parse_uri() needs two parameters

Signed-off-by: Andreas Unterkircher <>

55677896 04/12/2008 06:40 PM Andreas Unterkircher

update documentation

Signed-off-by: Andreas Unterkircher <>

7703bb61 04/12/2008 12:59 PM Andreas Unterkircher

translate_path() only needs one parameters. remove unused second one

Signed-off-by: Andreas Unterkircher <>

14eb0419 04/12/2008 12:28 PM Andreas Unterkircher

translate_path() only needs one parameters. remove unused second one

Signed-off-by: Andreas Unterkircher <>

2765fc08 04/12/2008 12:23 PM Andreas Unterkircher

added phpDocumentor tags to parts of the code

Signed-off-by: Andreas Unterkircher <>

ae99d62d 04/12/2008 12:19 PM Andreas Unterkircher

register PHPFSPOT as global variable instead hand-over via classes

Signed-off-by: Andreas Unterkircher <>

9b588412 04/12/2008 12:19 PM Andreas Unterkircher

register PHPFSPOT as global variable instead hand-over via classes

Signed-off-by: Andreas Unterkircher <>

7617d447 04/12/2008 10:08 AM Andreas Unterkircher

update GPL header and remove authors email address from it

Signed-off-by: Andreas Unterkircher <>

10509074 03/30/2008 10:02 AM Andreas Unterkircher

issue113, fix getting EXIF data right in time for the single-photo view

Signed-off-by: Andreas Unterkircher <>

072aed3d 03/29/2008 11:44 AM Andreas Unterkircher

issue112, preload previous and next photo in single-photo view

Signed-off-by: Andreas Unterkircher <>

67f0eb35 03/29/2008 08:57 AM Andreas Unterkircher

issue108, a bit more color for tag-cloud

Signed-off-by: Andreas Unterkircher <>

ef48f193 03/29/2008 08:29 AM Andreas Unterkircher

check if Smarty engine is available is now done in check_requirements()

Signed-off-by: Andreas Unterkircher <>

1532cb59 03/29/2008 08:26 AM Andreas Unterkircher

issue107, make sqlite-temp directory configurable
issue107, add a note to CHANGE about issue107 (configurable sqlite temp directory)

Signed-off-by: Andreas Unterkircher <>

375de618 03/28/2008 08:27 PM Andreas Unterkircher

issue110, code changes for supporting Nokia NEF Format

Signed-off-by: Andreas Unterkircher <>

8ab8f2cd 03/28/2008 05:20 PM Andreas Unterkircher

issue109, support PNG format

Signed-off-by: Andreas Unterkircher <>

144f16a7 03/28/2008 05:02 PM Andreas Unterkircher

remove autocomplete and use autosuggest instead

Signed-off-by: Andreas Unterkircher <>

af0be8f9 03/27/2008 10:59 PM Andreas Unterkircher

issue111, first try of auto completion for tag search box

Signed-off-by: Andreas Unterkircher <>

0b79deee 03/27/2008 08:12 PM Andreas Unterkircher

make the full photo name available for the lightbox effect

Signed-off-by: Andreas Unterkircher <>

09deb246 03/27/2008 08:09 PM Andreas Unterkircher

set version to 1.4

Signed-off-by: Andreas Unterkircher <>

33c1f8bc 03/27/2008 08:00 PM Andreas Unterkircher

adding lightbox2 for a preview effect out of the photo index

Signed-off-by: Andreas Unterkircher <>

af297e16 01/20/2008 04:38 PM Andreas Unterkircher

check if thumbnail-directory is writeable

Signed-off-by: Andreas Unterkircher <>

8f46e095 01/20/2008 03:59 PM Andreas Unterkircher

code-cleanup to avoid PHP notice messages

Signed-off-by: Andreas Unterkircher <>

a0a0b23b 01/20/2008 03:49 PM Andreas Unterkircher

fix config-check error

Signed-off-by: Andreas Unterkircher <>

addc9889 01/19/2008 10:02 AM Andreas Unterkircher

issue102, use javascript to jump to the correct thumbnail when returing from photo-view

Signed-off-by: Andreas Unterkircher <>

1b98418f 01/18/2008 08:26 PM Andreas Unterkircher

issue103, ensure showPhotoIndex() returns to the right page

Signed-off-by: Andreas Unterkircher <>

6dfc3761 01/18/2008 07:48 PM Andreas Unterkircher

issue102, when calling showImage() from photo-index, move the window to the uppest position

Signed-off-by: Andreas Unterkircher <>

9e0069f4 01/15/2008 07:39 PM Andreas Unterkircher

use HTML_AJAXs replace function to alter content of content-div

Signed-off-by: Andreas Unterkircher <>

b8e94789 01/15/2008 07:33 PM Andreas Unterkircher

auto-move browser window up when displaying single photo and the user has scrolled far down before

Signed-off-by: Andreas Unterkircher <>

4353b37d 01/14/2008 06:37 PM Andreas Unterkircher

show newer photos first when opening phpfspot

Signed-off-by: Andreas Unterkircher <>

d9ee4599 01/13/2008 06:35 PM Andreas Unterkircher

issue100, add/remove tag and tag-condition use HTTP POST

Signed-off-by: Andreas Unterkircher <>

f95833e6 01/13/2008 05:45 PM Andreas Unterkircher

issue100, switch search to POST HTTP

Signed-off-by: Andreas Unterkircher <>

213a12db 01/13/2008 05:28 PM Andreas Unterkircher

issue99, search for filename and photo description

Signed-off-by: Andreas Unterkircher <>

71a8a6ed 01/13/2008 03:27 PM Andreas Unterkircher

issue98, debug-message when cleaning up the database

Signed-off-by: Andreas Unterkircher <>

1dc0e2e5 01/13/2008 10:57 AM Andreas Unterkircher

issue98, add function to clean up phpfspot database

Signed-off-by: Andreas Unterkircher <>

757e336f 01/12/2008 01:06 PM Andreas Unterkircher

fixed sql query for tag-search

Signed-off-by: Andreas Unterkircher <>

2283995d 01/12/2008 12:00 PM Andreas Unterkircher

issue97, add missing DISTINCT keyword to SQL query

Signed-off-by: Andreas Unterkircher <>

42d16009 01/12/2008 11:53 AM Andreas Unterkircher

issue96, move config check to phpfspot main class

Signed-off-by: Andreas Unterkircher <>

811a18a5 01/12/2008 11:26 AM Andreas Unterkircher

issue95, new sort order to group by tags

Signed-off-by: Andreas Unterkircher <>

6fa8b66f 01/12/2008 11:06 AM Andreas Unterkircher

updated version to 1.3

Signed-off-by: Andreas Unterkircher <>

c9a7f083 01/10/2008 06:02 AM Andreas Unterkircher

issue89, fix auto-rotation based on EXIF Orientation

Signed-off-by: Andreas Unterkircher <>

7d8b71f3 01/06/2008 05:52 PM Andreas Unterkircher

used AND to add a show_tag constrait, but in case there hasn't been issued
a WHERE query already a WHERE needs to be used instead of the AND

Signed-off-by: Arun Persaud <>
Signed-off-by: Andreas Unterkircher <>

e54e7297 01/06/2008 12:01 PM Andreas Unterkircher

remove the rows x cols logic

Signed-off-by: Andreas Unterkircher <>

7eaf3d14 01/06/2008 11:16 AM Andreas Unterkircher

fixed height of thumbnail boxes

Signed-off-by: Andreas Unterkircher <>

1a39ed73 01/06/2008 09:46 AM Andreas Unterkircher

issue92, fill alt-attribute with filename

Signed-off-by: Andreas Unterkircher <>

3face190 01/05/2008 03:53 PM Andreas Unterkircher

issue91, also when using external url to show a photo, set correct timerange

Signed-off-by: Andreas Unterkircher <>

915550ab 01/05/2008 03:42 PM Andreas Unterkircher

issue91, corrected time-range handling

Signed-off-by: Andreas Unterkircher <>

66fc274f 01/05/2008 03:18 PM Andreas Unterkircher

issue90, display also photos which are not tagged

aed571db 01/01/2008 06:43 PM Andreas Unterkircher

issue88, overwrite option for gen_thumbs.php

e54956da 01/01/2008 04:29 PM Andreas Unterkircher

only directly pass thru photos which are slender enough, and also not too heigh

131666c4 01/01/2008 04:17 PM Andreas Unterkircher

issue59, thumbnail matrix is now also free off HTML tables

2c33b25c 01/01/2008 12:55 PM Andreas Unterkircher

added some comments
display "no tags selected" when nothing is selected. otherwise it looks like a bit kind of error when empty

5bc35081 01/01/2008 12:06 PM Andreas Unterkircher

sort-order is now set via AJAX, not while submit a search-query

bb3bcfbb 01/01/2008 11:36 AM Andreas Unterkircher

default theme, make sort-select box a template function

e1853119 12/31/2007 05:56 PM Andreas Unterkircher

issue86, unset search-option when tag-result is getting modified

afadeef5 12/31/2007 03:55 PM Andreas Unterkircher

issue85, fixed order-by-photo name

18ecb839 12/31/2007 02:45 PM Andreas Unterkircher

issue85, fix SQL error when trying to sort photos by name on newer F-Spot database versions

0501e39d 12/30/2007 06:25 PM Andreas Unterkircher

issue84, if source picture does not exist or not readable for current user, stop execution to avoid warning messages

d4e39726 12/30/2007 06:24 PM Andreas Unterkircher

issue84, don't try to display not existing pictures

0b99d3d1 12/30/2007 04:32 PM Andreas Unterkircher

issue84, further fixes to suppress warning message

8a634d64 12/30/2007 03:47 PM Andreas Unterkircher

issue84, only start PHP session, if not yet started

e2471df5 12/30/2007 03:45 PM Andreas Unterkircher

check if smarty compile directory is writeable for the current user or exit if not

cd94f8e4 12/30/2007 03:39 PM Andreas Unterkircher

issue84, fix some PHP warning messages

b6feb281 12/30/2007 01:45 PM Andreas Unterkircher

issue82, use URI handler also for older F-Spot database versions

8de7a22c 12/30/2007 12:19 PM Andreas Unterkircher

add a "already exist" when thumbnails are created on the command line. without it looked like an error occured

431b2c5f 12/30/2007 12:19 PM Andreas Unterkircher

add a "already exist" when thumbnails are created on the command line. without it looked like an error occured

18ff7e04 12/30/2007 12:01 PM Andreas Unterkircher

issue82, switch picture handling to URI which is necessary for newer f-spot version's.
for older database version's (< 9), the URI will be generated with file:///dir/name.
Still needs to be tested with a older database version

e8bc8f7d 12/30/2007 11:17 AM Andreas Unterkircher

issue82, read out F-Spot DB version to differ between different databases schemas

39507eea 12/15/2007 01:32 PM Andreas Unterkircher

issue81, check if f-spot database is writeable

git-svn-id: file:///var/lib/svn/phpfspot/trunk@315 fa6a889d-dae6-447d-9e79-4ba9a3039384

b44a5c35 12/15/2007 01:27 PM Andreas Unterkircher

issue80, don't call get_tags every time.

git-svn-id: file:///var/lib/svn/phpfspot/trunk@314 fa6a889d-dae6-447d-9e79-4ba9a3039384

1a8de008 12/15/2007 01:18 PM Andreas Unterkircher

issue79, fixed a little bug introduced by arun's patches for showing only certain tags

git-svn-id: file:///var/lib/svn/phpfspot/trunk@313 fa6a889d-dae6-447d-9e79-4ba9a3039384

4dc79076 12/15/2007 11:54 AM Andreas Unterkircher

auto create index on photo_tags
fix sqlite query

git-svn-id: file:///var/lib/svn/phpfspot/trunk@312 fa6a889d-dae6-447d-9e79-4ba9a3039384

33dba06c 12/15/2007 10:49 AM Andreas Unterkircher

when view is limited to some specifc tags, also display all other tags, of which a photo is currently tagged with, arun

git-svn-id: file:///var/lib/svn/phpfspot/trunk@310 fa6a889d-dae6-447d-9e79-4ba9a3039384

5ea211de 12/15/2007 08:59 AM Andreas Unterkircher

issue implode() instead of looping around an array, arun

git-svn-id: file:///var/lib/svn/phpfspot/trunk@309 fa6a889d-dae6-447d-9e79-4ba9a3039384

40fa5245 11/25/2007 07:57 AM Andreas Unterkircher

updated version to 1.2
added credits for arun patch regarding show_tags

git-svn-id: file:///var/lib/svn/phpfspot/trunk@307 fa6a889d-dae6-447d-9e79-4ba9a3039384

ba2bd867 11/24/2007 04:19 PM Andreas Unterkircher

issue79, show only certain tags

git-svn-id: file:///var/lib/svn/phpfspot/trunk@306 fa6a889d-dae6-447d-9e79-4ba9a3039384

3e95994d 11/24/2007 05:51 AM Andreas Unterkircher

issue78, move version information to main class

git-svn-id: file:///var/lib/svn/phpfspot/trunk@304 fa6a889d-dae6-447d-9e79-4ba9a3039384

c6c2fa93 11/09/2007 05:01 PM Andreas Unterkircher

import phpfspot config first before checking requirements

git-svn-id: file:///var/lib/svn/phpfspot/trunk@299 fa6a889d-dae6-447d-9e79-4ba9a3039384

f712a8b2 11/06/2007 05:10 AM Andreas Unterkircher

issue62, fix time information for item pubDate in rss feed

git-svn-id: file:///var/lib/svn/phpfspot/trunk@297 fa6a889d-dae6-447d-9e79-4ba9a3039384

6a54409e 11/03/2007 01:37 PM Andreas Unterkircher

issue76, make thumbnail directory configureable

git-svn-id: file:///var/lib/svn/phpfspot/trunk@293 fa6a889d-dae6-447d-9e79-4ba9a3039384

7f4f4e74 11/03/2007 12:47 PM Andreas Unterkircher

issue77, check Smarty.class.php exists and is readable

git-svn-id: file:///var/lib/svn/phpfspot/trunk@291 fa6a889d-dae6-447d-9e79-4ba9a3039384

d1882698 11/03/2007 12:33 PM Andreas Unterkircher

issue77, make Smarty path configureable

git-svn-id: file:///var/lib/svn/phpfspot/trunk@288 fa6a889d-dae6-447d-9e79-4ba9a3039384

36082151 11/03/2007 12:13 PM Andreas Unterkircher

issue75, function_exists check for sqlite3_open only if db_access is set to "native"

git-svn-id: file:///var/lib/svn/phpfspot/trunk@287 fa6a889d-dae6-447d-9e79-4ba9a3039384

454facb4 11/01/2007 03:46 PM Andreas Unterkircher

issue74, remove references as they seem to be deprecated

git-svn-id: file:///var/lib/svn/phpfspot/trunk@281 fa6a889d-dae6-447d-9e79-4ba9a3039384

7ff7dfb9 11/01/2007 02:05 PM Andreas Unterkircher

issue62, rss feed implemented

git-svn-id: file:///var/lib/svn/phpfspot/trunk@279 fa6a889d-dae6-447d-9e79-4ba9a3039384

df8001b5 11/01/2007 10:51 AM Andreas Unterkircher

shrink photo name also on generate-thumbnails-output

git-svn-id: file:///var/lib/svn/phpfspot/trunk@277 fa6a889d-dae6-447d-9e79-4ba9a3039384

e9903870 11/01/2007 10:49 AM Andreas Unterkircher

make text-shrinking function more general to be used elsewhere

git-svn-id: file:///var/lib/svn/phpfspot/trunk@276 fa6a889d-dae6-447d-9e79-4ba9a3039384

4ff4a0e7 11/01/2007 10:42 AM Andreas Unterkircher

issue73, new directory structure for thumbnails

git-svn-id: file:///var/lib/svn/phpfspot/trunk@275 fa6a889d-dae6-447d-9e79-4ba9a3039384

ae6e58f6 07/29/2007 09:21 AM Andreas Unterkircher

issue72, fixed incorrect time displayed in time selection

git-svn-id: file:///var/lib/svn/phpfspot/trunk@266 fa6a889d-dae6-447d-9e79-4ba9a3039384

e785e025 07/29/2007 09:17 AM Andreas Unterkircher

issue71, tell client to refresh selected-tags-list as tags where provided with the URL

git-svn-id: file:///var/lib/svn/phpfspot/trunk@265 fa6a889d-dae6-447d-9e79-4ba9a3039384

f32fe065 07/29/2007 09:11 AM Andreas Unterkircher

issue60, make sure provided photo id is numeric

git-svn-id: file:///var/lib/svn/phpfspot/trunk@264 fa6a889d-dae6-447d-9e79-4ba9a3039384

7f6d9076 07/29/2007 09:10 AM Andreas Unterkircher

issue60, if tags are provided in the calling URL they will now get verified

git-svn-id: file:///var/lib/svn/phpfspot/trunk@263 fa6a889d-dae6-447d-9e79-4ba9a3039384

8223eed3 07/29/2007 09:01 AM Andreas Unterkircher

issue60, input validation for provided dates via RPC or $_GET

git-svn-id: file:///var/lib/svn/phpfspot/trunk@262 fa6a889d-dae6-447d-9e79-4ba9a3039384

d017dda4 07/28/2007 06:45 AM Andreas Unterkircher

issue67, when called from an external link, also check the consider-date-search-box if a date-range is specified in the url

git-svn-id: file:///var/lib/svn/phpfspot/trunk@259 fa6a889d-dae6-447d-9e79-4ba9a3039384

75c89a74 07/28/2007 05:51 AM Andreas Unterkircher

issue68, fixed time-ranges for search

git-svn-id: file:///var/lib/svn/phpfspot/trunk@257 fa6a889d-dae6-447d-9e79-4ba9a3039384

1990884e 07/25/2007 04:14 AM Andreas Unterkircher

underline the currently selected page

git-svn-id: file:///var/lib/svn/phpfspot/trunk@253 fa6a889d-dae6-447d-9e79-4ba9a3039384

a276fb26 07/24/2007 04:32 PM Andreas Unterkircher

issue44, renamed error-logging function

git-svn-id: file:///var/lib/svn/phpfspot/trunk@249 fa6a889d-dae6-447d-9e79-4ba9a3039384

50786675 07/24/2007 04:16 AM Andreas Unterkircher

issue44, first code changes for error logging

git-svn-id: file:///var/lib/svn/phpfspot/trunk@248 fa6a889d-dae6-447d-9e79-4ba9a3039384

223a626a 07/22/2007 04:58 PM Andreas Unterkircher

issue65, fixed incorrect array_rand handling

git-svn-id: file:///var/lib/svn/phpfspot/trunk@246 fa6a889d-dae6-447d-9e79-4ba9a3039384

af63ef61 07/22/2007 04:05 PM Andreas Unterkircher

issue27, fixed leading-space-eat-up-by-browser for MoinMoin Wiki List view

git-svn-id: file:///var/lib/svn/phpfspot/trunk@244 fa6a889d-dae6-447d-9e79-4ba9a3039384

a36bd6f4 07/22/2007 07:31 AM Andreas Unterkircher

issue46, slideshow control (rew, pause/play/stop, fwd)

git-svn-id: file:///var/lib/svn/phpfspot/trunk@239 fa6a889d-dae6-447d-9e79-4ba9a3039384

75a329ec 07/22/2007 05:49 AM Andreas Unterkircher

issue61, theme support

git-svn-id: file:///var/lib/svn/phpfspot/trunk@237 fa6a889d-dae6-447d-9e79-4ba9a3039384

5369d689 07/21/2007 05:55 PM Andreas Unterkircher

issue52, check if phpfspot.db is writeable

git-svn-id: file:///var/lib/svn/phpfspot/trunk@236 fa6a889d-dae6-447d-9e79-4ba9a3039384

758887b7 07/21/2007 02:43 PM Andreas Unterkircher

issue55, PHPFSPOT_IMG can now display a random selected photo

git-svn-id: file:///var/lib/svn/phpfspot/trunk@232 fa6a889d-dae6-447d-9e79-4ba9a3039384

4079ac52 07/21/2007 07:34 AM Andreas Unterkircher

issue57, display photo counter in single photo view

git-svn-id: file:///var/lib/svn/phpfspot/trunk@228 fa6a889d-dae6-447d-9e79-4ba9a3039384

005562e4 07/20/2007 05:59 PM Andreas Unterkircher

issue46, first slideshow implementation

git-svn-id: file:///var/lib/svn/phpfspot/trunk@225 fa6a889d-dae6-447d-9e79-4ba9a3039384

51ab51f6 07/19/2007 02:27 PM Andreas Unterkircher

fixed SQL syntax error on AND conjunction of multiple tags

git-svn-id: file:///var/lib/svn/phpfspot/trunk@224 fa6a889d-dae6-447d-9e79-4ba9a3039384

2f381082 07/18/2007 06:03 PM Andreas Unterkircher

issue54, sort order can now be modified

git-svn-id: file:///var/lib/svn/phpfspot/trunk@223 fa6a889d-dae6-447d-9e79-4ba9a3039384

845ed0ab 07/18/2007 04:10 AM Andreas Unterkircher

issue51, fixed incorrect value returned from whattodo()

git-svn-id: file:///var/lib/svn/phpfspot/trunk@221 fa6a889d-dae6-447d-9e79-4ba9a3039384

984b068b 07/17/2007 08:24 PM Andreas Unterkircher

issue50, further code changes to be able to combine tag- and date-search

git-svn-id: file:///var/lib/svn/phpfspot/trunk@219 fa6a889d-dae6-447d-9e79-4ba9a3039384

87148067 07/17/2007 04:16 AM Andreas Unterkircher

issue51, first fix for external link to a photo

git-svn-id: file:///var/lib/svn/phpfspot/trunk@216 fa6a889d-dae6-447d-9e79-4ba9a3039384

d999f868 07/17/2007 04:10 AM Andreas Unterkircher

issue53, avoid makeing to many ... in the page selector

git-svn-id: file:///var/lib/svn/phpfspot/trunk@215 fa6a889d-dae6-447d-9e79-4ba9a3039384

7f3aad92 07/15/2007 05:58 PM Andreas Unterkircher

fixed image taken with text

git-svn-id: file:///var/lib/svn/phpfspot/trunk@214 fa6a889d-dae6-447d-9e79-4ba9a3039384

5bf0159a 07/15/2007 03:48 PM Andreas Unterkircher

issue49, fixed display header text in photo index

git-svn-id: file:///var/lib/svn/phpfspot/trunk@212 fa6a889d-dae6-447d-9e79-4ba9a3039384

350ffa92 07/15/2007 03:10 PM Andreas Unterkircher

issue48, make sure no pending comma is shown at the end of the available-tags

git-svn-id: file:///var/lib/svn/phpfspot/trunk@211 fa6a889d-dae6-447d-9e79-4ba9a3039384

7f50c5e3 07/15/2007 03:06 PM Andreas Unterkircher

added many function comments for phpDocumentor

git-svn-id: file:///var/lib/svn/phpfspot/trunk@210 fa6a889d-dae6-447d-9e79-4ba9a3039384

6e2d319e 07/15/2007 11:52 AM Andreas Unterkircher

added GPL headers to all PHP scripts

git-svn-id: file:///var/lib/svn/phpfspot/trunk@209 fa6a889d-dae6-447d-9e79-4ba9a3039384

0a5ca001 07/15/2007 09:31 AM Andreas Unterkircher

issue43, also return a thumbnail if requested width is below image size

git-svn-id: file:///var/lib/svn/phpfspot/trunk@208 fa6a889d-dae6-447d-9e79-4ba9a3039384

a552181a 07/15/2007 09:19 AM Andreas Unterkircher

issue43, fixed on-the-fly thumbnail generation

git-svn-id: file:///var/lib/svn/phpfspot/trunk@207 fa6a889d-dae6-447d-9e79-4ba9a3039384

a63f8995 07/15/2007 08:50 AM Andreas Unterkircher

get_current_user() returns the OWNER of the php script - now we use posix functions to get the current process user

git-svn-id: file:///var/lib/svn/phpfspot/trunk@206 fa6a889d-dae6-447d-9e79-4ba9a3039384

22ac9327 07/15/2007 08:37 AM Andreas Unterkircher

check if directory of phpfspot.db is writeable

git-svn-id: file:///var/lib/svn/phpfspot/trunk@205 fa6a889d-dae6-447d-9e79-4ba9a3039384

ab99bf1b 07/14/2007 01:53 PM Andreas Unterkircher

issue27, also let the export contain date-search-based views if needed

git-svn-id: file:///var/lib/svn/phpfspot/trunk@203 fa6a889d-dae6-447d-9e79-4ba9a3039384

3d567f23 07/14/2007 01:47 PM Andreas Unterkircher

issue13, all external links have been tested again, single photo, with tag- or date-search are now possible

git-svn-id: file:///var/lib/svn/phpfspot/trunk@202 fa6a889d-dae6-447d-9e79-4ba9a3039384

4a0b6f61 07/14/2007 12:06 PM Andreas Unterkircher

issue24, first trial of date search is now included

git-svn-id: file:///var/lib/svn/phpfspot/trunk@198 fa6a889d-dae6-447d-9e79-4ba9a3039384

a365bbcf 07/14/2007 06:33 AM Andreas Unterkircher

issue41, remove any trace of the javascript bubble

git-svn-id: file:///var/lib/svn/phpfspot/trunk@196 fa6a889d-dae6-447d-9e79-4ba9a3039384

99b313d1 07/14/2007 06:27 AM Andreas Unterkircher

issue27, on gallery export use links which will guide back the user into phpfspot instead directly open the image with phpfspot_img.php

git-svn-id: file:///var/lib/svn/phpfspot/trunk@195 fa6a889d-dae6-447d-9e79-4ba9a3039384

15a6c1b6 07/12/2007 05:36 PM Andreas Unterkircher

issue13, added first try of external link to directly jump to a photo

git-svn-id: file:///var/lib/svn/phpfspot/trunk@192 fa6a889d-dae6-447d-9e79-4ba9a3039384

82778dd9 07/11/2007 07:00 AM Fabian Linzberger

improve moinmoin url syntax so thumbnails are correctly detected as images

git-svn-id: file:///var/lib/svn/phpfspot/trunk@189 fa6a889d-dae6-447d-9e79-4ba9a3039384

105d5d13 07/10/2007 07:01 PM Andreas Unterkircher

issue29, when the mouse keeps staying over the link, show also the full photo name

git-svn-id: file:///var/lib/svn/phpfspot/trunk@188 fa6a889d-dae6-447d-9e79-4ba9a3039384

cac16f33 07/10/2007 06:52 PM Andreas Unterkircher

issue13, fixed external link - the browser will complete them

git-svn-id: file:///var/lib/svn/phpfspot/trunk@186 fa6a889d-dae6-447d-9e79-4ba9a3039384

e0ff14d4 07/10/2007 06:48 PM Andreas Unterkircher

issue27, first trial of gallery export for HTML and MoinMoin markup

git-svn-id: file:///var/lib/svn/phpfspot/trunk@185 fa6a889d-dae6-447d-9e79-4ba9a3039384

3567b899 07/10/2007 05:24 PM Andreas Unterkircher

issue38, removed pending comma on last selected-tag entry

git-svn-id: file:///var/lib/svn/phpfspot/trunk@184 fa6a889d-dae6-447d-9e79-4ba9a3039384

086cf84b 07/08/2007 01:04 PM Andreas Unterkircher

issue35, if too many tags are selected and AND condition is used, this will show up a warning now

git-svn-id: file:///var/lib/svn/phpfspot/trunk@183 fa6a889d-dae6-447d-9e79-4ba9a3039384

179073f2 07/08/2007 12:52 PM Andreas Unterkircher

issue34, fixed wickeld tag column when too many tags are selected

git-svn-id: file:///var/lib/svn/phpfspot/trunk@182 fa6a889d-dae6-447d-9e79-4ba9a3039384

7d9e5791 07/08/2007 12:09 PM Andreas Unterkircher

issue6, improved page selector

git-svn-id: file:///var/lib/svn/phpfspot/trunk@179 fa6a889d-dae6-447d-9e79-4ba9a3039384

bcf2be54 07/07/2007 09:50 AM Andreas Unterkircher

issue31, a mini preview of the previous and next photo is now shown in a single photo view

git-svn-id: file:///var/lib/svn/phpfspot/trunk@175 fa6a889d-dae6-447d-9e79-4ba9a3039384

873c2c27 07/07/2007 09:39 AM Andreas Unterkircher

some code for issue24

git-svn-id: file:///var/lib/svn/phpfspot/trunk@174 fa6a889d-dae6-447d-9e79-4ba9a3039384

169c44be 07/07/2007 09:36 AM Andreas Unterkircher

issue28, use getimagesize if no exif data is available

git-svn-id: file:///var/lib/svn/phpfspot/trunk@173 fa6a889d-dae6-447d-9e79-4ba9a3039384

74295f1b 07/06/2007 05:01 PM Andreas Unterkircher

issue29, shorten too long names

git-svn-id: file:///var/lib/svn/phpfspot/trunk@167 fa6a889d-dae6-447d-9e79-4ba9a3039384

8f3e27ca 07/06/2007 04:53 PM Andreas Unterkircher

issue21, reordered photo index and added some nice mouseover effect

git-svn-id: file:///var/lib/svn/phpfspot/trunk@166 fa6a889d-dae6-447d-9e79-4ba9a3039384

64f41bc1 07/06/2007 06:13 AM Andreas Unterkircher

issue22, vertical images should now get resized correctly also if the rotation is specified via EXIF orientation.

git-svn-id: file:///var/lib/svn/phpfspot/trunk@165 fa6a889d-dae6-447d-9e79-4ba9a3039384

8f56c03f 07/04/2007 07:02 PM Andreas Unterkircher

issue13, if user jumps into from an external link, immediatley display the photo index according the tag selection provided

git-svn-id: file:///var/lib/svn/phpfspot/trunk@162 fa6a889d-dae6-447d-9e79-4ba9a3039384

3e281163 07/01/2007 05:29 PM Andreas Unterkircher

only set anchor is it is really provided by the client

git-svn-id: file:///var/lib/svn/phpfspot/trunk@158 fa6a889d-dae6-447d-9e79-4ba9a3039384

a19902be 07/01/2007 03:43 PM Andreas Unterkircher

issue22, vertical images are now getting resized correctly

git-svn-id: file:///var/lib/svn/phpfspot/trunk@157 fa6a889d-dae6-447d-9e79-4ba9a3039384

4c5aa671 07/01/2007 11:58 AM Andreas Unterkircher

issue20, use <a>-anchor to directly jump to the right photo in photo index view

git-svn-id: file:///var/lib/svn/phpfspot/trunk@156 fa6a889d-dae6-447d-9e79-4ba9a3039384

5d397db3 07/01/2007 10:12 AM Andreas Unterkircher

issue20, jumping back to the right multipage is now possible

git-svn-id: file:///var/lib/svn/phpfspot/trunk@155 fa6a889d-dae6-447d-9e79-4ba9a3039384

583a68ff 07/01/2007 09:13 AM Andreas Unterkircher

issue6, only show page selector if more then one page

git-svn-id: file:///var/lib/svn/phpfspot/trunk@154 fa6a889d-dae6-447d-9e79-4ba9a3039384

7258a413 07/01/2007 09:04 AM Andreas Unterkircher

issue6, page selector - a first try

git-svn-id: file:///var/lib/svn/phpfspot/trunk@152 fa6a889d-dae6-447d-9e79-4ba9a3039384

f02f5af7 07/01/2007 05:45 AM Andreas Unterkircher

issue19, if no exif data is available, show "n/a" instead of empty cells

git-svn-id: file:///var/lib/svn/phpfspot/trunk@151 fa6a889d-dae6-447d-9e79-4ba9a3039384

27bcdc62 07/01/2007 05:32 AM Andreas Unterkircher

beautify some warning messages

git-svn-id: file:///var/lib/svn/phpfspot/trunk@149 fa6a889d-dae6-447d-9e79-4ba9a3039384

4e9f06a1 06/30/2007 10:32 AM Andreas Unterkircher

check if photo exists and is readable in gen_thumb() function also

git-svn-id: file:///var/lib/svn/phpfspot/trunk@148 fa6a889d-dae6-447d-9e79-4ba9a3039384

09615fca 06/30/2007 10:00 AM Andreas Unterkircher

fixed syntax error

git-svn-id: file:///var/lib/svn/phpfspot/trunk@146 fa6a889d-dae6-447d-9e79-4ba9a3039384

eda7f279 06/30/2007 09:34 AM Andreas Unterkircher

issue15, check for compatible image type

git-svn-id: file:///var/lib/svn/phpfspot/trunk@141 fa6a889d-dae6-447d-9e79-4ba9a3039384

6f67421b 06/30/2007 07:59 AM Andreas Unterkircher

on reset also reset tag search result

git-svn-id: file:///var/lib/svn/phpfspot/trunk@139 fa6a889d-dae6-447d-9e79-4ba9a3039384

91120e6a 06/30/2007 07:52 AM Andreas Unterkircher

avoid error messages if $_SESSION['selected_tags'] is set with an empty value in photo index view

git-svn-id: file:///var/lib/svn/phpfspot/trunk@138 fa6a889d-dae6-447d-9e79-4ba9a3039384

6c6ffd19 06/30/2007 07:33 AM Andreas Unterkircher

use ignore_once instead of ignore for requirement checks, or rpc.php will fail because HTML_AJAX get redeclared

git-svn-id: file:///var/lib/svn/phpfspot/trunk@136 fa6a889d-dae6-447d-9e79-4ba9a3039384

6a21b6f0 06/30/2007 07:26 AM Andreas Unterkircher

some cleanup in gen_thumb code

git-svn-id: file:///var/lib/svn/phpfspot/trunk@134 fa6a889d-dae6-447d-9e79-4ba9a3039384

b7f5e623 06/29/2007 05:47 PM Andreas Unterkircher

this software does not have any MySQL requirements

git-svn-id: file:///var/lib/svn/phpfspot/trunk@133 fa6a889d-dae6-447d-9e79-4ba9a3039384

605439cc 06/29/2007 05:46 PM Andreas Unterkircher

issue3, first requirement checks

git-svn-id: file:///var/lib/svn/phpfspot/trunk@132 fa6a889d-dae6-447d-9e79-4ba9a3039384

1bf32ff1 06/24/2007 06:08 PM Andreas Unterkircher

issue13, first try of external links, this time for photo index

git-svn-id: file:///var/lib/svn/phpfspot/trunk@129 fa6a889d-dae6-447d-9e79-4ba9a3039384

e00eef0a 06/23/2007 01:48 PM Andreas Unterkircher

renamed search to tagsearch
issue16, matching tags are now placed into the selected-tags list

git-svn-id: file:///var/lib/svn/phpfspot/trunk@127 fa6a889d-dae6-447d-9e79-4ba9a3039384

cb4b2907 06/23/2007 09:14 AM Andreas Unterkircher

new function to display text as images
more checks if orig & thumbnail are really their and readable

git-svn-id: file:///var/lib/svn/phpfspot/trunk@126 fa6a889d-dae6-447d-9e79-4ba9a3039384

dc815d80 06/23/2007 08:40 AM Andreas Unterkircher

issue6, first implementation of paged photo index view
use thumbnail width & height for <img> to avoid "flipping" when images are getting loaded
fixed issue when all selected tags are clicked away but photo index still stays, there are no matching photos
...

3b285de3 06/21/2007 06:49 PM Andreas Unterkircher

issue14, thumbs are now stored outside F-Spot's directory structure
issue12, file is not stored in phpfspot db if the thumbnail generation failed

git-svn-id: file:///var/lib/svn/phpfspot/trunk@119 fa6a889d-dae6-447d-9e79-4ba9a3039384

322fc502 06/20/2007 08:02 PM Andreas Unterkircher

some much more flexible thumbnail generation

git-svn-id: file:///var/lib/svn/phpfspot/trunk@118 fa6a889d-dae6-447d-9e79-4ba9a3039384

474ad4bf 06/20/2007 06:06 PM Andreas Unterkircher

some error handling on thumbnail generation

git-svn-id: file:///var/lib/svn/phpfspot/trunk@117 fa6a889d-dae6-447d-9e79-4ba9a3039384

664386a9 06/20/2007 05:45 PM Andreas Unterkircher

finally fixed tags display width problem

git-svn-id: file:///var/lib/svn/phpfspot/trunk@116 fa6a889d-dae6-447d-9e79-4ba9a3039384

8bd24a35 06/20/2007 04:31 AM Andreas Unterkircher

alphabetic tag search order

git-svn-id: file:///var/lib/svn/phpfspot/trunk@115 fa6a889d-dae6-447d-9e79-4ba9a3039384

836e04ea 06/19/2007 06:56 PM Andreas Unterkircher

some thumbnail error handling
force thumbnail generation if the file is inserted
into the phpfspot database, but the thumbnails are
not existing (anymore?)

git-svn-id: file:///var/lib/svn/phpfspot/trunk@113 fa6a889d-dae6-447d-9e79-4ba9a3039384

764ad0eb 06/18/2007 07:36 PM Andreas Unterkircher

issue10, fixed on-demand thumbnail generation

git-svn-id: file:///var/lib/svn/phpfspot/trunk@108 fa6a889d-dae6-447d-9e79-4ba9a3039384

02fa42f4 06/18/2007 06:19 PM Andreas Unterkircher

show photo id during mass generating thumbnails

git-svn-id: file:///var/lib/svn/phpfspot/trunk@107 fa6a889d-dae6-447d-9e79-4ba9a3039384

c7e18357 06/18/2007 06:16 PM Andreas Unterkircher

limit percentage of font-size for tag cloud entries to intenger values

git-svn-id: file:///var/lib/svn/phpfspot/trunk@105 fa6a889d-dae6-447d-9e79-4ba9a3039384

64aff8ea 06/15/2007 07:12 PM Andreas Unterkircher

display additional infos like Exif data, additional tags, ...
in the single photo view

git-svn-id: file:///var/lib/svn/phpfspot/trunk@97 fa6a889d-dae6-447d-9e79-4ba9a3039384

83cde026 06/15/2007 06:10 PM Andreas Unterkircher

issue2, first tag cloud implementation

git-svn-id: file:///var/lib/svn/phpfspot/trunk@93 fa6a889d-dae6-447d-9e79-4ba9a3039384

0970b475 06/14/2007 08:02 PM Andreas Unterkircher

we check now for file changes with md5 sums.
so the file existing check of the thumbnails can be removed

git-svn-id: file:///var/lib/svn/phpfspot/trunk@92 fa6a889d-dae6-447d-9e79-4ba9a3039384

d2108af3 06/13/2007 04:31 AM Andreas Unterkircher

more sophisticated way to query all images from the selected tag in an AND condition

git-svn-id: file:///var/lib/svn/phpfspot/trunk@89 fa6a889d-dae6-447d-9e79-4ba9a3039384

b4b0a0aa 06/13/2007 04:28 AM Andreas Unterkircher

after remove a tag, resort the selected tag array

git-svn-id: file:///var/lib/svn/phpfspot/trunk@88 fa6a889d-dae6-447d-9e79-4ba9a3039384

5ece5fdc 06/12/2007 04:05 AM Andreas Unterkircher

tag style changes

git-svn-id: file:///var/lib/svn/phpfspot/trunk@86 fa6a889d-dae6-447d-9e79-4ba9a3039384

eaf7260e 06/11/2007 08:26 PM Andreas Unterkircher

first auto-rotation of images based on exif-Orientation tag

git-svn-id: file:///var/lib/svn/phpfspot/trunk@85 fa6a889d-dae6-447d-9e79-4ba9a3039384

46969d30 06/11/2007 07:51 PM Andreas Unterkircher

show different view for tag- & search-results in photo index view

git-svn-id: file:///var/lib/svn/phpfspot/trunk@84 fa6a889d-dae6-447d-9e79-4ba9a3039384

09ab990f 06/11/2007 07:46 PM Andreas Unterkircher

moved tag-search code into general getphotoselection function

git-svn-id: file:///var/lib/svn/phpfspot/trunk@82 fa6a889d-dae6-447d-9e79-4ba9a3039384

4b115eb0 06/11/2007 07:37 PM Andreas Unterkircher

rename image selection function

git-svn-id: file:///var/lib/svn/phpfspot/trunk@80 fa6a889d-dae6-447d-9e79-4ba9a3039384

c48fe9f8 06/11/2007 07:36 PM Andreas Unterkircher

first tag search functionality

git-svn-id: file:///var/lib/svn/phpfspot/trunk@79 fa6a889d-dae6-447d-9e79-4ba9a3039384

ad475b7b 06/09/2007 09:04 AM Andreas Unterkircher

first implementation of "selected tag condition"

git-svn-id: file:///var/lib/svn/phpfspot/trunk@74 fa6a889d-dae6-447d-9e79-4ba9a3039384

7ca20d2b 06/09/2007 07:22 AM Andreas Unterkircher

tag ignore list

git-svn-id: file:///var/lib/svn/phpfspot/trunk@72 fa6a889d-dae6-447d-9e79-4ba9a3039384

082eccbf 06/09/2007 07:13 AM Andreas Unterkircher

need to know the photo details before checkin files md5 sum

git-svn-id: file:///var/lib/svn/phpfspot/trunk@69 fa6a889d-dae6-447d-9e79-4ba9a3039384

c54dcf67 06/09/2007 07:08 AM Andreas Unterkircher

additional resolution for bubble images
image viewer class now uses parents thumbnail handling functions

git-svn-id: file:///var/lib/svn/phpfspot/trunk@68 fa6a889d-dae6-447d-9e79-4ba9a3039384

a8f48692 06/09/2007 06:58 AM Andreas Unterkircher

rename image resize function

git-svn-id: file:///var/lib/svn/phpfspot/trunk@67 fa6a889d-dae6-447d-9e79-4ba9a3039384

e1117268 06/09/2007 06:55 AM Andreas Unterkircher

md5 checksum handling with extra sqlite database

git-svn-id: file:///var/lib/svn/phpfspot/trunk@66 fa6a889d-dae6-447d-9e79-4ba9a3039384

dac334b4 06/09/2007 06:37 AM Andreas Unterkircher

general function to check if a table exists
general function to execute a query without handling results

git-svn-id: file:///var/lib/svn/phpfspot/trunk@64 fa6a889d-dae6-447d-9e79-4ba9a3039384

91b60633 06/08/2007 05:44 PM Andreas Unterkircher

when click on the loupe open a new window and display the image
in its full resolution

git-svn-id: file:///var/lib/svn/phpfspot/trunk@61 fa6a889d-dae6-447d-9e79-4ba9a3039384

ae3e5696 06/08/2007 03:22 PM Andreas Unterkircher

if we specify the image size before, the screen doesn't flickering
when the next image gets loaded

git-svn-id: file:///var/lib/svn/phpfspot/trunk@53 fa6a889d-dae6-447d-9e79-4ba9a3039384

37a17e20 06/08/2007 04:17 AM Andreas Unterkircher

display some meta data informations

git-svn-id: file:///var/lib/svn/phpfspot/trunk@49 fa6a889d-dae6-447d-9e79-4ba9a3039384

abc9aff6 06/07/2007 08:05 PM Andreas Unterkircher

moved resize_image function to PHPFSPOT class

git-svn-id: file:///var/lib/svn/phpfspot/trunk@46 fa6a889d-dae6-447d-9e79-4ba9a3039384

588923cb 06/07/2007 03:30 PM Andreas Unterkircher

some nice credit page

git-svn-id: file:///var/lib/svn/phpfspot/trunk@44 fa6a889d-dae6-447d-9e79-4ba9a3039384

d902cdfd 06/07/2007 03:09 PM Andreas Unterkircher

show additional infos in the image preview bubble

git-svn-id: file:///var/lib/svn/phpfspot/trunk@40 fa6a889d-dae6-447d-9e79-4ba9a3039384

f5ebd8bd 06/06/2007 08:38 PM Andreas Unterkircher

sort images by time like f-spot does

git-svn-id: file:///var/lib/svn/phpfspot/trunk@31 fa6a889d-dae6-447d-9e79-4ba9a3039384

415b5122 06/06/2007 08:26 PM Andreas Unterkircher

more code cleanup

git-svn-id: file:///var/lib/svn/phpfspot/trunk@29 fa6a889d-dae6-447d-9e79-4ba9a3039384

de34b624 06/06/2007 08:23 PM Andreas Unterkircher

some style fixes

git-svn-id: file:///var/lib/svn/phpfspot/trunk@28 fa6a889d-dae6-447d-9e79-4ba9a3039384

bbf672d2 06/06/2007 08:01 PM Andreas Unterkircher

fix previous & next image in single photo view

git-svn-id: file:///var/lib/svn/phpfspot/trunk@26 fa6a889d-dae6-447d-9e79-4ba9a3039384

ca33ffdc 06/06/2007 07:41 PM Andreas Unterkircher

display photo index as matrix
show a larger pic when user clicks on it

git-svn-id: file:///var/lib/svn/phpfspot/trunk@25 fa6a889d-dae6-447d-9e79-4ba9a3039384

5dd7a5cd 06/06/2007 05:27 PM Andreas Unterkircher

use a template for the photo index

git-svn-id: file:///var/lib/svn/phpfspot/trunk@23 fa6a889d-dae6-447d-9e79-4ba9a3039384

4e4feabf 06/06/2007 04:14 AM Andreas Unterkircher

if user has not selected tags right now, display all images

git-svn-id: file:///var/lib/svn/phpfspot/trunk@22 fa6a889d-dae6-447d-9e79-4ba9a3039384

495fee6e 06/05/2007 09:06 PM Andreas Unterkircher

limit displayed photos within index to tag selection

git-svn-id: file:///var/lib/svn/phpfspot/trunk@21 fa6a889d-dae6-447d-9e79-4ba9a3039384

60b6594f 06/05/2007 08:51 PM Andreas Unterkircher

some first draft of an working photo index page

git-svn-id: file:///var/lib/svn/phpfspot/trunk@20 fa6a889d-dae6-447d-9e79-4ba9a3039384

193a2982 06/05/2007 08:21 PM Andreas Unterkircher

ajax based add/remove/reset tag list

git-svn-id: file:///var/lib/svn/phpfspot/trunk@16 fa6a889d-dae6-447d-9e79-4ba9a3039384

7a8bacbb 06/04/2007 08:11 PM Andreas Unterkircher

reusable single photo function

git-svn-id: file:///var/lib/svn/phpfspot/trunk@14 fa6a889d-dae6-447d-9e79-4ba9a3039384

a9f2d88b 06/04/2007 07:15 PM Andreas Unterkircher

use rpc calls for previous/next image

git-svn-id: file:///var/lib/svn/phpfspot/trunk@11 fa6a889d-dae6-447d-9e79-4ba9a3039384

61f2970e 06/04/2007 06:32 PM Andreas Unterkircher

initial import

git-svn-id: file:///var/lib/svn/phpfspot/trunk@2 fa6a889d-dae6-447d-9e79-4ba9a3039384