Noah Kantrowitz kirjoitti: > I don't know of one (other than TracHome which isn't finished yet), > and making such a thing would be tricky. Probably not a good place to > start when making plugins.
Specially with clearsilver templates that might be really tricky since it would require patching and plugin. As I have understood it would be possible to achieve as a plugin (still a pretty complex one) with newer genshi templating. > On Oct 9, 2007, at 6:09 PM, ZZZ wrote: > >> I'm looking for a custom user toolbar I can add in Trac header. >> >> Something where users can add their favorite links like for example: >> >> -All my tickets >> -All my change >> -Some ticket #24 >> -An external website >> -Trac Guide >> - ... >> >> The links that the user wants to have available at all time in one >> click. >> >> I'm thinking to have a clearsilver code in the header.cs that will >> parse of a file in /home/username/ with a list of the link and render >> it. Do you think it's possible? That would be tricky. First you would need to be able to map logged in username to some directory. Well that's not hard. File have to be readable by Trac - which in most cases means user running Apache (or tracd or whatever you're using to run Trac) How would you handle multiple projects? Then more trickier, how to find "my change" or "my tickets". You would write your own syntax and parser maybe? >> Do you have any ideas of plugins to do that maybe? Never heard of - and my Firefox handles links pretty nicely in it's own toolbar.. :) -- Jani Tiainen A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in mailinglist? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
