Tags:
create new tag
, view all tags
AFAICT the earlyInitPlugin plugins handler is never called. It has to be defined or initializeUserHandler is never called, but apart from that is is never actually called.

Testcase: add the following to DefaultPlugin:

sub earlyInitPlugin {
   die "pig dog rabbit";
}

sub initializeUserHandler {
   return "guest";
}

Note that DevelopBranch has also inherited this behaviour. I'd like to get this sorted out for DakarRelease - can anyone shed any light?

-- CrawfordCurrie - 23 Feb 2005

I'd like to delete this topic...

worse, it looks like I want to use this handler for a plugin i'm writing - where the default revision that will be displayed is not the latest one.

-- SvenDowideit - 18 Oct 2006

yes, I DO use this handler - as do one or two of the workplaces I've been. Mostly for ISO documentation systems, where the default display version of a topic is not the last edited revision.

-- SvenDowideit - 15 Apr 2007

OK, forget it then. i added a unit test for the handler.

CC

 
Topic revision: r5 - 2007-04-17 - CrawfordCurrie
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by PerlIdeas, 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.