From 8403846f89821535a1993c9e6806295a9f646083 Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Tue, 18 Sep 2001 07:17:18 +0000 Subject: none --- TWiki/TWikiUpgradeGuide.mdwn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'TWiki/TWikiUpgradeGuide.mdwn') diff --git a/TWiki/TWikiUpgradeGuide.mdwn b/TWiki/TWikiUpgradeGuide.mdwn index 634aabfc..eed4c470 100644 --- a/TWiki/TWikiUpgradeGuide.mdwn +++ b/TWiki/TWikiUpgradeGuide.mdwn @@ -188,11 +188,11 @@ You can do the following changes using your old TWiki 01-Dec-2000 or new TWiki 0 * Set the SMTPMAILHOST 5. In `WebPreferences` of all webs, add or change the following web preferences: (see `TWiki.WebPreferences`) * Add a NOSEARCHALL in case you want to exclude the web from a `web="all"` search:
`* Set NOSEARCHALL = on` - * Modify WEBTOPICLIST, ex:
\* Set WEBTOPICLIST = [[%HOMETOPIC%]\[Home]] %SEP% [[WebChanges]\[Changes]] %SEP% [[WebIndex]\[Index]] %SEP% [[WebSearch]\[Search]] %SEP% Go <input type="text" name="topic" size="16" /> + * In WEBTOPICLIST, remove the %WEB% . \{\} decoration from the list (it is now in the templates), ex:
`* Set WEBTOPICLIST = Home`
`  | Changes`
`  | Index`
`  | Search`
`  | Go ` * Add a these new preferences:
`* Set DENYWEBVIEW =`
`* Set ALLOWWEBVIEW =`
`* Set DENYWEBRENAME =`
`* Set ALLOWWEBRENAME =` - * Set FINALPREFERENCES:
`* Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME` -6. In `WebSearch` of all webs, replace content with this one line:
%INCLUDE\{"%TWIKIWEB%.WebSearch"\}% -7. In `WebChanges` of all webs, replace content with this one line:
%INCLUDE\{"%TWIKIWEB%.WebChanges"\}% + * Set the FINALPREFERENCES:
`* Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME` +6. Optional: In `WebSearch` of all webs, replace content with this one line:
%INCLUDE\{"%TWIKIWEB%.WebSearch"\}% +7. Optional: In `WebChanges` of all webs, replace content with this one line:
%INCLUDE\{"%TWIKIWEB%.WebChanges"\}% ### Step 9: Customize template files @@ -205,13 +205,13 @@ You can do the following changes using your old TWiki 01-Dec-2000 or new TWiki 0 * Templates are now rendered by TWiki. You can use all [[TextFormattingRules]], but you have to escape unwanted ones. Also, remove empty lines unless you want a `=

` tag added. * Added [[TWikiMetaData]] rendering. 3. Form Templates replace the TWikiCategoryTables: - * Create a replacement [[TWikiForms]] template based on `twikicatitems.tmpl` in each web that used a Category Table. + * Create a replacement `WebForm` topic based on `twikicatitems.tmpl` in each web that uses a Category Table. See details in [[TWikiForms]] and compare with the settings in the Know2.WebPreferences topic.
**_NOTE:_** Do not remove the `twikicatitems.tmpl` file, it is still used for topics that are of the old format. * Searches need to be adjusted to deal with format change - if all topics are upgrades, a more specific search can be done. 4. For each web that has a custom **notedited.tmpl** template, create an equivalent [[WebTopicEditTemplate]] to conform with the new [[TWIKIWEBTWikiTemplates]]. The new format replaces the `notedited.tmpl`, `notext.tmpl` and `notwiki.tmpl` templates. ### Step 10: Switch over to new installation -In this step, you move the working 01-Sep-2001 installation to the old 01-Dec-2000 installation, so that you don't have to change the URL. +In this step, you move the working 01-Sep-2001 installation to the old 01-Dec-2000 installation, so that users don't have to change the URL. 1. Test your new 01-Sep-2001 installation under `twiki/bin/2/view` to make sure everything works as expected. * **_NOTE:_** Don't worry about the Plugins, they'll work after the switch. @@ -257,6 +257,6 @@ In this step, you move the working 01-Sep-2001 installation to the old 01-Dec-20 ## Known Issues -* * Check TWiki:Codev/KnownIssuesOfTWiki01Sep2001 for known issues of TWiki 01 Sep 2001 (production release) +* Check TWiki:Codev/KnownIssuesOfTWiki01Sep2001 for known issues of TWiki 01 Sep 2001 (production release) -- [[JohnTalintyre]] - 18 Jul 2001
-- [[MikeMannix]] - 12 Sep 2001
-- [[PeterThoeny]] - 12 Sep 2001
-- cgit v1.2.3