[Trac] Problem with unicode...

2007-10-14 Thread scolbert56
I am runnning trac .10.4... I have enabled the mod_python medthod rather than CGI to speed things up. But I have found a problem: - If I save a page that has a unicode character such as → I get the following error: Python Traceback Traceback (most recent call last): File

[Trac] Re: Problem with unicode...

2007-10-14 Thread Emmanuel Blot
It looks like an issue with the WikiNotification plugin. Can you try to save the same character in a ticket comment, and see how Trac behaves when the ticket notification is sent? Cheers, Manu -- Manu --~--~-~--~~~---~--~~ You received this message because

[Trac] Re: Problem with unicode...

2007-10-14 Thread scolbert56
No problem - I will try this this morning... Emmanuel Blot wrote: It looks like an issue with the WikiNotification plugin. Can you try to save the same character in a ticket comment, and see how Trac behaves when the ticket notification is sent? Cheers, Manu -- Manu

[Trac] Trac shows up blank when using mod_python

2007-10-14 Thread scolbert56
I have trac installed on two different domains: - Version .10.4 - Python version 2.3.4 They are identical (.conf file, https.conf file), expect for the domain names of course. In one, everything works great. IN the other, if I use CGI, everything works great, but as soon as I set it to use

[Trac] Login not forced

2007-10-14 Thread jacob
I installed trac on a new server today, latest version using mod_python. On my previous server, using the cgi interface, a login prompt would appear when first accessing Trac. Now this doesn't happen. I have to manually click on 'login' on the trac homepage to get a login prompt. What can i

[Trac] Re: Login not forced

2007-10-14 Thread jacob reimann
Jani Thanks a million for the quick reply ! You were right, I updated httpd.conf : Location / SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /var/trac PythonOption TracUriRoot

[Trac] Re: Trac shows up blank when using mod_python

2007-10-14 Thread rupert thurner
did you try PythonInterpreter main_interpreter suggested in http://trac.edgewall.org/wiki/TracModPython ? On Oct 14, 4:27 pm, [EMAIL PROTECTED] wrote: I have trac installed on two different domains: - Version .10.4 - Python version 2.3.4 They are identical (.conf file, https.conf file),

[Trac] Re: Trac shows up blank when using mod_python

2007-10-14 Thread scolbert56
Yep - I have that in there... just for kicks i took it out and put it back in with the same result. rupert thurner wrote: did you try PythonInterpreter main_interpreter suggested in http://trac.edgewall.org/wiki/TracModPython ? On Oct 14, 4:27 pm, [EMAIL PROTECTED] wrote: I have trac

[Trac] WikiNotification

2007-10-14 Thread scolbert56
I click on Admin link and then the wiki-notification link on the left side which brings up: [wiki-notification] Ihave two servers each with their own install of trac. Each has the same version of the WikiNotificaton Plugin installed. On Server A, on which e-mail notifications work, the [wiki-

[Trac] Re: Trac shows up blank when using mod_python

2007-10-14 Thread Noah Kantrowitz
What are the two env paths? Specifically, does one of them contain non-ASCII characters. That call to unicode() should probably be to_unicode() just be safe. --Noah [EMAIL PROTECTED] wrote: Yep - I have that in there... just for kicks i took it out and put it back in with the same result.

[Trac] How to delete a repository?

2007-10-14 Thread Manuel Enrique Gutierrez Perez
How can i delete a repository, i'm still learning and i can't find how to delete a repository and its users. My intentions are to delete it from both, trac and svn. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Trac] Share workflows in a multi project environment

2007-10-14 Thread Roo
I have just upgraded to 0.11dev of trac and would like to know if there is a way of sharing a workflow definition between multiple trac envs. I have found that using multiple instances of [inherit] does not work in this case. Trac seems to behave as if the first [inherit] was never included, ie