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
Watchlist Changes of Sascha:
Info None (empty watchlist)
Arrow right More watchlist details
Tag Cloud of Sascha:
Unrecognized action

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 2020-03-05T09:02:03Z - 45 HideyoImazu
Plugins RedirectPluginDev 2015-12-03T06:08:18Z - 68 PeterThoeny
Plugins BugzillaLinkPluginDev 2015-08-19T19:48:39Z - 29 NicholasSushkin
Plugins TreeBrowserPluginDev 2013-09-19T01:10:50Z - 137 GeraldJustice
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
Sandbox SaschaVetterSandbox 2008-08-18T09:28:36Z - 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

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2008-08-26 - SaschaVetter
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.