Re: [Trac] New Release of Batch Modify Plugin

2010-07-09 Thread Erik Andersson
Excellent. Thanks!

/Erik

On Wed, Jul 7, 2010 at 10:21 PM, Brian Meeker wrote:

> Version 0.7.0 of the BatchModifyPlugin has just been released. This
> plugin allows you to modify a group of tickets at one time. This
> release provides a new UI that more closely matches the way filters
> are added as well as providing some validation.
>
> Eggs are already cooked up for Python 2.5 and 2.6 for Trac 0.11 and
> 0.12. The plugin works on 2.4 as well. I just don't have it installed
> on my dev machine.
>
> More Information is available at
> http://trac-hacks.org/wiki/BatchModifyPlugin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To post to this group, send email to trac-us...@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.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] AuthRequiredPlugin in trac 0.12 ?

2010-07-09 Thread Greg Troxel

Samuel Monsarrat  writes:

> I have a number of trac envs that cannot be public at all, I cannot
> allow anonymous access to them.  In trac 0.11 I used
> AuthRequiredPlugin (http://trac-hacks.org/wiki/AuthRequiredPlugin) to
> rederect all anonymous users to the form based login system.  I have
> just upgraded to trac 0.12 and it seems that AuthRequiredPlugin no
> longer works as I get the following message:
>
> Warning: Error with navigation contributor "AuthRequired"
>
> In trac 0.12 is there some other way to disable all anonymous access?

FWIW, I use apache's auth config to deny access to the entire trac
instance except to authenticated users, and then manage the .htpasswd
files outside of trac.


pgp82hHKlhdLA.pgp
Description: PGP signature


Re: [Trac] AuthRequiredPlugin in trac 0.12 ?

2010-07-09 Thread alind sharma
1) May be you can just remove the anonymous group directly on commnad line 
using 
trac-admin.
2) Use accountmanager plugin from web interface and remove anonymous user.

 Alind Sharma





From: Samuel Monsarrat 
To: trac-users@googlegroups.com
Sent: Fri, 9 July, 2010 9:52:43 PM
Subject: Re: [Trac] AuthRequiredPlugin in trac 0.12 ?

Yes ! thanks John, that is exactly what I want.

Sam.

-- You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to trac-us...@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.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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: trac-svn-hook

2010-07-09 Thread Mike Myers
You can find this code by accessing the source repository. 
http://svn.edgewall.org/repos/trac/trunk/contrib/trac-svn-hook

Mike
-Original Message-
From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On 
Behalf Of Chris MacPherson
Sent: Friday, July 09, 2010 9:35 AM
To: Trac Users
Subject: [Trac] Re: trac-svn-hook

Sorry, Didn't think my previous similar thread had been added to the list.


On Jul 9, 5:33 pm, Chris MacPherson  wrote:
> Hi,
>
> I am pretty new to Trac and want to set up the hook that I saw on this 
> page of the Trac wiki. However I can no longer access it as the page 
> seems to be broken.
>
> http://trac.edgewall.org/intertrac/source%3Atrunk/contrib/trac-svn-hoo
> k
>
> Does any body have a copy of the hook somewhere. It was described 
> herehttp://trac.edgewall.org/wiki/TracRepositoryAdmin#ExplicitSyncas
> calling trac-admin in an asynchronous way which is why I was planning 
> on using it.
>
> Should I create a ticket on the Trac site for such documentation 
> issues?
>
> Thanks,
>
> Chris

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] 404 when trying to get hook example - contrib/trac-svn-hook

2010-07-09 Thread Remy Blank
Chris MacPherson wrote:
> http://trac.edgewall.org/source%253Atrunk/contrib/trac-svn-hook

Did you mean this page?

  http://trac.edgewall.org/browser/trunk/contrib/trac-svn-hook

-- Remy



signature.asc
Description: OpenPGP digital signature


[Trac] Re: trac-svn-hook

2010-07-09 Thread Chris MacPherson
Sorry, Didn't think my previous similar thread had been added to the
list.


