[Trac] how to use Apache based authentication for Trac users (FineGrainedPermissions)

2008-05-28 Thread thinktwice
i have setup trac enviromenent with apache based authentication successfully. when open url like http://myserver/trac/project1/login, it'll pop up a login window(this is configed in httpd.conf in apache folder) i'm wondering should i use trac-admin.exe to add those users(stored in pwdfile of

[Trac] Re: how to use Apache based authentication for Trac users (FineGrainedPermissions)

2008-05-28 Thread thinktwice
finally i successfully installed ConfigObj by running python setup.py install in command line. now i comes to the 2nd step, from the article i read about how to install trac plugin ,there are usually two ways to install plugin. 1. i should have egg file. 2. i should have source package containing

[Trac] Re: how to use Apache based authentication for Trac users (FineGrainedPermissions)

2008-05-28 Thread thinktwice
here is what i have done. 1. apache installed 2. svn repository has been setup 3. trac enviroment has been created 4. password file and authzfile are ok i could access svn repository using url : http://myserver/svn/project1 http://myserver/svn/project2 http://myserver/svn/projectn access trac

[Trac] Re: how to use Apache based authentication for Trac users (FineGrainedPermissions)

2008-05-28 Thread Simon Martin
Hi, On May 28, 1:51 pm, thinktwice [EMAIL PROTECTED] wrote: [..] but here i only have authzpolicy.py, what should i do? just copy this file to mysites/plugin folder? yes and how do i tell trac to use this plugin? Just reload Apache, then the plugin should appear in Trac at Admin -

[Trac] Re: how to use Apache based authentication for Trac users (FineGrainedPermissions)

2008-05-28 Thread thinktwice
thanks Simon, i have granted TRAC_ADMIN to one of the user, then i logged in as the user . i can see the plugin authz-policy r6904 has been enabled. but it's wierd that even if i don't log in (anonymous) , i could browser the svn repository and all other pages. why this happened? ///

[Trac] Formatting dates in reports

2008-05-28 Thread emx
= time.localtime(float(t)) ValueError: invalid literal for float(): 20080528-22:41 -- View this message in context: http://www.nabble.com/Formatting-dates-in-reports-tp17518209p17518209.html Sent from the Trac Users mailing list archive at Nabble.com

[Trac] Trac 0.11 and Python

2008-05-28 Thread Roy Mendelssohn
Hi All: It is unclear to me if Trac 0.11 requires Python 2.5. Certainly the Short-Install a released version would imply that, but the info underneath would seem to contradict this. I know these questions can seem picking, but we have a working system that we want to upgrade, and the

[Trac] Re: Formatting dates in reports

2008-05-28 Thread Noah Kantrowitz
, in format_date return format_datetime(t, format, gmt) File /var/lib/python-support/python2.5/trac/util/datefmt.py, line 58, in format_datetime t = time.localtime(float(t)) ValueError: invalid literal for float(): 20080528-22:41 -- View this message in context: http://www.nabble.com

[Trac] Re: Trac 0.11 and Python

2008-05-28 Thread Noah Kantrowitz
-Original Message- It is unclear to me if Trac 0.11 requires Python 2.5. Certainly the Short-Install a released version would imply that, but the info underneath would seem to contradict this. I know these questions can seem picking, but we have a working system that we want to

[Trac] Re: Formatting dates in reports

2008-05-28 Thread joseph . h . dayney
(t)) ValueError: invalid literal for float(): 20080528-22:41 -- View this message in context: http://www.nabble.com/Formatting-dates-in-reports-tp17518209p17518209.html Sent from the Trac Users mailing list archive at Nabble.com. --~--~-~--~~~---~--~~ You

[Trac] Re: Non-PHP tool similar to Virtual Planner?

2008-05-28 Thread yoheeb
On May 6, 8:51 am, [EMAIL PROTECTED] wrote: Friendly reminder: This list deters top posting Hey all. Was looking at this tool on the web:http://virtual- planner.palepurple.co.uk/index.cgi/wiki snip Replying to myself because this post seemed lonely. Actually, I think I may of found a

[Trac] Re: Formatting dates in reports

2008-05-28 Thread emx
Thanks Noah that did the trick. I just changed to: strftime('%Y%m%d-%H%M', datetime(time, 'unixepoch')) and it started to work like a charm. created is a magic column name in reports, that triggers automated formatting. This formatting requires the row values to be epoch time stamps (seconds

[Trac] create/clone mercurial repositories

2008-05-28 Thread rupert thurner
is there any plugin which would allow to create/clone a mercurial repository, edit hgrc, and permissions? currently this is one of the rare things we need a command line for. rupert. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Trac] Re: Trac 0.11 and Python

