[Trac] adding fastcgi support to trac failed

2009-12-09 Thread Ahmed Bilal Jan
hello everyone i am facing problem problem in adding fastcgi support to trac. the fastcgi setting in lighttpd.conf are var.fcgi_binary=/u/agesage/trac/release/lib/python2.5/site-packages/ Trac-0.11.1-py2.5.egg/trac/web/fcgi_frontend.py #var.fcgi_binary=/path/to/cgi-bin/trac.fcgi # 0.10 name of

Re: [Trac] How to customize multi projects main page like trac's home page

2009-12-09 Thread Michael Hamilton
Ever get any feedback on this one? It looked interesting to me, too. I'd like to know how to do that. Thanks, Mike On Fri, Dec 4, 2009 at 8:18 AM, TankE imt...@gmail.com wrote: Hi, friends,     I'm looking for a method to customize the project list page, combind multi project page into

[Trac] How to use Ajax + Python.

2009-12-09 Thread prabhakar
Hi, How can we perform ajax + python operations, i have few queries related to Ajax+python listed bellow, 1. Once we send the request( Data) to python , how can we send back the response to Javascript from python. 2. Is there any packages are required to perform Ajax+Python operations ? , if

Re: [Trac] How to use Ajax + Python.

2009-12-09 Thread Olemis Lang
On Wed, Dec 9, 2009 at 9:12 AM, prabhakar prabhakar2...@gmail.com wrote: Hi,  How can we perform ajax + python operations, i have few queries related to Ajax+python listed bellow, 1. Once we send the request( Data) to python , how can we send back the response to Javascript from python. 2.

[Trac] strange behaviour with trac-admins deploy function

2009-12-09 Thread ErikB
Hi guys, I'm a real Trac Lover! So since Years I use tracs hosted by different projects and hosted by myself with the Trac demon. But now I wanted to try to host it with my apache and after some hours everything worked. But I am still not happy with the result, because it works just with like a

RE: [Trac] How to customize multi projects main page like trac's home page

2009-12-09 Thread Walsh, Jay (MWAU)
-Original Message- From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On Behalf Of Michael Hamilton Sent: Wednesday, December 09, 2009 7:12 AM To: trac-users@googlegroups.com Subject: Re: [Trac] How to customize multi projects main page like trac's home page

RE: [Trac] How to use Ajax + Python.

2009-12-09 Thread Noah Kantrowitz
-Original Message- From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On Behalf Of Olemis Lang Sent: Wednesday, December 09, 2009 6:21 AM To: trac-users@googlegroups.com Subject: Re: [Trac] How to use Ajax + Python. On Wed, Dec 9, 2009 at 9:12 AM, prabhakar

Re: [Trac] How to use Ajax + Python.

2009-12-09 Thread Olemis Lang
On Wed, Dec 9, 2009 at 1:16 PM, Noah Kantrowitz n...@coderanger.net wrote: -Original Message- From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On Behalf Of Olemis Lang Sent: Wednesday, December 09, 2009 6:21 AM To: trac-users@googlegroups.com Subject: Re: [Trac]

Re: [Trac] How to use Ajax + Python.

2009-12-09 Thread Olemis Lang
On Wed, Dec 9, 2009 at 1:51 PM, Olemis Lang ole...@gmail.com wrote: On Wed, Dec 9, 2009 at 1:16 PM, Noah Kantrowitz n...@coderanger.net wrote: Doing an AJAX GET request is very simple, just create an IRequestHandler so provide whatever data you want. Correct, that's how the browser source

RE: [Trac] How to use Ajax + Python.

2009-12-09 Thread Noah Kantrowitz
-Original Message- From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On Behalf Of Olemis Lang Sent: Wednesday, December 09, 2009 10:51 AM To: trac-users@googlegroups.com Subject: Re: [Trac] How to use Ajax + Python. On Wed, Dec 9, 2009 at 1:16 PM, Noah

Re: [Trac] How to use Ajax + Python.

2009-12-09 Thread Olemis Lang
On Wed, Dec 9, 2009 at 1:58 PM, Noah Kantrowitz n...@coderanger.net wrote: -Original Message- From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On Behalf Of Olemis Lang Sent: Wednesday, December 09, 2009 10:51 AM To: trac-users@googlegroups.com Subject: Re:

Re: [Trac] Re: Disabling Automatic Auth Login to Domain

2009-12-09 Thread Chris Mulligan
For what it's worth, here's how we're doing it on apache linux, authing to a windows domain. I think you can flip off KrbMethodNegotiate if you wanted to force password. Location / AuthType Kerberos AuthName trac.domain.example KrbServiceName HTTP/trac.domain.example

[Trac] Changeset links point to svn root rather than to set-up project sub folder

2009-12-09 Thread HeX
Hi, I've got a little problem with the link to changesets creation of trac. I got several project folders in one svn repo. Here is an example of the svn_authz permissions 8 [projects:/] * = @auth = r [projects:/foo] * = r @auth = rw [projects:/bar] @auth = rw 8 The repo in my

[Trac] Ajax + Python. , how to return response text to Javascript.

2009-12-09 Thread prabhakar
Hi, I want to know how can we return reponseText to Javascript from Python file. I tried to send the data to python file by using GET method, it is working fine but the thing is how to return the resposeText (Result) to Javascript. Here i mentioned my code below, Test.html: