r5 - 17 Apr 2007 - 13:32:55 - CrawfordCurrieYou are here: TWiki >  Codev Web > EarlyInitHandlerNeverCalled
Tags:
, create new tag
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

 
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r5 < r4 < r3 < r2 < r1 | More topic actions
 
Powered by TWiki
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 SourceForge.net Logo