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