262bd7460b6ebc08499b230786fca134bdf6e00f
[phpfspot.git] / UPGRADE
1 == Upgrading from 1.5
2
3  * nothing special necessary.
4
5 == Upgrading from 1.4 ==
6
7  * nothing special necessary.
8  * Take a look into phpfspot_cfg.php.dist for supporting Nikon's NEF
9    format.
10  * If you want to give the new user-friendly-urls a try, checkout
11    the project website for more information.
12
13 == Upgrading from 1.3 ==
14
15  * nothing special necessary.
16  * Take a look into phpfspot_cfg.php.dist for $use_lightbox and
17    $use_autocomplete if you want to use the new features.
18
19 == Upgrading from 1.2 ==
20
21  * nothing special necessary yet.
22
23 == Upgrading from 1.1 ==
24
25  * New configuration option "show_tags". But not mandatory to be
26    specified. See the example file phpfspot_cfg.php.dist for
27    available values.
28  * phpfspot now auto-creates some indices in f-spot's database
29    to speed up some time-consuming queries. For this write access
30    to f-spot's sqlite database (usally called photos.db) is now
31    necessary. phpfspot will claim if write access is not possible.
32
33 == Upgrading from 1.0 ==
34
35  * Additional configuration option "db_access". See the example file
36    phpfspot_cfg.php.dist for available values.
37
38  * Additional configuration option "thumb_path". See the example
39    file phpfspot_cfg.php.dist for more information.
40
41  * Additional configuration option "smarty_path". See the example
42    file phpfspot_cfg.php.dist for more information.
43
44  * Thumbnail directory structure has changed. Remove all thumbnail
45    files (xxx_{md5sum}) from your current thumbs-directory.
46    phpfspot will automatically create the needed sub-directory
47    structure when regenerating the thumbnails.