Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

/trac/ base URL cannot find chrome

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


crazedfred at gmail

Oct 12, 2009, 1:13 AM

Post #1 of 6 (719 views)
Permalink
/trac/ base URL cannot find chrome

Hello!

I'm running Trac on Windows with Apache 2.2 and mod_python, and while
accessing "/trac/wiki" looks fine, accessing just "/trac" from Apache
does not correctly load the CSS files and other goodies to make the
site look nice. Below are the offending log lines:


[12/Oct/2009:03:07:39 -0500] "GET /trac HTTP/1.1" 301 238
[12/Oct/2009:03:07:39 -0500] "GET /trac/ HTTP/1.1" 200 7149
[12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/css/trac.css
HTTP/1.1" 404 4099
[12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/css/wiki.css
HTTP/1.1" 404 4099
[12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/jquery.js
HTTP/1.1" 404 4099
[12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/search.js
HTTP/1.1" 404 4099
[12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/trac.js HTTP/
1.1" 404 4097
[12/Oct/2009:03:07:40 -0500] "GET /trac/chrome/common/js/search.js
HTTP/1.1" 404 4099
[12/Oct/2009:03:07:41 -0500] "GET /trac/chrome/site/
your_project_logo.png HTTP/1.1" 404 4106
[12/Oct/2009:03:07:41 -0500] "GET /trac/chrome/common/
trac_logo_mini.png HTTP/1.1" 404 4105


When accessing "/trac/wiki", those same log lines are:


[12/Oct/2009:03:06:56 -0500] "GET /trac/wiki/report HTTP/1.1" 200 7651
[12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/trac.js
HTTP/1.1" 200 2174
[12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
report.css HTTP/1.1" 200 5341
[12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/
search.js HTTP/1.1" 200 2315
[12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
trac.css HTTP/1.1" 200 17028
[12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
code.css HTTP/1.1" 200 4611
[12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/
jquery.js HTTP/1.1" 200 31043
[12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
trac_logo_mini.png HTTP/1.1" 200 689
[12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
topbar_gradient.png HTTP/1.1" 200 350
[12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/dots.gif
HTTP/1.1" 200 50
[12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
topbar_gradient2.png HTTP/1.1" 200 342
[12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/site/
your_project_logo.png HTTP/1.1" 404 4029


So clearly, loading from the home page needs to add /wiki/ in there to
correctly get the chrome CSS files and other data. I could make apache
fix this manually, but that strikes me as inefficient - any ideas?

--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


jake.the.stone at gmail

Oct 18, 2009, 1:48 PM

Post #2 of 6 (644 views)
Permalink
Re: /trac/ base URL cannot find chrome [In reply to]

Hello again,
Does anybody have a response on this? No idea what to do here...
Thanks!


> Hello!
>
> I'm running Trac on Windows with Apache 2.2 and mod_python, and while
> accessing "/trac/wiki" looks fine, accessing just "/trac" from Apache
> does not correctly load the CSS files and other goodies to make the
> site look nice. Below are the offending log lines:
>
>
> [12/Oct/2009:03:07:39 -0500] "GET /trac HTTP/1.1" 301 238
> [12/Oct/2009:03:07:39 -0500] "GET /trac/ HTTP/1.1" 200 7149
> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/css/trac.css
> HTTP/1.1" 404 4099
> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/css/wiki.css
> HTTP/1.1" 404 4099
> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/jquery.js
> HTTP/1.1" 404 4099
> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/search.js
> HTTP/1.1" 404 4099
> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/trac.js HTTP/
> 1.1" 404 4097
> [12/Oct/2009:03:07:40 -0500] "GET /trac/chrome/common/js/search.js
> HTTP/1.1" 404 4099
> [12/Oct/2009:03:07:41 -0500] "GET /trac/chrome/site/
> your_project_logo.png HTTP/1.1" 404 4106
> [12/Oct/2009:03:07:41 -0500] "GET /trac/chrome/common/
> trac_logo_mini.png HTTP/1.1" 404 4105
>
>
> When accessing "/trac/wiki", those same log lines are:
>
>
> [12/Oct/2009:03:06:56 -0500] "GET /trac/wiki/report HTTP/1.1" 200 7651
> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/trac.js
> HTTP/1.1" 200 2174
> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
> report.css HTTP/1.1" 200 5341
> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/
> search.js HTTP/1.1" 200 2315
> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
> trac.css HTTP/1.1" 200 17028
> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
> code.css HTTP/1.1" 200 4611
> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/
> jquery.js HTTP/1.1" 200 31043
> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
> trac_logo_mini.png HTTP/1.1" 200 689
> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
> topbar_gradient.png HTTP/1.1" 200 350
> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/dots.gif
> HTTP/1.1" 200 50
> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
> topbar_gradient2.png HTTP/1.1" 200 342
> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/site/
> your_project_logo.png HTTP/1.1" 404 4029
>
>
> So clearly, loading from the home page needs to add /wiki/ in there to
> correctly get the chrome CSS files and other data. I could make apache
> fix this manually, but that strikes me as inefficient - any ideas?
>
> >
>


--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


noah at coderanger

Oct 18, 2009, 10:53 PM

Post #3 of 6 (648 views)
Permalink
Re: /trac/ base URL cannot find chrome [In reply to]

You probably need to add "Python Option TracUriRoot /" to your config.

--Noah

On Oct 18, 2009, at 1:48 PM, Jake Stone wrote:

>
> Hello again,
> Does anybody have a response on this? No idea what to do here...
> Thanks!
>
>
>> Hello!
>>
>> I'm running Trac on Windows with Apache 2.2 and mod_python, and while
>> accessing "/trac/wiki" looks fine, accessing just "/trac" from Apache
>> does not correctly load the CSS files and other goodies to make the
>> site look nice. Below are the offending log lines:
>>
>>
>> [12/Oct/2009:03:07:39 -0500] "GET /trac HTTP/1.1" 301 238
>> [12/Oct/2009:03:07:39 -0500] "GET /trac/ HTTP/1.1" 200 7149
>> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/css/trac.css
>> HTTP/1.1" 404 4099
>> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/css/wiki.css
>> HTTP/1.1" 404 4099
>> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/jquery.js
>> HTTP/1.1" 404 4099
>> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/search.js
>> HTTP/1.1" 404 4099
>> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/trac.js
>> HTTP/
>> 1.1" 404 4097
>> [12/Oct/2009:03:07:40 -0500] "GET /trac/chrome/common/js/search.js
>> HTTP/1.1" 404 4099
>> [12/Oct/2009:03:07:41 -0500] "GET /trac/chrome/site/
>> your_project_logo.png HTTP/1.1" 404 4106
>> [12/Oct/2009:03:07:41 -0500] "GET /trac/chrome/common/
>> trac_logo_mini.png HTTP/1.1" 404 4105
>>
>>
>> When accessing "/trac/wiki", those same log lines are:
>>
>>
>> [12/Oct/2009:03:06:56 -0500] "GET /trac/wiki/report HTTP/1.1" 200
>> 7651
>> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/trac.js
>> HTTP/1.1" 200 2174
>> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
>> report.css HTTP/1.1" 200 5341
>> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/
>> search.js HTTP/1.1" 200 2315
>> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
>> trac.css HTTP/1.1" 200 17028
>> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
>> code.css HTTP/1.1" 200 4611
>> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/
>> jquery.js HTTP/1.1" 200 31043
>> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
>> trac_logo_mini.png HTTP/1.1" 200 689
>> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
>> topbar_gradient.png HTTP/1.1" 200 350
>> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/dots.gif
>> HTTP/1.1" 200 50
>> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
>> topbar_gradient2.png HTTP/1.1" 200 342
>> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/site/
>> your_project_logo.png HTTP/1.1" 404 4029
>>
>>
>> So clearly, loading from the home page needs to add /wiki/ in there
>> to
>> correctly get the chrome CSS files and other data. I could make
>> apache
>> fix this manually, but that strikes me as inefficient - any ideas?
>>
>>>
>>
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


debacle at debian

Oct 19, 2009, 1:49 AM

Post #4 of 6 (647 views)
Permalink
Re: /trac/ base URL cannot find chrome [In reply to]

Quoting "Noah Kantrowitz" <noah [at] coderanger>:
> You probably need to add "Python Option TracUriRoot /" to your config.

This would be for mod_python, right?
How do one has to pass the option via mod_wsgi?


--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


crazedfred at gmail

Oct 19, 2009, 2:24 AM

Post #5 of 6 (643 views)
Permalink
Re: /trac/ base URL cannot find chrome [In reply to]

That's no good. Two things:
1) The suggested "Python Option TracUriRoot /" should be PythonOption
to be accepted
2) When I add that to my conf file, trac does not work at all - it
gives an error message.

Here's the relevant parts of the Apache conf if that helps:

LoadModule python_module modules/mod_python.so
...
<Directory ..../trac>
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv "...\trac"
</Directory>
....
<Location /trac>
Require group Trac
</Location>

Adding your suggested directive in the Directory is what I tried.


On Oct 19, 12:53 am, Noah Kantrowitz <n...@coderanger.net> wrote:
> You probably need to add "Python Option TracUriRoot /" to your config.
>
> --Noah
>
> On Oct 18, 2009, at 1:48 PM, Jake Stone wrote:
>
>
>
> > Hello again,
> > Does anybody have a response on this? No idea what to do here...
> > Thanks!
>
> >> Hello!
>
> >> I'm running Trac on Windows with Apache 2.2 and mod_python, and while
> >> accessing "/trac/wiki" looks fine, accessing just "/trac" from Apache
> >> does not correctly load the CSS files and other goodies to make the
> >> site look nice. Below are the offending log lines:
>
> >> [12/Oct/2009:03:07:39 -0500] "GET /trac HTTP/1.1" 301 238
> >> [12/Oct/2009:03:07:39 -0500] "GET /trac/ HTTP/1.1" 200 7149
> >> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/css/trac.css
> >> HTTP/1.1" 404 4099
> >> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/css/wiki.css
> >> HTTP/1.1" 404 4099
> >> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/jquery.js
> >> HTTP/1.1" 404 4099
> >> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/search.js
> >> HTTP/1.1" 404 4099
> >> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/trac.js  
> >> HTTP/
> >> 1.1" 404 4097
> >> [12/Oct/2009:03:07:40 -0500] "GET /trac/chrome/common/js/search.js
> >> HTTP/1.1" 404 4099
> >> [12/Oct/2009:03:07:41 -0500] "GET /trac/chrome/site/
> >> your_project_logo.png HTTP/1.1" 404 4106
> >> [12/Oct/2009:03:07:41 -0500] "GET /trac/chrome/common/
> >> trac_logo_mini.png HTTP/1.1" 404 4105
>
> >> When accessing "/trac/wiki", those same log lines are:
>
> >> [12/Oct/2009:03:06:56 -0500] "GET /trac/wiki/report HTTP/1.1" 200  
> >> 7651
> >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/trac.js
> >> HTTP/1.1" 200 2174
> >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
> >> report.css HTTP/1.1" 200 5341
> >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/
> >> search.js HTTP/1.1" 200 2315
> >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
> >> trac.css HTTP/1.1" 200 17028
> >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
> >> code.css HTTP/1.1" 200 4611
> >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/
> >> jquery.js HTTP/1.1" 200 31043
> >> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
> >> trac_logo_mini.png HTTP/1.1" 200 689
> >> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
> >> topbar_gradient.png HTTP/1.1" 200 350
> >> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/dots.gif
> >> HTTP/1.1" 200 50
> >> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
> >> topbar_gradient2.png HTTP/1.1" 200 342
> >> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/site/
> >> your_project_logo.png HTTP/1.1" 404 4029
>
> >> So clearly, loading from the home page needs to add /wiki/ in there  
> >> to
> >> correctly get the chrome CSS files and other data. I could make  
> >> apache
> >> fix this manually, but that strikes me as inefficient - any ideas?
--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


crazedfred at gmail

Oct 19, 2009, 2:27 AM

Post #6 of 6 (646 views)
Permalink
Re: /trac/ base URL cannot find chrome [In reply to]

Ack! I had to set it to the path on APACHE, which in this case was /
trac.
Using
PythonOption TracUriRoot /trac
worked! Thanks!


On Oct 19, 4:24 am, JakeStone <crazedf...@gmail.com> wrote:
> That's no good. Two things:
> 1) The suggested "Python Option TracUriRoot /" should be PythonOption
> to be accepted
> 2) When I add that to my conf file, trac does not work at all - it
> gives an error message.
>
> Here's the relevant parts of the Apache conf if that helps:
>
> LoadModule python_module modules/mod_python.so
> ...
> <Directory ..../trac>
>         SetHandler mod_python
>         PythonInterpreter main_interpreter
>         PythonHandler trac.web.modpython_frontend
>         PythonOption TracEnv "...\trac"
> </Directory>
> ....
> <Location /trac>
>                 Require group Trac
> </Location>
>
> Adding your suggested directive in the Directory is what I tried.
>
> On Oct 19, 12:53 am, Noah Kantrowitz <n...@coderanger.net> wrote:
>
> > You probably need to add "Python Option TracUriRoot /" to your config.
>
> > --Noah
>
> > On Oct 18, 2009, at 1:48 PM, Jake Stone wrote:
>
> > > Hello again,
> > > Does anybody have a response on this? No idea what to do here...
> > > Thanks!
>
> > >> Hello!
>
> > >> I'm running Trac on Windows with Apache 2.2 and mod_python, and while
> > >> accessing "/trac/wiki" looks fine, accessing just "/trac" from Apache
> > >> does not correctly load the CSS files and other goodies to make the
> > >> site look nice. Below are the offending log lines:
>
> > >> [12/Oct/2009:03:07:39 -0500] "GET /trac HTTP/1.1" 301 238
> > >> [12/Oct/2009:03:07:39 -0500] "GET /trac/ HTTP/1.1" 200 7149
> > >> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/css/trac.css
> > >> HTTP/1.1" 404 4099
> > >> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/css/wiki.css
> > >> HTTP/1.1" 404 4099
> > >> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/jquery.js
> > >> HTTP/1.1" 404 4099
> > >> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/search.js
> > >> HTTP/1.1" 404 4099
> > >> [12/Oct/2009:03:07:39 -0500] "GET /trac/chrome/common/js/trac.js  
> > >> HTTP/
> > >> 1.1" 404 4097
> > >> [12/Oct/2009:03:07:40 -0500] "GET /trac/chrome/common/js/search.js
> > >> HTTP/1.1" 404 4099
> > >> [12/Oct/2009:03:07:41 -0500] "GET /trac/chrome/site/
> > >> your_project_logo.png HTTP/1.1" 404 4106
> > >> [12/Oct/2009:03:07:41 -0500] "GET /trac/chrome/common/
> > >> trac_logo_mini.png HTTP/1.1" 404 4105
>
> > >> When accessing "/trac/wiki", those same log lines are:
>
> > >> [12/Oct/2009:03:06:56 -0500] "GET /trac/wiki/report HTTP/1.1" 200  
> > >> 7651
> > >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/trac.js
> > >> HTTP/1.1" 200 2174
> > >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
> > >> report.css HTTP/1.1" 200 5341
> > >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/
> > >> search.js HTTP/1.1" 200 2315
> > >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
> > >> trac.css HTTP/1.1" 200 17028
> > >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/css/
> > >> code.css HTTP/1.1" 200 4611
> > >> [12/Oct/2009:03:06:58 -0500] "GET /trac/wiki/chrome/common/js/
> > >> jquery.js HTTP/1.1" 200 31043
> > >> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
> > >> trac_logo_mini.png HTTP/1.1" 200 689
> > >> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
> > >> topbar_gradient.png HTTP/1.1" 200 350
> > >> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/dots.gif
> > >> HTTP/1.1" 200 50
> > >> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/common/
> > >> topbar_gradient2.png HTTP/1.1" 200 342
> > >> [12/Oct/2009:03:06:59 -0500] "GET /trac/wiki/chrome/site/
> > >> your_project_logo.png HTTP/1.1" 404 4029
>
> > >> So clearly, loading from the home page needs to add /wiki/ in there  
> > >> to
> > >> correctly get the chrome CSS files and other data. I could make  
> > >> apache
> > >> fix this manually, but that strikes me as inefficient - any ideas?
--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.