...
Line: 10 to 10 | ||||||||
---|---|---|---|---|---|---|---|---|
with CGI accelerators such as mod_perl.
Public Data members | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 25 to 26 | ||||||||
not consistently used. Avoid.
| ||||||||
Changed: | ||||||||
< < | the current CGI request. | |||||||
> > | the current request. | |||||||
| ||||||||
Line: 46 to 47 | ||||||||
Changed: | ||||||||
< < | StaticMethod UTF82SiteCharSet ($utf8) -> $ascii | |||||||
> > | ObjectMethod UTF82SiteCharSet ($utf8) -> $ascii | |||||||
Auto-detect UTF-8 vs. site charset in string, and convert UTF-8 into site charset. | ||||||||
Line: 67 to 68 | ||||||||
Changed: | ||||||||
< < | ObjectMethod generateHTTPHeaders ($query,$pageType,$contentType,$contentLength) -> $header | |||||||
> > | ObjectMethod generateHTTPHeaders ($pageType,$contentType,$contentLength) -> $header | |||||||
All parameters are optional. | ||||||||
Deleted: | ||||||||
< < |
| |||||||
| ||||||||
Line: 100 to 100 | ||||||||
Redirects the request to $url , unless
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 211 to 211 | ||||||||
Changed: | ||||||||
< < | ObjectMethod getIconUrl ($absolute,$iconName) -> $iconURL | |||||||
> > | ObjectMethod cacheIconData ($action) | |||||||
Changed: | ||||||||
< < | Map an icon name to a URL path. | |||||||
> > | Cache icon data based on action:
| |||||||
Changed: | ||||||||
< < | ObjectMethod mapToIconFileName ($fileName,$default) -> $fileName | |||||||
> > | ObjectMethod formatIcon ($iconName,$format,$default) -> $iconFormat an icon based on name and format parameter. The format parameter handles these variables (with example):
| |||||||
Changed: | ||||||||
< < | Maps from a filename (or just the extension) to the name of the file that contains the image for that file type. | |||||||
> > | The optional default parameter specifies the icon name in case the icon is not defined. Leave empty if you assume icon files exist in the default location. | |||||||
Line: 245 to 263 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
is used)
| ||||||||
Line: 566 to 584 | ||||||||
Deleted: | ||||||||
< < | StaticMethod restDispatch ($subject,$verb)=>\&fnReturns the handler function associated to the given $subject and $werb, or undef if none is found. Since: TWiki::Plugins::VERSION 1.1 | |||||||
ObjectMethod handleCommonTags ($text,$web,$topic,$meta) -> $textProcesses %VARIABLE%, and %TOC% syntax; also includes | ||||||||
Line: 588 to 597 | ||||||||
Changed: | ||||||||
< < | ObjectMethod addToHEAD ($id,$html) | |||||||
> > | ObjectMethod ADDTOHEAD ($args) | |||||||
Add $html to the HEAD tag of the page currently being generated.
Note that TWiki variables may be used in the HEAD. They will be expanded
according to normal variable expansion rules. | ||||||||
Changed: | ||||||||
< < | The 'id' is used to ensure that multiple adds of the same block of HTML don't result in it being added many times. | |||||||
> > |
You can write == in a topic or template. This variable accepts the following parameters: | |||||||
Added: | ||||||||
> > | Head blocks are sorted to satisfy all their requires constraints.
The output order of blocks with no requires value is undefined. If cycles
exist in the dependency order, the cycles will be broken but the resulting
order of blocks in the cycle is undefined. | |||||||
StaticMethod initialize ($pathInfo,$remoteUser,$topic,$url,$query) -> ($topicName,$webName,$scriptUrlPath,$userName,$dataDir) |