From efbffbd6adb4fdc4e8bdf48f1f3d829e060107de Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Sat, 4 Nov 2000 08:32:39 +0000 Subject: none --- TWiki/TWikiUpgradeTo01Dec2000.mdwn | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'TWiki') diff --git a/TWiki/TWikiUpgradeTo01Dec2000.mdwn b/TWiki/TWikiUpgradeTo01Dec2000.mdwn index d260e9ed..bf81ae26 100644 --- a/TWiki/TWikiUpgradeTo01Dec2000.mdwn +++ b/TWiki/TWikiUpgradeTo01Dec2000.mdwn @@ -1,14 +1,14 @@ If you are coming from a version earlier than the 01 May 2000 production release, please see [[TWikiUpgradeTo01May2000]] first. -The current Beta version has these changes affecting the upgrade of the 01 May 2000 version: +The current release has these changes that affect the upgrade of the 01 May 2000 version: * Improved search, i.e. search multiple webs. * The `changes` script has been retired (related to new search). * Reorganization of topics: The TWiki.Main web was split up into TWiki.Main and TWiki.TWiki web. -These are the steps you need to perform to upgrade the 01 May 2000 version to Beta: [ We assume `export TWIKIROOT=/some/dir/` ] +These are the steps you need to perform to upgrade the 01 May 2000 version to this release: [ We assume `export TWIKIROOT=/some/dir/` ] -* Unpack the beta zip file into some working directory:
`mkdir -p ~/tmp/`
`cd ~/tmp`
`unzip ~/TWiki20001101beta.zip` +* Unpack the beta zip file into some working directory:
`mkdir -p ~/tmp/`
`cd ~/tmp`
`unzip ~/TWiki20001105.zip` * **_Upgrade the TWiki document files_** ( `twiki` ) * Move the document files to your TWiki root, i.e.
`mv ~/tmp/TWiki*.html $TWIKIROOT`
`mv ~/tmp/readme.txt $TWIKIROOT` @@ -17,7 +17,6 @@ These are the steps you need to perform to upgrade the 01 May 2000 version to Be * Rename your original `twiki/bin` directory, i.e.
`mv $TWIKIROOT/bin $TWIKIROOT/bin.old` * Move the new scripts to your original `twiki/bin` location, i.e.
`mv ~/tmp/bin $TWIKIROOT/bin` * Merge the changes in your current `wikicfg.pm` into the new `wikicfg.pm`. We suggest using `diff -c` to compared the two files if you have made heavy changes to the file, i.e.
`diff -c $TWIKIROOT/bin.old/wikicfg.pm $TWIKIROOT/bin/wikicfg.pm | less` - * In `wikicfg.pm`, change `$wikiToolName` from `"TWikibeta"` to `"TWiki"`. * Restore any additional scripts you might have from the old directory, i.e.
`mv $TWIKIROOT/bin.old/somescript $TWIKIROOT/bin/`
(Note that the `changes` script is obsolete.) * In case you have basic authentication: * The `TWikiRegistration` topic moved from the TWiki.Main web to the TWiki.TWiki web. Change `.htaccess` to reflect the new location, i.e.
`ErrorDocument 401 /cgi-bin/view/TWiki/TWikiRegistration` @@ -44,16 +43,22 @@ These are the steps you need to perform to upgrade the 01 May 2000 version to Be * Modify the `WebPreferences` topics in all your webs to reflect the following: * `WEBTOPICLIST` should use `WebChanges` for `"Changes"`, and `WebIndex` for `"Index"`, i.e.
`| Changes`
`| Index` * In case you want to exclude a web from a `web="all"` search: Set this new preference
`Set NOSEARCHALL = on` - * The `WebSearch` topics has considerable changes. Copy the one from `TWiki.TWiki` into all webs, or merge them if you made changes. To copy, do an edit-copy-edit-paste operation. + * The `WebSearch` topic has considerable changes. Copy the one from `TWiki.TWiki` into all webs, or merge them if you made changes. To copy, do an edit-copy-edit-paste operation. * Change the `WebHome` topics in all your webs to reflect these changes: 1. The "Changes" link should point to `WebChanges`. 2. The "Topic index" link should point to `WebIndex`. 3. Change the include of the web table to %INCLUDE\{"TWiki.TWikiWebsTable"\}% - * Move your `TWikiWebsTable` topic from TWiki.Main to TWiki.TWiki., i.e.
`mv $TWIKIROOT/data/Main/TWikiWebsTable* $TWIKIROOT/data/TWiki` + * Merge your `TWikiWebsTable` topic in TWiki.Main with the `TWikiWebsTable` topic in TWiki.TWiki. Note the new variable to query the color of a web. Delete the old `TWikiWebsTable` topic in TWiki.Main after merge is complete. * The following topics in the TWiki.Main web are depreciated (because they moved to TWiki.TWiki), but still need to be present in TWiki.Main because of existing links to these topics: `FileAttachment`, `TWikiDocumentation`, `TWikiHistory`, `TWikiPreferences`, `TWikiVariables`.
It is recommended to edit these topics in TWiki.Main and replace the content with this line:
This topic moved to %TWIKIWEB%.%TOPIC% in the %WIKITOOLNAME%.%TWIKIWEB% web. * The following topics in the TWiki.Main web are obsolete and can be deleted: `BillClinton`, `GoodStyle`, `RegularExpression`, `TextFormattingFAQ`, `TextFormattingRules`, `TWikiAdministration`, `TWikiCategoryTable`, `TWikiEnhancementRequests`, `TWikiImplementationNotes`, `TWikiInstallationNotes`, `TWikiNotificationOfChanges`, `TWikiPlannedFeatures`, `TWikiUpgradeTo01May2000`, `TWikiUsernameVsLoginUsername`, `TWikiWeb`, `WelcomeGuest`, `WelcomeVisitor`, `WikiName`, `WikiNotation`, `WikiTopic`, `WikiWikiClones`. Sample delete command:
`rm -f $TWIKIROOT/data/Main/BillClinton.*` * In all your webs, change references to topics that moved to the TWiki.TWiki web: * Change topics: `TWikiUsers` , `WebNotify` , `WebHome` * With links to: `TWikiPreferences` , `TWikiVariables` , `TWikiUsers` , `TWikiWebsTable` and `WelcomeGuest` --- [[Main/PeterThoeny]] - 02 Nov 2000
+* **_TWiki Access Control_** + * Read [[TWikiAccessControl]] in case you want to use the new authorization feature based on groups. + +* **_Known Issues_** + * Check for known issues of TWiki 05 Nov 2000 (production release) + +-- [[Main/PeterThoeny]] - 03 Nov 2000
-- cgit v1.2.3