[Trac] Re: hg plugin vc-refactoring exists?

2009-10-26 Thread Christian Boos

Hello Randy,

Randy Galbraith wrote:
 Hello everyone,

 I am attempting to setup Trac 0.11 with Mercurial.  I've downloaded
 the mercurial-plugin-0.11 using svn.  The README file says this:
   

What the README says is quite outdated, sorry for that.
The up-to-date reference is the 
http://trac.edgewall.org/wiki/TracMercurial page,
and now (r6889) the README page says so as well, together with some 
minimal installation instructions.

 --README--
  Trac 
 The plugin needs a slightly modified version of Trac 0.10.
 This version can be found in source:sandbox/vc-refactoring.
 ...
 [components]
 trac.versioncontrol.hg.* = enabled
   

Should be:
 tracext.hg.* = enabled

 --yellow warning--
 Warning: Can't synchronize with the repository (Unsupported version
 control system hg: Can't find an appropriate component, maybe the
 corresponding plugin was not enabled? ). Look in the Trac log for more
 information.
 --end yellow warning--
   

That was due to the above mistake (i.e. the plugin was not actually 
enabled).
If the error persists, proceed to 
http://trac.edgewall.org/wiki/TracMercurial#Troubleshooting

 Nothing appears in the log directory and tracd merely shows HTTP
 requests it is handling.

 I want to consider using Trac, but no Mercurial integration will be a
 deal breaker.  Any help you can provide will be greatly appreciated.
 Thanks in advance.
   

It works, there are still a few rough edges, but I keep improving it 
regularly.

-- Christian

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Increase File Upload Size limit

2009-10-26 Thread JNamic development | Stefan Hoth
Hi,

Ads schrieb:
 
 How can this limit be increased?

http://trac.edgewall.org/wiki/TracIni#GlobalConfiguration

[attachment]
max_sizeMaximum allowed file size (in bytes) for ticket and wiki
attachments.

 
 We have Trac installed on Windows Server 2003 along with Sqlite. I've
 read a number of posts on this and tried a few different solutions,
 but nothing has helped.

Are you sure you looked? ;-)

HTH,
Stefan


smime.p7s
Description: S/MIME Cryptographic Signature


[Trac] custom query configuration

2009-10-26 Thread Zdenek Maxa

Hi,

I would like to make my custom query to view trac ticket with
immediately available under the top link View Tickets.

I found the config section
[query]
default_anonymous_query=status=acceptedstatus=assignedstatus=newstatus=reopenedgroupdesc=1group=componentcol=idcol=summarycol=ownercol=typecol=prioritycol=milestonecol=componentorder=priority
default_query=status=acceptedstatus=assignedstatus=newstatus=reopenedgroupdesc=1group=componentcol=idcol=summarycol=ownercol=typecol=prioritycol=milestonecol=componentorder=priority

where I put the query pasted from the browser. It doesn't seem to make
any difference.

I haven't found anything related in the FAQ or this mailing list archive.

I am running trac via embedded server/daemon tracd which suits me well -
is there a way to get more debug output from tracd to see a bit more
what trac is doing?

Any help appreciated.

CHeers,
Zdenek

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Dumb python package question

2009-10-26 Thread Roger Oberholtzer

My Trac packages are installed in /usr/lib/python2.5/site-packages

When I do an update of a package (python setup.py install), I see that I
get a new .egg (file or directory), but the old one is also still
present. In Trac admin, I only see the most recent one.

My question is:

1) Should I be using something other than python setup.py install when
doing an update?

2) What is the best/correct way to remove the obsolete eggs? 

-- 
--
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-users@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: Dumb python package question

2009-10-26 Thread Olemis Lang

On Mon, Oct 26, 2009 at 9:03 AM, Roger Oberholtzer
roger.oberholt...@gmail.com wrote:

 My Trac packages are installed in /usr/lib/python2.5/site-packages

 When I do an update of a package (python setup.py install), I see that I
 get a new .egg (file or directory), but the old one is also still
 present. In Trac admin, I only see the most recent one.

 My question is:

 1) Should I be using something other than python setup.py install when
 doing an update?

 2) What is the best/correct way to remove the obsolete eggs?