2008-05-28 Thread John Hampton
Roy Mendelssohn wrote: snip upgrade. I am still unclear as to who or what should be backed and restored if I am using postgresql with Trac. So, Noah answered the question about python version. As far as the rest goes, I've successfully upgraded many trac sites without backing up

[Trac] Re: Trac 0.11 and Python

2008-05-28 Thread Roy Mendelssohn
Hi John: On May 28, 2008, at 12:38 PM, John Hampton wrote: Roy Mendelssohn wrote: snip upgrade. I am still unclear as to who or what should be backed and restored if I am using postgresql with Trac. So, Noah answered the question about python version. As far as the rest goes,

[Trac] Re: SvnAuthzAdminPlugin

2008-05-28 Thread rupert thurner
authz_module_name = seems to be wrong. we use a string, no /, or empty. br José Renato escreveu: I'm trying to use this plugin, but only part of the plugin is working. At my WebAdmin page, at the Subversion Subversion Access section, I can see the groups of subversion file that I

[Trac] Re: Trac 0.11 and Python

2008-05-28 Thread Greg Reddin
On Wed, May 28, 2008 at 1:53 PM, Roy Mendelssohn [EMAIL PROTECTED] wrote: Hi All: It is unclear to me if Trac 0.11 requires Python 2.5. Certainly the Short-Install a released version would imply that, but the info underneath would seem to contradict this. Just anecdotal evidence: I first

[Trac] Re: SvnAuthzAdminPlugin

2008-05-28 Thread br
Ok.. if it is empty, the plugin doesn't work. But, if I put /, I can see the groups defined at the SVN file. I didn't understood what the field authz_module_name means. What should I put there? On 28 maio, 16:56, rupert thurner [EMAIL PROTECTED] wrote: authz_module_name = seems to be wrong.

[Trac] Spanish How-To Contribution

2008-05-28 Thread Pablo Fabregat
Hi all, i just wanted to say that i'm developing a short spanish how-to in different parts. Till now i have Part 1 and tomorrow(i think) i'll upload part 2 http://www.pablofabregat.com.ar/?p=15 Part 1 Cheers -- Pablo Fabregat http://www.pablofabregat.com.ar

[Trac] Re: Trac 0.11 and Python

2008-05-28 Thread Roy Mendelssohn
Hi Greg: On May 28, 2008, at 12:26 PM, Greg Reddin wrote: Just anecdotal evidence: I first installed Trac 0.11 on an older Fedora system that was running Python 2.4 (using mod_python). Trac would not run stably and I had to restart the httpd service daily. I upgraded the Fedora system to

[Trac] Re: Wiki Templates

2008-05-28 Thread Emmanuel Blot
Please use english language to post emails to this ML. TIA. 2008/5/28 Jos� Renato (br) [EMAIL PROTECTED]: Eu gostaria de saber se existe algum tipo de modelo ao sistema Trac 0.10.4. Quero este wiki para criar p�ginas com o mesmo tipo de organiza��o. Por exemplo: Eu gostaria de criar um

[Trac] Description_default and blank separating lines

2008-05-28 Thread lfrancis
I'm setting description_default to equal [Description], [Steps to reproduce], [Expected results], [Actual results] in my trac.ini and can't figure out how to insert blank lines between them, lines in the .ini are ignored. --This is what I want: [Description] [Steps to reproduce] 1. 2. 3. 4.

[Trac] Re: TimeAndEstimation plug-in on Trac 0.11

2008-05-28 Thread KindSol
Nope. That still builds Genshi-0.5dev_r852-py2.5-linux-i686.egg. This crashes Trac. However, running trac-admin /path/to/project/ upgrade did create the tables I need for the TE plugin. But I had to revert back to Genshi-0.4.4 to get trac running again. Any ideas? Where would a trac server

[Trac] Re: Formatting dates in reports

2008-05-28 Thread joseph . h . dayney
Emmanuel, I was not able to get the Report to work exactly as you illustrated, but you definitely got me on the right path for a solution. We are using postgres DB ... not sure if your solution was DB specific .. ie sqllite .. etc ? Here is what I ended up with ... perhaps not as graceful

[Trac] any suggestion on how to integrate my help documation into trac wiki?

2008-05-28 Thread thinktwice
i want to publish the help documation as wiki, so all the users could modify it. most document will organize it's content using hierarchical tree structure so user could view the content convienently. we'll usually could expend and collapse those structure nodes. anyone has customized trac like

[Trac] Clean URLs using FastCGI in Lighttpd

2008-05-28 Thread Guy Rutenberg
Hi, I've installed trac-11rc1 and I use it with Lighttpd using FastCGI. After some tinkering I got everything to work properly except the Clean URLs part. The clean urls work fine when some one access them, e.g. http://trac.example.com/project1/timeline But all the links trac generates point to