Team Chat Logs

2006 8
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  

September 30, 2006

[00:07:50] * cmlenz has quit IRC
[00:10:01] * cmlenz has joined #trac
[00:33:20] * x^k has joined #trac
[00:52:32] * cmlenz has quit IRC
[00:52:54] * hlb has joined #trac
[01:11:40] * x^k_ has joined #trac
[01:25:05] * x^k has quit IRC
[01:25:29] * x^k_ is now known as x^k
[01:30:24] <IamLordV2ldemort> Are there any trac fastcgi people in the house?
[01:30:32] <IamLordV2ldemort> Cause fastcgi is t3hsux0r.
[01:30:38] <IamLordV2ldemort> And I need some help
[01:35:12] <IamLordV2ldemort> I am trying to use nginx, and I have my trac.fcgi script setup
[01:35:23] <IamLordV2ldemort> using lighttpds spawn-fcgi script
[01:35:34] * srinidhi has joined #trac
[01:35:43] <IamLordV2ldemort> then, it seems like trac fastcgi doesn't get the uri
[01:41:53] * hacim has quit IRC
[01:43:34] * jiing has quit IRC
[01:44:23] * [e] has quit IRC
[01:44:56] * [e] has joined #trac
[01:48:03] <srinidhi> Hi! I've installed trac in ~/trac/. Now how do I get trac running if: 1) I don't have access to the web server configuration, and 2) I want trac to run from public_html directory?
[01:48:41] <srinidhi> I tried using sys.path.append('/home/srinidhi/trac/'). But that doesn't seem to work.
[01:56:59] <srinidhi> anyone can help me?
[01:58:45] * tuxipuxi has joined #trac
[01:59:15] <alect> use tracd
[02:00:08] <srinidhi> alect: Yeah. Trying out that. :) But my problem is how do I ensure that tracd is started even after a reboot?
[02:02:02] <alect> cron job?
[02:02:43] <srinidhi> hmm...
[02:02:49] <srinidhi> but I've one more problem now
[02:03:08] <srinidhi> when I start tracd and I access the URL, it complains of not finding clearsilver
[02:03:22] <srinidhi> I've installed clearsilver in /home/srinidhi/clearsilver/
[02:05:34] <srinidhi> oops. My bad. It found clearsilver.
[02:06:16] * flox has joined #trac
[02:13:46] * [e] has quit IRC
[02:14:47] * hikozaemon has quit IRC
[02:28:29] * Guard][an has joined #trac
[02:39:55] * gmcinnes has quit IRC
[02:51:12] * Guard][an has quit IRC
[02:51:38] * Guard][an has joined #trac
[03:06:28] * flox has quit IRC
[03:16:41] <maxb> Is there any way to verify that there are no local changes that might get overwritten by a "trac-admin wiki upgrade" ?
[03:17:37] <alect> mmm trac hacks has been solid since upgrading to fcgid
[03:17:41] <alect> sidegrading even
[03:18:12] <alect> maxb: not really...you could do a wiki dump then diff your pages against the pages included with trac
[03:18:47] <maxb> OK, shouldn't be hard to script that.
[03:18:51] <maxb> Thanks
[03:23:20] * srinidhi has left #trac
[03:37:36] * [e] has joined #trac
[03:40:24] * dna has quit IRC
[03:41:45] * dna has joined #trac
[03:56:26] * cmlenz has joined #trac
[03:57:00] * [e] is now known as [e]zZz
[04:16:55] * __ has joined #trac
[04:34:01] * Rica has quit IRC
[04:36:37] * shawn has quit IRC
[04:45:40] * nihi|ist has quit IRC
[05:04:35] * cmlenz_ has joined #trac
[05:12:45] * cmlenz has quit IRC
[05:24:08] * flox has joined #trac
[05:36:02] * converter has joined #trac
[05:42:19] * lisppaste5 has quit IRC
[05:45:00] * lisppaste5 has joined #trac
[05:52:14] * cmlenz_ has quit IRC
[06:03:37] * cmlenz has joined #trac
[06:55:34] <omry> can trac give a zipped snapshot of the repository?
[06:55:40] <omry> of a specific revision
[06:55:40] <omry> ?
[06:58:19] <alect> yes
[06:58:25] <alect> see trac-hacks.org for examples
[06:58:33] <alect> requires editing trac.ini
[06:58:34] <alect> @ini
[06:58:34] <evil_twin> alect: "ini" is See http://projects.edgewall.com/trac/wiki/TracIni for details on the Trac configuration file.
[07:06:24] <prologic> alect, you around ?
[07:11:33] <alect> yep
[07:11:35] <alect> hi
[07:16:22] <prologic> ahh cool
[07:16:37] <prologic> don't spose you could help me figure out why the Tag field is missing on editing wiki pages ?
[07:16:52] <coderanger> prologic: Did you disable the builtin wiki module?
[07:16:56] <prologic> I think it's something to do with TinyMCE being installed
[07:17:04] <prologic> yes
[07:17:11] <coderanger> prologic: Yes, the two are not compatible
[07:17:24] <prologic> well then I'll need to make them compatible
[07:17:27] <prologic> somehow
[07:17:42] <coderanger> You would need to make a single plugin out of them
[07:18:19] <prologic> actually
[07:18:23] <prologic> default_handler = TagsWikiModule
[07:18:28] <prologic> that's the default handler
[07:18:42] <prologic> but
[07:18:43] <prologic> [components]
[07:18:44] <prologic> trac.wiki.web_ui.wikimodule = disabled
[07:18:59] <coderanger> Yes, but the instant you click "Edit" it goes to /wiki
[07:19:01] <prologic> all 3 appear to be working okay, but just that the Tag field (in edit mode) is missing
[07:19:11] <prologic> ahh yeah
[07:19:13] <coderanger> Which is probably being handled by the TinyMCE handler
[07:19:21] <prologic> correct
[07:19:34] <prologic> so can I get the TinyMCE plugin to work nicely with the Tags plugin ?
[07:20:46] <coderanger> Not without taking the code for both of them and kind of smushing it togehter
[07:20:50] * cboos has joined #trac
[07:20:59] <coderanger> There is no way for both of them to handle requests to /wiki
[07:21:10] <prologic> right
[07:21:17] <coderanger> Or you can wait until after Genshi is merged
[07:21:31] <coderanger> Since then the UI for both can be made into a stream transformer
[07:21:31] <prologic> I want the tags feature back now :)
[07:21:31] <prologic> hehe
[07:21:49] <cboos> cmlenz: hi, just a quick coordination note
[07:21:51] <prologic> yes I got that when reading about genshi (nice work btw)
[07:22:01] <cmlenz> hi cboos
[07:22:11] <cboos> cmlenz: I've already started to migrate the report module
[07:22:29] <cboos> I hope to get that done this evening late or tomorrow evening ... j
[07:22:29] <cmlenz> ah
[07:22:36] <cmlenz> matt_good: was also hacking on that IIRC
[07:22:44] <cboos> just that you don't start things there ...
[07:22:45] <cmlenz> not sure how far he got
[07:22:50] <cboos> ah, hm
[07:23:09] <cboos> ok, I'm half -way (approx)
[07:24:26] <prologic> coderanger, is there any way I can combine both the Tags and TinyMCE functionality ? I'd have to write a plugin I guess and somehow hook into both (messy?)
[07:24:39] <coderanger> prologic: Exactly
[07:24:49] <cboos> cmlenz: ok, besides, do you plan to do some things on the genshi branch in the near term?
[07:25:59] <cmlenz> not sure, I just wanted to look into it again
[07:26:29] <cboos> ok, so no collision in view in the short term ;)
[07:26:39] <cboos> next thing I'd like to do, once the report module is done, is to move the wiki_to_* calls into the templates.
[07:26:50] <cmlenz> oh
[07:26:55] <cmlenz> I already tried that
[07:27:02] <cboos> what was the problem?
[07:27:08] * cmlenz tries to remember
[07:27:22] <cmlenz> ah
[07:27:51] <cmlenz> with macros... they get executed too late
[07:28:13] <cmlenz> still not fully remembering the problem :-P
[07:29:03] <cboos> ok... now I got to go... bye!
[07:29:21] <cmlenz> bye
[07:37:36] * cboos has quit IRC
[07:38:54] <prologic> Q: If that Tag field was there on the form, would the Tags plugin still pick that up ?
[07:39:07] * [e]zZz is now known as [e]workin
[07:39:08] <prologic> Or would the Tags wiki module not get executed at all
[07:39:10] <coderanger> Not if it doesn't handle the request
[07:39:39] <prologic> Could I modify the TinyMCE plugin to pass the request onto the Tags handler as well ?
[07:42:01] <coderanger> Not easily
[07:42:16] <prologic> Not really or is there some way :)
[07:42:17] <coderanger> Because only one of them needs to do the Wiki part of things
[07:42:21] <prologic> Even if it defies all logic (atm)
[07:42:37] <coderanger> You need to make a new plugin that combines both of them
[07:42:40] <prologic> but at least I could ask the Tags plugin to tag the page somehow
[07:43:14] <prologic> and make the default_handler this new plugin ?
[07:43:28] <prologic> atm it's the Tags wiki handler, but obviously TinyMCE override it :)
[07:44:12] <coderanger> Yes, and TinyMCE isn't overriding anything
[07:44:23] <coderanger> go /?action=edit
[07:44:34] <coderanger> and you should see the tags input
[07:44:55] <prologic> and I do not :)
[07:45:14] <prologic> I kid you not :) it's completely gone
[07:45:21] <prologic> the Tags Index is still there though
[07:45:45] <coderanger> Its not gone, its just not handling the request :P
[07:45:50] <prologic> as soon as you tinymce.*enable = true it disappears in all cases
[07:46:00] <prologic> yeah but the field is gone I mean
[07:46:07] <prologic> and yes it's not handling it obviously
[07:46:19] <prologic> *meh* it's 20 to 1 in the morning
[07:46:22] <prologic> I'll write a plugin :)
[07:46:25] <prologic> ideas for the name ? :)
[07:46:41] <prologic> TinyMceTagsIntegrationPlugin <-- haha ;)
[07:49:32] <prologic> just one thing though (clear things up), would I have to combine all cs templates and code/functionality into one plugin ? or write a wrapper of sorts that somehow integrates both ?
[07:50:48] <coderanger> Probably a full-combine would work best
[07:51:26] <prologic> hrmm seems like hard work and a waste of time (in the sense I'd be copying from both)
[07:51:43] <coderanger> Yep
[07:52:11] <coderanger> Thats why I said "They are not compatible" ;-)
[07:52:16] <prologic> I know
[07:52:27] <coderanger> In 0.11 this will work much better
[07:52:28] <prologic> Such a pity since TinyMCE is really nice
[07:52:33] <prologic> now that I've gotten it working with 0.10/0.11
[07:52:38] <prologic> 0.10 is released now right /
[07:52:42] <coderanger> Yes
[07:52:44] <prologic> k
[07:52:48] <prologic> yeah well I"m using 0.11 now :)
[07:53:11] <prologic> okay finaly question
[07:53:19] <prologic> how long would I have to wait for the genshi integration ?
[07:53:23] <coderanger> The devs are trying to push Genshi out pretty quickly, might be worth waiting
[07:53:27] <coderanger> heh
[07:53:32] <prologic> alternativaly I'd wait for a better way of doing it
[07:53:37] <coderanger> Real Soon (tm)
[07:53:44] <prologic> right sweet
[07:53:53] <prologic> well if I can help that in any way lemme know
[07:54:14] <coderanger> I think they are just finishing up the last of the conversion, then I'm sure more bug-testers would be welcome
[07:54:44] <prologic> excellent I put my hands up :)
[07:54:56] <prologic> well I suppose I just need to keep up-to-date with the svn and report back :)
[07:59:27] <prologic> hmm
[08:05:40] <IamLordV2ldemort> Hey
[08:05:42] <IamLordV2ldemort> All
[08:05:50] <IamLordV2ldemort> I am trying to use fastcgi, and it itsn't working.
[08:06:07] <IamLordV2ldemort> I was using mod_python, but that is a disaster, I have hit but 2611 with a vengance
[08:06:24] <IamLordV2ldemort> Fastcgi only returns the Available Projects
[08:06:26] <IamLordV2ldemort> no matter what I do
[08:06:32] <IamLordV2ldemort> It doesn't seemt o be seeing the URL
[08:07:25] <IamLordV2ldemort> No tracebacks or problems
[08:07:29] <IamLordV2ldemort> Anyone have any advice?
[08:07:36] <prologic> no none sorry :)
[08:07:48] <prologic> I'm happy with mod_python!
[08:08:15] <coderanger> Set TRAC_URI_ROOT
[08:09:15] <IamLordV2ldemort> coderanger: /me trying.
[08:10:21] <IamLordV2ldemort> =/
[08:10:25] <IamLordV2ldemort> Same behaviour
[08:10:32] <IamLordV2ldemort> I am setting it inthe trac.fcgi
[08:10:36] <IamLordV2ldemort> is that ok?
[08:11:08] <IamLordV2ldemort> os.environ['TRAC_URI_ROOT'] = "/"
[08:11:08] <IamLordV2ldemort> os.environ['TRAC_ENV_PARENT_DIR'] = "/var/live/trac"
[08:11:08] <IamLordV2ldemort> os.environ['PYTHON_EGG_CACHE'] = "/var/live/egg_cache"
[08:11:09] <IamLordV2ldemort> os.environ['PYTHONPATH'] = '/var/trac-0.10rc1/lib/python2.4/site-packages'
[08:11:09] <IamLordV2ldemort> sys.path = ['/var/trac-0.10rc1/lib/python2.4/site-packages'] + sys.path
[08:11:14] <IamLordV2ldemort> That is what I set.
[08:12:35] <IamLordV2ldemort> I don't know how to directly taffect the environment from fcgi, but I am looking
[08:13:37] <IamLordV2ldemort> useing 0.10rc1
[08:14:21] * jborg has joined #trac
[08:18:09] <IamLordV2ldemort> prologic: Subversion is killoing me
[08:21:56] * coderanger_ has joined #trac
[08:21:59] <prologic> WHo's developing whit WikiNotification plugin ?
[08:22:09] <prologic> I notice he/she has fixed the bug I just found in the trunk
[08:22:25] <prologic> but do I install the trunk version or has he/she updated the egg and uploaded that already ?
[08:23:03] <prologic> IamLordV2ldemort, why are you telling me about it :)
[08:23:05] <prologic> Subversion rocks :)
[08:24:53] <s0undt3ch> prologic: I!
[08:24:56] <prologic> k nevermind my question
[08:25:00] <prologic> it's been updated :)
[08:25:01] <prologic> ahh you!
[08:25:11] <prologic> I just reloaded my rss feeds :)
[08:25:12] <s0undt3ch> I'm developing the WikiNotification
[08:25:15] <prologic> thanks for fixing that
[08:25:24] <prologic> yeah just discovered that bug just then
[08:25:31] <prologic> how do I upgrade the plugin ?
[08:25:31] <s0undt3ch> prologic: what exactly was the problem you found?
[08:25:34] <prologic> easy_install -U ... ?
[08:25:38] <s0undt3ch> yees
[08:25:43] <s0undt3ch> yes
[08:25:55] <IamLordV2ldemort> prologic: it rocks until you get this: http://trac.edgewall.org/attachment/ticket/2611/application_pool_race_condition_fix.txt
[08:26:01] <prologic> File "/usr/lib/python2.4/email/base64MIME.py", line 136, in encode
[08:26:01] <prologic> enc = b2a_base64(s[i:i + max_unencoded])
[08:26:01] <prologic> TypeError: b2a_base64() argument 1 must be string or read-only buffer, not list
[08:26:20] <prologic> IamLordV2ldemort, I don't suffer from that :)
[08:26:21] <s0undt3ch> prologic: that was the problem you found?
[08:26:26] <prologic> yeap
[08:26:49] <s0undt3ch> prologic: how, when did you install previously?
[08:26:57] <s0undt3ch> ie, that was from rc1?
[08:27:11] * coderanger has quit IRC
[08:27:25] <prologic> I shall try to re-post my data with the upgraded ver now :)
[08:27:37] <prologic> yes that was rc1 I believe
[08:27:39] <prologic> have rc2 now brb
[08:28:04] <s0undt3ch> yes, please, I need to get some user usage to see if .1 final can be released
[08:28:12] <s0undt3ch> there might be other problems
[08:29:57] <prologic> ok
[08:30:02] <prologic> I believe I get the same error
[08:30:04] <prologic> even with rc2
[08:31:10] <s0undt3ch> well, I hadn't found that one with rc1 :)
[08:31:21] <prologic> hmm ok
[08:31:22] <s0undt3ch> prologic: k, what exaclty are you doing?
[08:31:25] <prologic> want the full traceback ?
[08:31:28] <s0undt3ch> yes
[08:31:37] <s0undt3ch> prologic: what python version?
[08:31:41] <prologic> basically I've just setup an address in the smtp_awlays_bcc setting
[08:31:48] <prologic> and just edited a page and attempted to save it
[08:31:50] <s0undt3ch> prologic: same as me
[08:32:03] <s0undt3ch> really wierd
[08:32:05] <prologic> # prt-get listinst python -v
[08:32:05] <prologic> mod_python 3.2.5b-2
[08:32:06] <prologic> python 2.4.3-1
[08:32:15] <prologic> # prt-get listinst trac -v
[08:32:15] <prologic> trac r3806-1
[08:32:38] <prologic> thing is the page gets saved though
[08:32:48] <coderanger_> IamLordV2ldemort: Just put all Tracs in the same PythonInterpreter
[08:32:53] <prologic> so I have to go back and change some other minor detail and re-save just to get te error :)
[08:33:01] <s0undt3ch> hmmm I have python 2.4.2
[08:33:26] <s0undt3ch> trac .10
[08:33:28] <coderanger_> IamLordV2ldemort: Improves TracForge performance a whole lot anyway :)
[08:34:42] <s0undt3ch> prologic: I only got a similiar problem when mocking with the email type in rc2
[08:35:04] <prologic> http://paste.lisp.org/display/27094
[08:39:19] <s0undt3ch> hmmm
[08:42:12] <s0undt3ch> prologic: what's the mime_encoding your using in [notification]?
[08:43:15] <s0undt3ch> coderanger_: make any sence of prologic's traceback? it's working over here
[08:43:43] <IamLordV2ldemort> coderanger_: It looks like the fix fdor me was worse than the disease. I missed the part about swig compatability, and I Think that is compounding hte issue.
[08:44:17] <coderanger_> s0undt3ch: Not a clue
[08:44:19] <IamLordV2ldemort> coderanger_: Thanks for the advice, I see a note from cboos with a more specific suggestion, so I am now fixing the builds, and using the notes from 3455:comment9
[08:44:29] <coderanger_> I would have to stare at the code for a bit
[08:44:41] <prologic> s0undt3ch, I don't have one set
[08:44:42] <prologic> why ?
[08:44:43] <prologic> should i ?
[08:45:17] <s0undt3ch> prologic: not necessarely, but put there base64
[08:45:44] <prologic> mime_encoding = base64 ?
[08:45:49] <s0undt3ch> prologic: or better, one of, 'base64', 'qp', 'none'
[08:45:52] <s0undt3ch> yes
[08:46:12] <s0undt3ch> prologic: because I think the same might happen the trac's normal notification
[08:46:30] <prologic> trac's normal notification works just fine
[08:46:40] <s0undt3ch> it does, dam
[08:47:07] <prologic> same problem
[08:47:11] <prologic> exactly same traceback
[08:47:58] <s0undt3ch> dam
[08:48:30] <s0undt3ch> prologic: could you file a bug so I don't forget -> http://wikinotification.ufsoft.org
[08:48:40] <prologic> absolutely
[08:48:42] <s0undt3ch> include all you think might be usefull
[08:48:52] <prologic> at this stage I have no clue :)
[08:49:35] <s0undt3ch> prologic: oh, and by the way, do me a tiny favor, disable, the tinymce plug and redo your wiki changes
[08:51:48] <prologic> #1 submitted
[08:51:48] <prologic> k
[08:52:39] <prologic> nope
[08:52:41] <prologic> same error
[08:53:11] <prologic> #1 appended
[08:53:21] <s0undt3ch> hmm, where exacly is that list comming from, and why does it work here and not there!
[08:55:01] <prologic> I dunno, bit like my two "Plain Text" appearing with TinyMCE enabled
[08:55:01] <prologic> :)
[08:55:51] <s0undt3ch> lol
[08:58:06] <prologic> hmm
[08:58:13] <prologic> how does the similetimeline work ?
[08:59:53] <s0undt3ch> what?
[09:00:22] <prologic> dunno
[09:00:27] <prologic> it just displays grey stuff
[09:00:29] <prologic> at least in Opera
[09:00:32] <s0undt3ch> dam, askimet is blocking my own IP! I'm ADSL, of course I have a dinamyc IP
[09:01:24] <prologic> heh
[09:01:27] <prologic> TPG do that here too
[09:01:31] <prologic> they claim it's static
[09:01:37] <prologic> but it's really dhcp assigned (long lease time)
[09:01:43] <prologic> bastards :)
[09:02:21] <s0undt3ch> and the funny thing http://bsb.empty.us/lookup/?ip=85.240.243.228
[09:03:22] <s0undt3ch> prologic: I found out one thing about your reported bug
[09:03:45] <s0undt3ch> it happens in python 2.4.3 but not on 2.4.2 :)
[09:03:47] <prologic> hmm ?
[09:04:04] <prologic> any work-around ?
[09:04:09] <prologic> or is it really a python 2.4.3 bug
[09:05:36] <s0undt3ch> prologic: so far dunno, but at least now I can reproduce the bug, so I'll muck arround till I fix it :)
[09:06:13] <s0undt3ch> oh, and I won't upgrade my production's server python version till I do :)
[09:06:15] <prologic> thank you :)
[09:06:24] <s0undt3ch> no, thank you!
[09:06:38] <prologic> heh no really thank you, my colleages will be pleased with this working
[09:07:08] <s0undt3ch> I hope a lot of ppl will :)
[09:07:59] * imajes has quit IRC
[09:08:33] <prologic> put it this way, it saves me a hell of a headache with the old way of doing notifications
[09:18:52] <s0undt3ch> prologic: until rc3 is out do this
[09:19:10] <s0undt3ch> vi /usr/lib/python2.4/site-packages/TracWikiNotification-0.1.0rc2-py2.4.egg/WikiNotification/notification.py
[09:22:13] <s0undt3ch> prologic: well, info is -> http://wikinotification.ufsoft.org/ticket/1#comment:3 <- here
[09:22:33] <s0undt3ch> that might not be the solution, but it's a workarround
[09:25:06] <prologic> okay
[09:25:52] <s0undt3ch> prologic: at least it will make your co-workers happy :)
[09:26:37] <prologic> heh thanks
[09:26:50] <prologic> I'll eagerly away rc3 :)
[09:30:23] <prologic> cool
[09:30:25] <prologic> no error now :)
[09:30:28] * prologic aways the email
[09:30:54] <prologic> yes! I have new mail
[09:30:56] * prologic pats computer
[09:31:28] <prologic> oh man I love this plugin :)
[09:31:42] <prologic> I get a .diff!
[09:32:56] <s0undt3ch> prologic: yes, that was the major change from rc1 to rc2, plus the fact that now the smtp_allways_* do work ;)
[09:33:18] <s0undt3ch> they didn'ton rc1 :)
[09:33:22] <s0undt3ch> *didn't
[09:33:27] <prologic> nice
[09:33:29] <prologic> I'm loving it
[09:33:34] * fsu has quit IRC
[09:33:37] <s0undt3ch> but I got another thing to solve :)
[09:33:56] <prologic> you know what I could do
[09:34:02] <s0undt3ch> that workarround doesn't seem to do any harm, all parts are still utf8
[09:34:02] <prologic> make it notify my irc bot :)
[09:34:04] <prologic> via xmlrpc
[09:34:14] <prologic> all it has to do is this:
[09:34:39] <prologic> server.notify(socket.gethostname(), message)
[09:34:52] <prologic> where message is "Page foo changed by ..."
[09:36:05] <s0undt3ch> prologic: yes you could but to do only that you could write a miniplug, based on mine(the part of the IWikiChageListener)
[09:36:33] <prologic> true
[09:36:41] <prologic> I might do that actually
[09:36:57] <prologic> my bot is very plugable itself and quite usefull (ideas taken from Trac for it's event system)
[09:38:04] <s0undt3ch> prologic: and for that miniplug you could also listen to ITickectChangeListeners, and all the others
[09:38:43] <s0undt3ch> prologic: or you could just listen to ITimelineChangeListener i think
[09:39:12] <prologic> cool
[09:39:15] <s0undt3ch> well, I need to go now
[09:39:17] <prologic> I really might do that :)
[09:39:27] <prologic> and write a nice xmlrpc protocol just for the purpose
[09:39:44] <prologic> with the ability to specify per-channel notifications per project
[09:40:05] <prologic> k cya mate thanks for fixing that ;)
[09:50:58] * sgarrity has joined #trac
[09:51:47] <sgarrity> is there a way (probably using reports) to have an RSS feed that shows all UPDATES to tickets, including new comments?
[09:53:17] <sgarrity> it seems I can get a feed that shows when new tickets are opened, or when they are closed, but not when a comment is added (without changing the status)
[09:56:38] <benoitc> anyone here use apache 2.2.3 ?
[09:57:31] <benoitc> trying to configure /svn to point to webdav svn but it does't work. I'm alwas going back in trac wuth error : "No handler matched request to /svn"
[09:59:18] <benoitc> my conf : http://www.rafb.net/paste/results/CwHGcK22.html
[09:59:54] <s0undt3ch> benoitc: of course
[10:00:55] <s0undt3ch> benoitc: http://www.rafb.net/paste/results/jUi34c25.html <- try that
[10:04:04] <benoitc> seems too work
[10:04:09] <prologic> coderanger_, Can't I use a request filter ?
[10:04:10] <prologic> Ordered list of filters to apply to all requests (since 0.10).
[10:04:12] <benoitc> let me try authentification
[10:04:20] <benoitc> lasy time it didn't work
[10:04:31] * flox has quit IRC
[10:04:48] <s0undt3ch> benoitc: you have no /login location block
[10:04:58] <s0undt3ch> are you using form based auth?
[10:05:02] <benoitc> yes
[10:05:05] <s0undt3ch> k
[10:05:09]