[Trac] Lighttpd virtual host setup help with Trac 0.11

2010-02-04 Thread John
Apologies in advance if this has been answered before, but I can't
seem to find the details in the archives.  I'm having a devil of a
time setting up virtual hosting on lighttpd with Trac 0.11, and I'd
really like to avoid going to Apache if I can.  What's happening is
that while I can get to trac.example.com, none of the stylesheets,
images, etc, are showing up and the login link is broken. Here's the
relevant config:

$HTTP[host] =~ trac.example.com {
 url.rewrite = (
  ^(/trac/.*)$ = $1,
  ^(/.*)$ = /trac/$1
 )

 alias.url = ( /trac = /usr/local/trac/site/htdocs/ )

 # 0.11 if installed with easy_setup, it is inside the egg
directory
 var.trac_fcgi_binary=/usr/local/bin/python /usr/local/lib/
python2.6/site-packages/Trac-0.11-py2.6.egg/trac/web/
fcgi_frontend.py

 fastcgi.server = (/ =
  (trac =
   (socket = /tmp/trac-fastcgi.sock,
bin-path = trac_fcgi_binary,
check-local = disable,
bin-environment =
 (TRAC_ENV = /usr/local/trac/
site)
   )
  )
 )

 $HTTP[url] =~ ^/login$ {
  auth.require = (/ =
  (
   method  = digest,
   realm   = myrealm,
   require = valid-user
  )
 )
 }
}

This is on FreeBSD 8.0 if that helps.  Any assistance would be greatly
appreciated.

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



RE: [Trac] Re: TracNotification email from:field

2010-02-04 Thread Matt Caron
 comments...  We are adopting trac partly for this reason (to avoid the
 loss of important decisions in peoples ever-expanding email archives).

Mailing list with auto-archiving + web frontend + linked to from trac?

(I find discussions on trac to be sub-optimal. I prefer to hash it out
via email, then distill it down into a web page for future reference.)

-- 
SIXNET - Solutions for Your Industrial Networking Challenges
331 Ushers Road, Ballston Lake, NY 12019
Tel: 1.518.877.5173, Fax: 1.518.877.8346
www.sixnet.com

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



[Trac] patch a trac hack

2010-02-04 Thread Thomas Richter
Hi,
we are trying to patch mastertickets (http://trac-hacks.org/wiki/
MasterTicketsPlugin) and modify the source file on filesystem. But it
seems that trac is unaffected by our changes.

We have restarted trac but the reportet error does not change even if
we insert many lines ...

Patch: http://trac-hacks.org/ticket/3920

wkr Thomas

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



[Trac]

2010-02-04 Thread Nicolai Scheer
Hi!

Recently, I've been searching for a way to change Trac's timestamp
settings when viewing a ticket but have not been successful so far.

Trac displays the timestamp quite informal, e.g. last modified 4 month
ago, same applies to comments below the ticket header. On mouse over
the full timestamp information can be seen. Is there any way to just
display the full timestamp rather than an informal string?

This way it would be possible to search for e.g. a given year in the
browser window, which comes in quite handy if there are a huge number of
comments.

Any ideas?

Thanks,

Nico

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



Re: [Trac] patch a trac hack

2010-02-04 Thread Olemis Lang
On Thu, Feb 4, 2010 at 10:54 AM, Thomas Richter tric...@googlemail.com wrote:
 Hi,
 we are trying to patch mastertickets (http://trac-hacks.org/wiki/
 MasterTicketsPlugin) and modify the source file on filesystem. But it
 seems that trac is unaffected by our changes.

 We have restarted trac but the reportet error does not change even if
 we insert many lines ...

 Patch: http://trac-hacks.org/ticket/3920

 wkr Thomas


Global installations hide local installs (i.e. `plugins` folder ;o)

-- 
Regards,

Olemis.

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

Featured article:

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



Re: [Trac]

2010-02-04 Thread Olemis Lang
On Thu, Feb 4, 2010 at 10:59 AM, Nicolai Scheer
newsgro...@planetavent.de wrote:
 Hi!

 Recently, I've been searching for a way to change Trac's timestamp
 settings when viewing a ticket but have not been successful so far.

 Trac displays the timestamp quite informal, e.g. last modified 4 month
 ago, same applies to comments below the ticket header. On mouse over
 the full timestamp information can be seen. Is there any way to just
 display the full timestamp rather than an informal string?

 This way it would be possible to search for e.g. a given year in the
 browser window, which comes in quite handy if there are a huge number of
 comments.

 Any ideas?


Change the Genshi template and replace expression for text using
expression for alt= ?

-- 
Regards,

Olemis.

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

Featured article:

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



Re: [Trac]

2010-02-04 Thread yoheeb
On Feb 4, 10:01 am, Olemis Lang ole...@gmail.com wrote:
 On Thu, Feb 4, 2010 at 10:59 AM, Nicolai Scheer



 newsgro...@planetavent.de wrote:
  Hi!

  Recently, I've been searching for a way to change Trac's timestamp
  settings when viewing a ticket but have not been successful so far.

  Trac displays the timestamp quite informal, e.g. last modified 4 month
  ago, same applies to comments below the ticket header. On mouse over
  the full timestamp information can be seen. Is there any way to just
  display the full timestamp rather than an informal string?

  This way it would be possible to search for e.g. a given year in the
  browser window, which comes in quite handy if there are a huge number of
  comments.

  Any ideas?

 Change the Genshi template and replace expression for text using
 expression for alt= ?

 --
 Regards,

 Olemis.

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

 Featured article:

well, this was just asked last week.  but I think it went unanswered.
however:

When you print a ticket,  you get iso format.  you can also actually
mouse over the date and the tool-tip will be iso format as well.

Additionally:
a quick search came up with this thread:
http://groups.google.com/group/trac-users/browse_thread/thread/f70b2865250cde9f/b82f727c52796d44?hl=enlnk=gstq=timestamp#b82f727c52796d44

Another option, if you are using apache for your web server is
detailed here:
http://trac.edgewall.org/wiki/TracFaq#how-do-i-change-the-format-used-for-displaying-date-and-time
you just need to pick a locale that defaults to the format you want.
I read somewhere that locale hu_HU would work.  I have not tested
this.  I am not sure what the windows string is for Hungarian_hungary
is however, or even if hu_HU stands for that.  I haven't had my coffee
yet.

Let us know what/which works for you if you try these.

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