X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=blobdiff_plain;f=TWiki%2FManagingTopics.mdwn;h=6dad97f7284e22bbcd0fa049efc76b4de8da93d1;hp=27d4822a355c94adb0a922efbccb2192da9283ae;hb=2b3eef0d25237d52f07e6709d894ee72b9875657;hpb=301bd57aa86ab4e35a5dcab421ae5b831f85df0d diff --git a/TWiki/ManagingTopics.mdwn b/TWiki/ManagingTopics.mdwn index 27d4822..6dad97f 100644 --- a/TWiki/ManagingTopics.mdwn +++ b/TWiki/ManagingTopics.mdwn @@ -1,6 +1,20 @@ -## Rename/move/delete a topic - -Select rename/move when viewing a topic to change its name, do [[DeleteTopic]] or [[MoveTopic]]. +
+ +
+ +## Managing Topics + +Select [Rename/move] when viewing a topic to change its name, delete it or move it 1. Select target Web if other than existing Web 2. Fill in new name - defaults to current name @@ -10,46 +24,44 @@ Select rename/move when viewing a topic to change its name, do [[DeleteTopic]] o - If any of the referring pages are locked then they will be listed - You can correct these later by again pressing Rename/Move -### Referring topics +### Referring Topics -Referring topics are found using the the %SEARCH% variable, see the template searchrenameview.tmpl. First, matching topics in the current Web are listed - matches are to _topic_. Next, all Webs (including the current one) are listed that match _web.topic_. Because %SEARCH% is used, Webs marked in [[WebPreferences]] as NOSEARCHALL will not show up in the search for refernces to the _topic_ being changed. +Referring topics are found using the the %SEARCH% variable, see the template **searchrenameview.tmpl**. First, matching topics in the current Web are listed - matches are to _topic_. Next, all Webs (including the current one) are listed that match _web.topic_. Because %SEARCH% is used, Webs marked in [[WebPreferences]] as NOSEARCHALL will not show up in the search for refernces to the _topic_ being changed. Changed references are kept are as short as possible, i.e. _topic_ is used in preference to _web.topic_. -### Deleting a topic +### Deleting a Topic -Topics can be _deleted_ by moving them to the Trash Web (this should be added to the default distribution). Note that topics from all Webs go into this, so there could be name clashes, the user is warned of this and asked to choose a new name. When TWiki support sub-webs, these could be created on demand in the Trash Web, which would avoid this name clash problem. +Topics can be _deleted_ by moving them to the **Trash Web**. Note that topics from all Webs go into this, so there could be name clashes, the user is warned of this and asked to choose a new name. When TWiki support sub-webs, these could be created on demand in the Trash Web, which would avoid this name clash problem. It is up to the administrator of a TWiki installation to clean the Trash Web periodically e.g. by archiving to tape of CDROM entries older than 6 months. -### Redirection from old topic +### Redirecting from an Old Topic Something like the following can be put in [[WebTopicViewTemplate]] and [[WebTopicNonWikiTemplate]] to show if a topic has moved. It does this by searching for the tag %META:TOPICMOVED\{...\}%. -## This topic used to exist and was moved to: - -# TWiki Installation Error - -Incorrect format of searchmeta template (missing sections? There should be 4 %SPLIT% tags) + %METASEARCH{type="topicmoved" web="%WEB%" topic="%TOPIC%" title="This topic used to exist and was moved to: "}% ### Permissions -Permissions affect rename in various ways. To rename a topic you need both change and rename permissions. To alter refering topics, you need change permission. See [[TWikiAccessControl]] for information on setting up permissions. +Permissions affect rename in various ways. To rename a topic you need both change and rename permissions. To alter refering topics, you need change permission. See [[TWikiDocumentation#TWiki_Access_Control]] for information on setting up permissions. -### Approach +### Procedure -- %SEARCH% is used with a special template to show the text would be changed - - User chooses which topics -- <PRE> and <verbatim> are honoured -- FIXME - more needed +- %SEARCH% is used with a special template to show text in topics that requires alteration to point to the new topic name. This includes relavent [[meta data|Main/TWikiDocumentation#Meta_Data_Definition]] + - User chooses which topics will be altered +- <PRE> and <verbatim> are honoured - no changes to text within these areas +- Topic is moved (if locks allow) +- References are changed (locks and permissions allowing) +- Any refering topics that can't be changed due to locks are listed - user can try getting these references changed at any time. -### Limitations +### Known Limitations -Rename in a Wiki is fairly complicated, due to the dynamic generation of links. Ideally it would be possible to run the required part of rendering in a way that would allow identification of the text to be changed. Unfortunately, these hooks don't exist in TWiki at present. Instead, %SEARCH% is used with a special template to show the text to be changed. And the selected topics and then altered. Search can show matches that will not be updated e.g. because of case differences. Other mis-matches to actual rendered output are also possible as the approaches are so different. +Rename in TWiki is fairly complicated due to the dynamic generation of links. Ideally it would be possible to run the required part of rendering in a way that would allow identification of the text to be changed. Unfortunately, these hooks don't exist in TWiki at present. Instead, %SEARCH% is used with a special template to show the text to be changed. And the selected topics and then altered. Search can show matches that will not be updated e.g. because of case differences. Other mis-matches to actual rendered output are also possible as the approaches are so different. The following shows some limitations of square bracket processing. - [[Old Topic]] => [[NewTopic][Old Topic]] - [[old topic]] => [[NewTopic][old topic]] - [[old t opic]] => not changed - [[OldTopic]] => [[NewTopic]] +> [[Old Topic]] => [[NewTopic][Old Topic]] +> [[old topic]] => [[NewTopic][old topic]] +> [[old t opic]] => not changed +> [[OldTopic]] => [[NewTopic]]