Revision history for Installing12
Additions:
||div.commentheader||div#commentheader||replaced class with id||
Deletions:
Additions:
||div.commentsheader||div#commentsheader||replaced class with id||
Deletions:
Revision [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:
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====
===1. Themes===
===2. Menus===
===3. Stylesheets===
====Feedback====
Deletions:
===Themes===
===Stylesheets===
===Menus===
===Feedback===
Additions:
A new [[WikkaMenus | 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 [[WikkaMenus | here]].
Deletions:
No Differences
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 [[WikkaInstallation | this page]] instead.
====Upgrading from 1.1.6.7 or ealier====
===Themes===
Wikka 1.2 introduces support for [[WikkaThemes | 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 [[DefaultLayout | 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||
|#|{text-align:left}
||@@''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 [[DefaultLayout | 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 [[http://tracker.wikkawiki.org | tracker]].
====Upgrading from 1.1.6.7 or ealier====
===Themes===
Wikka 1.2 introduces support for [[WikkaThemes | 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 [[DefaultLayout | 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||
|#|{text-align:left}
||@@''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 [[DefaultLayout | 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 [[http://tracker.wikkawiki.org | tracker]].
Deletions:
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 [[http://wush.net/trac/wikka/browser/tags/1.2/ | Wikka 1.2]] from the ""<abbr title="Subversion">SVN</abbr>"" repository. **Wikka 1.2** was built from [[http://wush.net/trac/wikka/browser/tags/1.2?rev=1374 | r1374]] ([[http://wush.net/trac/wikka/log/tags/1.2?action=stop_on_copy&mode=follow_copy&rev=1374 | log]])
Please report any bug, issue or feature suggestion for 1.2 in the [[http://tracker.wikkawiki.org | tracker]].
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 [[WikkaMenus | here]].
Deletions:
Additions:
To upgrade from a previous 1.1.6.7 or earlier install, simply overwrite all existing files from the installation with a fresh [[WhatsNew12 | 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:
Additions:
""<div style="float:left; margin: 10px 0 10px 0; padding: 0 15px 10px 15px; width:97%; background-color:#FEE; border:1px solid #EDD">
<h3>Important note</h3>
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>
</div>""
<h3>Important note</h3>
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>
</div>""
Deletions:
Additions:
{{color c="red" text="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 [[http://wikkawiki.org/WikkaMenus | here]].
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 [[http://wikkawiki.org/WikkaMenus | here]].
Deletions:
Additions:
===== Installation and upgrade notes for Wikka 1.2 =====
{{color c="red" text="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.//
~-[[WhatsNew12 | What's new in 1.2]]
~-[[WikkaReleaseNotes12 | Changelog for 1.2]]
===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 [[WhatsNew12 | 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 [[http://wush.net/trac/wikka/browser/tags/1.2/ | Wikka 1.2]] from the ""<abbr title="Subversion">SVN</abbr>"" repository. **Wikka 1.2** was built from [[http://wush.net/trac/wikka/browser/tags/1.2?rev=1374 | r1374]] ([[http://wush.net/trac/wikka/log/tags/1.2?action=stop_on_copy&mode=follow_copy&rev=1374 | log]])
Please report any bug, issue or feature suggestion for 1.2 in the [[http://tracker.wikkawiki.org | tracker]].
{{color c="red" text="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.//
~-[[WhatsNew12 | What's new in 1.2]]
~-[[WikkaReleaseNotes12 | Changelog for 1.2]]
===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 [[WhatsNew12 | 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 [[http://wush.net/trac/wikka/browser/tags/1.2/ | Wikka 1.2]] from the ""<abbr title="Subversion">SVN</abbr>"" repository. **Wikka 1.2** was built from [[http://wush.net/trac/wikka/browser/tags/1.2?rev=1374 | r1374]] ([[http://wush.net/trac/wikka/log/tags/1.2?action=stop_on_copy&mode=follow_copy&rev=1374 | log]])
Please report any bug, issue or feature suggestion for 1.2 in the [[http://tracker.wikkawiki.org | tracker]].
Deletions:
~-[[WhatsNew1167 | What's new in 1.1.6.7]]
~-[[WikkaReleaseNotes1167 | Changelog for 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 [[WhatsNew1167 | 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 [[http://wush.net/trac/wikka/browser/tags/1.1.6.7/ | Wikka 1.1.6.7]] from the ""<abbr title="Subversion">SVN</abbr>"" repository. **Wikka 1.1.6.7** was built from [[http://wush.net/trac/wikka/browser/tags/1.1.6.7?rev=1374 | r1374]] ([[http://wush.net/trac/wikka/log/tags/1.1.6.7?action=stop_on_copy&mode=follow_copy&rev=1374 | log]])
Please report any bug, issue or feature suggestion for 1.1.6.7 in the [[http://tracker.wikkawiki.org | tracker]].