[Trac] what can be done about unmaintained trac-hacks plugins ?

2008-11-10 Thread Thomas Vander Stichele
Hi everyone, In a few of the trac-hacks plugins I use on my 0.10 setups there are small and simple bugs for which patches exist that seem to solve them. However, in case of those plugins, the original maintainers seem to not respond to their tickets, in some cases for more than a year. Is there

[Trac] Re: Updating my HeadLink trac macro from 0.10 to 0.11

2008-10-27 Thread Thomas Vander Stichele
On Sun, 2008-10-26 at 17:16 -0700, Noah Kantrowitz wrote: > On Oct 26, 2008, at 4:16 PM, Thomas Vander Stichele wrote: > > > > > On Sun, 2008-10-26 at 07:24 -0700, Martin S. wrote: > >> I'm not an expert for this, but I think it's now done using the class &

[Trac] Re: Updating my HeadLink trac macro from 0.10 to 0.11

2008-10-26 Thread Thomas Vander Stichele
On Sun, 2008-10-26 at 07:24 -0700, Martin S. wrote: > I'm not an expert for this, but I think it's now done using the class > IRequestFilter. > I don't know If this works also for macros or only for plugins, I doubt it, but I will give it a shot. > but I > used code like below to add a new > jav

[Trac] Updating my HeadLink trac macro from 0.10 to 0.11

2008-10-26 Thread Thomas Vander Stichele
Hi, macros have changed a lot it seems. I have started converting the macros we have for 0.10 to 0.11 One of them is a HeadLink macro: http://trac-hacks.org/wiki/HeadLinkMacro I've looked at http://trac.edgewall.org/browser/tags/trac-0.11b2/sample-plugins/HelloWorld.py and I simply see no wa

[Trac] New trac-hack: http://trac-hacks.org/wiki/TracKeywordsPlugin

2007-09-11 Thread Thomas Vander Stichele
Hi, I made a plug-in that allows you to add to the ticket view a list of configurable keywords that you can add by clicking on them. Thanks to Tim Hatch for giving me some sample Javascript and HTML code that allowed me to focus on the easy parts. Feel free to give me some feedback and suggesti

[Trac] Duplicate plugin

2007-09-09 Thread Thomas Vander Stichele
Hi, I spent some time the last few days writing a duplicate plug-in because I needed one from work. In a nutshell, it works using three custom fields dup_of, dups, and dup_count, where dup_of is the actual value that a user sets/changes, and dups and dup_count get set through the ITicketChangeLi

[Trac] Re: How to install Subversion and ViewVC (and Trac) from source on FC7

2007-09-09 Thread Thomas Vander Stichele
Hi, > This helps you avoid the errors such as: > ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol: > gss_delete_sec_context > and also > ImportError: libsvn_swig_py-1.so.0: cannot open shared object file: No > such file or directory In contrast with your 15-step guide that tak

[Trac] Re: report SQL syntax and queries

2007-09-08 Thread Thomas Vander Stichele
Hi Christopher, > The SQL is simply passed on to the database verbatim, there's no > translation of any kind going on. The only thing Trac does is inspect > the column names in the results, and applies styling, grouping, and > the like to the HTML output, as described in the docs Ok. I'm

[Trac] trac.ticket.model.Ticket question

2007-09-08 Thread Thomas Vander Stichele
Hi, I was writing a plug-in that has an ITicketChangeListener, and when I used the BatchModifyPlugin I was surprised to get Ticket's with a str as .id I hadn't really paid attention before, assuming id's would always be int. I grepped the Trac source code and in all places I could find it's exp

[Trac] report SQL syntax and queries

2007-09-07 Thread Thomas Vander Stichele
Hi, I am trying to figure out what the syntax is for SQL for reports. There is some explanation in the Trac documentation, but I've seen mails and tricks that are not documented there, and I was wondering about what else can be done. For example, I've seen datetime(time, 'unixepoch', 'localti

[Trac] multiple authentication systems

2007-04-27 Thread Thomas Vander Stichele
Hi everyone, I'm revamping our trac setups, and there is something we would like to be able to do, but I'm not sure it's possible or what would need changing to make it possible. Our previous setup used htpasswd files everywhere, one per project. Currently, I have set things up so that all our

[Trac] Repository view instructions

2006-12-16 Thread Thomas Vander Stichele
Hi, one of the number one questions I get from people that browse my repositories through trac is "how do I check out the code on this page". Thinking about it, it seems like an obvious problem for outsiders, and I want to add something to each browser page that says how to check out the current