That goes beyond the scope of Trac itself and is related to setuptools .

  - The simple answer is «today there's no way to remove packages
installed using setuptools or easy_install».
  - The continuation is «Python devs are working on that and many
other things in the upcoming Distribute module».
  - My suggestion is «if package is available in your OS pkg manager
(e.g. apt on Debian, rpm on RH, ...) then use it »
  - Open issues «when Trac will take benefit of all these improvements ?»
«what changes are needed ?» ... I just don't know :-/

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Looking for a technique to create flexible, graphical dashboards ...
- http://feedproxy.google.com/~r/TracGViz-full/~3/QO5N8AG0NnM/d6e3b3fd323d5b52

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Dumb python package question

2009-10-26 Thread Jeff Hammel

On Mon, Oct 26, 2009 at 09:18:25AM -0500, Olemis Lang wrote:
 
 On Mon, Oct 26, 2009 at 9:03 AM, Roger Oberholtzer
 roger.oberholt...@gmail.com wrote:
 
  My Trac packages are installed in /usr/lib/python2.5/site-packages
 
  When I do an update of a package (python setup.py install), I see that I
  get a new .egg (file or directory), but the old one is also still
  present. In Trac admin, I only see the most recent one.
 
  My question is:
 
  1) Should I be using something other than python setup.py install when
  doing an update?
 
  2) What is the best/correct way to remove the obsolete eggs?
 
 
 That goes beyond the scope of Trac itself and is related to setuptools .
 
   - The simple answer is «today there's no way to remove packages
 installed using setuptools or easy_install».

No easy way, at least.  You can always edit easy_install.pth and remove the 
eggs with rm

   - The continuation is «Python devs are working on that and many
 other things in the upcoming Distribute module».
   - My suggestion is «if package is available in your OS pkg manager
 (e.g. apt on Debian, rpm on RH, ...) then use it »
   - Open issues «when Trac will take benefit of all these improvements ?»
 «what changes are needed ?» ... I just don't know :-/
 
 -- 
 Regards,
 
 Olemis.
 
 Blog ES: http://simelo-es.blogspot.com/
 Blog EN: http://simelo-en.blogspot.com/
 
 Featured article:
 Looking for a technique to create flexible, graphical dashboards ...
 - http://feedproxy.google.com/~r/TracGViz-full/~3/QO5N8AG0NnM/d6e3b3fd323d5b52
 
  

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Dumb python package question

2009-10-26 Thread Roger Oberholtzer

On Mon, 2009-10-26 at 09:18 -0500, Olemis Lang wrote:

 That goes beyond the scope of Trac itself and is related to setuptools .
 
   - The simple answer is «today there's no way to remove packages
 installed using setuptools or easy_install».
   - The continuation is «Python devs are working on that and many
 other things in the upcoming Distribute module».
   - My suggestion is «if package is available in your OS pkg manager
 (e.g. apt on Debian, rpm on RH, ...) then use it »
   - Open issues «when Trac will take benefit of all these improvements ?»
 «what changes are needed ?» ... I just don't know :-/

So there is no trouble with just leaving these in place? Does Trac only
use the ones defined in easy-install.pth? That file does keep up with
what I have installed.

--
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-users@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: Dumb python package question

2009-10-26 Thread Roger Oberholtzer

On Mon, 2009-10-26 at 10:20 -0400, Jeff Hammel wrote:

 No easy way, at least.  You can always edit easy_install.pth and remove the 
 eggs with rm

The obsolete eggs are not in easy_install.pth. Only the most recent
installed version. Only the eggs themselves remain.

--
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-users@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: custom query configuration

