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