Well, the IncludeMacro installed as a plugin works a lot better .....I guess that's the benefit of writing this as a plugin as opposed to a macro.
however, the ParentLinkage Macro now displays the for the containing wiki, not the contained wiki. I think this issue is that the IncludeMacro doesn't give other macros inside of the included wiki a chance to run in their own 'scope' .... I'll submit a patch shortly. -Chris On 7/3/07, Christopher Taylor <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm having trouble hunting down a bug within a Macro. > > The issue is that I'm trying to use the WikiInclude macro to include a > page that calls the ParentLinkage macro. The problem is that the > ParentLinkage macro calls the wiki_to_html method but does not have a > request object to pass in .... this later causes ParentLinkage to bomb > (I think this basically happens because the macro system only knows > about requests, and the macros are not called with a request, only > with an hdf object) I was wondering if there is a way that if the > macro retrieve the req object that contains the hdf object? > > -Chris > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
