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