Difference: TWikiFuncDotPm (18 vs. 19)

Revision 192018-07-16 - TWikiContributor

Line: 2090 to 2090
 Since: TWiki::Plugins::VERSION 6.00
Added:
>
>

getDebugFilePath() -> $path

You may want to have an external program write to the debug file. This function returns the path to it. An external program may corrupt the debug file, but that's no big deal -- it's a debug file.

The return value is $TWiki::cfg{DebugFileName} with %DATE% and other "variables" resolved. $TWiki::cfg{DebugFileName} is an absolute path in most cases. If it's not, then the current directory is prepended in the return value.

Since: TWiki::Plugins::VERSION 6.10

 

Deprecated functions

Line: 2472 to 2487
 
  • urlEncode( $text ) -> $text
  • urlDecode( $text ) -> $text
Changed:
<
<

TWiki-6.02 (Kampala Release)

>
>

TWiki-6.0.2

 $TWiki::Plugins::VERSION 6.02

EmptyPlugin.pm

  • viewFileRedirectHandler( $session, $web, $topic )
  • topicTitleHandler( $session, $web, $topic, $titleRef )
Added:
>
>

TWiki-6.0.3

$TWiki::Plugins::VERSION 6.10

Func.pm

  • getDebugFilePath() -> $path
 
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.TWikiFuncDotPm.