RE: [Trac] Re: Milestone list

2011-06-07 Thread Voelker, Bernhard
Emmanuel Blot wrote:

> The macro code:
...

thanks for sharing this.

Have a nice day,
Berny

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Re: How Trac integrate with Subversion

2011-06-07 Thread fiona
How to config apache?you mean httpd.conf file? can you tell me how to
configure it? ::))

On 6月7日, 下午8时18分, Matthew Caron  wrote:
> On 06/07/2011 01:52 AM, fiona wrote:
>
> > I have 
> > readhttp://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracke...
> > the result is not my expectation, when I click the link in the log
> > dialog, it jump to http://***/?do=details&id=6787,it display "It
> > works!", not display the bug details in trac. I made a mistake?
>
> Yes. "It works" is Apache's default page. You need to configure apache
> to send you to the trac pages, not its own default.
>
> --
> Matthew Caron
> Build Engineer
> Sixnet |www.sixnet.com
> O +1 518 877 5173 Ext. 138
> F +1 518 602 9209
> matt.ca...@sixnet.com

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Templates: what parameters are available?

2011-06-07 Thread Remy Blank
> Can anyone point me to any documentation as to what parameters are
> provided to the various genshi templates (such as the project list and
> main site templates)?

There's no documentation for that (other than the source). But you may
be interested in the TracDeveloperPlugin:

  http://trac-hacks.org/wiki/TracDeveloperPlugin

It has many nice features, including a viewer for template data (append
a "debug=true" argument to the URL of any page to view the data), a log
viewer and a component browser.

-- Remy



signature.asc
Description: OpenPGP digital signature


[Trac] Report with more as one field in a header of a group

2011-06-07 Thread didley
Hello,

I try to generate a report with more as one field. I know it's not a
good description. So I will try it with


Select q.value as __group__, t.id as ticket, t.time AS created,
t.reporter AS reporter, t.type AS Art, t.summary as Top, t.changetime
AS _changetime, t.description AS description, t.owner, q.value AS
due_date, status
FROM ticket t
LEFT JOIN ticket_custom q ON (q.ticket = t.id AND q.name = 'parent')

WHERE q.value !=




With this script I get

<#Number>




<#NextNumber>





But I want the first line with more as one field. For example

<#Number>




<#NextNumber>





To use the __group__  is valid only for one field. Is it possible to
use more fields?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Templates: what parameters are available?

2011-06-07 Thread Cooke, Mark
Folks,

Can anyone point me to any documentation as to what parameters are
provided to the various genshi templates (such as the project list and
main site templates)?

I did find this:

http://trac.edgewall.org/wiki/TracTroubleshooting#Genshidatadictionary

...but I'm not sure how to create a template to show all the data passed
in (specifically how to get hold of the data dictionary), a concrete
example might be a good addition to the page?

Many thanks,

~ Mark C

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



RE: [Trac] post-commit repo sync taking too long (windows)

2011-06-07 Thread Cooke, Mark
> Cooke, Mark wrote:
>
> > Are there any obvious flaws with this plan that I have 
> > missed?  I know I will not get any text that trac-admin
> > might send to stderr but then we don't return an exit
> > code (from the .cmd hook) so I don't think that would
> > happen anyway?
> 
> -Original Message-
> From: trac-users@googlegroups.com On Behalf Of Remy Blank
> Sent: 03 June 2011 13:45
> To: trac-users@googlegroups.com
> Subject: Re: [Trac] post-commit repo sync taking too long (windows)
> 
> There shouldn't be any issues with that. We use such a setup on
> t.e.o (on Linux, using nohup and &), and it has been working fine 
> for months.
> trac-admin (or rather, the database) takes care of the required
> locking, so it will work even if you have many concurrent commits.
> 
> -- Remy
> 
Many thanks, Remy, I will implement the hooks to run trac-admin
asynchronously.

~ Mark C

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Re: How Trac integrate with Subversion

2011-06-07 Thread Matthew Caron
On 06/07/2011 01:52 AM, fiona wrote:
> I have read 
> http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html,but
> the result is not my expectation, when I click the link in the log
> dialog, it jump to http://***/?do=details&id=6787,it display "It
> works!", not display the bug details in trac. I made a mistake?

Yes. "It works" is Apache's default page. You need to configure apache
to send you to the trac pages, not its own default.

-- 
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@sixnet.com

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.