On Jul 9, 5:33 pm, Chris MacPherson  wrote:
> Hi,
>
> I am pretty new to Trac and want to set up the hook that I saw on this
> page of the Trac wiki. However I can no longer access it as the page
> seems to be broken.
>
> http://trac.edgewall.org/intertrac/source%3Atrunk/contrib/trac-svn-hook
>
> Does any body have a copy of the hook somewhere. It was described 
> herehttp://trac.edgewall.org/wiki/TracRepositoryAdmin#ExplicitSyncas
> calling trac-admin in an asynchronous way which is why I was planning
> on using it.
>
> Should I create a ticket on the Trac site for such documentation
> issues?
>
> Thanks,
>
> Chris

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] trac-svn-hook

2010-07-09 Thread Chris MacPherson
Hi,

I am pretty new to Trac and want to set up the hook that I saw on this
page of the Trac wiki. However I can no longer access it as the page
seems to be broken.

http://trac.edgewall.org/intertrac/source%3Atrunk/contrib/trac-svn-hook

Does any body have a copy of the hook somewhere. It was described here
http://trac.edgewall.org/wiki/TracRepositoryAdmin#ExplicitSync as
calling trac-admin in an asynchronous way which is why I was planning
on using it.

Should I create a ticket on the Trac site for such documentation
issues?

Thanks,

Chris

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] AuthRequiredPlugin in trac 0.12 ?

2010-07-09 Thread Samuel Monsarrat

Yes ! thanks John, that is exactly what I want.

Sam.

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] AuthRequiredPlugin in trac 0.12 ?

2010-07-09 Thread John Hampton

On 7/9/10 8:15 AM, Samuel Monsarrat wrote:

I have a number of trac envs that cannot be public at all, I cannot
allow anonymous access to them.
In trac 0.11 I used AuthRequiredPlugin
(http://trac-hacks.org/wiki/AuthRequiredPlugin) to rederect all
anonymous users to the form based login system.
I have just upgraded to trac 0.12 and it seems that AuthRequiredPlugin
no longer works as I get the following message:

Warning: Error with navigation contributor "AuthRequired"

In trac 0.12 is there some other way to disable all anonymous access?


What you want is the PermRedirectPlugin[1].  The 0.11 branch works just 
fine with 0.12



-John

[1] http://trac-hacks.org/wiki/PermRedirectPlugin

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] - tickets closing by just commenting

2010-07-09 Thread Bradley Trimby
I have some users with this problem that seems to be happening when they
click the back button.

On Fri, Jul 9, 2010 at 9:25 AM, Chris Nelson wrote:

> Matt Caron wrote:
> >> Our workflow has many mods and uses Advanced Ticket Workflow plugin.
> >> This only happens sometimes and I believe I'm doing something
> >> accidental to select the action.
> >
> > Perhaps using the scroll wheel to scroll the page, but the wrong UI
> > element is selected (thus scrolling through radio buttons).
>
> That may be exactly it.  I do like the scroll wheel.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To post to this group, send email to trac-us...@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.
>
>


-- 
Bradley Trimby

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] AuthRequiredPlugin in trac 0.12 ?

2010-07-09 Thread Samuel Monsarrat

Hi,

I have a number of trac envs that cannot be public at all, I cannot allow 
anonymous access to them.
In trac 0.11 I used AuthRequiredPlugin 
(http://trac-hacks.org/wiki/AuthRequiredPlugin) to rederect all anonymous users 
to the form based login system.
I have just upgraded to trac 0.12 and it seems that AuthRequiredPlugin no 
longer works as I get the following message:

Warning: Error with navigation contributor "AuthRequired"

In trac 0.12 is there some other way to disable all anonymous access?

Sam.

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] 404 when trying to get hook example - contrib/trac-svn-hook

2010-07-09 Thread Chris MacPherson
Hi,

I've just set up a Trac 0.12 instance and would like to set up the SVN
hooks. In the docs it mentions it would be a good idea to use the hook
here :

