RE: [Trac] Templates for milestone pages?

2006-06-08 Thread Frazier, Stephen
I may be missing something, but those queries are already there on both
the roadmap and milestone page right below the progress bar. The
progress bar itself has links to those queries, too.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Oberbrunner
Sent: Thursday, June 08, 2006 1:13 PM
To: trac@lists.edgewall.com
Subject: [Trac] Templates for milestone pages?

Hi trac people.  I'd like to have a template for new milestones that
looks
like this:

DESCRIPTION HERE

'''Open tickets:'''
[[TicketQuery(milestone=THIS_MILESTONEstatus!=closed)]]

'''Closed tickets:'''
[[TicketQuery(milestone=THIS_MILESTONEstatus=closed)]]


Ideally the milestone name would go right into the TicketQuery macro
automatically, but even if not, if the above text could just show up
automatically in each new milestone when it's created, that would be
terrific.
 Is there any way to do that?

Thanks!

-- Gary
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


RE: [Trac] How to remove blank milestone (etc)

2006-05-11 Thread Frazier, Stephen
You should be able use the Roadmap module to delete it or rename it. You
need to have MILESTONE_ADMIN permission to manage milestones from the
web UI.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Shenton
Sent: Thursday, May 11, 2006 4:00 PM
To: trac@lists.edgewall.com
Subject: [Trac] How to remove blank milestone (etc)

We have a 0.9.4 instance which has gotten a blank entry name:

# trac-admin /data1/trac/vignette milestone list

Name Due Completed

Test 2006-05-11 15:04:23
1.0  2006-04-29

Ongoing

That line before Ongoing is a blank entry with not dates. 

I can't delete it like:

# trac-admin /data1/trac/vignette milestone remove 

It returns with no error but doesn't remove the entry.

(I believe I've seen this in some other attributes too)

What's the secret to removing such entries? 

Thanks.
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


RE: [Trac] Re: What is the repository for?

2006-04-20 Thread Frazier, Stephen

 SVN is not a requirement anymore since version 0.10.

Oh, that's good to know.   If that version is released, where is it,
and why do the install instructions say SVN is a requirement?

If it is not released, how do I get it?

Version 0.10 is in development and SVN is required for version 0.9. Info
on downloading the trunk is here:
http://projects.edgewall.com/trac/wiki/TracDownload#LatestDevelopmentSou
rceCode


___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


RE: [Trac] Re: What is the repository for?

2006-04-20 Thread Frazier, Stephen
http://projects.edgewall.com/trac/wiki/FineGrainedPermissions

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Abrahams
Sent: Thursday, April 20, 2006 1:31 PM
To: trac@lists.edgewall.com
Subject: [Trac] Re: What is the repository for?

Christian Boos [EMAIL PROTECTED] writes:

 In the TracGuide, there's the TracBrowser, TracChangeset and
 TracRevisionLog pages
 which explain what you can do. Also, the integration is achieved by
 the way of the
 TracLinks in the wiki syntax, which enables you to talk about your
 changesets
 or source files from any part of the system (tickets, wiki pages,
etc.)

 Lastly, there's a contributed post-commit-hook script for Subversion,
 which will comment on and otherwise manipulate your tickets in Trac
 depending on what has been written in the changeset message.

So this is all nifty, but I have set up fairly elaborate permissions
for my repositories (using webdav and http authentication, soon to be
https).  Is there a way I can prevent Trac from exposing the parts of
the repository that are supposed to be private or restricted?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


RE: [Trac] Browser Source Spins

2006-03-03 Thread Frazier, Stephen
Is the SVN repo BDB based? I think NFS mounts will only work for FSFS
repos.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stephen Milner
Sent: Friday, March 03, 2006 10:10 AM
To: trac@lists.edgewall.com
Subject: [Trac] Browser Source Spins

Hello List,

I'm trying to link a remote repo to my Trac install. What I am doing is 
a bind mount onto my machine running trac from our svn server. The 
problem is that Trac just hangs when I click on Browse Source. The mount

is done as follows:

 mount -o rw,exec SERVER:/svn/ /mnt/svn

and then in the project I am pointing to /mnt/svn as the svn location. 
Is there anything I am forgetting? Looking in revision and node_changes 
shows that nothing has been imported.

Now if I import a dump of the repo on the local filesystem it works like

a charm, but that really doesn't work well for this setup.

Any ideas?
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


RE: [Trac] Adding non repository related items to timeline

2006-01-03 Thread Frazier, Stephen
Check http://projects.edgewall.com/trac/wiki/TracIni in the timeline
section for ticket_show_details. That turns on the option you are
wanting. You also have to check on the Ticket details option on the
timeline page which is off by default now.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Ryland
Sent: Tuesday, January 03, 2006 1:00 PM
To: trac@lists.edgewall.com
Subject: Re: [Trac] Adding non repository related items to timeline

On Jan 3, 2006, at 9:44 AM, Alec Thomas wrote:

 On Tue, Jan 03, 2006 at 09:12:57AM -0500, Chris Ryland wrote:
 If the timeline would include ticket content changes as well (doesn't
 seem to), one could have a distinguished ticket to which one could
 continue adding notes, and which would then show up in the timeline.

 Trac trunk inludes ticket changes, which is very useful:

 http://trac-hacks.swapoff.org/timeline

Yes, I'm running 0.9.2, which includes that feature (I believe), but  
only when a ticket changes major status.

I think there should be an option to show *any* change to a ticket  
status, including simply adding more information.

Cheers!
--Chris Ryland / Em Software, Inc. / www.emsoftware.com

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac