| Topics in TWiki web: | Changed: now 23:56 | Changed by: |
| TWikiPreferences | 26 Sep 2008 - 13:30 - r81 | PaulBoundy |
| TWiki Site Level Preferences This topic defines site level settings that apply to all users and webs on this TWikiSite. Note: This topic should be regarded ... | ||
| WebPreferences | 26 Sep 2008 - 13:19 - r26 | PaulBoundy |
| TWiki Web Preferences The following settings are web preferences of the TWiki web. These preferences overwrite the site level preferences in and , and can ... | ||
| SourceCode | 01 Apr 2006 - 05:55 - r2 | TWikiContributor |
| TWiki Source Code Packages This documentation is automatically generated from the pod , so it always matches the running code TWiki::AccessControlException Exception ... | ||
| TWikiUIManageDotPm | 01 Apr 2006 - 05:55 - r2 | TWikiContributor |
| Package TWiki::UI::Manage UI functions for web, topic and user management StaticMethod manage ($session) manage command handler. This method is designed to be ... | ||
| TWikiUIRegisterDotPm | 01 Apr 2006 - 05:55 - r2 | TWikiContributor |
| Package TWiki::UI::Register User registration handling. StaticMethod register cgi ($session) register command handler. This method is designed to be invoked ... | ||
| TWikiStoreDotPm | 01 Apr 2006 - 05:55 - r2 | TWikiContributor |
| Package TWiki::Store This module hosts the generic storage backend. This module provides the interface layer between the "real" store provider which is hidden behind ... | ||
| TWikiPrefsDotPm | 01 Apr 2006 - 05:55 - r2 | TWikiContributor |
| Package TWiki::Prefs The Prefs class is a singleton that implements management of preferences. It uses a stack of TWiki::Prefs::PrefsCache objects to store the preferences ... | ||
| TWikiMetaDotPm | 01 Apr 2006 - 05:55 - r2 | TWikiContributor |
| Package TWiki::Meta Meta data handling. A meta data object is a hash of different types of meta data (keyed on the type, such as 'FIELD' and 'TOPICINFO'). Each entry ... | ||
| TWikiFormDotPm | 01 Apr 2006 - 05:55 - r2 | TWikiContributor |
| Package TWiki::Form Object representing a single form definition. ClassMethod new ($session,$web,$form) $web default web to recover form from, if $form ... | ||
| TWikiMergeDotPm | 01 Apr 2006 - 05:55 - r2 | TWikiContributor |
| Package TWiki::Merge Support for merging strings StaticMethod merge2 ($arev,$a,$brev,$b,$sep,$session,$info) $arev rev for $a (string) $a first ... | ||
| WysiwygPlugin | 01 Apr 2006 - 05:55 - r2 | TWikiContributor |
| Wysiwyg Plugin Support for the integration of WYSIWYG (What You See Is What You Get) editors. Comes bundled with a complete integration of the feature rich Kupu editor ... | ||
| TwistyContrib | 22 Feb 2006 - 08:42 - r2 | TWikiContributor |
| TwistyContrib Summary This contrib packages in a convenient way the Javascript library and the CSS file needed to implement TWisty Sections. See the attached file ... | ||
| RedDotPlugin | 08 Feb 2006 - 09:16 - NEW | TWikiContributor |
| RedDotPlugin This plugin renders a clickable red dot (.) to ease the edit access to a page. The red dot will only be visible if the current wikiuser has write access ... | ||
| NatSkinPlugin | 08 Feb 2006 - 09:15 - NEW | TWikiContributor |
| The Natural Skin Plugin Description This is the supplemental plugin for the NatSkin. Its main purpose is to supply "skin states" to control different styles and variants ... | ||
| FilterPlugin | 08 Feb 2006 - 09:09 - NEW | TWikiContributor |
| FilterPlugin This plugin allows to substitute and extract information from content by using regular expressions. Syntax Rules SUBST Syntax : %SUBST{topic "... ... | ||
| TWikiUsersPasswordDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Users::Password Base class of all password handlers. Default behaviour is no passwords, so anyone can be anyone they like. The methods of this class ... | ||
| TWikiUIUploadDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI::Upload UI delegate for attachment management functions StaticMethod attach ($session) upload command handler. This method is designed to be ... | ||
| TWikiUIRestDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI::Rest Rest delegate for view function StaticMethod gateway ($session,$pluginName,$,methodName,$scriptUrl,$query) rest command handler. This ... | ||
| TWikiUISaveDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI::Save UI delegate for save function StaticMethod save ($session) Command handler for save command. This method is designed to be invoked via ... | ||
| TWikiUIStatisticsDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI::Statistics Statistics extraction and presentation StaticMethod statistics ($session) statistics command handler. This method is designed to ... | ||
| TWikiUIRDiffDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI::RDiff UI functions for diffing. StaticMethod diff ($session,$web,$topic,$query) diff command handler. This method is designed to be invoked ... | ||
| TWikiUISearchDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI::Search UI functions for searching. StaticMethod search ($session) Perform a search as dictated by CGI parameters: Parameter: Description ... | ||
| TWikiUIViewDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI::View UI delegate for view function StaticMethod view ($session,$web,$topic,$scruptUrl,$query) view command handler. This method is designed ... | ||
| TWikiUsersApacheHtpasswdUserDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Users::ApacheHtpasswdUser extends TWiki::Users::Password Password manager that uses Apache::HtPasswd to manage users and passwords. Subclass of ... | ||
| TWikiUIOopsDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI::Oops UI delegate for oops function StaticMethod oops cgi ($session) oops command handler. This method is designed to be invoked via the TWiki ... | ||
| TWikiUIChangeFormDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI::ChangeForm Service functions used by the UI packages ClassMethod generate ($session,$theWeb,$theTopic,$editaction) Generate the page that supports ... | ||
| TWikiPrefsPrefsCacheDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Prefs::PrefsCache The PrefsCache package holds a cache of topics that have been read in, using the TopicPrefs class. These functions manage that cache ... | ||
| TWikiStoreRcsLiteDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Store::RcsLite extends TWiki::Store::RcsFile This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile ... | ||
| TWikiClientTemplateLoginDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Client::TemplateLogin This is a login manager that you can specify in the security setup section of configure. It provides users with a template based ... | ||
| TWikiPrefsParserDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Prefs::Parser This Prefs internal class is used to parse Set and Local statements from arbitrary text, and extract settings from meta objects. ... | ||
| TWikiStoreRcsFileDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Store::RcsFile This class is PACKAGE PRIVATE to Store, and should never be used from anywhere else. Base class of implementations of stores that manipulate ... | ||
| TWikiClientApacheLoginDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Client::ApacheLogin extends TWiki::Client This is login manager that you can specify in the security setup section of configure. It instructs TWiki ... | ||
| TWikiUIEditDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI::Edit Edit command handler StaticMethod edit ($session) Edit command handler. This method is designed to be invoked via the TWiki::UI::run ... | ||
| TWikiStoreRcsWrapDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Store::RcsWrap extends TWiki::Store::RcsFile This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile ... | ||
| TWikiI18NExtractDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::I18N::Extract Support translatable strings extraction from TWiki topics and templates. Depends on Locale::Maketext::Extract (part of CPAN::Locale: ... | ||
| TWikiSandboxDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Sandbox This object provides an interface to the outside world. All calls to system functions, or handling of file names, should be brokered by this ... | ||
| TWikiTimeDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Time Time handling functions. StaticMethod parseTime ($szDate) $iSecs Convert string date/time to seconds since epoch. $sDate date/time ... | ||
| TWikiUserDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::User A User object is an internal representation of a user in the real world. The object knows about users having login names, wiki names, personal ... | ||
| TWikiSearchDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Search This module implements all the search functionality. ClassMethod new ($session) Constructor for the singleton Search engine object. StaticMethod ... | ||
| TWikiTemplatesDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Templates Support for the TWiki template language. The following tokens are supported by this language: %TMPL:P% Instantiates a previously defined ... | ||
| TWikiUIDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::UI Service functions used by the UI packages StaticMethod run (\ method) Entry point for execution of a UI function. The parameter is a reference ... | ||
| TWikiUsersDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Users Singleton object that handles mapping of users to wikinames and vice versa, and user authentication checking. ClassMethod new ($session,$impl ... | ||
| TWikiPluginDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package ClassMethod new ($session,$name,$module) $session TWiki object $name name of the plugin e.g. MyPlugin $module (options) name ... | ||
| TWikiPluginsDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Plugins This module defines the singleton object that handles Plugins loading, initialization and execution. This class uses Chain of Responsibility ... | ||
| TWikiRenderDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Render This module provides most of the actual HTML rendering code in TWiki. ClassMethod new ($session) Creates a new renderer with initial state ... | ||
| TWikiPluralsDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Plurals Handle conversion of plural topic names to singular form. StaticMethod singularForm ($web,$pluralForm) $singularForm Try to singularise ... | ||
| TWikiNetDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Net Object that brokers access to network resources. ObjectMethod getUrl ($host,$port,$url,$user,$pass,$header) $text Get the text at the other ... | ||
| TWikiOopsExceptionDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::OopsException extends Error Exception used to raise a request to redirect to an Oops URL. An OopsException thrown anywhere in the code will redirect ... | ||
| TWikiIfDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::If Support for the conditions in %IF{} statements. Basically a simple stack based parser for infix expressions that generates a parse tree that can ... | ||
| TWikiClientDotPm | 01 Feb 2006 - 12:01 - NEW | TWikiContributor |
| Package TWiki::Client The package is also a Factory for login managers and also the base class for all login managers. On it's own, an object of this class is used ... | ||
| Topic WebChanges . { Edit | Attach | Backlinks: Web All webs | Printable | History: r5 < r4 < r3 < r2 < r1 More } |
|
Ideas, requests, problems regarding TWiki? Send feedback Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.WebChanges |