Re: [Trac] Sum in TracReports

2006-01-20 Thread Bruce Christensen
On 1/20/06, Matt <[EMAIL PROTECTED]> wrote: > Is there a way to sum or total columns in TracReports? Using a custom field > to trac time spent on a ticket, and we would like a report that totals this > column. We use something like this: SELECT CASE WHEN ticket.component IS NULL OR ticket.compo

[Trac] seg fault when browsing svn repo

2006-01-20 Thread Steve Rieger
[test1 etc]# ls -la /var/svn/repository/localhost/etc/ total 36 drwxr-xr-x 7 root root 4096 Jan 20 13:44 . drwxr-xr-x 3 root root 4096 Jan 20 13:44 .. drwxr-xr-x 2 root root 4096 Jan 20 13:44 conf drwxr-xr-x 2 root root 4096 Jan 20 13:44 dav drwxr-sr-x 5 root root 4096 Jan 20 13:46 db -r--r--

Re: [Trac] Announce new version of email2trac

2006-01-20 Thread Bas van der Vlies
There is an new version 0.4.4(previous versions do not work): * Fixed run_email2trac.c, did not work * Added TRAC_SCRIPT_NAME to Makefile.in to solve run_email2trac problem Both errors reported by: [EMAIL PROTECTED] Bas van der Vlies wrote: 0.4.2 20/01/2005 * A warning error

[Trac] Sum in TracReports

2006-01-20 Thread Matt
Is there a way to sum or total columns in TracReports? Using a custom field to trac time spent on a ticket, and we would like a report that totals this column. ___ Trac mailing list Trac@lists.edgewall.com http://lists.edgewall.com/mailman/listinfo/trac

Re: [Trac] editing TracDownload page

2006-01-20 Thread Emmanuel Blot
> http://projects.edgewall.com/trac/wiki/TracDownload, but I do not see > any edit option. Maybe this page cannot be edited anonymously. I think that the opposite should be done: remove the TracOnDebian link, which stands in the old 0.8.4 release section, and that should not appear in the TracDown

[Trac] editing TracDownload page

2006-01-20 Thread Joost Soeterbroek
Hi all, I would like to update page http://projects.edgewall.com/trac/wiki/TracDownload, but I do not see any edit option. Maybe this page cannot be edited anonymously. Can anyone please update this page for me? I would like to include the following snippet just before or after the debian bit: =

[Trac] Announce new version of email2trac

2006-01-20 Thread Bas van der Vlies
0.4.2 20/01/2005 * A warning error in run_email2trac.c is fixed by [EMAIL PROTECTED] * Several errors in make install ;-(, reported by tacker = Info about the package http://www.trac-hacks.org/wiki/EmailtoTracScript the latest stable email2trac package is available from:

Re: [Trac] Reserved wiki pages

2006-01-20 Thread Jesse Kempf
On Mon, 2006-01-16 at 09:10, Luigi Paioro wrote: > Hi! > > A quick question: > >does it exist a way to create authorizated-only reserved wiki pages? > In other words, wiki pages that can be viewed only by logged users (or > users that belong to some well defined groups)? > > Thanks. Yes.

Re: [Trac] Updating a trac wiki page from an external python script

2006-01-20 Thread alexander . buccino
I think that you are also going to need cookies. My first attempt at authentication just included the HTTP Basic Authentication and that was not enough. Trac didn't recognize the authentication unless it was coupled with a session. Hitting the login page with the Basic Authentication and sto

Re: [Trac] mod_python 3.1.4/3.2.5b slow with Firefox

2006-01-20 Thread Marc Tremblay
Hi Chris,The only thing more I've found out is that the pauses are present under Firefox in Mac OS X (my previous tests were under Windows), however the pauses are not present under Safari.Pauses are not present under IE on Windows, nor are pauses present with Firefox if Trac is accessed via HTTP r

Re: [Trac] Updating a trac wiki page from an external python script

2006-01-20 Thread Robert Hunter
On Thu, 2006-01-19 at 11:01 -0700, Gary Thomas wrote: > > If that's not a goer, you'll probably need to fall back to scripting the > > web interface; luckily, scriptable browsers like Twill[1] make this > > pretty painless. > > > > I don't know if there is a published reference to the form fields,

Re: [Trac] Reserved wiki pages

2006-01-20 Thread Luigi Paioro
Thanks! I'd appreciate if you upload it! When you've done, can you post me the trac-hacks.org URL where to retrieve the install instructions and the source to be downloaded? Luigi Andrey Khavryuchenko wrote: Yes, we've done Wiki ACL plugin for that (and others) purpose. I can upload it to tr