The place to make a change like that (as a plugin) is using a request
filter (IRequestFilter). Those get run both before after the main
request handler, and in this case you want to tweak the data being sent
to the template slightly.

--Noah

Pat wrote:
> I am just getting involved with Trac.
>
> Is there an overview of how the program works that shows file
> relationships?
>
> Specifically, I have been able to decipher that the WSIGateway handles
> requests and then dispatches them.
>
> Quite simply, i am looking to make a minor change in the code but need
> some more background on how the architecture of the program works. I
> have seen the wiki page on components but need a broader view of the
> whole program versus reading through the source line by line.
>
> I would like to have the query function on ticket owners respond with
> results in alphabetized form, however if does uppercase alphabetized
> and then lowercase alphabetized right now.
>
> Thanks!
>
> pat
> [EMAIL PROTECTED]
>
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to