http://trac.edgewall.org/source%253Atrunk/contrib/trac-svn-hook

The first time I viewed this page it worked, but now I just get a 404.
Does anyone have a copy of the file or know the reason it is not
available anymore?

I didn't raise a ticket on the Trac site as wasn't sure if I should
for documentation issues.

Thanks for any help,

Chris

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] Access Trac Env Data via Genshi Template for Multiple Projects

2010-07-09 Thread Mike
Does anyone know how to access additional trac enviroment data through
the Genshi template. I can access the project admin value in the
trac.ini file via "$project.env.project_admin" in the sample genshi
template, but there is a lot of information in the enviroment file and
would like to get to that data.

Thanks.
Mike

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] Cannot import date correctly from excel by using TicketImportPlugin

2010-07-09 Thread ITGirl
I'm trying to import some tickets information to Traclightning from
excel.
But it seems that the date information(ticket's due_assign, due_close)
cannot be imported correctly, they are imported as text.
The other fields can be imported correctly.

I've installed the TicketImportPlugin and xlrd library like the
following link's description.

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

Maybe this is a very simple question,
Could someone tell me how to resolve this? Please help me.
Thank you very much.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] Multiple Project Template Data

2010-07-09 Thread Mike Myers
Does anyone know how to access additional trac enviroment data through
the Genshi template. I can access the project admin value in the
trac.ini file via "$project.env.project_admin" in the sample genshi
template, but there is a lot of information in the enviroment file and
would like to get to that data.

Thanks. 
Mike
  

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] New Release of Batch Modify Plugin

2010-07-09 Thread Brian Meeker
Version 0.7.0 of the BatchModifyPlugin has just been released. This
plugin allows you to modify a group of tickets at one time. This
release provides a new UI that more closely matches the way filters
are added as well as providing some validation.

Eggs are already cooked up for Python 2.5 and 2.6 for Trac 0.11 and
0.12. The plugin works on 2.4 as well. I just don't have it installed
on my dev machine.

More Information is available at http://trac-hacks.org/wiki/BatchModifyPlugin

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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: [0.11.7 + TracMetrix] ITicketGroupStatsProvider colors in Roadmap?

2010-07-09 Thread Brian Meeker
Have you added your site.css to site.html as described here?
http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance

I don't think your site.css will be loaded if you don't include it
there.

We use the following

http://www.w3.org/1999/xhtml";
  xmlns:py="http://genshi.edgewall.org/"; py:strip="">

  
  
${select('*|comment()|text()')}

  


style.css is then located at %TRAC_PROJECT_ROOT%/htdocs/style.css.

On Jul 8, 9:42 am, Roger Oberholtzer 
wrote:
> On Thu, 2010-07-08 at 08:00 -0500, Olemis Lang wrote:
> > On Tue, Jun 29, 2010 at 5:49 AM, Micha  
> > wrote:
> > > Hi all!
>
> > :)
>
> > > I'm a little confused. On my system (Ubuntu + trac 0.11.7 +
> > > TracMetrixPlugin + several plugins), I've chosen the
> > > ProgressTicketGroupStatsProvider from TracMetrix for the roadmap view.
>
> > > It renders closed tickets green. Ok so far. But inprogress tickets are
> > > rendered white (or no color) and open tickets are rendered light
> > > yellow.
> > > In contrast, on the TracMetrix page, inprogress tickets are yellow and
> > > new ones are white, what I expected.
>
> > I've been able to do things LIKE this by using TracThemeEngine to
> > override default colors in CSS.
>
> > Probably there's a better solution so as to avoid using the hammer
> > (but I don't know of any :( ... )
>
> My question in this thread was why my changes to the site.css file were
> having no effect. I followed the advice on t.e.o, but nada.
>
> I see this in my trac log file:
>
> Trac[main] WARNING: HTTPNotFound: 404 Not Found (No handler matched request 
> to /ticket/site.css)
>
> I have done no customization yet. So what would a pristine site.html and
> site.css look like? And, more interestingly, what changes would be
> needed to get css_class controlling color to work:
>
>        http://trac.edgewall.org/wiki/TracRoadmapCustomGroups242
>
> I have added the suggested lines to my site.css file. But I suspect
> there should be more. And perhaps there is something wrong with my
> site.html file.
>
> I browsed the source on t.e.o to see what a newly installed site.html
> and site.css looks like. I did not see them...
>
> Good thing I have a day job...
>
> --
> Roger Oberholtzer

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] - tickets closing by just commenting