2009-10-26 Thread Chris Carr

 -Original Message-
 From: trac-users@googlegroups.com 
 [mailto:trac-us...@googlegroups.com] On Behalf Of Zdenek Maxa
 Sent: 26 October 2009 13:28
 To: trac-users@googlegroups.com
 Subject: [Trac] custom query configuration
 
 
 Hi,
 
 I would like to make my custom query to view trac ticket with
 immediately available under the top link View Tickets.
 
 I found the config section
 [query]
 default_anonymous_query=status=acceptedstatus=assignedstatus
 =newstatus=reopenedgroupdesc=1group=componentcol=idcol=su
mmarycol=ownercol=typecol=prioritycol=milestonecol=componentorder=prio
rity
 default_query=status=acceptedstatus=assignedstatus=newstatu
 s=reopenedgroupdesc=1group=componentcol=idcol=summarycol=
ownercol=typecol=prioritycol=milestonecol=componentorder=priority
 
 where I put the query pasted from the browser. It doesn't seem to make
 any difference.
 
 I haven't found anything related in the FAQ or this mailing 
 list archive.

I have exactly the same problem. It was supposed to have been fixed in 

http://trac.edgewall.org/changeset/7553

Which was in 0.11.2, but changing the default query still does not work for
me. I have no idea why - any advice appreciated. Presumably it works for
everybody else, or there would be a bug report about it somewhere. Or maybe
other people don't change the default query??

The query I'm trying to use is

/query?status=acceptedstatus=assignedstatus=newstatus=reopenedgroup=comp
onentmax=1000order=prioritycol=idcol=summarycol=prioritycol=severityc
ol=changetimeowner=chrisc

(For some reason using !closed does not work to replace all the other status
elements.)

CC


--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Dumb python package question

2009-10-26 Thread Ethan Jucovy

On Mon, Oct 26, 2009 at 10:22 AM, Roger Oberholtzer
roger.oberholt...@gmail.com wrote:
 So there is no trouble with just leaving these in place? Does Trac only
 use the ones defined in easy-install.pth? That file does keep up with
 what I have installed.

Yes, there's no trouble with leaving them in place.  There's also no
trouble with removing them on the filesystem.  They're ignored unless
they're in easy-install.pth.

egj

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: custom query configuration

2009-10-26 Thread Zdenek Maxa

 Original Message  
Subject: [Trac] Re: custom query configuration
From: Chris Carr ranting...@gmail.com
To: trac-users@googlegroups.com
Date: Mon Oct 26 2009 15:51:37 GMT+0100 (CET)

 -Original Message-
 From: trac-users@googlegroups.com 
 [mailto:trac-us...@googlegroups.com] On Behalf Of Zdenek Maxa
 Sent: 26 October 2009 13:28
 To: trac-users@googlegroups.com
 Subject: [Trac] custom query configuration


 Hi,

 I would like to make my custom query to view trac ticket with
 immediately available under the top link View Tickets.

 I found the config section
 [query]
 default_anonymous_query=status=acceptedstatus=assignedstatus
 =newstatus=reopenedgroupdesc=1group=componentcol=idcol=su
 mmarycol=ownercol=typecol=prioritycol=milestonecol=componentorder=prio
 rity
 default_query=status=acceptedstatus=assignedstatus=newstatu
 s=reopenedgroupdesc=1group=componentcol=idcol=summarycol=
 ownercol=typecol=prioritycol=milestonecol=componentorder=priority
 where I put the query pasted from the browser. It doesn't seem to make
 any difference.

 I haven't found anything related in the FAQ or this mailing 
 list archive.
 
 I have exactly the same problem. It was supposed to have been fixed in 
 
 http://trac.edgewall.org/changeset/7553
 
 Which was in 0.11.2, but changing the default query still does not work for
 me. I have no idea why - any advice appreciated. Presumably it works for
 everybody else, or there would be a bug report about it somewhere. Or maybe
 other people don't change the default query??
 
 The query I'm trying to use is
 
 /query?status=acceptedstatus=assignedstatus=newstatus=reopenedgroup=comp
 onentmax=1000order=prioritycol=idcol=summarycol=prioritycol=severityc
 ol=changetimeowner=chrisc
 
 (For some reason using !closed does not work to replace all the other status
 elements.)
 
 CC
 

