Additions:
| div.commentheader | div#commentheader | replaced class with id |
Deletions:
| div.commentsheader | div#commentsheader | replaced class with id |
Additions:
| div.commentsheader | div#commentsheader | replaced class with id |
Deletions:
| div.commentheader | div#commentheader | replaced class with id |
[2040] Edited on
2009-08-24 03:15:15 by
DarTar [adding warning on templates/ directory on top of css/]
Additions:
This version of
WikkaWiki incorporates new support for modularized themes. A new file hierarchy is being introduced, and the old <tt>css/</tt> directory is going away. <strong>It is imperative that you make a backup of your <tt>css/</tt> and <tt>templates/</tt> directory BEFORE attempting to upgrade, if you have customized your site theme!</strong> Failure to do so will most likely result in a loss of part or all of your theme changes. <em>It's always good practice to back up both your Wikka install directory and your database prior to any upgrades.</em>
Deletions:
This version of WikkaWiki incorporates new support for modularized themes. A new file hierarchy is being introduced, and the old <tt>css/</tt> directory is going away. <strong>It is imperative that you make a backup of your <tt>css/</tt> directory BEFORE attempting to upgrade, if you have customized your site theme!</strong> Failure to do so will most likely result in a loss of part or all of your theme changes. <em>It's always good practice to back up both your Wikka install directory and your database prior to any upgrades.</em>
Additions:
""<div style="float:left; margin: 20px 0; padding: 0 15px 10px 15px; width:97%; background-color:#FEE; border:1px solid #EDD">
1. Themes
2. Menus
3. Stylesheets
Feedback
Deletions:
""<div style="float:left; margin: 10px 0 10px 0; padding: 0 15px 10px 15px; width:97%; background-color:#FEE; border:1px solid #EDD">
Themes
Stylesheets
Menus
Feedback
Additions:
A new menu/navigation system has been implemented. If you have customized your navigation links in your wikka.config.php file, the upgrader should convert these links to the new format. If for some reason the upgrade wizard does not convert your links correctly, you will need to manually adjust the menu items under the config/ directory. Navigation links are no longer maintained in wikka.config.php. Additional information on the new menu system can be found here.
Deletions:
A new menu/navigation system has been implemented. If you have customized your navigation links in your wikka.config.php file, the upgrader should convert these links to the new format. If for some reason the upgrade wizard does not convert your links correctly, you will need to manually adjust the menu items under the config/ directory. Navigation links are no longer maintained in wikka.config.php. Additional information on the new menu system can be found here.
[2037] Edited on
2009-08-19 11:22:37 by
DarTar [more info on upgrading]
No Differences
[2036] Edited on
2009-08-19 11:22:11 by
DarTar [more info on upgrading]
Additions:
These are instructions you should follow if you wish to upgrade an existing wiki running on Wikka 1.1.X to 1.2. If you are installing Wikka for the first time, please refer to this page instead.
Upgrading from 1.1.6.7 or ealier
Themes
Wikka 1.2 introduces support for themes. All files required by the default theme (including stylesheets) can now be found under templates/default.
After upgrading from 1.1.X, the legacy css/ directory will no longer be used by WikkaWiki. Provided you have saved anything of importance in that directory, you may safely delete the contents of this directory after upgrading.
Stylesheets
Wikka 1.2 uses a new, more flexible default page layout. If you wish to patch your 1.1.X stylesheet to work under 1.2, you should follow these conversion rules:
| 1.1.X | 1.2 | Notes |
n/a
| div#page | new wrapper introduced in 1.2 |
| div.header | div#header | replaced class with id |
n/a
| ul#main_menu | new style hook introduced in 1.2 |
| div.content | div#content | replaced class with id |
| div.footer | div#footer | replaced class with id |
n/a
| ul#options_menu | new style hook introduced in 1.2 |
n/a
| div#comments | new wrapper introduced in 1.2 |
| div.commentheader | div#commentheader | replaced class with id |
| div.commentform | div#commentform | replaced class with id |
| div.smallprint | div#smallprint | replaced class with id |
Further information on the default page template used as of 1.2 can be found
here.
Menus
Feedback on potential issues related to upgrading from previous versions is always welcome. Please report any bug, issue or feature suggestion for 1.2 in the tracker.
Deletions:
Upgrading from 1.1.6.7 or ealier
After upgrading, the css/ directory will no longer be used by WikkaWiki. Provided you have saved anything of importance in that directory, you may safely delete the contents of this directory after upgrading.
Browse the source
You can browse the source code of Wikka 1.2 from the SVN repository. Wikka 1.2 was built from r1374 (log)
Please report any bug, issue or feature suggestion for 1.2 in the tracker.
[2014] Edited on
2009-08-19 04:34:03 by
DarTar [link to menu config instructions]
Additions:
A new menu/navigation system has been implemented. If you have customized your navigation links in your wikka.config.php file, the upgrader should convert these links to the new format. If for some reason the upgrade wizard does not convert your links correctly, you will need to manually adjust the menu items under the config/ directory. Navigation links are no longer maintained in wikka.config.php. Additional information on the new menu system can be found here.
Deletions:
A new menu/navigation system has been implemented. If you have customized your navigation links in your wikka.config.php file, the upgrader should convert these links to the new format. If for some reason the upgrade wizard does not convert your links correctly, you will need to manually adjust the menu items under the config/ directory. Navigation links are no longer maintained in wikka.config.php. Additional information on the new menu system can be found here.
[2012] Edited on
2009-08-19 04:28:33 by
DarTar [formatting upgrade note]
Additions:
To upgrade from a previous 1.1.6.7 or earlier install, simply overwrite all existing files from the installation with a fresh 1.2 download. The upgrader will be invoked so you can verify existing DB and/or config settings. Please be sure to read the important upgrade notice at the top of this page before proceeding.
Deletions:
To upgrade from a previous 1.1.6.7 or ealier install, simply overwrite all existing files from the installation with a fresh 1.2 download. The upgrader will be invoked so you can verify existing DB and/or config settings. Please be sure to read the important upgrade notice at the top of this page before proceeding.
[2011] Edited on
2009-08-19 04:27:50 by
DarTar [formatting upgrade note]
Additions:
Important note
This version of WikkaWiki incorporates new support for modularized themes. A new file hierarchy is being introduced, and the old css/ directory is going away. It is imperative that you make a backup of your css/ directory BEFORE attempting to upgrade, if you have customized your site theme! Failure to do so will most likely result in a loss of part or all of your theme changes. It's always good practice to back up both your Wikka install directory and your database prior to any upgrades.
Deletions:
Important--Please Read:This version of WikkaWiki incorporates new support for modularized themes. A new file hierarchy is being introduced, and the old css/ directory is going away. It is imperative that you make a backup of your css/ directory BEFORE attempting to upgrade if you have customized your site theme! Failure to do so will most likely result in a loss of part or all of your theme changes. It's always good practice to back up both your Wikka install directory and your database prior to any upgrades.
[1999] Edited on
2009-08-14 23:37:13 by
BrianKoontz [Additional instructions/warnings]
Additions:
Important--Please Read:This version of WikkaWiki incorporates new support for modularized themes. A new file hierarchy is being introduced, and the old css/ directory is going away. It is imperative that you make a backup of your css/ directory BEFORE attempting to upgrade if you have customized your site theme! Failure to do so will most likely result in a loss of part or all of your theme changes. It's always good practice to back up both your Wikka install directory and your database prior to any upgrades.
After upgrading, the css/ directory will no longer be used by WikkaWiki. Provided you have saved anything of importance in that directory, you may safely delete the contents of this directory after upgrading.
A new menu/navigation system has been implemented. If you have customized your navigation links in your wikka.config.php file, the upgrader should convert these links to the new format. If for some reason the upgrade wizard does not convert your links correctly, you will need to manually adjust the menu items under the config/ directory. Navigation links are no longer maintained in wikka.config.php. Additional information on the new menu system can be found here.
Deletions:
Important--Please Read:This version of WikkaWiki incorporates new support for modularized themes. A new file hierarchy is being introduced, and the old css/ directory is going away. It is imperative that you make a backup of your css/ directory BEFORE attempting to upgrade if you have customized your site theme! Failure to do so will most likely result in a loss of part or all of your theme changes. It's always good practice to back up both your Wikka install directory and your database prior to any upgrades.
Additions:
Installation and upgrade notes for Wikka 1.2
Important--Please Read:This version of WikkaWiki incorporates new support for modularized themes. A new file hierarchy is being introduced, and the old css/ directory is going away. It is imperative that you make a backup of your css/ directory BEFORE attempting to upgrade if you have customized your site theme! Failure to do so will most likely result in a loss of part or all of your theme changes. It's always good practice to back up both your Wikka install directory and your database prior to any upgrades.
Upgrading from 1.1.6.7 or ealier
To upgrade from a previous 1.1.6.7 or ealier install, simply overwrite all existing files from the installation with a fresh 1.2 download. The upgrader will be invoked so you can verify existing DB and/or config settings. Please be sure to read the important upgrade notice at the top of this page before proceeding.
You can browse the source code of Wikka 1.2 from the SVN repository. Wikka 1.2 was built from r1374 (log)
Please report any bug, issue or feature suggestion for 1.2 in the tracker.
Deletions:
Installation and upgrade notes for Wikka 1.1.6.7
Upgrading from 1.1.6.6 or ealier
To upgrade from a previous 1.1.6.6 or ealier install, simply overwrite all existing files from the installation with a fresh 1.1.6.7 download. The upgrader will be invoked so you can verify existing DB and/or config settings.
You can browse the source code of Wikka 1.1.6.7 from the SVN repository. Wikka 1.1.6.7 was built from r1374 (log)
Please report any bug, issue or feature suggestion for 1.1.6.7 in the tracker.
[1997] The oldest known version of this page was created on
2009-08-14 23:22:57 by
BrianKoontz [Cloned from Installing1167]
Installation and upgrade notes for Wikka 1.1.6.7
Users running previous versions of Wikka are strongly recommended to
upgrade or
install a fresh package.
Upgrading via the web-based wizard takes only a few minutes.
Upgrading from 1.1.6.6 or ealier
To upgrade from a previous 1.1.6.6 or ealier install, simply overwrite all existing files from the installation with a fresh
1.1.6.7 download. The upgrader will be invoked so you can verify existing DB and/or config settings.
Browse the source
You can browse the source code of
Wikka 1.1.6.7 from the
SVN repository.
Wikka 1.1.6.7 was built from
r1374 (
log)
Feedback
Please report any bug, issue or feature suggestion for 1.1.6.7 in the
tracker.
CategoryEN