2010-07-09 Thread Chris Nelson
Matt Caron wrote:
>> Our workflow has many mods and uses Advanced Ticket Workflow plugin.
>> This only happens sometimes and I believe I'm doing something
>> accidental to select the action.
> 
> Perhaps using the scroll wheel to scroll the page, but the wrong UI
> element is selected (thus scrolling through radio buttons).

That may be exactly it.  I do like the scroll wheel.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] - tickets closing by just commenting

2010-07-09 Thread Matthew Caron

Our workflow has many mods and uses Advanced Ticket Workflow plugin.
This only happens sometimes and I believe I'm doing something accidental
to select the action.


Perhaps using the scroll wheel to scroll the page, but the wrong UI 
element is selected (thus scrolling through radio buttons).


--
SIXNET - Industrial and Wireless Connectivity
331 Ushers Road, Ballston Lake, NY 12019
Tel: 1.518.877.5173, Fax: 1.518.877.8346
www.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-us...@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] changing standard reports and UI width

2010-07-09 Thread Roger Oberholtzer
On Fri, 2010-07-09 at 12:46 +0100, Cooke, Mark wrote:
> > Begin forwarded message:
> > 
> > From: Ray Kiddy 
> > Date: June 29, 2010 11:18:34 AM PDT
> > To: trac-users@googlegroups.com
> > Subject: [Trac] changing standard reports and UI width
> > Reply-To: trac-users@googlegroups.com
> > 
> > Perhaps these should be obvious. I am not sure. I do 
> > databases and database apps more than I do php and css-ish hacking.
> > 
> > 
> > 
> > Second, is there some setting I can change so that I 
> > get content in my browser window that is actually as wide as 
> > my browser window? I cannot fighure out why we still design 
> > web pages as if they are going to be displayed on a 8.5" x 
> > 11" piece of paper. We can move on to this millenium. So, 
> > that bounding box around my ticket content? The one that 
> > leaves a huge empty space to the right of said ticket 
> > content? Is there a way to make that go away?
> > 
> > thanx - ray
> > 
> > I was able to figure out how to re-sort things in the reports.
> > 
> > Is there _anyone_ who has a suggestion about getting rid of 
> > the 5 or 6 inch width diskplay for tickets? Is everybody 
> > looking at these tickets on a 4 inch x 6 inch monitor? 
> > Because that would make sense
> > 
> > I am sure that I need to edit the ticket.css and I have poked 
> > around in it and tried to change some things, with no success. Anyone?
> > 
> > thanx - ray
> > 
> From what I remember you need to edit the "ticket.css" file ~ I think I
> copied it to an individual project's htdocs/common/css directory to edit
> it.  Then just change the
> 
> #content.ticket
> {
>   width:
>   max-width:
> }
> ...values
> 
> ~ mark c

I am struggling with getting site.css to be used (and to understand it's
scope). OOC, could you put this in site.css to 'override' the value in
ticket.css?


-- 
Roger Oberholtzer

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] - tickets closing by just commenting

