Difference: SourceCode (12 vs. 13)

Revision 132010-05-29 - TWikiContributor

Line: 198 to 198
 with CGI accelerators such as mod_perl.

Public Data members

Changed:
<
<
  • cgiQuery Pointer to the CGI::
>
>
  • request Pointer to the TWiki::Request
  • response Pointer to the TWiki::Respose
 
  • context Hash of context ids
  • moved: loginManager TWiki::LoginManager singleton (moved to TWiki::Users)
  • plugins TWiki::Plugins singleton
Line: 213 to 214
  not consistently used. Avoid.
  • security TWiki::Access singleton
  • SESSION_TAGS Hash of TWiki variables whose value is specific to
Changed:
<
<
the current CGI request.
>
>
the current request.
 
  • store TWiki::Store singleton
  • topicName Name of topic found in URL path or topic URL parameter
Line: 227 to 228
 
Changed:
<
<
This package has smell factor of 35
>
>
This package has smell factor of 36

[[TWikiEngineDotPm][]]

This package has smell factor of 1

TWiki::EngineException

Exception used to raise an engine related error. This exception has the following fields:

  • status - status code to send to client
  • reason a text string giving the reason for the refusal.

This package doesn't smell

 

TWiki::Form

Line: 287 to 304
  Official list of stable TWiki functions for Plugin developers
Changed:
<
<
This module defines official functions that Plugins
>
>
This module defines official functions that TWiki plugins
 can use to interact with the TWiki engine and content.
Changed:
<
<
Refer to EmptyPlugin and lib/TWiki/Plugins/EmptyPlugin.pm for a template Plugin and documentation on how to write a Plugin.
>
>
Refer to EmptyPlugin and lib/TWiki/Plugins/EmptyPlugin.pm for a template plugin and documentation on how to write a plugin.
  Plugins should only use functions published in this module. If you use functions in other TWiki libraries you might create a security hole and
Changed:
<
<
you will probably need to change your Plugin when you upgrade TWiki.
>
>
you will probably need to change your plugin when you upgrade TWiki.
  Deprecated functions will still work in older code, though they should
Changed:
<
<
not be called in new Plugins and should be replaced in older Plugins
>
>
not be called in new plugins and should be replaced in older plugins
 as soon as possible.

The version of the TWiki::Func module is defined by the VERSION number of the

Line: 477 to 495
 
Changed:
<
<
This package has smell factor of 7
>
>
This package has smell factor of 8

[[TWikiLoginManagerSessionDotPm][]]

This package doesn't smell

 

TWiki::LoginManager::TemplateLogin

Line: 720 to 743
 
Changed:
<
<
This package has smell factor of 21
>
>
This package has smell factor of 22

[[TWikiRequestDotPm][]]

This package has smell factor of 1

[[TWikiResponseDotPm][]]

This package doesn't smell

 

TWiki::Sandbox

Line: 763 to 796
 
Changed:
<
<
This package has smell factor of 14
>
>
This package has smell factor of 15
 

TWiki::Store::QueryAlgorithms::BruteForce

Line: 942 to 975
  This package doesn't smell
Changed:
<
<

TWiki::UI

Service functions used by the UI packages

>
>

[[TWikiUIDotPm][]]

 

This package doesn't smell

Line: 990 to 1020
  This package has smell factor of 8
Added:
>
>

TWiki::UI::Rest

UI delegate for REST interface

This package has smell factor of 1

 

TWiki::UI::Save

UI delegate for save function

Line: 1004 to 1042
 
Changed:
<
<
This package has smell factor of 2
>
>
This package has smell factor of 3
 

TWiki::UI::Statistics

Line: 1020 to 1058
 
Changed:
<
<
This package has smell factor of 3
>
>
This package has smell factor of 2
 

TWiki::UI::View

Line: 1028 to 1066
 
Changed:
<
<
This package has smell factor of 2
>
>
This package has smell factor of 3
 

TWiki::UserMapping

Line: 1177 to 1215
 This package doesn't smell
Changed:
<
<
There were a total of 198 smells
>
>
There were a total of 206 smells
 
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.SourceCode.