root / CHANGELOG

View | Annotate | Download (4.4 KB)

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