root / UPGRADE

View | Annotate | Download (1.8 KB)

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