Hi again,

I have actually forgot to tell more about what exactly I am using:

Trac:   0.11.5
Python: 2.6.2 (release26-maint, Apr 19 2009, 01:58:18) [GCC 4.3.3]
setuptools: 0.6c9
SQLite: 3.6.10
pysqlite:   2.5.0
Genshi: 0.5.1
jQuery: 1.2.6

THe query is well listed on the 'about trac' page, but doesn't seem to
be used. Searching the Trac wikis, I have found how to use custom
queries from within wiki pages but not on the top link ...
Also I have disabled the report module by
trac.ticket.report.* = disabled
so I am only using queries.

Thanks for help / comments.

CHeers,
Zdenek

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] No Register link next to Login link

2009-10-26 Thread Hong Zhang

I installed a trac 0.11.5 version. Somehow Register link does not show up no
matter what I tried. Here is the components/account-manager part of the
trac.ini. Any suggestions?

[account-manager]
authentication_url = inherited
generated_password_length = 8
hash_method = HtDigestHashMethod
htdigest_realm = drydock
password_file = /mnt/data/www/apps/DryDock/drydock.htdigest
password_format = htdigest


[components]
trac.web.auth.LoginModule = disabled

acct_mgr.htfile.* = enabled
acct_mgr.htfile.htdigeststore = enabled

acct_mgr.http.* = enabled

acct_mgr.admin.* = enabled
acct_mgr.admin.accountmanageradminpage = enabled

acct_mgr.api.* = enabled
acct_mgr.db.* = enabled

acct_mgr.web_ui.* = enabled
acct_mgr.web_ui.LoginModule = enabled
acct_mgr.web_ui.AccountModule = enabled
acct_mgr.web_ui.RegistrationModule = enabled

webadmin.* = enabled



--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: custom query configuration

2009-10-26 Thread Remy Blank
Chris Carr wrote:
 /query?status=acceptedstatus=assignedstatus=newstatus=reopenedgroup=comp
 onentmax=1000order=prioritycol=idcol=summarycol=prioritycol=severityc
 ol=changetimeowner=chrisc

Remove the /query, i.e.:

  default_query=?status=accepted...

For the OP: if you copy/pasted the query from the URL, add a leading ?
as shown above. All of this is documented here:

  http://trac.edgewall.org/wiki/TracIni#query-section

-- Remy



signature.asc
Description: OpenPGP digital signature


[Trac] Re: custom query configuration

2009-10-26 Thread Zdenek Maxa

 Original Message  
Subject: [Trac] Re: custom query configuration
From: Remy Blank remy.bl...@pobox.com
To: trac-users@googlegroups.com
Date: Mon Oct 26 2009 16:49:01 GMT+0100 (CET)

 Chris Carr wrote:
 /query?status=acceptedstatus=assignedstatus=newstatus=reopenedgroup=comp
 onentmax=1000order=prioritycol=idcol=summarycol=prioritycol=severityc
 ol=changetimeowner=chrisc
 
 Remove the /query, i.e.:
 
   default_query=?status=accepted...
 
 For the OP: if you copy/pasted the query from the URL, add a leading ?
 as shown above. All of this is documented here:
 
   http://trac.edgewall.org/wiki/TracIni#query-section
 
 -- Remy
 


Hi,

I used to have:
default_anonymous_query=status=acceptedstatus=assigned ...

and that didn't work, however adding the question marks - it works!

Thanks a lot for the hint, it wasn't obvious to me that the question
mark is necessary ... putting the whole /query?status=... raises
exception which gives immediate hint, but when trac keeps silent, it's
difficult.

Thanks again anyway.

Zdenek

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: custom query configuration

