Changeset 878 for trunk/DBCachePlugin/data/TWiki/DBCachePlugin.txt
- Timestamp:
- 11/23/08 11:38:34 (4 years ago)
- File:
-
- 1 edited
-
trunk/DBCachePlugin/data/TWiki/DBCachePlugin.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DBCachePlugin/data/TWiki/DBCachePlugin.txt
r687 r878 35 35 <nop>TWikiApplications where <nop>TopicFunctions are treated as stored procedures. 36 36 It fetches pre-compiled topics or sections of it. "Glue" chars 37 (see TWiki:Plugins:GluePlugin) are applied in advance so that the actual rendering time37 (see Foswiki:Extensions:GluePlugin) are applied in advance so that the actual rendering time 38 38 is minimized. DBCALL does therefore not allow to call "external" pages as INCLUDE allows. 39 39 DBCALL's "warn" parameter can only be set to "on" and "off" and does not allow … … 54 54 form =%<nop>DBCALL{"SomeTopic->RenderMethod" ...}%= and will infer the actual 55 55 =...RenderMethod= to be called on the base of the _TopicType_ of =SomeTopic=. !TopicTypes 56 are a concept introduced by the TWiki:Plugins/TWikiWorkbenchAddOn. It basically refers56 are a concept introduced by the Foswiki:Extensions/TWikiWorkbenchAddOn. It basically refers 57 57 to a convention to tag the type(s) of a topic in a formfield "TopicType". The lookup 58 58 mechanism for !TopicMethods proceeds as normal if the DBCALl is not of the form … … 125 125 * $user: the user that uploaded the attachment 126 126 * $web: the web name of the current topic 127 * $webdav: the action to edit the current attachment using the TWiki:Plugins/WebDavPlugin127 * $webdav: the action to edit the current attachment using the Foswiki:Extensions/WebDavPlugin 128 128 * $webdavUrl: the url used in the webdav action 129 129 * $wikiuser: the user's home topic that recently changed the current attachment … … 394 394 =DBCachePlugin::WebDB= is to extract the <nop>TopicFunctions contained in a topic as described 395 395 above. You can easily extend this functionality by deriving a <nop>WebDB specific to your 396 own <nop>TWikiApplication. For example, the TWiki:Plugins.BlogPlugin defines a <no>WebDB of396 own <nop>TWikiApplication. For example, the Foswiki:Extensions.BlogPlugin defines a <no>WebDB of 397 397 its own where it caches the createdate of a topic being either specified in a formfield or 398 398 given in the timestamp of the first revision of a topic. … … 411 411 web one <nop>TWikiApplication making use of this plugin. 412 412 413 returns a database object. See the TWiki:Plugins::DBCacheContrib documentation413 returns a database object. See the Foswiki:Extensions::DBCacheContrib documentation 414 414 for its interfaces. 415 415 … … 548 548 | TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 | 549 549 | CPAN Dependencies: | none | 550 | Other Dependencies: | TWiki:Plugins/DBCacheContrib (Version TWiki-4, Rev >= 13562)|550 | Other Dependencies: | Foswiki:Extensions/DBCacheContrib (Version TWiki-4, Rev >= 13562)| 551 551 | Perl Version: | 5.8 | 552 | [[ TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% |553 | Plugin Home: | TWiki:Plugins/%TOPIC% |554 | Feedback: | TWiki:Plugins/%TOPIC%Dev |555 | Appraisal: | TWiki:Plugins/%TOPIC%Appraisal |552 | [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 553 | Plugin Home: | Foswiki:Extensions/%TOPIC% | 554 | Feedback: | Foswiki:Extensions/%TOPIC%Dev | 555 | Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 556 556 557 557 -- TWiki:Main.MichaelDaum - 24 Sep 2008
Note: See TracChangeset
for help on using the changeset viewer.
