We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
You are here: TWiki> Main Web>TWikiUsers>SaschaVetter (26 Aug 2008, SaschaVetter)
Tags:
create new tag
, view all tags

TWiki, hints and tricks

Developing plugins

Set metainfo "TOPICPARENT"

my ( $meta, $text ) = &TWiki::Func::readTopic( 'TWiki', 'TemplateExample' );
&TWiki::Func::writeDebug( "meta: " . $meta->getParent() ); # output "meta: " (not parent set)
$meta->put( 'TOPICPARENT', { 'name' => "Example" } );
&TWiki::Func::writeDebug( "meta: " . $meta->getParent() ); # output "meta: Example"
...
try {
        $store->saveTopic( $session->{user}, $webName, $wikiName, $text, $meta, { } );
} catch Error::Simple with {
        throw TWiki::OopsException(
            'attention',
            def    => 'save_error',
            web    => $web,
            topic  => $topic,
            params => [ shift->{-text} ] );
};

Usage

we are using TWiki at work with about 900 users, 9000 topics, 80000 topic views per month.

Some of my colleagues also participate in administrating TWiki and developing enhancements, bug fixing and so on:

Topics I have contributed to:

(sorted in decending date order so that I can see when there's activity)

Web: Topic: Changed:Sorted descending By:
Plugins EasyTimelinePluginDev 2008-12-02T04:52:52Z - 44 PeterThoeny
Plugins BugzillaQueryPluginDev 2008-11-06T21:22:54Z - 42 HermanRadtke
Plugins AdvancedManageContribDev 2008-10-10T18:50:53Z - 27 MartinCleaver
Plugins RedirectPluginDev 2008-10-10T08:53:46Z - 67 AndrewRJones
TWiki TWikiFuncDotPm 2008-09-04T07:59:56Z - 28 SaschaVetter
Plugins BugzillaLinkPluginDev 2008-08-26T08:32:13Z - 22 SaschaVetter
Sandbox SaschaVetterSandbox 2008-08-18T09:28:36Z - 1 SaschaVetter
Plugins SmartEditAddOnDev 2008-08-11T12:37:02Z - 83 MichaelKoch
TWiki HowToMoveTheFormToTheTopOfThePage 2008-08-01T08:16:53Z - 9 SaschaVetter
Plugins TreeBrowserPluginDev 2008-06-09T21:57:49Z - 132 SeanCMorgan
Main AmyWinehouse 2008-04-14T08:16:33Z - 1 SaschaVetter

My Links

My Personal Data

Note: if personal data is being stored using a secret database, then it is only visible to the user and to administrators.

E-mail  

My Personal Preferences

Uncomment preferences variables to activate them (remove the #-sign). Help and details on preferences variables are available in TWikiPreferences.

  • Show tool-tip topic info on mouse-over of WikiWord links, on or off:
    • #Set LINKTOOLTIPINFO = off

Related Topics

UserForm
First Name Sascha
Last Name Vetter
Organisation Name Robert Bosch GmbH
Organisation URL http://de.bosch.com
Country Germany
City

Hear From MatthiasThullner
Topic revision: r4 - 26 Aug 2008 - 13:01:59 - SaschaVetter
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback