Re: [podwiki] ::Formatter::pod_link()
Brought to you by:
zarahg
From: David A. B. <Br...@ac...> - 2004-05-01 04:45:41
|
On Fri, 30 Apr 2004, Thomas Linden wrote: > finally I found a conflict. the pod_link() method which I changed > recently, is in used differently, sometimes as method, sometimes as > function: OK, I think I have this resolved now. It is always called as method. Now that it is consistent, I don't have to have the funky local definitions in the individual formatters that do the relay to SUPER::pod_link. By the way, I wasn't sure whether to put all the "standard" formatters in the Formatter.pm module or put them into separate modules in Podwiki/Formatter (as is Tiki). Obviously, I ended up with them inside Formatter, but that does make some things a little less consistent (like the registration code). Do you have any opinions on that issue? I could pretty easily be swayed either direction. -- David A. Bright Br...@ac... dab...@us... |