[Trac] How to make SVN permissions available to a permission group

2011-02-09 Thread emiel
We are using TRAC 0.11.4 with the TracSVNAuthz plugin 0.11.1.1. Our policy is to have several project administrators with limited access to only the authorization and subversion permissions. We do not give them the full blown trac_root rights. current settings: __grp_allow_manageproject

[Trac] how to create a new ticket automaticly from a Perl script

2011-02-09 Thread Lehotzky László
hi, we would like to use Trac inside of another system. It is written in Perl. How can we write a Program, that creates or modifies a Trac ticket ? Is there a place in der dokumentation, were one can find a hint ? thanks for your answer: lleho -- You received this message because you are

Re: [Trac] how to create a new ticket automaticly from a Perl script

2011-02-09 Thread Erik Andersson
Maybe: http://trac-hacks.org/wiki/EmailtoTracScript or http://trac-hacks.org/wiki/XmlRpcPlugin might help? Cheers / Erik 2011/2/8 Lehotzky László ll...@hdsnet.hu hi, we would like to use Trac inside of another system. It is written in Perl. How can we write a Program, that creates or

RE: [Trac] Subticket macro question: Adding existing tickets as a subticket

2011-02-09 Thread Roger Oberholtzer
On Tue, 2011-02-08 at 11:31 -0500, Chris Nelson wrote: Any idea how I could remove this value from the problem ticket? I am guessing I need to use some SQL. And here is where my knowledge ends. The subtickets relation (table) is much like the mastertickets relation. Remove any row where

[Trac] Dynamically populating fields when creating tickets - wiki fields

2011-02-09 Thread plt
Hi, I'm building a system using childticketsplugin and I want to setup my reports to show subtables of all child tickets. I have this working using a textarea wiki field containing [[TicketQuery(parent=#1)]] which correctly lists all the child tickets of ticket #1. The problem is I cannot find

RE: [Trac] Subticket macro question: Adding existing tickets as a subticket

2011-02-09 Thread Chris Nelson
Roger Oberholtzer wrote: On Tue, 2011-02-08 at 11:31 -0500, Chris Nelson wrote: Any idea how I could remove this value from the problem ticket? I am guessing I need to use some SQL. And here is where my knowledge ends. The subtickets relation (table) is much like the mastertickets

RE: [Trac] Dynamically populating fields when creating tickets - wiki fields

2011-02-09 Thread Chris Nelson
plt wrote: Hi, I'm building a system using childticketsplugin and I want to setup my reports to show subtables of all child tickets. I have this working using a textarea wiki field containing [[TicketQuery(parent=#1)]] which correctly lists all the child tickets of ticket #1. The problem is

RE: [Trac] Subticket macro question: Adding existing tickets as a subticket

2011-02-09 Thread Roger Oberholtzer
On Wed, 2011-02-09 at 08:03 -0500, Chris Nelson wrote: Is all this in trac.db? Yes, the table is in trac.db. In the plugin's db_default.py you can find: from trac.db import Table, Column name = 'subtickets' version = 1 tables = [ Table(name,

RE: [Trac] Subticket macro question: Adding existing tickets as a subticket

2011-02-09 Thread Chris Nelson
Roger Oberholtzer wrote: ... If you open the Trac database (which will depend on various installation-specific settings), you can do: DELETE FROM subtickets WHERE parent=child; You make it look so simple. I really need to improve my SQL skills. I can never remember the commands. I

Re: [Trac] Subticket macro question: Adding existing tickets as a subticket

2011-02-09 Thread Matthew Caron
On 02/09/2011 08:26 AM, Roger Oberholtzer wrote: I am guessing I can do this via the sqlite3 command? Yes. I am never sure about the BEGIN TRANSACTION / COMMIT stuff. Do I need to put that around the DELETE statement? Only if you care about being able to roll back a set of commands if one

RE: [Trac] Subticket macro question: Adding existing tickets as a subticket

2011-02-09 Thread Roger Oberholtzer
On Wed, 2011-02-09 at 08:32 -0500, Chris Nelson wrote: Roger Oberholtzer wrote: ... If you open the Trac database (which will depend on various installation-specific settings), you can do: DELETE FROM subtickets WHERE parent=child; You make it look so simple. I really need to

Re: RE: [Trac] Dynamically populating fields when creating tickets - wiki fields

2011-02-09 Thread plt
I didn't see that in subtickets. Is there any documentation on adding the table to reports? I was thinking of adding to childticketsplugin to add a new virtual field but couldn't find anything relevant in the developer docs. Pete -- You received this message because you are subscribed to the

Re: [Trac] [User not found][No such object],

2011-02-09 Thread Erik
On Mon, Feb 7, 2011 at 3:35 PM, deepa lakshmi monashde...@gmail.com wrote: Hello I am havening below issue when using authentication with LDAP.  [info] [client 10.10.156.19] [23459] auth_ldap authenticate: user adam1 authentication failed; URI /trac/build/login [User not found][No such

RE: RE: [Trac] Dynamically populating fields when creating tickets - wiki fields

2011-02-09 Thread Chris Nelson
plt wrote: I didn't see that in subtickets. Is there any documentation on adding the table to reports? I was thinking of adding to childticketsplugin to add a new virtual field but couldn't find anything relevant in the developer docs. Pete There isn't any support that I know of in those

Re: RE: RE: [Trac] Dynamically populating fields when creating tickets - wiki fields

2011-02-09 Thread plt
Thanks i'll see if I can find anything from the dev list -- 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

Re: [Trac] Email notification only when owner changes?

2011-02-09 Thread Erik
On Tue, Feb 8, 2011 at 10:52 AM, Matthew Crane matthew.cr...@tracktrans.com wrote: Hello, I've just been setting up notifications in Trac and I was wondering if there was a way of only sending notification when the owner of a ticket changes? At the moment I've set 'always_notify_owner =

Re: [Trac] Re: Trac 0.11, #!HTML, and CSS positioning

2011-02-09 Thread Kris Deugau
jerry wrote: Apparently if you dare use absolute positioning in CSS the various CSS specs and CSS engines give up on using the height/width/etc of the block you are absolute positioning to determine the position of anything else. However, if you supply the height/width/whatever information in a

[Trac] Re: Subticket macro question: Adding existing tickets as a subticket

2011-02-09 Thread Elisa
On Feb 9, 11:40 am, Roger Oberholtzer roger.oberholt...@gmail.com wrote: On Wed, 2011-02-09 at 08:32 -0500, Chris Nelson wrote: Roger Oberholtzer wrote: ... If you open the Trac database (which will depend on various installation-specific settings), you can do:    DELETE FROM

[Trac] Struggling with id_regexp

2011-02-09 Thread Luke
I want to download a series of torrents for a soap opera which uses a Part X as well as a date in parenthesis. For example the following titles have been used recently: Coronation Street Part 1 (17th January 2011)[WS PDTV(Xvid)] Tiggzz (Soaps) Coronation Street Part 2 (17th January 2011)[WS