Difference: ManagingTopics (22 vs. 23)

Revision 232010-05-26 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Managing Topics

Line: 13 to 13
 

How to Rename/Move/Delete a Topic

Changed:
<
<
  1. Click on [More] (bottom right of page) on the topic to be changed, then, in the new screen, on [Rename/move]. You can now rename and/or move/delete in one operation:
  2. Move/Delete: Select the target web if other than the current web - choose Trash to delete a topic.
  3. Rename: Enter the new topic name - default is current name
>
>
  1. Click on [More topic actions] (bottom right of page) on the topic to be changed, then, in the new screen, on [Delete topic] or [Rename/move topic]. You can now rename and/or move/delete in one operation:
  2. To web: Select the target web if other than the current web.
  3. To topic: Enter the new topic name - default is current name
  ALERT! NOTE: You'll be warned if any of the topics to be affected are locked (being edited), or if there is a name conflict.
Changed:
<
<
  1. Prevent updates by unchecking individual items on the list of referring links - these topics will NOT to be updated with the new name (by default, all referring links will be updated).
>
>
  1. Update links: Prevent updates by unchecking individual items on the list of referring links - these topics will NOT to be updated with the new name (by default, all referring links will be updated).
 
  1. Click on [Rename/Move]: the topic will be renamed and links to the topic updated as requested.
    • If any of the referring pages are locked then they will be listed: you can correct these later by again pressing [Rename/Move].
    • HELP There is a Put back feature that allows you to undo a Rename/Move/Delete - an instruction line and undo link will appear at the bottom of the modified topic. This allows you to revert from the last modification only.
Line: 34 to 34
 

Redirecting from an Old Topic

Changed:
<
<
You can use TWikiMetaData to place a command in the WebTopicViewTemplate and WebTopicNonWikiTemplate that will indicate that a topic has been moved by searching for the tag %META:TOPICMOVED{...}%. Customize something like this:
>
>
You can use TWikiMetaData to place a command in the WebTopicViewTemplate and WebTopicNonWikiTemplate that will indicate that a topic has been moved by searching for %META:TOPICMOVED{...}%. Customize something like this:
 
Deleted:
<
<
 
Changed:
<
<
%METASEARCH{type="topicmoved" web="TWiki" topic="ManagingTopics"
>
>
%METASEARCH{type="topicmoved" web="TWiki" topic="ManagingTopics"
 title="This topic used to exist and was moved to: "}%
Deleted:
<
<
 

How Rename/Move Works

Changed:
<
<
  1. %SEARCH%, with a special template, finds and displays all occurrences of the topic name in other topics, site-wide. These referring links are by default automatically changed to the new topic and/or web name. This includes relevant TWikiMetaData definitions.
>
>
  1. %SEARCH%, with a special template, finds and displays all occurrences of the topic name in other topics, site-wide. These referring links are by default automatically changed to the new topic and/or web name. This includes relevant TWikiMetaData definitions.
 
    • User can omit one or more topics from the update list by unchecking them.
Changed:
<
<
    • <pre> and <verbatim> are honoured - no changes are made to text within these areas.
>
>
    • <pre> and <verbatim> are honored - no changes are made to text within these areas.
 
  1. The topic is moved (if locks allow).
  2. References are changed (locks and permissions permitting).
  3. Any referring topics that can't be changed due to locks are listed - user can take note and change them at another time.

How Referring Topics Are Found

Changed:
<
<
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. All webs will be searched during rename, even if NOSEARCHALL is defined on a web, though access permissions will of course be honoured.
>
>
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. All webs will be searched during rename, even if NOSEARCHALL is defined on a web, though access permissions will of course be honored.
  Changed references are kept are as short as possible, ex: topic is used in preference to web.topic.
Line: 77 to 75
  The following shows some limitations of square bracket processing.
Deleted:
<
<
 
[[Old Topic]]  => [[NewTopic][Old Topic]]
[[old topic]]  => [[NewTopic][old topic]]
[[old t opic]] => not changed
[[OldTopic]]   => [[NewTopic]]
Deleted:
<
<
  Related Topics: UserDocumentationCategory, AdminDocumentationCategory
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.ManagingTopics.