2010-07-09 Thread Chris Nelson
Roger Oberholtzer wrote:
> On Fri, 2010-07-09 at 07:38 -0400, Chris Nelson wrote:
>> mark ardiente wrote:
>>> Don't know if this is browser related or just an unforseen bug. When
>>> I open existing tickets in trac 0.12 the ticket is automatically
>>> closed when all I did was made a comment. For some reason, the
>>> ticket got closed and the resolution changed to fixed without me
>>> modifying the actions section. 
>>> 
>>> Does anyone have this kind of weird problem?
>> 
>> I see phantom state changes all the time (once a week or so) in 0.11.
>> Somehow an action I didn't intend to pick gets picked and when I
>> save my comment the ticket changes state.
> 
> I used to see this when I had a workflow that had an unintended state
> change when a ticket was just viewed: it would always change the owner
> to the person viewing the ticket. When I corrected my workflow logic,
> this went away. Are you running the original workflow, or have you
> made local modifications? If there are local mods, therein may be your
> problem.

Our workflow has many mods and uses Advanced Ticket Workflow plugin.
This only happens sometimes and I believe I'm doing something accidental
to select the action.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] changing standard reports and UI width

2010-07-09 Thread Cooke, Mark
> Begin forwarded message:
> 
>   From: Ray Kiddy 
>   Date: June 29, 2010 11:18:34 AM PDT
>   To: trac-users@googlegroups.com
>   Subject: [Trac] changing standard reports and UI width
>   Reply-To: trac-users@googlegroups.com
> 
>   Perhaps these should be obvious. I am not sure. I do 
> databases and database apps more than I do php and css-ish hacking.
>   
>   
>   
>   Second, is there some setting I can change so that I 
> get content in my browser window that is actually as wide as 
> my browser window? I cannot fighure out why we still design 
> web pages as if they are going to be displayed on a 8.5" x 
> 11" piece of paper. We can move on to this millenium. So, 
> that bounding box around my ticket content? The one that 
> leaves a huge empty space to the right of said ticket 
> content? Is there a way to make that go away?
>   
>   thanx - ray
> 
> I was able to figure out how to re-sort things in the reports.
> 
> Is there _anyone_ who has a suggestion about getting rid of 
> the 5 or 6 inch width diskplay for tickets? Is everybody 
> looking at these tickets on a 4 inch x 6 inch monitor? 
> Because that would make sense
> 
> I am sure that I need to edit the ticket.css and I have poked 
> around in it and tried to change some things, with no success. Anyone?
> 
> thanx - ray
> 
>From what I remember you need to edit the "ticket.css" file ~ I think I
copied it to an individual project's htdocs/common/css directory to edit
it.  Then just change the

#content.ticket
{
width:
max-width:
}
...values

~ 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-us...@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] - tickets closing by just commenting

2010-07-09 Thread Roger Oberholtzer
On Fri, 2010-07-09 at 07:38 -0400, Chris Nelson wrote:
> mark ardiente wrote:
> > Don't know if this is browser related or just an unforseen bug. When
> > I open existing tickets in trac 0.12 the ticket is automatically
> > closed when all I did was made a comment. For some reason, the ticket
> > got closed and the resolution changed to fixed without me modifying
> > the actions section.
> > 
> > Does anyone have this kind of weird problem?
> 
> I see phantom state changes all the time (once a week or so) in 0.11.
> Somehow an action I didn't intend to pick gets picked and when I save my
> comment the ticket changes state.

I used to see this when I had a workflow that had an unintended state
change when a ticket was just viewed: it would always change the owner
to the person viewing the ticket. When I corrected my workflow logic,
this went away. Are you running the original workflow, or have you made
local modifications? If there are local mods, therein may be your
problem.

-- 
Roger Oberholtzer

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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] - tickets closing by just commenting

2010-07-09 Thread Chris Nelson
mark ardiente wrote:
> Don't know if this is browser related or just an unforseen bug. When
> I open existing tickets in trac 0.12 the ticket is automatically
> closed when all I did was made a comment. For some reason, the ticket
> got closed and the resolution changed to fixed without me modifying
> the actions section.
> 
> Does anyone have this kind of weird problem?

I see phantom state changes all the time (once a week or so) in 0.11.
Somehow an action I didn't intend to pick gets picked and when I save my
comment the ticket changes state.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@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.