[Trac] Re: Looking for the record creator

2008-10-08 Thread didley
On Oct 7, 9:33 am, Stephen Moretti [EMAIL PROTECTED] wrote: 2008/10/7 didley [EMAIL PROTECTED] Sometimes it's necessary that a user with ticket-admin permission has to create tickets with to fill out reporter and assign a owner. When this is done I can't see the creator (ticket-admin)

[Trac] Re: Looking for the record creator

2008-10-08 Thread Noah Kantrowitz
On Oct 7, 2008, at 11:51 PM, didley wrote: On Oct 7, 9:33 am, Stephen Moretti [EMAIL PROTECTED] wrote: 2008/10/7 didley [EMAIL PROTECTED] Sometimes it's necessary that a user with ticket-admin permission has to create tickets with to fill out reporter and assign a owner. When this

[Trac] Need help on Change History Trac

2008-10-08 Thread Damu
Trac Users, I'm Damodharan Kuttiyappan, working as a Configuration Manager in ATX Group Inc, Texas. We are evaluating Trac Integrated SCM and Project Management for our Bug tracking purpose. It’s an excellent open source tool for bug tracking. I would like to implement few features on Trac.

[Trac] how is trac SUPPOSED to be used?

2008-10-08 Thread Stedwick
This is going to sound like a rather vague question, but how is trac SUPPOSED to be used? The reason I ask is because we use trac at my company, but we are thinking of switching to something else. Nobody at my company seems to like it. I just came on board a month ago, and I've never used trac,

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Noah Kantrowitz
On Oct 7, 2008, at 12:37 PM, Stedwick wrote: This is going to sound like a rather vague question, but how is trac SUPPOSED to be used? The reason I ask is because we use trac at my company, but we are thinking of switching to something else. Nobody at my company seems to like it. I just

[Trac] Re: Need help on Change History Trac

