Re: [Trac] How to bind listen to an IP address

2010-07-16 Thread Phil Howard
On Fri, Jul 16, 2010 at 15:54, Itamar O wrote: > If you are using the tracd standalone server, > then I think the --hostname switch should do what you need. > > Itamar. Works! Thanks! -- sHiFt HaPpEnS! -- You received this message because you are subscribed to the Google Groups "Trac Users"

Re: [Trac] How to bind listen to an IP address

2010-07-16 Thread Phil Howard
On Fri, Jul 16, 2010 at 15:54, Itamar O wrote: > Phil Howard wrote: >> >> I am the system administrator but not the trac administrator here. >> I'm setting up the system to start trac automatically.  It will be >> running on a machine with several IP addresses, but it needs to be >> reached from

Re: [Trac] Multiple projects in a single svn repo

2010-07-16 Thread Phil Endecott
Mant thanks Itamar & Mark; I now have this working perfectly. Cheers, Phil. -- 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-

Re: [Trac] How to bind listen to an IP address

2010-07-16 Thread Itamar O
Phil Howard wrote: > I am the system administrator but not the trac administrator here. > I'm setting up the system to start trac automatically. It will be > running on a machine with several IP addresses, but it needs to be > reached from only one of them. Wiki, FAQ, search, etc, show no means

[Trac] How to bind listen to an IP address

2010-07-16 Thread Phil Howard
I am the system administrator but not the trac administrator here. I'm setting up the system to start trac automatically. It will be running on a machine with several IP addresses, but it needs to be reached from only one of them. Wiki, FAQ, search, etc, show no means to do this. Is there a way?

[Trac] Group permission to specific operation

2010-07-16 Thread Daniel França
Hi all, I'm new at Trac, and I installed virtualticketpermissions to improve permission of workflow, but I can't realize how to do the following: I need to allow only specific user or group to do an operation in the workflow. For example, I've the following: accept = new,accepted -> accepted acc

Re: [Trac] Almost completely blank page with trac 11.7

2010-07-16 Thread Olemis Lang
On Fri, Jul 16, 2010 at 9:18 AM, Chris Bowlby wrote: > Hi Guys, > :) > I'm in the process of setting up a trac site, mainly to get the experience > on doing so, and because I've always been curios about trac and it's ability > to interface with subversion. > JFYI ... it supports other VCS e.g.

[Trac] Almost completely blank page with trac 11.7

2010-07-16 Thread Chris Bowlby
Hi Guys, I'm in the process of setting up a trac site, mainly to get the experience on doing so, and because I've always been curios about trac and it's ability to interface with subversion. I use FreeBSD 8.0, and installed trac via trac# cd /usr/ports/ trac# portinstall www/trac Then did:

[Trac] Problem after installing AccountManagerPlugin

2010-07-16 Thread Beltza
Hi, I just install this plugin, but it doesn't work well. - I can't see "Register link" - I am not able to connect at all, Error Invalid username or password Please help me. Here is a copy of my trac.ini : # -*- coding: utf-8 -*- [account-manager] account_changes_notify_addresses = vinet.sebas

[Trac] Python error with trac-admin

2010-07-16 Thread Peter Shell
Have installed trac 0.12 with Python 2.4.6 and Subversion 1.6.9 running on Centos 5.5 on a 64 bit machine. Pls note that we do not have root access on this server and are required to install everything within our home directory. Which required much hair pulling and teeth gnashing to get everything

Re: [Trac] Re: [0.11.7 + TracMetrix] ITicketGroupStatsProvider colors in Roadmap?

2010-07-16 Thread Roger Oberholtzer
The problem was two things: The style.css file must be in the htdocs directory, not the template directory. And, when putting it there, one's luck is much better if they actually call the file style.css (the name in the site.html file), rather than something like, oh, I don't know, site.css. Not

[Trac] Re: WikiPrint plugin and page breaks .

2010-07-16 Thread Olemis Lang
On Fri, Jul 16, 2010 at 10:04 AM, Olemis Lang wrote: > On Fri, Jul 16, 2010 at 9:36 AM, Olemis Lang wrote: >> On Thu, Jul 15, 2010 at 11:18 AM, Olemis Lang wrote: >>> Hello ! >>> > > :o) > >> >> Q: >>  - Where can I find WikiPrint's CSS ? >>  - What's the *right way* to customize this ? >>  - If

[Trac] Re: WikiPrint plugin and page breaks .

