only check if phpfspot SQLite database is writeable, if the file really exists
[phpfspot.git] / CHANGELOG
1 phpfspot (1.7)
2
3  * feature, F-Spot photo versioning, #67
4  * bug, display warning when requesting invalid image size, #74
5
6  -- Andreas Unterkircher <unki@netshadow.at>  Fri, 20 Sep 2008 06:09:00 +0200
7
8 phpfspot (1.6)
9
10  * bug, sort-by rates if all photos of the library are displayed works now.
11  * bug, phpfspot used the image files last modification date instead of F-Spot's
12    recorded date when no EXIF data were available. Now it displays the same time as
13    F-Spot does.
14  * feature, date-input appears now as one field instead of seperates for year, month
15    and day.
16  * feature, make sort-order pre-configurable in phpfspot_cfg.php
17
18  -- Andreas Unterkircher <unki@netshadow.at>  Fri, 20 Jun 2008 19:40:00 +0100
19
20 phpfspot (1.5)
21
22   * feature, user-friendly URL's (with Apache's mod_rewrite).
23   * feature, display tag-selection with preview-icons in photo index.
24   * feature, support for Nikon's NEF RAW photo format (via dcraw and ImageMagick).
25   * feature, auto-scroll in photo index if thumbnails are out of sight.
26   * feature, support F-Spot's rating values.
27   * bug, if tag added to hide-tags, don't show up in photo-details box (single-photo).
28   * bug, if tag added to hide-tags, don't allow adding to selected-tags list.
29   * bug, if tag added to hide-tags, random-photo needs to take care of it.
30   * bug, auto-completition seemed not to work on all browser's caused by an &nbsp; in
31     a JavaScript URL.
32   * bug, file-name-search can now be combined with any other search and will no longer
33     produce SQL errors.
34
35  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 25 May 2008 11:00:00 +0100
36
37 phpfspot (1.4)
38
39   * feature, support PNG image format.
40   * feature, auto-completion for tag-search.
41   * feature, lightbox2 for photo preview out of the photo index.
42   * feature, a bit more color for tag-cloud.
43   * bug, SQlite temporary directory can now be set in phpfspot_cfg.php
44   * bug, modify AJAX-loading notification. Standard HTML_AJAX is getting overlayed.
45
46  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 29 Mar 2008 11:00:00 +0100
47
48 phpfspot (1.3)
49
50   * bug, fixed auto-rotation when EXIF Orientation header is set.
51   * bug, fixed incorrect time-range when using external-url to enter phpfspot.
52   * bug, display also photos which have no tags.
53   * bug, sometimes photos where displayed several times.
54   * bug, fixed image handling which were slender enough, but too high.
55   * bug, fix for PDO sqlite when trying to fetch one single row (contributed by
56   * bug, fix for incorrect SQL query (contributed by Arun Persaud).
57   * bug, fixed window-movement when switching between photo index & photo
58   * feature, removed much of HTML tables to speed up GUI & CSS cleanup
59   * feature, key navigation (next/prev photo, photo index, reset all).
60   * feature, gen_thumbs.php has a new overwrite-thumbnails option.
61   * feature, max. thumb height can now be changed in config settings.
62     Arun Persaud).
63   * feature, new sort order which will group photos by tag-names (alphabetical).
64   * feature, simplified config file by moving config-check out to the main class file.
65   * feature, script to search for duplicated photos via comparing MD5 hash sums.
66   * feature, search for filename's and through photo descriptions.
67   * feature, zooming
68   * feature, new icon's from the Nuovo icon set.
69
70  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 12 Jan 2008 11:00:00 +0100
71
72 phpfspot (1.2)
73
74   * Show only user-definied tags and pictures (contributed by Arun Persaud).
75   * handling introduced database layout of F-Spot 0.4.x
76   * cleaning up code to avoid PHP warning messages on E_ALL
77
78  -- Andreas Unterkircher <unki@netshadow.at>  Fri, 30 Dec 2007 20:03:38 +0100
79
80 phpfspot (1.1)
81
82   * new thumbnail directory strcuture inspired by GIT's directory structure
83     (contributed by Arun Persaud).
84   * support for RSS feed (v2.0)
85   * support for PHP5's PDO (PHP Data Objects) to access sqlite3 database
86     (contributed by Arun Persaud).
87   * additional configurable options
88     - Path to smarty
89     - Path to store thumbnails
90
91  -- Andreas Unterkircher <unki@netshadow.at>  Fri, 09 Nov 2007 18:41:00 +0100
92
93 phpfspot (1.0)
94
95   * first major release
96
97  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 18 Aug 2007 16:36:00 +0200