Team Chat Logs

August 15, 2009

2009 7
Mo Tu We Th Fr Sa Su
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

[06:32:41.213621]<evil_twin>t.e.o: Ticket #6439 (trac could display LoginForm for not loged user's instead Error: Forbidden) reopened - <http://trac.edgewall.org/ticket/6439#comment:10> - mrbelvedr
[07:04:20.422982]<PlasmaHH>Hi, I am a bit confused on what the "site-wide wikimacros directory" is. I want to install FootNotes macro and I could find there a directory like /usr/lib/python2.3/site-packages/trac/wikimacros ... is that the correct one, i.e. do I have to create it, put the macro file there and it will work? my trac rpm package contains no similar named direcotry...
[10:26:33.330994]<retracile>stackoverflow is frighteningly addictive
[10:28:09.355056]*retracile -> lunch
[11:09:31.324478]<PlasmaHH>is there something like trac:description that is rendered above the filelist (and not within a special box and without displaying "Property xyz is set to:") ?
[12:00:19.866561]<retracile>PlasmaHH: not that comes to mind. what are you trying to accomplish?
[12:24:01.904670]<PlasmaHH>retracile: our svn is quite big and not clearly arranged, so I wanted to give people browsing it some generic introductions on the top of the page so they know a bit more about what they are browsing
[12:24:35.641725]<PlasmaHH>I once had a little patch for 0.10.x doing that but now in 0.11.x I don't see such an easy way to do it...
[12:26:45.471851]<retracile>PlasmaHH: Hm, I see. Short of having a README or something in each directory (committed in svn), I don't know of a way to do that. (And that'd probably be a bit ugly.) I'm sure a plugin could do it, but I don't know of one, and haven't looked into doing something like that myself.
[12:29:21.085865]<PlasmaHH>retracile: in 0.10.x it was quite easy, in the code that was procssing the svn properties I could just set something that would later then be filled into the template ( <?cs var:svn.proptrac ?> in the browser.cs) ... for 0.11 I must be blind or something since I do not see anyhting thelike
[12:30:34.228603]<retracile>PlasmaHH: which template are you looking at?
[12:32:54.709572]<PlasmaHH>retracile: browser.html ... it must be somehow as easy as with the old version, I am pretty sure, however probably its too hot for me to propoerly think toda y,)
[12:36:23.060862]<retracile>PlasmaHH: oh cool, there's quite a bit of neat functionality I didn't know about in there. :)
[12:36:45.735361]<retracile>PlasmaHH: Looks like you want to write a tiny plugin that implements the IPropertyRenderer interface.
[12:37:57.290957]<retracile>PlasmaHH: look at trac/versioncontrol/web_ui/browser.py
[12:38:52.237944]<retracile>Oh, hey, maybe there is something builtin
[12:39:07.774246]<PlasmaHH>I will get something to eat and then look at it again.... cya in a while
[12:39:49.518558]*retracile waves
[13:26:49.546680]<PlasmaHH>retracile: ok, not so hungry anymore... what do you mean with bultin? the trac:summary stuff taht can render properties as wiki?
[14:55:58.721963]<PlasmaHH>retracile: ok, I implemented something but only with a patch to browser.py ...
[18:22:46.241733]<evil_twin>t.e.o: Ticket #7490 (Trac 0.11 really slow, high cpu usage) updated - <http://trac.edgewall.org/ticket/7490#comment:88> - rlpowell@…
[18:22:51.243067]<evil_twin>t.e.o: Ticket #7490 (Trac 0.11 really slow, high cpu usage) updated - <http://trac.edgewall.org/ticket/7490#comment:89> - anonymous
[22:05:14.203608]<doki_pen>pacopablo: I made a commit for search using whoosh. If you get a chance try it out. Results seem to be an hour off, not sure why but I have to sleep.
[22:05:25.715052]<doki_pen>pacopablo: should have it working soon
[23:52:16.545640]<fantasticulous>heyo
[23:53:13.870187]<fantasticulous>I setup a svn and a trac, but how do I view the svn commits in trac?
[23:53:49.416661]<fantasticulous>I went to /timeline but i only see some wiki and ticket messages
[23:54:39.732592]<fantasticulous>i also set in [trac] repository_dir = /var/...../the svn dir