2008-10-08 Thread Noah Kantrowitz
You could probably put some JS hackery in the ticket.html template. Doing this right would entail making a plugin to add the JS to the ticket page and possibly setting up a stream filter for fallback. --Noah On Oct 7, 2008, at 12:43 PM, Damu wrote: Trac Users, I'm Damodharan

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Iain Buchanan
Noah Kantrowitz wrote: On Oct 7, 2008, at 12:37 PM, Stedwick wrote: This is going to sound like a rather vague question, but how is trac SUPPOSED to be used? [snip] For a more structured, restricted, but still powerful way of using Trac to manage bugs as well as handle project management,

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Jani Tiainen
Noah Kantrowitz kirjoitti: On Oct 7, 2008, at 12:37 PM, Stedwick wrote: This is going to sound like a rather vague question, but how is trac SUPPOSED to be used? The reason I ask is because we use trac at my company, but we are thinking of switching to something else. Nobody at my company

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Jani Tiainen
Stephen Moretti kirjoitti: 2008/10/8 Jani Tiainen [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Rainer Sokoll kirjoitti: On Wed, Oct 08, 2008 at 01:59:48AM -0700, Jean Marie wrote: I want to disallow a group of user to select a certain action for a ticket,

[Trac] Re: How can I configure Trac to use subversion 1.5

2008-10-08 Thread Emmanuel Blot
Out of curiosity, what do you expect to get from running 1.5 on the server side? There are a lot of changes in subversion that are client side only. The biggest server side change is that the neon library was replaced by the serf library, but neon is still available. This won't make much

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Jean Marie
Hi Jani, First you need to create new permission, e.g. TICKET_CLOSE. How can i do this? Best regards Jean Marie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Chad Emahizer
I think I might be restating a bit here from what others have already said, but Trac does (or can do) what you want it to do. It is flexible and doesn't force its own business logic on its users. It basically has to be like that, or it will be targeting only a small portion of the population

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Chad Emahizer
I broke this out into a separate email because otherwise it would be one huge email that rambled, which I have a tendency to do anyway... I might try to do this specific example with milestones. Define a Trac milestone as a merge point in the software, like the one you had two weeks ago.

[Trac] Re: How can I configure Trac to use subversion 1.5

2008-10-08 Thread Robert C Corsaro
[EMAIL PROTECTED] wrote: On Oct 7, 5:16 pm, Emmanuel Blot [EMAIL PROTECTED] wrote: I have 2 subversion executable in my system. one is subversion 1.4.6 : /usr/bin/svn one is subversion 1.5.2: /home/meryl/bin/svn1.5/bin Trac does not use the SVN executables - at all. It relies on Python

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Jean Marie
Doesn't that BlackMagicTicketPlugin make possible to create arbitary permissions for tickets? With 'BlackMagicTicketPlugin' currently you can only control single fields of a ticket. Best regards Jean Marie --~--~-~--~~~---~--~~ You received this message

[Trac] Re: How can I configure Trac to use subversion 1.5

2008-10-08 Thread Rainer Sokoll
On Tue, Oct 07, 2008 at 05:18:49PM -0700, [EMAIL PROTECTED] wrote: I am running on ubuntu. How can I get the python subversion 1.5 binding? The package manager (atitute) only has 1.4.x binding. Use the sources. It is fairly easy to build one's own subversion and SWIG bindings. Rainer

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Jani Tiainen
Rainer Sokoll kirjoitti: On Wed, Oct 08, 2008 at 01:59:48AM -0700, Jean Marie wrote: I want to disallow a group of user to select a certain action for a ticket, e.g. a developer is not allowed to close a ticket. I have a similar issue. A developer must not close a ticket, instead, once

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Chad Emahizer
Sorry if this double posts! The first attempt at responding seems to not have worked... I think I might be restating a bit here from what others have already said, but Trac does (or can do) what you want it to do. It is flexible and doesn't force its own business logic on its users. It

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Jean Marie
First you need to create new permission, e.g. TICKET_CLOSE. How can i do this? I found an intermediate solution by hacking the database: INSERT INTO permission (username, action) VALUES (group_qa, TICKET_CLOSE); After this, the manuall added permissions assignment is visible in the

[Trac] Re: How can I configure Trac to use subversion 1.5

2008-10-08 Thread Emmanuel Blot
I am running on ubuntu. How can I get the python subversion 1.5 binding? The package manager (atitute) only has 1.4.x binding. You probably need to upgrade your system to a newer release, or force the use more recent (but declared less stable) packages. I don't know Ubuntu, but it is based

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Chad Emahizer
Could there possibly be a way to develop and distribute specific configurations of the trac.ini file and a trac.db file? Maybe it's as simple as that. I would think some sort of white paper would be needed (maybe documented in the wiki) that explains how the specific process the specific

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Chad Emahizer
Also sorry if this double posts! The first attempt also seems to not have worked... I broke this out into a separate email because otherwise it would be one huge email that rambled, which I have a tendency to do anyway... I might try to do this specific example with milestones. Define a Trac

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Stephen Moretti
2008/10/8 Jani Tiainen [EMAIL PROTECTED] Stephen Moretti kirjoitti: 2008/10/8 Jani Tiainen [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Rainer Sokoll kirjoitti: On Wed, Oct 08, 2008 at 01:59:48AM -0700, Jean Marie wrote: I want to disallow a group of user

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Rainer Sokoll
On Wed, Oct 08, 2008 at 01:59:48AM -0700, Jean Marie wrote: I want to disallow a group of user to select a certain action for a ticket, e.g. a developer is not allowed to close a ticket. I have a similar issue. A developer must not close a ticket, instead, once he marked a ticket resolved,

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Thomas Moschny
2008/10/8 Jani Tiainen [EMAIL PROTECTED]: Doesn't that BlackMagicTicketPlugin make possible to create arbitary permissions for tickets? Side note: Does it really enforce permissions or does it rather make fields un-editable via Genshi transformations? This is not the same. - Thomas

[Trac] Re: custom group for ticket permission

2008-10-08 Thread yoheeb
On Oct 8, 7:19 am, Jean Marie [EMAIL PROTECTED] wrote: First you need to create new permission, e.g. TICKET_CLOSE. How can i do this? I  found an intermediate solution by hacking the database:     INSERT INTO permission (username, action) VALUES (group_qa, TICKET_CLOSE); After

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Jean Marie
Hi, On 7 Okt., 15:48, Rainer Sokoll [EMAIL PROTECTED] wrote: Maybehttp://trac-hacks.org/wiki/BlackMagicTicketTweaksPluginis what you are looking for? i already use BlackMagicTicketTweaksPluginis for customizing the appearance of certain ticket fields. It also provides to permit a field from

[Trac] Re: s5 plugin and 0.11 patch (generaly plugin-patch question acutally)

2008-10-08 Thread yoheeb
On Oct 6, 4:41 pm, Stephen Moretti [EMAIL PROTECTED] wrote: 2008/10/6 [EMAIL PROTECTED] Just an idiot question here.  How do I correctly apply this patch?  So I get the plugin source, apply the patch, then bake an egg?  Or do I install the egg, then apply the patch. I am going to

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Stephen Moretti
2008/10/8 Jani Tiainen [EMAIL PROTECTED] Rainer Sokoll kirjoitti: On Wed, Oct 08, 2008 at 01:59:48AM -0700, Jean Marie wrote: I want to disallow a group of user to select a certain action for a ticket, e.g. a developer is not allowed to close a ticket. I have a similar issue. A

[Trac] Re: custom group for ticket permission

2008-10-08 Thread Jean Marie
Hi, On 7 Okt., 15:48, Rainer Sokoll [EMAIL PROTECTED] wrote: Maybehttp://trac-hacks.org/wiki/BlackMagicTicketTweaksPluginis what you are looking for? i already use BlackMagicTicketTweaksPluginis for customizing the appearance of certain ticket fields. It also provides to permit a field from

[Trac] Re: How can I configure Trac to use subversion 1.5

2008-10-08 Thread Rainer Sokoll
On Wed, Oct 08, 2008 at 05:36:50AM -0400, Robert C Corsaro wrote: Out of curiosity, what do you expect to get from running 1.5 on the server side? Merge tracking is what my users were emphatically asking for. Rainer --~--~-~--~~~---~--~~ You received this

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread yoheeb
well, out of the box, trac does have a usage workflow. new-assigned- closed if you are after something a little more common try the enterprise workflow in the contrib directory. that said, it sounds like your group is perfectly happy being stuck with something that is not customizable (or

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Dimitri Maziuk
Chad Emahizer wrote: I think I might be restating a bit here from what others have already said, but Trac does (or can do) what you want it to do. It is flexible and doesn't force its own business logic on its users. It basically has to be like that, or it will be targeting only a small

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Robert C Corsaro
Dimitri Maziuk wrote: Chad Emahizer wrote: I think I might be restating a bit here from what others have already said, but Trac does (or can do) what you want it to do. It is flexible and doesn't force its own business logic on its users. It basically has to be like that, or it will be

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Dimitri Maziuk
Robert C Corsaro wrote: Man, you're not supposed to say stuff like that out loud. That's why everyone hates us! Not everyone, just the second bunch -- us arrogant elitists snobs generally don't have a problem with the idea that trac is not right for everyone. It's the other crowd that

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Jeff Hammel
On Wed, Oct 08, 2008 at 08:21:42AM -0400, Chad Emahizer wrote: I broke this out into a separate email because otherwise it would be one huge email that rambled, which I have a tendency to do anyway... I might try to do this specific example with milestones. Define a Trac milestone as a

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Jeff Hammel
On Wed, Oct 08, 2008 at 08:46:48AM -0400, Chad Emahizer wrote: Could there possibly be a way to develop and distribute specific configurations of the trac.ini file and a trac.db file? Maybe it's as simple as that. I would think some sort of white paper would be needed (maybe documented in

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Erik Bray
On Tue, Oct 7, 2008 at 3:37 PM, Stedwick [EMAIL PROTECTED] wrote: I'm wondering if it's a philosophical conflict. The people at my company (myself included) like opinionated software. It's like iTunes. Everybody hates iTunes because they can't manage their music in their own unbelievably

[Trac] Re: how is trac SUPPOSED to be used?

2008-10-08 Thread Erik Bray
On Wed, Oct 8, 2008 at 10:45 AM, Robert C Corsaro [EMAIL PROTECTED] wrote: Dimitri Maziuk wrote: Chad Emahizer wrote: I think I might be restating a bit here from what others have already said, but Trac does (or can do) what you want it to do. It is flexible and doesn't force its own

[Trac] Re: MultipleRepositorySupport install error

2008-10-08 Thread Tom
On Oct 6, 5:39 pm, Stephen Moretti [EMAIL PROTECTED] wrote: I'm running the multirepo install on windows with svn without any problems. Sounds like you've got a setting wrong somewhere. I think I had the same problem initially, but a quick RTFM solved it. Did you previously have a

[Trac] Re: Need help on Change History Trac

2008-10-08 Thread Kuttiyappan, Damodharan (CONTRACTOR)
Hi Noah, Thanks a million for your impulse response. I got a response from Christian Boss. Wanted to share with you. Also I'm a newbie to trac. Can you please elaborate How to put JS hackery in the ticket.html template. Here is the mail from Christian Boss.

[Trac] Re: How can I configure Trac to use subversion 1.5

2008-10-08 Thread [EMAIL PROTECTED]
On Oct 8, 4:17 am, Rainer Sokoll [EMAIL PROTECTED] wrote: On Tue, Oct 07, 2008 at 05:18:49PM -0700, [EMAIL PROTECTED] wrote: I am running on ubuntu. How can I get the python subversion 1.5 binding? The package manager (atitute) only has 1.4.x binding. Use the sources. It is fairly easy

[Trac] Re: How can I configure Trac to use subversion 1.5

2008-10-08 Thread Rainer Sokoll
On Wed, Oct 08, 2008 at 10:29:34AM -0700, [EMAIL PROTECTED] wrote: But when i do a test (like below), i get the following error: $ python -c 'from svn import client' Traceback (most recent call last): File string, line 1, in module File /home/scheung/bin/lib/svn-python/svn/client.py,

[Trac] Re: Looking for the record creator

2008-10-08 Thread didley
On Oct 8, 8:53 am, Noah Kantrowitz [EMAIL PROTECTED] wrote: On Oct 7, 2008, at 11:51 PM, didley wrote: On Oct 7, 9:33 am, Stephen Moretti [EMAIL PROTECTED] wrote: 2008/10/7 didley [EMAIL PROTECTED] Sometimes it's necessary that a user with ticket-admin permission   has to

[Trac] Re: Looking for the record creator

2008-10-08 Thread Noah Kantrowitz
from trac.core import * from trac.ticket.api import ITicketManipulator class SetCreatorModule(Component): implements(ITicketManipulator) def prepare_ticket(self, req, ticket, fields, actions): pass def validate_ticket(self, req, ticket): if req.path_info ==

[Trac] Re: Customizing Trac

2008-10-08 Thread jevans
On Oct 7, 11:45 am, W. Craig Trader [EMAIL PROTECTED] wrote: Thanks for the reply. Don't assume that '4 hours' was spent only on this task.  I wrote my reply so that everyone would know that I solved my problem, but that was the last thing I did that day. Yeah, it would have been helpful

[Trac] trouble saving new pages

2008-10-08 Thread ack ack
Using Trac 0.11.1 and sqlite. When I create a new page and enter some text, then save it, the page is not saved. If i hit the back button and _then_ save all is well. This happens mostly with new pages but also occasionally with edits to existing pages. Anyone have any ideas? I've checked

[Trac] Re: s5 plugin and 0.11 patch (generaly plugin-patch question acutally)

2008-10-08 Thread Ed - 0x1b, Inc.
On Wed, Oct 8, 2008 at 6:38 AM, [EMAIL PROTECTED] wrote: On Oct 6, 4:41 pm, Stephen Moretti [EMAIL PROTECTED] wrote: 2008/10/6 [EMAIL PROTECTED] Just an idiot question here. How do I correctly apply this patch? So I get the plugin source, apply the patch, then bake an egg? Or do