Tags:
create new tag
, view all tags
Mail disabled on twiki.org  
Phone disabled on twiki.org  

Sascha Vetter

Info:
Organization:
URL:  
City:
Country: Germany
Agree to Code
of Conduct
:
 
Hear from: MatthiasThullner
Tag Cloud of Sascha:
Note: SaschaVetter hasn't yet added any 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 BugzillaLinkPluginDev 2011-12-13T07:41:15Z - 27 FlorianGnaegi
Plugins AdvancedManageContribDev 2011-11-03T21:14:01Z - 29 PeterThoeny
Plugins SmartEditAddOnDev 2011-08-29T09:06:43Z - 85 TristanMiller
TWiki HowToMoveTheFormToTheTopOfThePage 2011-08-12T01:00:06Z - 11 PeterThoeny
TWiki TWikiFuncDotPm 2010-06-13T07:08:06Z - 31 PeterThoeny
Plugins BugzillaQueryPluginDev 2009-06-26T17:53:56Z - 43 JuhoSaarinen
Plugins EasyTimelinePluginDev 2008-12-02T04:52:52Z - 44 PeterThoeny
Plugins RedirectPluginDev 2008-10-10T08:53:46Z - 67 AndrewRJones
Sandbox SaschaVetterSandbox 2008-08-18T09:28:36Z - 1 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

Topic revision: r4 - 2008-08-26 - SaschaVetter
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.