root / UPGRADE

View | Annotate | Download (1.6 KB)

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