issue96, move config check to phpfspot main class
[phpfspot.git] / CHANGELOG
1 phpfspot (1.3)
2
3   * fixed auto-rotation when EXIF Orientation header is set.
4   * removed much of HTML tables to speed up GUI.
5   * key navigation (next/prev photo, photo index, reset all).
6   * CSS cleanup
7   * fixed incorrect time-range when using external-url to enter phpfspot.
8   * display also photos which have no tags.
9   * gen_thumbs.php has a new overwrite-thumbnails option.
10   * fixed image handling which were slender enough, but too high.
11   * max. thumb height can now be changed in config settings.
12   * fix for PDO sqlite when trying to fetch one single row (contributed by
13     Arun Persaud).
14   * fix for incorrect SQL query (contributed by Arun Persaud).
15   * new sort order which will group photos by tag-names (alphabetical).
16
17  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 12 Jan 2008 11:00:00 +0100
18
19 phpfspot (1.2)
20
21   * Show only user-definied tags and pictures (contributed by Arun Persaud).
22   * handling introduced database layout of F-Spot 0.4.x
23   * cleaning up code to avoid PHP warning messages on E_ALL
24
25  -- Andreas Unterkircher <unki@netshadow.at>  Fri, 30 Dec 2007 20:03:38 +0100
26
27 phpfspot (1.1)
28
29   * new thumbnail directory strcuture inspired by GIT's directory structure
30     (contributed by Arun Persaud).
31   * support for RSS feed (v2.0)
32   * support for PHP5's PDO (PHP Data Objects) to access sqlite3 database
33     (contributed by Arun Persaud).
34   * additional configurable options
35     - Path to smarty
36     - Path to store thumbnails
37
38  -- Andreas Unterkircher <unki@netshadow.at>  Fri, 09 Nov 2007 18:41:00 +0100
39
40 phpfspot (1.0)
41
42   * first major release
43
44  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 18 Aug 2007 16:36:00 +0200