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