2009-10-26 Thread Chris Carr

 -Original Message-
 From: trac-users@googlegroups.com 
 [mailto:trac-us...@googlegroups.com] On Behalf Of Zdenek Maxa
 Sent: 26 October 2009 15:58
 To: trac-users@googlegroups.com
 Subject: [Trac] Re: custom query configuration
 
 
  Original Message  
 Subject: [Trac] Re: custom query configuration
 From: Remy Blank remy.bl...@pobox.com
 To: trac-users@googlegroups.com
 Date: Mon Oct 26 2009 16:49:01 GMT+0100 (CET)
 
  Chris Carr wrote:
  
 /query?status=acceptedstatus=assignedstatus=newstatus=reope
 nedgroup=comp
  
 onentmax=1000order=prioritycol=idcol=summarycol=priority
 col=severityc
  ol=changetimeowner=chrisc
  
  Remove the /query, i.e.:
  
default_query=?status=accepted...
  
  For the OP: if you copy/pasted the query from the URL, add 
 a leading ?
  as shown above. All of this is documented here:
  
http://trac.edgewall.org/wiki/TracIni#query-section
  
  -- Remy
  
 
 
 Hi,
 
 I used to have:
 default_anonymous_query=status=acceptedstatus=assigned ...
 
 and that didn't work, however adding the question marks - it works!
 
 Thanks a lot for the hint, it wasn't obvious to me that the question
 mark is necessary ... putting the whole /query?status=... raises
 exception which gives immediate hint, but when trac keeps silent, it's
 difficult.
 
 Thanks again anyway.
 
 Zdenek

Thanks from me too - I also didn't have the question mark in trac.ini

CC


--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: No Register link next to Login link

2009-10-26 Thread Hong Zhang

And it was working very well in older version 0.11.1b for two years.


On 10/26/09 11:31 AM, Hong  Zhang hzh...@research.dfci.harvard.edu
wrote:

 
 I installed a trac 0.11.5 version. Somehow Register link does not show up no
 matter what I tried. Here is the components/account-manager part of the
 trac.ini. Any suggestions?
 
 [account-manager]
 authentication_url = inherited
 generated_password_length = 8
 hash_method = HtDigestHashMethod
 htdigest_realm = drydock
 password_file = /mnt/data/www/apps/DryDock/drydock.htdigest
 password_format = htdigest
 
 
 [components]
 trac.web.auth.LoginModule = disabled
 
 acct_mgr.htfile.* = enabled
 acct_mgr.htfile.htdigeststore = enabled
 
 acct_mgr.http.* = enabled
 
 acct_mgr.admin.* = enabled
 acct_mgr.admin.accountmanageradminpage = enabled
 
 acct_mgr.api.* = enabled
 acct_mgr.db.* = enabled
 
 acct_mgr.web_ui.* = enabled
 acct_mgr.web_ui.LoginModule = enabled
 acct_mgr.web_ui.AccountModule = enabled
 acct_mgr.web_ui.RegistrationModule = enabled
 
 webadmin.* = enabled
 
 
 
  



--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Custom milestone colors

2009-10-26 Thread RjOllos



On Oct 23, 10:02 am, Scott Mead scott.m...@enterprisedb.com wrote:
 don't have a style.css folder as part of my trac 11 setup.  Should I just
 create one?

This might help, 
http://trac.edgewall.org/wiki/0.11/TracInterfaceCustomization#SiteAppearance
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Increase File Upload Size limit

2009-10-26 Thread RjOllos



On Oct 26, 4:03 am, JNamic development | Stefan Hoth s...@jnamic.com
wrote:
  How can this limit be increased?

 http://trac.edgewall.org/wiki/TracIni#GlobalConfiguration

 [attachment]
 max_size        Maximum allowed file size (in bytes) for ticket and wiki
 attachments.

In Trac 0.11, or earlier with the WebAdmin plugin installed, you can
also change this from the Admin web interface.
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---