Line: 9 to 9 | ||||||||
---|---|---|---|---|---|---|---|---|
manage command handler.
This method is designed to be | ||||||||
Changed: | ||||||||
< < | invoked via the TWiki::UI::run method. | |||||||
> > | invoked via the UI::run method. | |||||||
Line: 17 to 17 | ||||||||
rename command handler.
This method is designed to be | ||||||||
Changed: | ||||||||
< < | invoked via the TWiki::UI::run method. | |||||||
> > | invoked via the UI::run method. | |||||||
Rename the given topic. Details of the new topic name are passed in CGI parameters: |
Line: 30 to 30 | ||||||||
---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||
< < | !!!rename!!! | |||||||
StaticMethod move ($session,$oldWeb,$oldTopic,$newWeb,$newTopic,$attachment,\@refs)Move the given topic, or an attachment in the topic, correcting refs to the topic in the topic itself, and |
Line: 1 to 1 | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | |||||||||||||||||
> > | Package =TWiki::UI::ManageUI functions for web, topic and user managementOn this page:
StaticMethod manage ($session)manage command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
StaticMethod rename ($session)rename command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
Rename the given topic. Details of the new topic name are passed in CGI
parameters:
StaticMethod move ($session,$oldWeb,$oldTopic,$newWeb,$newTopic,$attachment,\@refs)Move the given topic, or an attachment in the topic, correcting refs to the topic in the topic itself, and in the list of topics (specified as web.topic pairs) in the \@refs array.
StaticMethod *getReferringTopics ($session,$web,$topic,$allWebs) -> \%matches
|