Team Chat Logs

August 25, 2010

2010 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          

[00:03:56.534758]<gbot83>t.e.o: Ticket #7573 (base_url for many projects is painful) updated - <http://trac.edgewall.org/ticket/7573#comment:14> - Olivier Mehani <shtrom-trac@…>
[00:13:58.479898]<gbot83>t.e.o: Ticket #7573 (base_url for many projects is painful) updated - <http://trac.edgewall.org/ticket/7573#comment:15> - osimons
[00:39:02.477899]<gbot83>t.e.o: Ticket #9542 ("Browse Source" button is not shown for anonymous users when ...) updated - <http://trac.edgewall.org/ticket/9542#comment:21> - rblank
[01:04:07.345000]<gbot83>t.e.o: Ticket #9542 ("Browse Source" button is not shown for anonymous users when ...) updated - <http://trac.edgewall.org/ticket/9542#comment:22> - HeX <edgewall.p3u@…>
[02:24:27.677145]<kirean>is there any plugin/macro available to show recent comments to tickets??
[05:19:38.779521]<gbot83>t.e.o: TracIni – The Trac Project.mht attached to TracIni - <http://trac.edgewall.org/attachment/wiki/TracIni/TracIni%20%E2%80%93%20The%20Trac%20Project.mht> - anonymous
[05:59:44.688723]<gbot83>t.e.o: Ticket #7895 (Issue: Custom Query Shows All Milestones Closed and Active) updated - <http://trac.edgewall.org/ticket/7895#comment:4> - Ismael de Esteban <ismael@…>
[06:19:48.593068]<gbot83>t.e.o: Ticket #9565 (UnicodeEncodeError: 'ascii' codec can't encode character u'\xf8' in ...) updated - <http://trac.edgewall.org/ticket/9565#comment:2> - anonymous
[07:14:56.622816]<gbot83>t.e.o: Ticket #9587 (project description) created - <http://trac.edgewall.org/ticket/9587> - david.prazan@…
[07:31:52.527436]<shsek>Can someone help me installing http://trac-hacks.org/wiki/ParametrizedTemplatesPlugin? it doesn't seem to have an setup.py file, how do I make an egg out of it?
[07:34:16.576476]<queso>I would like to use a wiki for documenting some software I develop. Is Trac a good option if the only thing I will initially use is the wiki? Reason I ask is because I want it to be stored in Postgres and MoinMoin doesn't have support for Postgres but Trac does. Any advice or suggestions would be appreciated. Thank you.
[07:46:37.372341]<sacho>Trac is a lot of hassle for a wiki, I would think :)
[07:48:02.947102]<queso>sacho: yeah, that makes sense.
[07:49:00.920648]<sacho>But it's not too hard to install if you don't have a constrained server and know your way around installs
[07:53:35.044529]<sobersabre>osimons: thanks the other day, the script I've been working on for the last week is working quite nicely.
[07:53:48.061560]<sobersabre>I mean about XML RPC
[07:54:03.446528]<sobersabre>need to up it to git hub or something...
[07:54:13.076827]<sobersabre>or to the trac site.
[07:54:38.628496]<sobersabre>still xmlrpc needs my patch for it to work in setups like mine (SSL+certs+Basic authentication)
[08:10:08.740494]<osimons>sobersabre: good to hear. my plugin don't need any patch though, does it? the patch if for the ruby lib that you use, and no of no concern to my plugin?
[08:11:01.337033]<sobersabre>what do you refer to as "my plugin" ?
[08:11:10.653096]<sobersabre>the server side ?
[08:11:14.840120]<osimons>the trac rpc plugin - server side
[08:11:25.063849]<sobersabre>oh, that one works just fine :)
[08:12:01.156043]<sobersabre>osimons: where do you think I should put the code/docs?
[08:12:15.187278]<sobersabre>I mean so somebody actually can use it too.
[08:12:25.785130]<sobersabre>it's eventually "just a script".
[08:12:29.332588]<osimons>goodie. client libs for various languages is really no concern of mine - but do feel free to improve the plugin wiki docs with anything useful. docs are here: http://trac-hacks.org/wiki/XmlRpcPlugin
[08:12:45.255329]<sobersabre>ok.
[08:13:26.854129]<osimons>sobersabre: yours was a ruby thing wasn't it? the trac4r lib?
[08:14:04.837985]<osimons>the best thing is actually to get your patches into that library so that it will work out of the box in more settings than it currently does.
[08:15:45.674502]<sobersabre>it wasn't my lib, but I had to modify a bit of both trac4r and xmlrpc
[08:15:50.604551]<sobersabre>client side of course.
[08:16:20.239872]<sobersabre>I've no idea in the 'how to promote your code' :)
[08:17:02.737219]<sobersabre>I will retry contacting the authors with patches.
[08:19:15.999181]<osimons>sobersabre: also, is your patches against the latest version of the code or the unversioned, 2 year old code at the rpc plugin docs?
[08:19:39.127183]<osimons>anyway, the author (seems to be 2 now) should know about this. good luck!
[08:20:10.679509]<osimons>https://rubygems.org/gems/trac4r/versions/1.2.3
[09:50:45.715511]<giaefre>hi all
[10:35:25.217855]<gbot83>t.e.o: Ticket #9587 (project description) updated - <http://trac.edgewall.org/ticket/9587#comment:1> - rblank
[10:46:24.506055]<shsek>Can someone help me installing http://trac-hacks.org/wiki/ParametrizedTemplatesPlugin? it doesn't seem to have an setup.py file, how do I make an egg out of it?
[11:06:28.832913]<cotto_work>Does trac have any function to escape strings that are going to be inserted into a db or to parameterize queries?
[11:07:57.775262]<coderanger_>cotto_work: Its a part of DB API
[11:08:27.339531]<coderanger_>cotto_work: cursor.execute('SELECT blah FROM foo WHERE baz=%s', (my_baz,))
[11:23:15.994085]<cotto_work>That looks like what I'm after. Is it documented anywhere?
[11:23:24.063958]<cotto_work>Thanks.
[12:39:27.506715]<cotto_work>all cleared up. Thanks for the tip, coderanger_
[12:39:43.885891]<coderanger_>cotto_work: It is documented in the DBAPI2 spec
[12:39:49.756116]<coderanger_>I forget the PEP number
[12:39:51.526553]<coderanger_>42 maybe?
[12:40:16.974020]<coderanger_>http://www.python.org/dev/peps/pep-0249/
[12:40:22.080474]<coderanger_>I was close
[12:41:41.782376]<rblank>coderanger_: 249 - 42 = 207. What do you call "close"? :)
[12:42:06.824714]<coderanger_>rblank: Two out of three digits :P
[12:42:16.099810]<coderanger_>edit distance is only 2
[12:42:19.078920]<rblank>coderanger_: Strange distance measure :)
[12:42:40.174533]<coderanger_>rblank: http://en.wikipedia.org/wiki/Levenshtein_distance
[12:45:45.805889]<gbot83>t.e.o: Changeset [10014]: 0.12.1dev: Show the "Browse Source" tab if at least one repository is ... - <http://trac.edgewall.org/changeset/10014> - rblank
[12:45:50.804602]<gbot83>t.e.o: Ticket #9542 ("Browse Source" button is not shown for anonymous users when ...) closed - <http://trac.edgewall.org/ticket/9542#comment:23> - rblank
[13:05:49.717236]<gbot83>t.e.o: Changeset [10015]: 0.12.1dev: Merged translation updates [9950,9951,9966,9983,9988,9995] back ... - <http://trac.edgewall.org/changeset/10015> - rblank
[13:15:50.781322]<gbot83>t.e.o: Changeset [10016]: 0.13dev: Merged [10012:10015] from 0.12-stable. - <http://trac.edgewall.org/changeset/10016> - rblank
[13:24:15.732238]<sobersabre>osimons: can you refer to http://trac-hacks.org/wiki/XmlRpcPlugin ? if you see any descrepancy or..something weird, pls ping me.
[13:24:36.060232]<sobersabre>ok ?
[13:28:08.779942]<osimons>ok. lots of docs, but then i suppose that is what it takes just to get ruby to work... :-)
[13:32:55.825525]<osimons>sobersabre: i popped you out of contributors list though - that list is reserved for major contributions to the server-side RPC plugin source.
[13:50:38.266630]<sobersabre>ok. no probz
[13:50:52.635381]<sobersabre>I don't need no fame :)
[14:02:04.867436]<osimons>sobersabre: good for you - this it not the place for fame no matter how hard you try....
[14:14:45.678497]<un-def>hi - i've just upgraded from 0.11 to 0.12, but apache is still using the old 0.11 libs after a restart. what did i miss?
[14:21:25.991609]<un-def>how does apache2 know which trac libs to use?
[14:26:09.074197]<hasienda>coderanger_: Wow, never heared about Levenstein, where did you learn such things? Anyway thanks for telling. :-)
[14:29:59.665075]<hasienda>un-def: Dunno nothing about Trac served by Apache, but wouldn't it be fastest to install all 0.11+0.12 stuff again and just reinstall afterwards to get rid of the old code?
[14:30:47.110401]<hasienda>un-def: at least, if you don't need to run Trac 0.11 and 0.12 in parallel or do fast switching ...
[14:36:35.813962]<un-def>hasienda, i only want to run 0.12, I have upgraded all the projects and regenerated the 'deploy' directory, but apache is picking up 0.11 libs from somewhere.
[14:46:04.774715]<gbot83>t.e.o: Ticket #4431 (wiki_to_wikidom) updated - <http://trac.edgewall.org/ticket/4431#comment:16> - anonymous
[16:25:26.075448]<shsek>How do I install a plugin that doesn't have an setup.py file? How can I create an egg out of it? (http://trac-hacks.org/wiki/ParametrizedTemplatesPlugin?)
[16:35:44.584535]<pedahzur>I'm upgrading from trac 0.11.1 to 0.11.7. In .1, when rendering reports, and it encountered an invalid ticket number, it created a link to a non-existant ticket. In .7, it is bombing out with an error saying "Ticket NNNN does not exist" This happens if, for example, an invalid ticket number is put in a commit message, or a URL with an anchor (#blah) gets split over a new line in a description field. Is this configurable? Is there any
[16:35:46.124901]<pedahzur>way to tell it to revert to the old behavior?
[16:44:55.077896]<coderanger_>shsek: Looks like they just forgot to check it in
[16:44:59.962671]<coderanger_>shsek: I would just not use the plugin
[16:45:10.639110]<coderanger_>but you could build a setup script for it yourself
[16:45:19.246472]<coderanger_>kind of defeats the point though :P
[16:48:24.343948]<coderanger_>pedahzur: Are you saying you are using reports against the changeset tables?
[16:49:00.645239]<pedahzur>coderanger_: Reports, as well as the timeline, have exhibited this behavior.
[18:01:31.411217]<gbot83>t.e.o: Ticket #886 (Add support for Master tickets) updated - <http://trac.edgewall.org/ticket/886#comment:129> - Dave Morgan <morgand@…>
[18:45:23.578885]<shsek>coderanger_, well... that sucks :S
[18:45:31.433093]<shsek>I have no idea how to build to setup.py thingies
[18:46:16.773272]<shsek>* second 'to' was meant be 'those'