[Trac] Re: Help with debugging a Trac macro?

2008-06-13 Thread Alec Thomas
Are you aware of http://trac-hacks.org/wiki/TocMacro ? 2008/6/13 Scott Bussinger [EMAIL PROTECTED]: I'm using GMail and I can't read your code at all. Paste-binning it would be more useful. I had to look that one up (paste-binning) -- I'd never run into that before, but it's handy.

[Trac] Re: Help with debugging a Trac macro?

2008-06-13 Thread Scott Bussinger
Are you aware of http://trac-hacks.org/wiki/TocMacro? I have that macro loaded up, but I needed (well, wanted) different formatting than either the TOC() or TitleIndex() macros provide. In particular, I wanted the outline format and depth restrictions that TitleIndex(format=group,depth=2)

[Trac] Re: Help with debugging a Trac macro?

2008-06-13 Thread Scott Bussinger
OK, I got it figured out. Thanks for everyone's input! My problem wasn't in the recursion, it was that I didn't properly understand what the wiki.get_pages() method was going to return. What I had pictured in my mind wasn't what the routine actually did. Since I haven't figured out how to use

[Trac] Re: Suggestions about Apache binding

2008-06-13 Thread Graham Dumpleton
On Jun 13, 2:44 am, Barzo [EMAIL PROTECTED] wrote: Hi, I've setup a Trac 0.11rc1 on Ubuntu with this layout: /usr/local/trac    +--- eggs [- PYTHON_EGGS_CHACHE for all projects]    +--- edp            trac.htdigest [- Password file for AccountManager PlugIn]            trac.ini        

[Trac] Re: Help with debugging a Trac macro?

2008-06-13 Thread Chris Mulligan
ipython is the best you can get. It's an interactive python interface, and let's you run any python code one line at a time. For example here's a session showing how I might go about finding out what WikiPages returns. http://pastebin.com/m15d3997e On Fri, Jun 13, 2008 at 2:44 AM, Scott

[Trac] Trouble getting Trac to recognize hg

2008-06-13 Thread Jeremy Ross
Hi, I'm trying to get the Mercurial plugin installed. I'm using Trac 0.11rc2 on OS X with the TracMercurial plugin 0.11. The plugin egg is in both site-packages and in the env's plugins folder. I made the following changes to trac.ini: [components] tracext.hg.* = enabled repository_dir =

[Trac] OForge 2008.06 Announcement

2008-06-13 Thread Robert C Corsaro
Hello everyone, The OForge team would like to announce it's first public release, OForge 2008.06. OForge is a Trac-based enterprise collaboration tool that helps development teams work together to assemble great software. As many of you know, setting up a multi-project Trac server can be

[Trac] Re: Trouble getting Trac to recognize hg

2008-06-13 Thread Chris Mulligan
I assume you actually have Mercurial installed as well? If not easy_install mercurial would be best. Although I suppose part of it depends on how you installed Python and Trac. Are you using ports? On Fri, Jun 13, 2008 at 11:15 AM, Jeremy Ross [EMAIL PROTECTED] wrote: Hi, I'm trying to get

[Trac] Re: Trouble getting Trac to recognize hg

2008-06-13 Thread Christian Boos
Hello Jeremy, Thanks for your interest in the TracMercurial plugin! Jeremy Ross wrote: Hi, I'm trying to get the Mercurial plugin installed. I'm using Trac 0.11rc2 on OS X with the TracMercurial plugin 0.11. The plugin egg is in both site-packages and in the env's plugins folder. One

[Trac] RE: TracPlugin CondFieldsPlugin

2008-06-13 Thread Noah Kantrowitz
1) Please don't contact me off-list unless it is actually a private question (in which case feel free), as there are probably others who can answer this while I am asleep or such. 2) CondFields in very sensitive to the exact details of the markup used in the ticket form. Because of this, I will

[Trac] Re: TracPlugin CondFieldsPlugin

2008-06-13 Thread Jeff Hammel
I wrote a plugin without really realizing some of what I've done was duplicate effort here. Maybe this will work for you? http://trac-hacks.org/wiki/TicketSubmitPolicyPlugin It works with trac 0.11rc1. It is not exhaustively tested though I'm committed to fixing bugs and will entertain

[Trac] Error with genshi dev 0.5

2008-06-13 Thread didley
Hi all, very often I got in my log file TicketModifiedFiles 0.5: (version conflict (Genshi 0.5dev (d: \programme\python25\lib\site-packages\genshi-0.5dev-py2.5-win32.egg), Requirement.parse('Genshi==dev,=0.5.dev-r698'))) This is an example for one plugin. I'm sure I got genshi 0.5dev-r800. -

[Trac] Re: Trouble getting Trac to recognize hg

2008-06-13 Thread Jeremy Ross
Chris, Python is installed via MacPorts. I installed Trac manually. Mercurial 1.0.1 is installed via MacPorts. On Jun 13, 12:51 pm, Chris Mulligan [EMAIL PROTECTED] wrote: I assume you actually have Mercurial installed as well? If not easy_install mercurial would be best. Although I

[Trac] Re: Trouble getting Trac to recognize hg

2008-06-13 Thread Chris Mulligan
Do you have SVN installed properly? I think I ran into an error where mercurial wasn't working properly but it was really because of an issue with SVN. I might be misremembering though. On Fri, Jun 13, 2008 at 4:20 PM, Jeremy Ross [EMAIL PROTECTED] wrote: Chris, Python is installed via

[Trac] Re: Trouble getting Trac to recognize hg

2008-06-13 Thread Jeremy Ross
Yes svn seems to be running fine. Don't know if this helps, but here are the last couple of lines from trac.log: 2008-06-13 15:12:34,175 Trac[loader] DEBUG: Loading hg from /Library/ Python/2.5/site-packages/TracMercurial-0.11.0.3-py2.5.egg 2008-06-13 15:12:35,446 Trac[svn_fs] DEBUG: Subversion

[Trac] PrivateWikiPages or similiar plugin windows/apache/windows authentication..

2008-06-13 Thread yoheeb
Hi all I was hoping to use the PrivateWikiPlugin plugin on my trac for developers to have a private page to use as a developer journal. I am running under windows, using the SSPI windows authentications (this seems to be a limiting factor for a lot of things) apache 2.2 with mod_python and