[Trac] Re: PyString_FromString: Assertion `str != ((void *)0)' failed.

2009-02-06 Thread wooD

Sorry for the slow response to your questions. I gave up on the xampp
install and used the default webserver and put it on a different port.
This took about 10 minutes and actually works better for the
environment by separating the development tools from the development
server which will help when moving development code to a production
environment. I still don't know how to fix the problem I was seeing in
the xampp install, but using a different server fixed the problem for
me.

Wood

On Jan 27, 6:01 pm, Graham Dumpleton 
wrote:
> On Jan 28, 4:27 am, wooD  wrote:
>
>
>
> > Yes, hello world worked.
>
> > The instructions on that site are a little unclear, but I figured it
> > out.
>
> > I put the specified code in /home/trac/wsgi/hello.wsgi
>
> > I added this to the apache config, just above my current trac config.
> > WSGIScriptAlias /whello /home/trac/wsgi/hello.wsgi
>
> > Then connected to my server.http://10.0.0.4/whello
>
> > It generated the simple Hello World! text on the browser.
>
> > This is the error log output.
> > [Tue Jan 27 09:21:49 2009] [debug] proxy_util.c(1967): proxy:
> > initialized single connection worker 0 in child 30683 for (*)
> > [Tue Jan 27 09:21:49 2009] [info] mod_wsgi (pid=30683): Attach
> > interpreter ''.
> > [Tue Jan 27 09:22:21 2009] [info] mod_wsgi (pid=30679): Create
> > interpreter 'localhost|/whello'.
> > [Tue Jan 27 09:22:21 2009] [info] [client 32.97.110.54] mod_wsgi
> > (pid=30679, process='', application='localhost|/whello'): Loading WSGI
> > script '/home/trac/wsgi/hello.wsgi'.
> > [Tue Jan 27 09:22:21 2009] [error] [client 32.97.110.54] File does not
> > exist: /opt/lampp/htdocs/favicon.ico
> > [Tue Jan 27 09:22:22 2009] [debug] proxy_util.c(1854): proxy: grabbed
> > scoreboard slot 0 in child 30689 for worker proxy:reverse
> > [Tue Jan 27 09:22:22 2009] [debug] proxy_util.c(1873): proxy: worker
> > proxy:reverse already initialized
> > [Tue Jan 27 09:22:22 2009] [debug] proxy_util.c(1967): proxy:
> > initialized single connection worker 0 in child 30689 for (*)
> > [Tue Jan 27 09:22:22 2009] [info] mod_wsgi (pid=30689): Attach
> > interpreter ''.
> > [Tue Jan 27 09:22:24 2009] [error] [client 32.97.110.54] File does not
> > exist: /opt/lampp/htdocs/favicon.ico
>
> Next thing to work out then is at what point the error occurs when
> using Trac. That is, when WSGI script file first being imported, or
> when request being handled.
>
> To do this, add at start of WSGI script file for Trac:
>
>   import sys
>   print >> sys.stderr, "START"
>
> and at end:
>
>   print >> sys.stderr, "END"
>
> Also wrap the application object in the WSGI script file with first
> bit of code from:
>
>  http://code.google.com/p/modwsgi/wiki/DebuggingTechniques#Tracking_Re...
>
> When used together, should get in Apache error log messages about
> process of importing WSGI script file and handling of request. If END
> doesn't show up in Apache error log, then error during import.
>
> BTW, what database are you using and are you point Trac at subversion
> repository instance. Also, are you running PHP in same web server. If
> you are trying disabling it.
>
> Graham
--~--~-~--~~~---~--~~
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] stunnel + tracd problems connecting

2009-02-06 Thread msbrtnfld

Hi,

I followed the directions outlined in

http://trac.edgewall.org/wiki/STunnelTracd

for setting up tracd + stunnel. Everything works perfectly if I
connect from different machines with the same last 2 suffixes in the
domain name (ex. .usc.edu) as the server, but when I try to connect
from a machine with a completely different domain name it never loads
the page. I tried it by disabling the firewall and removing
everything  in hosts.deny so that anything can connect but still the
same problem. Can someone suggest how I can track down where the
problem is when trying to connect from a different domain. Firefox
does not give any information that is useful.

For SUSE 11.1:
I'm using: stunnel 4.25 on i686-suse-linux-gnu with OpenSSL 0.9.8h 28
May 2008
tracd 0.11.2

when I do netstat I see the ports are available:

tcp0  0 127.0.0.1:8992  0.0.0.0:*
LISTEN  3788/python
tcp0  0 0.0.0.0:89930.0.0.0:*
LISTEN  3608/stunnel

--~--~-~--~~~---~--~~
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] CondFields plugin and 0.11

2009-02-06 Thread Dan Sheridan

Hi,

We are just about to migrate our Trac environment to 0.11 (finally!)
but we are missing one essential plugin: CondFields. Does anyone have
further information on this ticket: http://trac-hacks.org/ticket/2197?
It hints that there may be a patch floating around, but I haven't had
a response to my comment...

Cheers,

Dan Sheridan

--~--~-~--~~~---~--~~
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: Books for Trac - developing plugins/scripts/macros/components?

2009-02-06 Thread Stodge

Thanks, very useful.

On Feb 6, 1:23 pm, "Peter von Kaenel"
 wrote:
> >Or does anyone have any comments on the book "Managing Software
> >Development
> >with Trac and Subversion"? It might be useful to me too.
>
> After seeing the email that listed this book I looked into it, and the
> only review I found did not make it sound very good or useful.  Here's
> the review:
>
> http://www.mattwoodward.com/blog/index.cfm?event=showEntry&entryId=092C8
> F76-DC7D-2564-BCD4D8BA7F7BCC55
>
> Peter
--~--~-~--~~~---~--~~
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: Books for Trac - developing plugins/scripts/macros/components?

2009-02-06 Thread Peter von Kaenel


>Or does anyone have any comments on the book "Managing Software
>Development
>with Trac and Subversion"? It might be useful to me too.

After seeing the email that listed this book I looked into it, and the
only review I found did not make it sound very good or useful.  Here's
the review:

http://www.mattwoodward.com/blog/index.cfm?event=showEntry&entryId=092C8
F76-DC7D-2564-BCD4D8BA7F7BCC55

Peter



--~--~-~--~~~---~--~~
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: Books for Trac - developing plugins/scripts/macros/components?

2009-02-06 Thread Stodge

Or does anyone have any comments on the book "Managing Software
Development
with Trac and Subversion"? It might be useful to me too.

Thanks

On Feb 6, 8:38 am, Stodge  wrote:
> Are there any good Trac books for development of trac plugins/scripts/
> macros/components etc? I know there's "Managing Software Development
> with Trac and Subversion" but this is geared towards configuring and
> using Trac.
>
> Cheers
--~--~-~--~~~---~--~~
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: use different display name instead of login name

2009-02-06 Thread Flatfender

On Thu, Feb 5, 2009 at 10:36 PM, bardy  wrote:
>
> how to use different display name instead of login name
>
> I want to use  login name only for login
>
> and use display name for displaying, in timeline or ticket assignment

Not sure about the timeline, but you should be able to put a custom
ticket.html file in your trac instance templates directory.  You could
modify that ticket.html file, to point the reporter to the reporter's
name, not the reporter's sid.  I think the name field gets passed to
the ticket module.  Not sure about Owner's name though. Otherwise you
may have to write a plugin.


Of course I may entirely be wrong :)


Matt P.

--~--~-~--~~~---~--~~
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: troubles with installing trac

2009-02-06 Thread Jeff Hammel

On Thu, Feb 05, 2009 at 03:09:34PM -0800, yoh...@gmail.com wrote:
> 
> On Feb 5, 10:58 pm, yoh...@gmail.com wrote:
> > On Feb 5, 6:36 pm, Emmanuel Blot  wrote:
> >
> > > > Maybe the genshi version 0.6dev-r960 is needed, but the last version I
> > > > founded was the 0.5.1.
> >
> > > > Does anybody have any solution?
> >
> > > Check out Genshi from the trunk rather than from a stable branch: 0.6
> > > has not been released yet (0.6dev is < 0.6.0)
> >
> > > You don't need Genshi 0.6* if you download and install a stable
> > > release of Trac (that would be 0.11.2)
> >
> > > HTH,
> > > Manu
> >
> > I think you need to install setup_tools from the windows installer,
> > and not the script.
> 
> Oh yes, you might also need to patch setup_tools to handler subversion
> 1.5+ repo's as well.  There is a link somewhere to that in this forum
> somewhere:
> http://www.jaraco.com/ASP/eggs/setuptools-0.6c8_svn15fix.egg  for
> version 0.6c8.  I can't find if 0.6c9 incorporated this fix already, I
> thought it did, but a quick search came up inconclusive for me.

I believe it does:

http://bugs.python.org/setuptools/issue4

Jeff Hammel

--~--~-~--~~~---~--~~
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: Ticket edit field size on screen

2009-02-06 Thread Rainer Sokoll

On Fri, Feb 06, 2009 at 02:05:54PM +0100, Clemens Feige wrote:

> How can I get a bigger edit field for ticket description?
> I want more width and height for it.

Dunno ;-)
But if you are using Firefox, you could use this extension:
https://addons.mozilla.org/en-US/firefox/addon/3818 - it is useful not
only for trac.

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



[Trac] Books for Trac - developing plugins/scripts/macros/components?

2009-02-06 Thread Stodge

Are there any good Trac books for development of trac plugins/scripts/
macros/components etc? I know there's "Managing Software Development
with Trac and Subversion" but this is geared towards configuring and
using Trac.

Cheers
--~--~-~--~~~---~--~~
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] Ticket edit field size on screen

2009-02-06 Thread Clemens Feige

Hello.

I would like to TRAC 0.11.2 to support also larger screen resolutions. 
Per default Trac pages appear with maximum 700 pixels screen width.

I know that I can modify the  file like this:

OLD
#content.ticket { width: 700px; max-width: 100% }
NEW
#content.ticket { width: auto }

This is close to what I want. It makes my ticket take the whole width of 
my browser window. But the edit field for ticket description does not 
get bigger. It seems to have a fixed width of 550x170 pixels

How can I get a bigger edit field for ticket description?
I want more width and height for it.

Thanks
Clemens

--~--~-~--~~~---~--~~
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: troubles with installing trac

2009-02-06 Thread Serge

After checking out Genshi from the trunk (0.6dev-r999 or so) there was
no problem anymore.
@All thanks for replies!

On Feb 6, 12:09 am, yoh...@gmail.com wrote:
> On Feb 5, 10:58 pm, yoh...@gmail.com wrote:
>
>
>
>
>
> > On Feb 5, 6:36 pm, Emmanuel Blot  wrote:
>
> > > > Maybe the genshi version 0.6dev-r960 is needed, but the last version I
> > > > founded was the 0.5.1.
>
> > > > Does anybody have any solution?
>
> > > Check out Genshi from the trunk rather than from a stable branch: 0.6
> > > has not been released yet (0.6dev is < 0.6.0)
>
> > > You don't need Genshi 0.6* if you download and install a stable
> > > release of Trac (that would be 0.11.2)
>
> > > HTH,
> > > Manu
>
> > I think you need to install setup_tools from the windows installer,
> > and not the script.
>
> Oh yes, you might also need to patch setup_tools to handler subversion
> 1.5+ repo's as well.  There is a link somewhere to that in this forum
> somewhere:http://www.jaraco.com/ASP/eggs/setuptools-0.6c8_svn15fix.egg for
> version 0.6c8.  I can't find if 0.6c9 incorporated this fix already, I
> thought it did, but a quick search came up inconclusive for me.

--~--~-~--~~~---~--~~
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] Note for users of the spam filter plugin

2009-02-06 Thread Michael Renzmann

Hi all.

The IPBlacklistFilterStrategy / ip_blacklist.py of the spam filter plugin
per default queries the blacklists bsb.empty.us and sc.surbl.org. The
SURBL project recently announced [1] that the "individual lists" (which
includes sc.surbl.org) will be shut down on February 28th, 2009. This may
have an impact on the spam protection of Trac installations.

If not done yet, you should check your trac.ini, section [spam-filter],
option ip_blacklist_servers. If the option is missing, you should add
something like

ip_blacklist_servers = bsb.empty.us, multi.surbl.org

to override the plugin defaults. If the option is already there and
references sc.surbl.org you should change that reference to
multi.surbl.org.

See also ticket #8032 on t.e.o [2].

Bye, Mike

[1] http://lists.surbl.org/pipermail/announce/2009-February/000191.html
[2] http://trac.edgewall.org/ticket/8032


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---