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