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