[Trac] Re: Integration of Trac and Bugzilla

2007-06-29 Thread Rainer Sokoll

On Thu, Jun 28, 2007 at 10:34:32AM -0400, Christopher Taylor wrote:

[how to integrate bugzilla into trac]

 1) check out the bugzilla plugin for Trac

Do you mean BugzillaIssueTrackingPlugin
(http://trac-hacks.org/wiki/BugzillaIssueTrackingPlugin) or
TracZillaPlugin (http://trac-hacks.org/wiki/TracZillaPlugin)?

Rainer

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Adding web pages to trac project

2007-06-29 Thread Tim Moloney


I am using both Trak and TaskJuggler to manage a project.  I'd like to 
link to the html status reports generated by TaskJuggler from the 
project's Trac wiki pages.

Obviously, I can upload the html reports to a location served by my web 
server and add html links in my wiki pages.  Is there a way to do this 
via Trac (like editing wiki pages, adding attachments, etc.)?  Is there 
a best practices way of doing this?

Thanks,
  Tim


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Any idea about trac 0.11

2007-06-29 Thread Gary Oberbrunner

Christian Boos wrote:
 Anton wrote:
 Hi,

 I only wanted to know about the release date of trac 0.11:
 
 All the major items are now in place. ...

Hi folks -- we are eagerly awaiting this!  We'd already be running it from the
trunk, except for plugins; any news on TracTags, BatchModify, or RevTree?  (We
can't live without tags; we think it should be built in.  Best plugin ever.)

-- 
Gary

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Trac ticket resolved as dropdown box

2007-06-29 Thread Brian McCann
Hi Eli,
 
Any idea on where and how to run the sql command in trac in order
to change these values?
Thanks,
Brian
 
mailto:[EMAIL PROTECTED] 
 



From: trac-users@googlegroups.com on behalf of Eli Carter
Sent: Thu 6/28/2007 3:46 PM
To: trac-users@googlegroups.com
Subject: [Trac] Re: Trac ticket resolved as dropdown box




On Thursday 28 June 2007, Brian McCann wrote:
 Hi
 
 Is there away to change the resolve as drop down items names and add to the
dropdown box
 
 the items are fixed, invalid , wontfix,duplicate, worksforme

In 0.11dev, through webadmin or trac-admin.

In 0.10.*, you'd have to do SQL on the database.

Eli





--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Trac ticket resolved as dropdown box

2007-06-29 Thread Eli Carter

On Friday 29 June 2007, Brian McCann wrote:
 Hi Eli,
  
 Any idea on where and how to run the sql command in trac in order
 to change these values?

This should get you started:
sqlite3 db/trac.db .schema enum
sqlite3 db/trac.db SELECT * FROM enum WHERE type = 'resolution'
sqlite3 db/trac.db UPDATE enum SET name = 'blah' WHERE type = 'resolution' 
AND value = 1

Backups recommended. ;)

Eli

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Integration of Trac and Bugzilla

2007-06-29 Thread Christopher Taylor

the first one 

not sure how well it works for 0.10.?

-Chris

On 6/29/07, Rainer Sokoll [EMAIL PROTECTED] wrote:

 On Thu, Jun 28, 2007 at 10:34:32AM -0400, Christopher Taylor wrote:

 [how to integrate bugzilla into trac]

  1) check out the bugzilla plugin for Trac

 Do you mean BugzillaIssueTrackingPlugin
 (http://trac-hacks.org/wiki/BugzillaIssueTrackingPlugin) or
 TracZillaPlugin (http://trac-hacks.org/wiki/TracZillaPlugin)?

 Rainer

 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Any idea about trac 0.11

2007-06-29 Thread Emmanuel Blot

 trunk, except for plugins; any news on TracTags, BatchModify, or RevTree?  (We

Revtree works fine w/ 0.11. Actually, Revtree works much better on
0.11 than on 0.10, as the 0.10 version is not actively maintained.

Cheers,
Manu

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---