Team Chat Logs

2008 5
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            

June 13, 2008

[00:07:15] * scsinutz has quit IRC
[00:08:56] * c1|freaky_ has quit IRC
[00:09:27] * c1|freaky_ has joined #trac
[00:16:02] * NeuralNuts has joined #trac
[00:16:06] * cmlenz has quit IRC
[00:17:20] <NeuralNuts> Could someone tell me if they've been able to successfully wget an entire trac site (ie follow all internal links) with wget? I'm trying to fill the apache access logs such that it contains a reference to all pages, as to then generate a sitemap.
[00:21:48] * enoksrd has joined #trac
[00:25:53] * harobed has joined #trac
[00:27:14] * enoksrd is now known as asdfasdf
[00:27:28] * asdfasdf is now known as enoksrd
[00:28:20] <coderanger> NeuralNuts: Why don't you just use one of the sitemap plugins?
[00:28:27] * liquidat0r has joined #trac
[00:30:07] <asmodai> coderanger!
[00:31:16] <asmodai> coderanger: How's the playtesting going? Saw that Limbo thinghy?
[00:31:31] <enoksrd> Anybody know if this is a bug:
[00:31:50] <enoksrd> if I put
[00:31:53] * proofek has joined #trac
[00:32:03] <enoksrd> x:"<x" Don't see this
[00:32:04] <enoksrd> Do see this.
[00:32:37] <enoksrd> with a blank line between the first and second lines above
[00:32:45] <enoksrd> and preview it in trac wiki
[00:32:54] <enoksrd> i don't see "Don't see this"
[00:34:26] <coderanger> Try pastebining what you mean
[00:34:40] <coderanger> asmodai: yeah, they are gonna get fried
[00:35:23] <lisppaste5> enoksrd pasted "Trac bug?" at http://paste.lisp.org/display/62154
[00:36:33] <NeuralNuts> coderanger: Will that be ok for v0.11?
[00:37:31] <NeuralNuts> in addition to which - I'm writing one so that it doesn't put _everything_ in there, using googles sitemap script
[00:37:31] * hwinkel has joined #trac
[00:38:02] <coderanger> enoksrd: Please file a ticket with that (be sure to wrap it in {{{ }}})
[00:38:12] <enoksrd> (the little string x:<x" crashes my v0.10.4 trac, btw)
[00:38:13] <enoksrd> ok
[00:38:19] <coderanger> NeuralNuts: Check the plugin compatibility
[00:38:24] <enoksrd> thanks coderanger
[00:38:29] * hwinkel has left #trac
[00:39:31] <coderanger> asmodai: What graphics card do you have in your gaming box?
[00:40:32] <asmodai> coderanger: 8800
[00:40:48] <asmodai> NVIDIA GeForce 8800 GT, 640 MB
[00:41:22] <NeuralNuts> coderanger: when you define a `class FooModule(Component):', what data member refers to the environment root directory? i.e. /opt/trac/mysite/... so I can pass it relative paths like `htdocs/bar' ?
[00:42:16] * attachmentgenie has joined #trac
[00:42:20] <coderanger> NeuralNuts: os.path.join(self.env.path, 'htdocs', 'bar')
[00:42:33] <coderanger> Though you should really need that
[00:43:46] <NeuralNuts> env.path - excellent - thanks man.
[00:45:07] * clajo04 has quit IRC
[00:46:42] * KaZeR has quit IRC
[00:52:42] * cmlenz has joined #trac
[00:57:10] * enoksrd has quit IRC
[00:57:56] * huats has joined #trac
[00:58:09] * Epcylon has joined #trac
[00:58:38] * lyakh has joined #trac
[00:59:06] * KaZeR has joined #trac
[01:04:22] <evil_twin> New news from t.e.o: Ticket #7332 (Weird markup renders wrong on trac.edgewall.org and crashes trac v0.10.4) created <http://trac.edgewall.org/ticket/7332>
[01:04:55] * huats has left #trac
[01:07:46] * roh has joined #trac
[01:08:28] <NeuralNuts> Could someone tell me how I can stop this from happening in my plugin (First time I'm writing a plugin - so forgive my stupidity)...
[01:08:28] <NeuralNuts> http://ai.autonomy.net.au/sitemap.xml
[01:09:25] * tsb has joined #trac
[01:09:37] <coderanger> Why are you not using Genshi to generate that?
[01:09:44] <NeuralNuts> I'm not explicitely asking it to convert the test to it's html-valid version - I'd like it to remain txt
[01:10:11] <coderanger> Its XML, it should be valid XML
[01:10:19] <NeuralNuts> Perhapse because I'm silly - so I should be using Genshi then?
[01:10:48] <coderanger> set your return mime type as 'text/xml' and it should use the XML serializer, not the html one
[01:11:15] <NeuralNuts> it was set to plain which i though should do the trick
[01:11:20] <NeuralNuts> I'll try xml
[01:11:37] * patrick_ has joined #trac
[01:11:58] <coderanger> And I would guess you are generating the XML into a single string, and then trying to push that into a template
[01:13:34] <NeuralNuts> coderanger - yes at the moment - so if it grows I'll probably have a problem
[01:13:50] <coderanger> Yeah, don't do that
[01:13:51] <NeuralNuts> it's still generating it with &lt; etc.
[01:13:55] <asmodai> coderanger: sleep!
[01:14:02] <coderanger> Genshi is already an XML-based templating system
[01:14:04] <coderanger> use it
[01:14:07] * asmodai sends coderanger to bed
[01:14:11] <coderanger> :P
[01:14:23] <NeuralNuts> Ok - I'll read up on genshi =) thanks coderanger
[01:20:27] * patrick_ has quit IRC
[01:23:36] * cbalan has joined #trac
[01:37:27] * mcella has joined #trac
[01:43:00] <asmodai> ow
[01:43:03] <asmodai> Opera 9.50 released
[01:48:43] <pacopabl1> morning all
[01:48:56] * havvg has joined #trac
[01:48:56] <pacopabl1> s0undt3ch: around?
[01:51:52] * pacopabl1 is now known as pacopablo
[01:53:13] <asmodai> pacotje!
[01:59:03] * attachmentgenie has quit IRC
[02:01:13] * handyande has joined #trac
[02:03:40] <pacopablo> s0undt3ch: patches committed
[02:04:48] <evil_twin> New news from t.e.o: Changeset [7207]: 0.10.5dev: merged [7205:7206] from 0.11-stable (''escaping issue #7332'') <http://trac.edgewall.org/changeset/7207> || Changeset [7206]: Added unit test for #7332 <http://trac.edgewall.org/changeset/7206> || Changeset [7205]: Wiki link formatter: missing escape for links look-alike This fixes a bug ... <http://trac.edgewall.org/changeset/7205>
[02:05:04] * NeuralNuts has left #trac
[02:10:27] * nergalix has quit IRC
[02:11:33] * attachmentgenie has joined #trac
[02:11:49] * mcella has quit IRC
[02:12:08] * mcella has joined #trac
[02:35:04] * m_g has joined #trac
[02:38:05] <KaZeR> hey guys. how difficult is it to monitor a trac from cia.vc ?
[02:38:55] <KaZeR> is this patche the only way? http://trac.edgewall.org/attachment/ticket/3517/trac-0.10.4-cia.diff
[02:38:55] * andrei2102 has quit IRC
[02:39:29] * andrei2102 has joined #trac
[02:39:47] * jfkw_ has joined #trac
[02:42:27] * igor_ has joined #trac
[02:44:51] * jfkw has quit IRC
[03:05:12] <evil_twin> New news from t.e.o: Changeset [7210]: 0.12dev: blocked revisions r7196, r7198 via svnmerge <http://trac.edgewall.org/changeset/7210> || Changeset [7209]: 0.12dev: merged revisions [7157,7179,7182-7184,7193/branches/0.11-stable] ... <http://trac.edgewall.org/changeset/7209> || Changeset [7208]: A DB pool `shutdown()` must close all the connections, including those ... <http://trac.edgewall.org/changeset/7208>
[03:11:43] * Einkoro has joined #trac
[03:14:59] * Skoog[W] has quit IRC
[03:16:04] * coling has joined #trac
[03:18:25] * seemant has quit IRC
[03:21:43] * Skoog[W] has joined #Trac
[03:23:27] * stupidknight has joined #trac
[03:23:52] <stupidknight> Hi, I have a trac server running, but when I created it, I didn't have a repo. Is it possible to add it at a later stage?
[03:24:53] * Ankle has quit IRC
[03:32:23] * emaconline has joined #trac
[03:32:40] <emaconline> hello.. how can i list down all active tickets on the tracwiki? thanks
[03:34:01] <emaconline> newbie here
[03:35:27] <evil_twin> New news from t.e.o: DatabaseReverseEngineer edited <http://trac.edgewall.org/wiki/DatabaseReverseEngineer?version=4> || Ticket #7332 (Weird markup renders wrong on trac.edgewall.org and crashes trac v0.10.4) closed <http://trac.edgewall.org/ticket/7332#comment:2> || Changeset [7211]: 0.12dev: merged revisions [7205:7206/branches/0.11-stable] via svnmerge ... <http://trac.edgewall.org/changeset/7211>
[03:40:00] <emaconline> anyone?
[03:40:11] <emaconline> how to list down all tickets to the wiki?
[03:47:07] * tinh has quit IRC
[03:52:51] * tinh has joined #trac
[03:55:16] * emaconline has quit IRC
[03:56:13] * titang has quit IRC
[03:56:40] * takayama has quit IRC
[03:58:17] * attachmentgenie has quit IRC
[04:10:14] * igor_ has quit IRC
[04:10:38] * nergalix has joined #trac
[04:16:23] * Skoog[W] has quit IRC
[04:17:28] * attachmentgenie has joined #trac
[04:18:15] * __t has joined #trac
[04:19:26] * tinh has quit IRC
[04:19:54] * tinh has joined #trac
[04:27:56] * seemant has joined #trac
[04:29:51] * attachmentgenie has quit IRC
[04:35:41] * cisa has joined #trac
[04:35:43] <cisa> hi
[04:35:43] <evil_twin> New news from t.e.o: Ticket #7333 (bugzilla2trac.py: import Bugzilla version 2.18.4) created <http://trac.edgewall.org/ticket/7333>
[04:38:50] * tinh has quit IRC
[04:56:58] * attachmentgenie has joined #trac
[05:01:26] * hwinkel has joined #trac
[05:02:08] * igor_ has joined #trac
[05:02:51] * pombreda has quit IRC
[05:03:04] * igor_ is now known as |igor_
[05:11:33] * prologic_ has quit IRC
[05:13:10] * pombreda has joined #trac
[05:16:31] * W0rmDrink has joined #trac
[05:17:12] * WormDrink has quit IRC
[05:31:33] * Sixer has joined #trac
[05:31:38] <Sixer> Hi. How do I stop tracd ?
[05:33:41] * nergalix has quit IRC
[05:34:04] <KaZeR> if i make a modification to notification.py, do i have to restart apache? (i'm using trac with mod_python)
[05:43:23] <olistudent> Sixer: How do you start tracd?
[05:43:28] * Davey has joined #trac
[05:44:55] * tobias has joined #trac
[05:46:09] <Sixer> olistudent: tracd -d -p 8000
[05:46:37] <olistudent> ps ax|grep tracd
[05:46:50] <olistudent> kill $(pidof tracd)
[05:46:55] <olistudent> I
[05:47:08] <Sixer> yeah, its a subprocess of python2.4 though
[05:47:17] <Sixer> I'll just look for python processes
[05:47:30] <olistudent> I'm using a init script for tracd. Then you can stop it.
[05:47:40] <Sixer> ok
[05:47:42] <olistudent> You are right. pidof tracd gives no result.
[05:48:09] <Sixer> Anyon have experience in getting an external subversion repo to be tracced?
[05:49:11] <Sixer> I've added [svn:externals] to /etc/trac.ini but nothing changes
[05:49:28] <Sixer> I'm using http://trac.edgewall.org/wiki/TracIni as an example
[05:56:26] * takayama has joined #trac
[05:58:17] * nergalix has joined #trac
[06:02:10] * bkuhn has joined #trac
[06:08:52] * n0g4n0o has quit IRC
[06:18:17] * huats has joined #trac
[06:18:51] * igor_ has joined #trac
[06:27:49] * nevans has joined #trac
[06:30:41] * nergalix has quit IRC
[06:32:45] * stupidknight has quit IRC
[06:33:01] <s0undt3ch> pacopablo: Thanks!
[06:33:07] * retracile_ has quit IRC
[06:35:22] * retracile_ has joined #trac
[06:36:00] * |igor_ has quit IRC
[06:38:13] * retracile_ is now known as retracile
[06:38:22] * retracile murmurs something vitriolic about mornings.
[06:39:12] * tobias has quit IRC
[06:39:49] <asmodai> retracile!
[06:39:55] * nergalix has joined #trac
[06:41:57] * pombreda has quit IRC
[06:44:29] * tobias has joined #trac
[06:55:44] * gjo has joined #trac
[06:56:51] * trac-ja has joined #trac
[07:00:33] * Sixer has left #trac
[07:01:41] * nergalix has quit IRC
[07:08:28] * jeffg____ has joined #trac
[07:08:57] * jeffg____ has left #trac
[07:15:44] * jhammel has joined #trac
[07:16:38] * Davey has quit IRC
[07:17:36] * igor_ has quit IRC
[07:19:50] * |igor_ has joined #trac
[07:22:59] * osimons has joined #trac
[07:24:30] * kirean has joined #trac
[07:25:46] * handyande has quit IRC
[07:27:10] * handyande has joined #trac
[07:35:30] * Davey has joined #trac
[07:38:06] * flakrat has joined #trac
[07:47:06] * trac-ja has quit IRC
[07:49:21] * omry has quit IRC
[07:52:31] * hwinkel has quit IRC
[07:53:24] * attachmentgenie has quit IRC
[07:53:35] * jerem_y has joined #trac
[07:56:12] * trbs has joined #trac
[07:57:37] * grimboy has joined #trac
[07:58:56] <jerem_y> I'm having trouble getting Trac to recognize hg as a valid repository type. For example, when I do a resync, I get Resyncing repository history... Command failed: Unsupported version control system "hg". Check that the Python support libraries for "hg" are correctly installed.
[08:00:23] * __t has quit IRC
[08:03:47] * takayama has quit IRC
[08:08:05] * andrei2102 has left #trac
[08:14:11] * |igor_ has quit IRC
[08:14:46] <ras0ir> i cant see tracmercurial in plugins :(
[08:15:28] * dan_ has joined #trac
[08:15:29] <jerem_y> not sure what you mean
[08:15:43] <dan_> can anyone tell me how i can install trac without overwriting a previous version?
[08:15:59] <jhammel> dan_: virtualenv
[08:18:39] * nergalix has joined #trac
[08:18:52] * doki_pen has quit IRC
[08:19:04] <ras0ir> jerem_y: i have the same problem
[08:19:07] * doki_pen has joined #trac
[08:19:45] <dan_> ta
[08:20:14] <jerem_y> ras0ir: what versions of trac and the hg plugin are you on
[08:20:35] <ras0ir> trac: 0.11rc2 plugin: 0.11
[08:20:43] <jerem_y> me too
[08:20:52] <jerem_y> wonder if somethings broken
[08:21:23] * patrick_ has joined #trac
[08:21:38] <jerem_y> I'd file a bug if I had a tad more confidence that I didn't miss something
[08:25:14] * Tetraboy has quit IRC
[08:27:18] * patrick_ has quit IRC
[08:27:40] <dan_> DevelopmentEnvironmentSetup is an awesome page, cant believe i didnt find it before
[08:29:05] * timte has quit IRC
[08:37:53] * huats has quit IRC
[08:46:10] * nergalix has quit IRC
[09:01:04] * jhammel has quit IRC
[09:03:00] * jhammel has joined #trac
[09:04:03] * ras0ir has quit IRC
[09:06:45] * __t has joined #trac
[09:22:14] * tobias has quit IRC
[09:31:12] * thijstriemstra has quit IRC
[09:33:00] * |igor_ has joined #trac
[09:33:58] <jerem_y> anyone have the mercurial plugin working with 0.11rc2?
[09:34:53] * cmlenz has quit IRC
[09:37:17] * coling has quit IRC
[09:37:21] * havvg has quit IRC
[09:38:41] <asmodai> jerem_y: I know mitsuhiko uses the hg plugin
[09:38:49] <asmodai> not sure if that's with rc2 though.
[09:38:57] <mitsuhiko> asmodai: it is
[09:39:04] <asmodai> mitsuhiko: O HAI
[09:39:05] <asmodai> :D
[09:40:48] <jerem_y> mitsuhiko: any idea why I can't get Trac to recognize hg as a repo type?
[09:42:32] <mitsuhiko> jerem_y: i had the same problem
[09:42:44] <mitsuhiko> jerem_y: i tell you the solution. but do me a favor: write a mail to cboos that you got the problem too :)
[09:42:56] <jerem_y> mitsuhiko: sure thing
[09:43:02] <mitsuhiko> jerem_y: the solution is:
[09:43:07] <mitsuhiko> unpack your egg into a new folder
[09:43:12] <mitsuhiko> touch hgext/__init__.py
[09:43:24] <mitsuhiko> make a zip out of the unpacked files
[09:43:31] <mitsuhiko> rename it to TracMercurial-theversion.egg
[09:43:49] * grimboy has quit IRC
[09:44:54] <jerem_y> so hgext/__init__.py just needs an updated time stamp?
[09:45:19] <jerem_y> has someone created a ticket for this
[09:50:29] * kopernikus has joined #trac
[09:52:47] * mcella has quit IRC
[09:58:41] * bkuhn has quit IRC
[09:59:32] * bkuhn has joined #trac
[10:02:33] * cmlenz has joined #trac
[10:07:38] * Tetraboy has joined #trac
[10:16:32] * pombreda has joined #trac
[10:17:24] * omry has joined #trac
[10:22:32] * thijstriemstra has joined #trac
[10:23:36] <jerem_y> mitsuhiko: how about touch tracext/hg/__init__.py ?
[10:23:36] * kirean has quit IRC
[10:24:14] <mitsuhiko> jerem_y: actually, for me that file was missing :)
[10:24:20] * kirean has joined #trac
[10:24:30] <jerem_y> I don't have a folder called hgext
[10:24:31] * kirean has quit IRC
[10:24:47] * havvg has joined #trac
[10:25:54] * kirean has joined #trac
[10:26:18] <jerem_y> mitsuhiko: I have .11.0.3. What's your hg plugin version?
[10:26:57] <mitsuhiko> a checkout from yesterday
[10:27:15] <mitsuhiko> ah yes. meant tracext/__init__.py
[10:28:29] <jerem_y> still get Unsupported version control system "hg"
[10:30:12] <jerem_y> mitsuhiko: I don't have tracext/__init__.py. I do have tracext/hg/__init__.py. is that what you meant?
[10:30:12] * kirean has quit IRC
[10:30:51] * kirean has joined #trac
[10:31:07] <mitsuhiko> jerem_y: no. i mean tracext/__init__.py
[10:31:13] <mitsuhiko> that file is missing, so you have to touch it to create it
[10:31:18] <jerem_y> oohh
[10:31:21] <mitsuhiko> or create it with vim or something
[10:31:36] <jerem_y> yep.. i assumed you were just asking to update the timestamp on an existing file
[10:31:42] <jerem_y> my bad
[10:31:47] * tobias has joined #trac
[10:36:06] <jerem_y> mitsuhiko: no luck.. i'm giving up for now. thanks for the help.
[10:36:34] <mitsuhiko> jerem_y: wait. i send you my egg
[10:36:39] <mitsuhiko> that sounds weird
[10:37:07] <jerem_y> ok
[10:37:11] <mitsuhiko> jerem_y: http://dev.pocoo.org/~mitsuhiko/TracMercurial-0.11.0.3-py2.5.egg
[10:37:33] <mitsuhiko> and don't forget to enable it with [components] tracext.hg.* = enabled
[10:37:45] * tobias has quit IRC
[10:38:33] * handyande has joined #trac
[10:38:36] <evil_twin> New news from t.e.o: Ticket #7267 (Pagination variables are temporarly shared betweens user sessions in ...) closed <http://trac.edgewall.org/ticket/7267#comment:5> || Changeset [7214]: 0.12dev: merged r7212 and r7213 (''!misuse of ReportModule instance ... <http://trac.edgewall.org/changeset/7214> || Changeset [7213]: 0.11-stable: minor clean-ups in report.py <http://trac.edgewall.org/changeset/7213> || Changeset [7212]: Don't use component instance for per-request related data, in report ... <http://trac.edgewall.org/changeset/7212>
[10:40:28] <jerem_y> mitsuhiko: still can't to a resync
[10:40:36] <jerem_y> I copied the .egg to the env/plugins folder as well
[10:40:40] <mitsuhiko> jerem_y: what does it say?
[10:40:46] <jerem_y> Resyncing repository history...
[10:40:47] <jerem_y> Command failed: Unsupported version control system "hg". Check that the Python support libraries for "hg" are correctly installed.
[10:40:55] <mitsuhiko> jerem_y: you don't have to resync anyways
[10:41:04] <mitsuhiko> enable logging and go to the admin panel
[10:41:20] <mitsuhiko> then look at the logfile and check if it says something about hg
[10:41:25] <mitsuhiko> oh. and you need the latest setuptools version
[10:41:50] * tobias has joined #trac
[10:43:23] * seemant has quit IRC
[10:43:31] <jerem_y> mitsuhiko: where is the admin panel
[10:44:01] <mitsuhiko> jerem_y: you need the TRAC_ADMIN privileges for that
[10:44:05] <mitsuhiko> but you can trigger any request if you like
[10:44:13] <mitsuhiko> the admin panel has the advantage that you can configure the logging from there
[10:46:11] <jerem_y> mitsuhiko: thanks again.. gotta run.
[10:46:28] * jerem_y has quit IRC
[10:47:47] * jerem_y has joined #trac
[10:54:08] * harobed has quit IRC
[11:06:54] * handyande has quit IRC
[11:13:38] * SunWuKung has quit IRC
[11:22:53] * hotte has joined #trac
[11:24:55] * cmlenz has quit IRC
[11:27:52] * cbalan has quit IRC
[11:39:04] <evil_twin> New news from t.e.o: TracOnLeopardServer edited <http://trac.edgewall.org/wiki/TracOnLeopardServer?version=8>
[11:49:46] * clajo04 has joined #trac
[11:59:59] * trbs has left #trac
[12:04:16] * tthurman has joined #trac
[12:05:54] <tthurman> Hello. I have installed the timing and estimation plugin. Some of my databases it works on. Others I get an error traceback as soon as I open their pages saying NotFoundError: Path error.cs not found
[12:06:03] <tthurman> (I can pastebin the rest if you would like.)
[12:06:26] <jhammel> tthurman: what version of trac?
[12:07:01] <tthurman> 0.10.4
[12:07:05] * pombreda has quit IRC
[12:07:42] * eikonos has joined #trac
[12:09:00] * flakrat has quit IRC
[12:15:21] * cisa has left #trac
[12:17:07] * crump has joined #trac
[12:17:23] * crump has left #trac
[12:19:26] * igor_ has joined #trac
[12:20:57] * iratik has joined #trac
[12:23:34] * cmlenz has joined #trac
[12:30:30] * jerem_y has joined #trac
[12:34:36] * ethanm has joined #trac
[12:35:07] * handyande has joined #trac
[12:36:11] * |igor_ has quit IRC
[12:37:48] <iratik> Anyone here?
[12:38:46] <iratik> I'm trying to find out if trac has an http api ?
[12:38:48] <iratik> to enter bugs
[12:42:36] * kirean has quit IRC
[12:42:49] * kirean has joined #trac
[12:43:57] * warreng_ has joined #trac
[12:44:10] <warreng_> random question.... does anybody know where i could get a higher resolution version of the "red trac paw"?
[12:48:57] <jerem_y> mitsuhiko: I enabled logging in trac.ini. I see it's loading the mercurial plugin, but no warnings or errors.
[12:52:29] <iratik> anyone?
[12:52:44] <iratik> is there no API for trac... i did a google search for trac api, i searched the trac site for api
[12:52:45] * handyande has quit IRC
[12:52:46] <iratik> nada!
[12:52:58] <pickscrape> iratik: there is an xml-rpc plugin
[12:53:46] <pickscrape> iratik: http://trac-hacks.swapoff.org/wiki/XmlRpcPlugin
[12:55:15] <iratik> thanks ...
[12:56:12] * iratik has quit IRC
[12:57:11] <jerem_y> 2008-06-13 14:49:47,446 Trac[loader] DEBUG: Loading hg from /Library/Python/2.5/site-packages/TracMercurial-0.11.0.3-py2.5.egg
[12:57:51] <jerem_y> seems like a good sign.. but still getting Unsupported version control system "hg" in the web interface
[12:58:30] * flakrat has joined #trac
[13:02:23] * jerem_y has quit IRC
[13:06:47] * tsb has quit IRC
[13:10:51] * c1|freaky_ has quit IRC
[13:10:53] * jerem_y has joined #trac
[13:11:16] * kirean has left #trac
[13:15:27] * jer_emy has joined #trac
[13:15:28] * jerem_y has quit IRC
[13:16:24] * c1|freaky_ has joined #trac
[13:19:09] * pombreda has joined #trac
[13:21:18] * jer_emy is now known as jeremy_y
[13:21:56] * flakrat has quit IRC
[13:31:06] * tim_aus has joined #trac
[13:31:30] * __t has quit IRC
[13:32:18] * igor_ has quit IRC
[13:35:17] * __t has joined #trac
[13:36:05] <tim_aus> I'm trying to figure out an authentication problem with Trac 10.4 on Windows. When I go to the login page, I get "Internal Error - Authentication Information not available." We're using Apache 2.2 and trying to use mod_python to authenticate against Active Directory. It's working for Subversion, but not Trac. Can anyone help, please?
[13:37:39] * havvg has quit IRC
[13:38:33] <[domon]> coderanger: you here?
[13:41:34] * havvg has joined #trac
[13:41:37] * jeremy_y has quit IRC
[13:42:07] * jerem_y has joined #trac
[13:44:09] * pombreda has quit IRC
[13:50:06] * tobias has quit IRC
[13:53:42] * tthurman has quit IRC
[13:53:45] * handyande has joined #trac
[13:57:28] * handyande has quit IRC
[14:01:15] * ethanm has quit IRC
[14:09:49] * tobias has joined #trac
[14:11:08] <retracile> tim_aus: pacopablo has done something similar. But he may have repressed the memory.
[14:11:51] * handyande has joined #trac
[14:13:48] <thijstriemstra> anyone interested doing a AMF gateway for Trac?
[14:14:05] <thijstriemstra> would be similar to the xml-rpc plugin
[14:14:30] <thijstriemstra> amf is binary format used for Flash/Flex applications
[14:14:41] <thijstriemstra> would be cool to do a Flash interface for a Trac wiki
[14:20:57] * kopernikus has quit IRC
[14:21:26] * __t has quit IRC
[14:28:27] * crump_ has joined #trac
[14:33:28] * crump_ has left #trac
[14:36:29] * bergheim has joined #trac
[14:41:00] <jerem_y> do you think flash would add any value?
[14:43:54] * osimons has quit IRC
[14:44:19] * m_g has quit IRC
[14:56:15] * jerem_y has quit IRC
[15:02:18] * ErikRose has joined #trac
[15:02:33] <ErikRose> Sanity check: if we get lots of Database Locked errors, it's probably time to move to Postgres, aye?
[15:02:53] <ErikRose> Or is some big concurrency fix c