Revision history for Installing12


Revision [2146]

Last edited on 2009-11-06 10:53:37 by YanB [typo]
Additions:
||div.commentheader||div#commentheader||replaced class with id||
Deletions:
||div.commentsheader||div#commentsheader||replaced class with id||


Revision [2145]

Edited on 2009-11-06 01:56:36 by YanB [typo]
Additions:
||div.commentsheader||div#commentsheader||replaced class with id||
Deletions:
||div.commentheader||div#commentheader||replaced class with id||


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:
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>


Revision [2039]

Edited on 2009-08-24 03:13:45 by DarTar [[m] layout]
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===


Revision [2038]

Edited on 2009-08-19 11:23:48 by DarTar [link]
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:
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]].


Revision [2037]

Edited on 2009-08-19 11:22:37 by DarTar [more info on upgrading]

No Differences

Revision [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 [[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]].
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 [[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]].


Revision [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 [[WikkaMenus | 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 [[http://wikkawiki.org/WikkaMenus | here]].


Revision [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 [[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:
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.**


Revision [2011]

Edited on 2009-08-19 04:27:50 by DarTar [formatting upgrade note]
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>""
Deletions:
{{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.//


Revision [1999]

Edited on 2009-08-14 23:37:13 by BrianKoontz [Additional instructions/warnings]
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]].
Deletions:
{{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.//


Revision [1998]

Edited on 2009-08-14 23:28:02 by BrianKoontz [Initial draft]
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]].
Deletions:
===== Installation and upgrade notes for Wikka 1.1.6.7 =====
~-[[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]].


Revision [1997]

The oldest known version of this page was created on 2009-08-14 23:22:57 by BrianKoontz [Initial draft]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki