Hey Ryan, thanks a lot for the response. The include macro is quite close to what I had in mind, actually it's one of the quick-hack solutions I wanted to try myself. There will be dynamic variables (though these would come from fixed links in other Wiki pages). I need several different reports on the same page, with some text in between, which is why the /report handler is maybe not the right thing for me.
Will report once I tried your pointers. Cheers! Joerg 2017-07-11 13:49 GMT+02:00 RjOllos <[email protected]>: > > > On Tuesday, July 11, 2017 at 3:33:17 AM UTC-4, Joerg Pleumann wrote: >> >> Hello, >> >> we've been using the same Trac instance for many (30+) projects over the >> course of six years. We create kind of an overview page for every project >> which basically contains several custom tickets reports. This is basically >> copy-paste with some small changes (where one usually tends to forget a >> change or two). It also means a bit of work if the general structure of >> this page changes and we want/need to change all the older ones to match >> the new structure. I wonder if it's possible to reduce this to a single >> page that takes a URL parameter and replaces all occurences in the Wiki >> page *before* any evaluation is being made. Something like %project% or >> maybe ${project}. The links to the page would then contain the actual value >> of the parameter. Is this possible? Is it a feature that others would >> benefit from as well? >> >> Best regards >> Joerg >> > > One of the following plugins might work for you: > > https://trac-hacks.org/wiki/ParametrizedTemplatesPlugin > https://trac-hacks.org/wiki/ParameterizedIncludeMacro > > Are you using dynamic variables in your reports? > https://trac-hacks.org/wiki/TracReports#AdvancedReports:DynamicVariables > > - Ryan > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Trac Users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/trac-users/WzqjuwWrtz0/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/trac-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
