Package TWiki::UI::Manage

UI functions for web, topic and user management

Static Method manage ($session)

manage command handler. This method is designed to be invoked via the UI::run method.

Static Method rename ($session)

rename command handler. This method is designed to be invoked via the UI::run method. Rename the given topic. Details of the new topic name are passed in CGI parameters:

skin skin(s) to use
newweb new web name
newtopic new topic name
breaklock  
attachment  
confirm if defined, requires a second level of confirmation
currentwebonly if defined, searches current web only for links to this topic
nonwikiword if defined, a non-wikiword is acceptable for the new topic name

Static Method 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.

Will throw TWiki::OopsException or TWiki::AccessControlException on an error.

Static Method getReferringTopics ($session,$web,$topic,$allWebs) -> \%matches

Returns a hash that maps the web.topic name to a summary of the lines that matched. Will not return $web.$topic in the list



Topic TWikiUIManageDotPm . { Edit | Attach | Backlinks: Web All webs | Printable | History: r4 < r3 < r2 < r1 More }