root / UPGRADE
View | Annotate | Download (1.8 KB)
| 1 | == Upgrading to 1.6 == |
|---|---|
| 2 | |
| 3 | * Nothing special needs to be done. |
| 4 | |
| 5 | == Upgrading to 1.5 == |
| 6 | |
| 7 | * PHP MySQL database interface has changed from 'mysql' to 'mysqli'. |
| 8 | See http://oss.netshadow.at/wiki/nephthys/ChangingToMySqli for more |
| 9 | details. |
| 10 | |
| 11 | * The directory for storing Smarty template engine's cache is now |
| 12 | configureable via the $tmpl_path variable in Nephthys configuration. |
| 13 | If this one has not been set in nephthys_cfg.php, it defaults |
| 14 | to $base_path. So far this does not require any change when you do |
| 15 | a upgrade from a previous version. Just to let you know. |
| 16 | |
| 17 | == Upgrading to 1.4 == |
| 18 | |
| 19 | * Nothing special needs to be done. |
| 20 | |
| 21 | == Upgrading to 1.3 == |
| 22 | |
| 23 | * Nothing special needs to be done. |
| 24 | |
| 25 | == Upgrading to 1.2 == |
| 26 | |
| 27 | * The "images" directory has been moved from the main directory into |
| 28 | the default theme directory (/themes/default). All templates have |
| 29 | been updated so they reference images & icons on the right place |
| 30 | now. If you have made your own theme, you need to followup with |
| 31 | these changes otherwise your template will reference not more |
| 32 | existing images. |
| 33 | |
| 34 | * With introducing the new multi-language system all language specific |
| 35 | text has been moved to language-files (.lang) in the "lang" directory |
| 36 | within the default theme directory (/themes/default). Templates now |
| 37 | only contain "keywords" which will be looked up when parsing the |
| 38 | Smarty templates and replaced with the text of the choosen language. |
| 39 | If you have made your own theme, you need to followup and replace |
| 40 | the text within with the language keywords - otherwise you will earn |
| 41 | many failure messages. Also you need to copy the lang-directory from |
| 42 | the default theme to your own theme. |
| 43 | |
| 44 | == Upgrading to 1.1 == |
| 45 | |
| 46 | * Nothing special needs to be done. |
| 47 | |
| 48 | == Upgrading to 1.0 == |
| 49 | |
| 50 | * This is the inital version? From what do you plan to upgrade? |
| 51 |