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