| ||||||||
Line: 85 to 85 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
-- MikeMannix? - 27 Dec 2001 | |||||||
> > |
-- TWiki:Main.MikeMannix - 27 Dec 2001 | |||||||
|
| ||||||||
Line: 8 to 8 | ||||||||
---|---|---|---|---|---|---|---|---|
Overview | ||||||||
Changed: | ||||||||
< < |
While view a special topic, you can use browser-based controls to change its name, move it to another TWiki web, or delete it to a hidden Trash web.
| |||||||
> > |
You can use browser-based controls to change a topic's name, move it to another TWiki web, or delete it to a hidden Trash web.
| |||||||
How to Rename/Move/Delete a Topic | ||||||||
Line: 65 to 65 | ||||||||
Consider carefully whether to make browser-based Rename/Move/Delete widely available, or to restrict it to an administrator/moderator group. Allowing all users to easily manipulate topics can be extremely useful in refactoring a busy web or site. However, there are at least two significant potential drawbacks to take into account:
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Ultimately, the size, objectives, and policies of your TWiki site, the real-world behavior of your user group, and most importantly, the initial TWiki site management leadership, will determine the most effective implementation of this feature, and the success of the site overall. |
Managing Topics | ||||||||
Deleted: | ||||||||
< < |
Overview | |||||||
Browser-based rename, move, and delete for individual topics | ||||||||
Changed: | ||||||||
< < |
How to Rename/Move/Delete a Topic | |||||||
> > |
Overview | |||||||
While view a special topic, you can use browser-based controls to change its name, move it to another TWiki web, or delete it to a hidden Trash web.
| ||||||||
Added: | ||||||||
> > |
How to Rename/Move/Delete a Topic | |||||||
| ||||||||
Line: 29 to 29 | ||||||||
---|---|---|---|---|---|---|---|---|
The Trash web should be be cleared periodically, by archiving (saving) the text and RCS files if required (recommended), then deleting them from the Trash directory.
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Redirecting from an Old Topic | ||||||||
Line: 67 to 67 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
Ultimately, the size, objectives, and policies of your TWiki site, and the real-world behavior of your user group, will determine the most effective implementation of this feature. | |||||||
> > |
Ultimately, the size, objectives, and policies of your TWiki site, the real-world behavior of your user group, and most importantly, the initial TWiki site management leadership, will determine the most effective implementation of this feature, and the success of the site overall. | |||||||
Known Issues | ||||||||
Changed: | ||||||||
< < |
Rename/Move 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 are then altered. One drawback is that search can show matches that will not be updated because of case differences. Other mismatches to actual rendered output are also possible as the approaches are so different.
| |||||||
> > |
Rename/Move 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 are then altered. One drawback is that search can show matches that will not be updated due to case differences. Other mismatches with actual rendered output are also possible as the approaches are so different.
| |||||||
The following shows some limitations of square bracket processing. |
Managing Topics | ||||||||
Deleted: | ||||||||
< < |
Browser-based rename, move, and delete for individual topics | |||||||
Overview | ||||||||
Changed: | ||||||||
< < |
Use browser controls while viewing a topic, to change its name, move it to another TWiki web, or delete it to a hidden Trash web.
| |||||||
> > |
Browser-based rename, move, and delete for individual topics | |||||||
How to Rename/Move/Delete a Topic | ||||||||
Changed: | ||||||||
< < |
Referring Topics | |||||||
> > |
While view a special topic, you can use browser-based controls to change its name, move it to another TWiki web, or delete it to a hidden Trash web.
| |||||||
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, ex: topic is used in preference to web.topic.
| |||||||
> > |
| |||||||
Changed: | ||||||||
< < |
About Deleting a Topic | |||||||
> > |
Deleted Topics: How to Clear the Trash | |||||||
Changed: | ||||||||
< < |
Deleted topics are moved to the Trash web - NOT physically erased from the server. All webs share Trash - in case of a name conflict with a topic already Trash , the user is alerted and asked to choose a new name.
| |||||||
> > |
Deleted topics are moved to a special Trash web - they are NOT physically erased from the server. All webs share Trash - in case of a name conflict with a topic already Trash , the user is alerted and asked to choose a new name.
| |||||||
Changed: | ||||||||
< < |
Clearing the Trash | |||||||
> > |
The Trash web should be be cleared periodically, by archiving (saving) the text and RCS files if required (recommended), then deleting them from the Trash directory.
| |||||||
Changed: | ||||||||
< < |
The Trash web should be be cleared periodically, by archiving the contents if required (recommended), then deleting the files from the Trash directory.
| |||||||
> > |
| |||||||
Redirecting from an Old Topic | ||||||||
Changed: | ||||||||
< < |
You can use TWikiMetaData to place a command in WebTopicViewTemplate and WebTopicNonWikiTemplate that will show if a topic has 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 the tag %META:TOPICMOVED{...}%. Customize something like this: | |||||||
| ||||||||
Line: 47 to 42 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
Effect of Access SettingsPermissions affect the rename function in various ways. To rename a topic, you need both change and rename permissions. To alter referring topics, you need change permission. See TWikiAccessControl for information on setting up access permissions.How Rename/move Works | |||||||
> > |
How Rename/Move Works | |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
How Referring Topics Are FoundReferring topics are found using the %SEARCH% variable - see the templatesearchrenameview.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 references to the topic being changed.
Changed references are kept are as short as possible, ex: topic is used in preference to web.topic .
Effect of User Access SettingsUser permissions affect the Rename function in various ways. To rename a topic, you need bothALLOWTOPICCHANGE and ALLOWTOPICRENAME permission for that topic. To alter referring topics, you need change permission. See TWikiAccessControl for information on setting up access permissions.
Special ConsiderationsConsider carefully whether to make browser-based Rename/Move/Delete widely available, or to restrict it to an administrator/moderator group. Allowing all users to easily manipulate topics can be extremely useful in refactoring a busy web or site. However, there are at least two significant potential drawbacks to take into account:
| |||||||
Changed: | ||||||||
< < |
Known Limitations | |||||||
> > |
Known Issues | |||||||
Changed: | ||||||||
< < |
Rename/move in 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 are then altered. One drawback is that search can show matches that will not be updated because of case differences. Other mismatches to actual rendered output are also possible as the approaches are so different.
| |||||||
> > |
Rename/Move 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 are then altered. One drawback is that search can show matches that will not be updated because of case differences. Other mismatches to actual rendered output are also possible as the approaches are so different.
| |||||||
The following shows some limitations of square bracket processing. | ||||||||
Line: 75 to 85 | ||||||||
Changed: | ||||||||
< < |
-- MikeMannix? - 15 Sep 2001 | |||||||
> > |
-- MikeMannix? - 27 Dec 2001 | |||||||
|
| ||||||||
Line: 49 to 49 | ||||||||
---|---|---|---|---|---|---|---|---|
Effect of Access Settings | ||||||||
Changed: | ||||||||
< < |
Permissions affect the rename function in various ways. To rename a topic, you need both change and rename permissions. To alter refer4ing topics, you need change permission. See TWikiAccessControl for information on setting up access permissions. | |||||||
> > |
Permissions affect the rename function in various ways. To rename a topic, you need both change and rename permissions. To alter referring topics, you need change permission. See TWikiAccessControl for information on setting up access permissions. | |||||||
How Rename/move Works |
| ||||||||
Line: 8 to 8 | ||||||||
---|---|---|---|---|---|---|---|---|
Overview | ||||||||
Changed: | ||||||||
< < |
Using browser controls while viewing a topic, you change its name, move it to another TWiki web, or delete it: | |||||||
> > |
Use browser controls while viewing a topic, to change its name, move it to another TWiki web, or delete it to a hidden Trash web.
| |||||||
Changed: | ||||||||
< < |
| |||||||
> > |
How to Rename/Move/Delete a Topic
| |||||||
| ||||||||
Changed: | ||||||||
< < |
NOTE: You will be warned if there are locks or if there is a name conflict
| |||||||
> > |
NOTE: You will be warned if there are locks or if there is a name conflict.
| |||||||
Referring TopicsReferring topics are found using the the %SEARCH% variable, see the templatesearchrenameview.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: | ||||||||
< < |
Changed references are kept are as short as possible, i.e. topic is used in preference to web.topic. | |||||||
> > |
Changed references are kept are as short as possible, ex: topic is used in preference to web.topic. | |||||||
Changed: | ||||||||
< < |
Deleting a Topic | |||||||
> > |
About Deleting a Topic | |||||||
Deleted topics are moved to the Trash web - NOT physically erased from the server. All webs share Trash - in case of a name conflict with a topic already Trash , the user is alerted and asked to choose a new name.
| ||||||||
Changed: | ||||||||
< < |
Clearing the Trash | |||||||
> > |
Clearing the Trash | |||||||
Changed: | ||||||||
< < |
NOTE: The Trash web should be be cleared periodically, by archiving the contents if required (recommended), then deleting the files from the Trash directory.
| |||||||
> > |
The Trash web should be be cleared periodically, by archiving the contents if required (recommended), then deleting the files from the Trash directory.
| |||||||
Redirecting from an Old Topic | ||||||||
Line: 44 to 47 | ||||||||
Changed: | ||||||||
< < |
Impact of Topic Access Settings | |||||||
> > |
Effect of Access Settings | |||||||
Permissions affect the rename function in various ways. To rename a topic, you need both change and rename permissions. To alter refer4ing topics, you need change permission. See TWikiAccessControl for information on setting up access permissions.
How Rename/move Works | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Known Limitations |
| ||||||||
Deleted: | ||||||||
< < |
Note: Included topic UtilTempDocNote? does not exist yet | |||||||
Managing Topics | ||||||||
Line: 10 to 8 | ||||||||
---|---|---|---|---|---|---|---|---|
Overview | ||||||||
Changed: | ||||||||
< < |
Select Rename/move when viewing a topic to change its name, move it to another TWiki web, or delete it: | |||||||
> > |
Using browser controls while viewing a topic, you change its name, move it to another TWiki web, or delete it: | |||||||
| ||||||||
Line: 22 to 20 | ||||||||
Referring Topics | ||||||||
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.
| |||||||
> > |
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. | ||||||||
Line: 74 to 72 | ||||||||
Added: | ||||||||
> > |
-- MikeMannix? - 15 Sep 2001 | |||||||
|
| ||||||||
Line: 13 to 13 | ||||||||
---|---|---|---|---|---|---|---|---|
Select Rename/move when viewing a topic to change its name, move it to another TWiki web, or delete it:
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
NOTE: You will be warned if there are locks or if there is a name conflict
| ||||||||
Line: 48 to 48 | ||||||||
Impact of Topic Access Settings | ||||||||
Changed: | ||||||||
< < |
Permissions affect the rename function in various ways. To rename a topic, you need both change and rename permissions. To alter refer4ing topics, you need change permission. See TWikiDocumentation#TWiki_Access_Control for information on setting up access permissions. | |||||||
> > |
Permissions affect the rename function in various ways. To rename a topic, you need both change and rename permissions. To alter refer4ing topics, you need change permission. See TWikiAccessControl for information on setting up access permissions. | |||||||
How Rename/move Works | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
| ||||||||
Line: 41 to 41 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < |
%METASEARCH{type="topicmoved" web="TWiki" topic="ManagingTopics" title="This topic used to exist and was moved to: "}% | |||||||
> > |
%METASEARCH{type="topicmoved" web="TWiki" topic="ManagingTopics" title="This topic used to exist and was moved to: "}% | |||||||
| ||||||||
Added: | ||||||||
> > |
Note: Included topic UtilTempDocNote? does not exist yet | |||||||
Managing Topics |
| ||||||||
Changed: | ||||||||
< < |
Managing Topics | |||||||
> > |
Managing Topics | |||||||
Browser-based rename, move, and delete for individual topics | ||||||||
Changed: | ||||||||
< < |
Overview | |||||||
> > |
Overview | |||||||
Select Rename/move when viewing a topic to change its name, move it to another TWiki web, or delete it: | ||||||||
Line: 18 to 18 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < |
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.
Changed references are kept are as short as possible, i.e. topic is used in preference to web.topic.
| ||||||||
Changed: | ||||||||
< < |
Deleting a Topic | |||||||
> > |
Deleting a Topic | |||||||
Deleted topics are moved to the Trash web - NOT physically erased from the server. All webs share Trash - in case of a name conflict with a topic already Trash , the user is alerted and asked to choose a new name.
| ||||||||
Changed: | ||||||||
< < |
Clearing the Trash | |||||||
> > |
Clearing the Trash | |||||||
NOTE: The Trash web should be be cleared periodically, by archiving the contents if required (recommended), then deleting the files from the Trash directory.
| ||||||||
Changed: | ||||||||
< < |
Redirecting from an Old Topic | |||||||
> > |
Redirecting from an Old Topic | |||||||
You can use TWikiMetaData to place a command in WebTopicViewTemplate and WebTopicNonWikiTemplate that will show if a topic has moved by searching for the tag %META:TOPICMOVED{...}%. Customize something like this: | ||||||||
Line: 43 to 43 | ||||||||
Changed: | ||||||||
< < |
Impact of Topic Access Settings | |||||||
> > |
Impact of Topic Access Settings | |||||||
Permissions affect the rename function in various ways. To rename a topic, you need both change and rename permissions. To alter refer4ing topics, you need change permission. See TWikiDocumentation#TWiki_Access_Control for information on setting up access permissions. | ||||||||
Changed: | ||||||||
< < |
How Rename/move Works | |||||||
> > |
How Rename/move Works | |||||||
| ||||||||
Line: 56 to 56 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
Known Limitations | |||||||
> > |
Known Limitations | |||||||
Rename/move in 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 are then altered. One drawback is that search can show matches that will not be updated because of case differences. Other mismatches to actual rendered output are also possible as the approaches are so different.
|
Managing Topics | ||||||||
Changed: | ||||||||
< < |
Select [Rename/move] when viewing a topic to change its name, delete it or move it | |||||||
> > |
Browser-based rename, move, and delete for individual topics | |||||||
Changed: | ||||||||
< < |
| |||||||
> > |
OverviewSelect Rename/move when viewing a topic to change its name, move it to another TWiki web, or delete it:
| |||||||
| ||||||||
Changed: | ||||||||
< < |
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.
Changed references are kept are as short as possible, i.e. topic is used in preference to web.topic.
| ||||||||
Changed: | ||||||||
< < |
Deleting a Topic | |||||||
> > |
Deleting a Topic | |||||||
Changed: | ||||||||
< < |
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.
| |||||||
> > |
Deleted topics are moved to the Trash web - NOT physically erased from the server. All webs share Trash - in case of a name conflict with a topic already Trash , the user is alerted and asked to choose a new name.
| |||||||
Changed: | ||||||||
< < |
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. | |||||||
> > |
Clearing the TrashNOTE: TheTrash web should be be cleared periodically, by archiving the contents if required (recommended), then deleting the files from the Trash directory.
| |||||||
Redirecting from an Old Topic | ||||||||
Changed: | ||||||||
< < |
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{...}%. | |||||||
> > |
You can use TWikiMetaData to place a command in WebTopicViewTemplate and WebTopicNonWikiTemplate that will show if a topic has moved by searching for the tag %META:TOPICMOVED{...}%. Customize something like this: | |||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
%METASEARCH{type="topicmoved" web="TWiki" topic="ManagingTopics" title="This topic used to exist and was moved to: "}% | ||||||||
Changed: | ||||||||
< < |
||||||||
> > |
||||||||
Changed: | ||||||||
< < |
Permissions | |||||||
> > |
Impact of Topic Access Settings | |||||||
Changed: | ||||||||
< < |
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. | |||||||
> > |
Permissions affect the rename function in various ways. To rename a topic, you need both change and rename permissions. To alter refer4ing topics, you need change permission. See TWikiDocumentation#TWiki_Access_Control for information on setting up access permissions. | |||||||
Changed: | ||||||||
< < |
Procedure | |||||||
> > |
How Rename/move Works | |||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Known Limitations | ||||||||
Changed: | ||||||||
< < |
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. | |||||||
> > |
Rename/move in 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 are then altered. One drawback is that search can show matches that will not be updated because of case differences. Other mismatches to actual rendered output are also possible as the approaches are so different.
| |||||||
The following shows some limitations of square bracket processing. |
| ||||||||
Changed: | ||||||||
< < |
Modifying Topics | |||||||
> > |
Managing Topics | |||||||
Changed: | ||||||||
< < |
Select rename/move when viewing a topic to change its name, delete it or move it | |||||||
> > |
Select [Rename/move] when viewing a topic to change its name, delete it or move it | |||||||
| ||||||||
Line: 14 to 14 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < |
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.
Changed references are kept are as short as possible, i.e. topic is used in preference to web.topic.
| ||||||||
Changed: | ||||||||
< < |
Deleting a topic | |||||||
> > |
Deleting a Topic | |||||||
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.
| ||||||||
Changed: | ||||||||
< < |
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{...}%. | ||||||||
Line: 38 to 38 | ||||||||
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. | ||||||||
Changed: | ||||||||
< < |
Approach | |||||||
> > |
Procedure | |||||||
| ||||||||
Line: 47 to 47 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
Limitations | |||||||
> > |
Known Limitations | |||||||
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. | ||||||||
Added: | ||||||||
> > |
| |||||||
[[Old Topic]] => [[NewTopic][Old Topic]] [[old topic]] => [[NewTopic][old topic]] [[old t opic]] => not changed [[OldTopic]] => [[NewTopic]] | ||||||||
Added: | ||||||||
> > |
||||||||
Changed: | ||||||||
< < |
||||||||
> > |
|
| ||||||||
Changed: | ||||||||
< < |
Rename/move/delete a topic | |||||||
> > |
Modifying Topics | |||||||
Select rename/move when viewing a topic to change its name, delete it or move it |
| ||||||||
Added: | ||||||||
> > |
TOC: No TOC in "TWiki.ManagingTopics" | |||||||
Rename/move/delete a topic | ||||||||
Changed: | ||||||||
< < |
Select rename/move when viewing a topic to change its name, Delete it? or Move it | |||||||
> > |
Select rename/move when viewing a topic to change its name, delete it or move it | |||||||
|
Rename/move/delete a topic | ||||||||
Changed: | ||||||||
< < |
Select rename/move when viewing a topic to change its name, do DeleteTopic? or MoveTopic. | |||||||
> > |
Select rename/move when viewing a topic to change its name, Delete it? or Move it | |||||||
| ||||||||
Line: 14 to 14 | ||||||||
---|---|---|---|---|---|---|---|---|
Referring topics | ||||||||
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. | |||||||
> > |
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 | ||||||||
Changed: | ||||||||
< < |
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. | ||||||||
Line: 29 to 29 | ||||||||
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{...}%.
| ||||||||
Changed: | ||||||||
< < |
This topic used to exist and was moved to: | |||||||
> > |
%METASEARCH{type="topicmoved" web="TWiki" topic="ManagingTopics" title="This topic used to exist and was moved to: "}% | |||||||
Permissions | ||||||||
Changed: | ||||||||
< < |
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 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Limitations | ||||||||
Changed: | ||||||||
< < |
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. |
| ||||||||
Changed: | ||||||||
< < |
Rename/move/delete a topic | |||||||
> > |
Rename/move/delete a topic | |||||||
Select rename/move when viewing a topic to change its name, do DeleteTopic? or MoveTopic. | ||||||||
Line: 12 to 12 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < |
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. Changed references are kept are as short as possible, i.e. topic is used in preference to web.topic. | ||||||||
Changed: | ||||||||
< < |
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. 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. | ||||||||
Changed: | ||||||||
< < |
Redirection from old topic | |||||||
> > |
Redirection from 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{...}%. | ||||||||
Line: 32 to 32 | ||||||||
This topic used to exist and was moved to: | ||||||||
Changed: | ||||||||
< < |
Permissions | |||||||
> > |
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. | ||||||||
Added: | ||||||||
> > |
Approach
LimitationsRename 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. 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]] | |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Rename/move/delete a topicSelect rename/move when viewing a topic to change its name, do DeleteTopic? or MoveTopic.
Referring topicsReferring 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 topicTopics 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. 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 topicSomething 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{...}%.
PermissionsPermissions 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. |