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