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