2010-07-16 Thread Olemis Lang
On Fri, Jul 16, 2010 at 9:36 AM, Olemis Lang wrote: > On Thu, Jul 15, 2010 at 11:18 AM, Olemis Lang wrote: >> Hello ! >> :o) > > Q: >  - Where can I find WikiPrint's CSS ? >  - What's the *right way* to customize this ? >  - If I modify that CSS using the aforementioned snippet, >    will page

[Trac] Re: WikiPrint plugin and page breaks .

2010-07-16 Thread Olemis Lang
On Thu, Jul 15, 2010 at 11:18 AM, Olemis Lang wrote: > Hello ! > > I'd like to know if there's a way to specify a page break using > WikiFormatting , so that the printed version provided by WikiPrint > plugin will consider it at rendering time (even if the web page is > rendered as usual ) > I as

Re: [Trac] System upgrade advice

2010-07-16 Thread Greg Troxel
I am planning on moving my Trac 0.12+svn to a newer version of openSUSE (11.0 -> 11.3). That means that two significant components will change version: svn: 1.5.7 -> 1.6.9 python: 2.5 -> 2.6.5 I am guessing that I will need to reinstall all components for python. Ye

Re: [Trac] - AccountManager Login for all trac sites

2010-07-16 Thread Matthew Caron
On 07/16/2010 12:02 AM, mark ardiente wrote: We have several trac sites and we don't want to login to each one of them every time we go to a different trac site. Can't you do a single sign-on type thing, where the Windows credentials are provided by the browser? -- SIXNET - Industrial and Wi

Re: [Trac] Image text

2010-07-16 Thread Olemis Lang
On Fri, Jul 16, 2010 at 2:40 AM, Roger Oberholtzer wrote: > On Thu, 2010-07-15 at 13:45 -0500, Olemis Lang wrote: >> On Thu, Jul 15, 2010 at 6:00 AM, Kasper wrote: >> > Hi, >> > >> > I'd like to think that I can place, align and even reference images >> > from other pages pretty much like I want,

Re: [Trac] Re: Update translation in a working installation of Trac 0.12

2010-07-16 Thread Matthew Caron
I think... ;-) Worked like a charm, didn't even had to restart the server :) Thank you very much! I think what happens is that when it's an .egg file, it presumes everything is already byte-compiled. If it's a .egg directory, it checks for updated source and byte-compiles it if necessary.

[Trac] Re: Update translation in a working installation of Trac 0.12

2010-07-16 Thread Mírian Bruckschen
On 15 jul, 15:05, Matthew Caron wrote: > > It seems that my case is somewhat different. My Trac installation is > > under the same directory (/usr/lib/python2.5/site-packages), but my > > egg is a file, not a directory. I did try to unzip it, update the > > messages.mo file and replace the original

[Trac] System upgrade advice

2010-07-16 Thread Roger Oberholtzer
I am planning on moving my Trac 0.12+svn to a newer version of openSUSE (11.0 -> 11.3). That means that two significant components will change version: svn: 1.5.7 -> 1.6.9 python: 2.5 -> 2.6.5 I am guessing that I will need to reinstall all components for python. Luckily I keep t

Re: [Trac] Multiple projects in a single svn repo

2010-07-16 Thread Itamar O
On Fri, Jul 16, 2010 at 9:38 AM, Cooke, Mark wrote: > > -Original Message- > > From: trac-users@googlegroups.com On Behalf Of Phil Endecott > > Sent: 15 July 2010 22:55 > > To: trac-users@googlegroups.com > > Subject: [Trac] Multiple projects in a single svn repo > > > > Dear Experts, > >

Re: [Trac] Re: [0.11.7 + TracMetrix] ITicketGroupStatsProvider colors in Roadmap?

2010-07-16 Thread Roger Oberholtzer
On Thu, 2010-07-15 at 14:06 -0700, Brian Meeker wrote: > It might be an Apache problem then. I just looked in our httpd.conf > and we have the following alias defined > > AliasMatch ^/trac-htdocs/([^/]*)/(.*)$ C:/Services/trac/$1/htdocs/$2 Which begs the question: what URL does Trac use to access

Re: [Trac] Image text

2010-07-16 Thread Roger Oberholtzer
On Thu, 2010-07-15 at 13:45 -0500, Olemis Lang wrote: > On Thu, Jul 15, 2010 at 6:00 AM, Kasper wrote: > > Hi, > > > > I'd like to think that I can place, align and even reference images > > from other pages pretty much like I want, but I can't seem to find any > > functional way of adding a descr