Line: 56 to 56 | ||||||||
---|---|---|---|---|---|---|---|---|
StaticMethod readTemplateTopic ($session,$theTopicName) -> ($meta,$text) | ||||||||
Changed: | ||||||||
< < | Read a topic from the TWiki web, or if that fails from the current web. | |||||||
> > | Search for a template topic in current web, Main web, and TWiki web, in that order. | |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < | Package | |||||||
> > | Package == | |||||||
Changed: | ||||||||
< < | Service functions used by the UI packages | |||||||
> > | On this page:
package TWiki::UI | |||||||
Added: | ||||||||
> > | Coordinator of execution flow and service functions used by the UI packages | |||||||
Deleted: | ||||||||
< < | On this page:
| |||||||
Changed: | ||||||||
< < | StaticMethod run (\&method,...) | |||||||
> > | StaticMethod handleRequest ($req) -> $resMain coordinator of request-process-response cycle.StaticMethod execute ($req,$sub,%initialContext) -> $resCreates a TWiki session object with %initalContext and calls $sub method. Returns the TWiki::Response object generated | |||||||
Deleted: | ||||||||
< < | Entry point for execution of a UI function. The parameter is a reference to the method. | |||||||
Changed: | ||||||||
< < | ... is a list of name-value pairs that define initial context identifiers that must be set during initPlugin. This set will be extended to include command_line if the script is detected as being run outside the browser. | |||||||
> > |
StaticMethod logon ($session)Handler to "logon" action.
| |||||||
Line: 51 to 61 | ||||||||
Added: | ||||||||
> > | StaticMethod run ($method)Supported for bin scripts that were written for TWiki < 5.0. The parameter is a function reference to the UI method to call, and is ignored in TWiki >= 5.0, where it should be replaced by a Config.spec entry such as: # *PERL H* # Bin script registration - do not modify $TWiki::cfg{SwitchBoard}{publish} = [ "TWiki::Contrib::Publish", "publish", { publishing => 1 } ]; | |||||||
StaticMethod verifyCryptToken ($session,$crypt_token) |
Line: 50 to 50 | ||||||||
---|---|---|---|---|---|---|---|---|
web. | ||||||||
Added: | ||||||||
> > |
StaticMethod verifyCryptToken ($session,$crypt_token) |
Line: 5 to 5 | ||||||||
---|---|---|---|---|---|---|---|---|
On this page:
| ||||||||
Changed: | ||||||||
< < | StaticMethod run (\&method) | |||||||
> > | StaticMethod run (\&method,...) | |||||||
Entry point for execution of a UI function. The parameter is a reference to the method. | ||||||||
Added: | ||||||||
> > | ... is a list of name-value pairs that define initial context identifiers that must be set during initPlugin. This set will be extended to include command_line if the script is detected as being run outside the browser. | |||||||
StaticMethod checkWebExists ($session,$web,$topic,$op) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | Package
Service functions used by the UI packages
|