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