Team Chat Logs

January 25, 2010

2010 0
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:13:34.011337]<otaku42>moin
[05:36:02.158431]<Morbus>does anyone use the time and estimation plugin? i'm trying to add a new custom report, and the instructions don't appear to be working.
[05:38:07.305014]<Morbus>ah, I see.
[06:53:55.509687]<snoopotic>Is there a way to migrate a TRAC instance using postgresql to a TRAC that uses SQLite?
[07:01:27.417905]<kirean>snoopotic: why you wanna go that way? ;-)
[07:02:22.533687]<otaku42>jhammel: i tend to log that post-commit-hook issue under "strange thing" and ignore it for now and as long as it does not reappear. if you come across the issue again, please let me know and i'll start digging.
[07:02:37.886265]<snoopotic>because wwe get an export of a TRAC using postgresql and we host a trac without postgresql and won't install/use that
[07:02:46.563513]<jhammel>otaku42: sounds like a plan; i was thinking that if it happened to me, then it might have happened to someone else
[07:02:52.451384]<jhammel>otaku42: but evidently not?
[07:02:55.895982]<snoopotic>^^^^^^ @kirean
[07:03:06.765098]<jhammel>otaku42: in any case....weird
[07:03:37.367209]<otaku42>jhammel: nobody has reported a similar issue, and i failed to find other incidents in a (very) quick and (even more) dirty search this morning.
[07:03:59.382396]<jhammel>i must be special ;)
[07:04:25.869908]<otaku42>jhammel: yeah :)
[07:35:49.667210]<snoopotic>:/ seems I simply can use a database dump from postgresql, sed/awk true to 1 and false to 0 and then import that to sqlite... hmm let's try :D
[10:07:33.747954]<jedi06>how do i know what version i'm using
[10:22:40.631294]<mperillo>hi
[10:23:31.464683]<mperillo>is SQLite recommended for a new installation, or should I go with PostgreSQL?
[10:36:31.729491]<Steve973>is there a good way of entering email addresses for trac users for the purpose of email notification?
[10:36:46.195697]<Steve973>(sorry for the repeat but lost more people joined)
[10:38:09.186687]<jhammel>lost, alright
[11:00:34.804945]<parigaudi>hi
[11:01:05.283586]<parigaudi>is it possible in trac to restrict the access to some wiki pages to some users?
[11:28:33.494457]<jhammel>where do you get the svn bindings for trac?
[11:31:06.169846]<jhammel>cuz i just upgraded to python 2.5 and no more bindings
[11:34:04.545599]<Steve973>you mean you can't browse the repo?
[11:34:24.698668]<jhammel>nope, not anymore
[11:34:35.410845]<jhammel>and now i get Warning: Can't synchronize with the repository (Unsupported version control system "svn": "No module named csvn.core" ). Look in the Trac log for more information.
[11:34:45.979495]<jhammel>so i need to get the bindings back
[11:34:57.408201]<jhammel>which looks like no fun at all and also an SA task
[11:35:08.836691]*jhammel tries to avoid install system software as he tends to break things
[11:36:57.407561]<Steve973>is it something that trac-admin resync can fix?
[11:37:24.835782]<jhammel>Steve973: not without the bindings
[11:42:09.186635]<Steve973>jhammel: what os?
[11:42:21.957333]<jhammel>gentoo
[11:42:26.117166]<jhammel>i know, not my choice either
[11:42:30.164529]<Steve973>i love gentoo
[11:42:37.458989]<cmc>hehe
[11:42:40.139743]<jhammel>Steve973: heh; then you can tell me how to install ;)
[11:43:10.478267]<Steve973>run an upgrade on svn. probably needs to update its python support.
[11:43:29.955489]<jhammel>so apt-get upgrade... ;)
[11:43:42.385970]<Steve973>gentoo does not have apt.
[11:43:46.160299]<Steve973>it has portage.
[11:43:57.765712]<jhammel>Steve973: i know, i was just illustrating my ignorance
[11:44:05.426536]<Steve973>nice
[11:44:15.090347]<jhammel>all i know is half the time i emerge a package its masked by some keyword
[11:44:33.766805]<Steve973>emerge -u svn
[11:46:10.985932]<Steve973>er
[11:46:16.098835]<Steve973>emerge -u subversion
[11:47:33.674831]<Steve973>but do a pretend install and make sure that python support is enabled.
[11:47:44.523472]<Steve973>like emerge -upv subversion
[11:50:58.861022]<Steve973>jhammel: let me know if you need any clarification on that.
[12:13:29.057892]<jhammel>Steve973: well, doesn't work, our portage is all messed up :(
[12:13:37.664171]*jhammel writes an SA ticket
[13:23:42.982488]<Steve973>is there a good way of entering email addresses for trac users for the purpose of email notification?
[13:24:11.665418]<cmc>we use email addy as username
[13:30:11.638079]<Steve973>other than that, though, do you have any suggestions? the admin mode doesn't have a user manager feature.
[13:34:24.223776]<Steve973>i just emailed the people and asked them to add their email address in preferences
[13:34:36.038826]<Steve973>it would be nice if i could go in and proactively add them
[13:34:46.768751]<Steve973>instead of waiting until those turkeys got around to doing it
[13:42:40.151376]<jhammel>so i can `import svn.core`
[13:42:54.865485]<jhammel>but Trac complains: Unsupported version control system "svn": "No module named csvn.core"
[13:43:02.056476]<jhammel>so.....what's going on here?
[15:08:52.623487]<explody>is anyone here using MasterTickets successfully with Postgres? I'm getting errors such as "OperationalError: ERROR: operator does not exist: text = integer" which sounds like missing single-quotes around strings in the SQL
[15:10:08.510723]<explody>oh nvm it's only the #1 bug in mastertickets' bug list :P
[15:11:31.165750]<cmc>I believe 8.3 lost some of the implicit conversions
[15:11:57.338583]<cmc>I thought there was some script which would add those back, but I'm not sure
[15:12:10.713704]<cmc>postgres 8.3 that is
[15:12:36.047938]<explody>yeah, it did, ant there are patches attached to that bug, I just didn't see it till right as I was asking in here
[15:12:45.598702]<explody>http://trac-hacks.org/ticket/2658
[15:14:09.096689]<cmc>wonder why coderanger hasn't released the patches
[15:14:25.444171]<explody>too many irons in the fir probably
[15:14:29.000988]<explody>fire, too
[15:15:58.246773]<cmc>hehe
[15:19:13.497301]<explody>yeah, there are two critical bugs there, luckily both with fixes
[17:10:03.392110]<explody>I know this is an ancient issue, but I haven't asked in a long time: anyone aware of a hack/plugin/whatever that provides a multi-select custom field or something like it? I need a field like "affected platforms" which is almost always more than one thing in my case
[18:38:48.598256]<explody>how about this: is there any way at all, without rewriting the entire ticket template, to group items and/or reorganize the ticket form so I might better deal with 30+ custom fields since multi-select fields are still not possible? simple ordering just doesn't cut it...
[22:22:57.310980]<webPragmatist>kdsaf
[22:23:09.069343]<webPragmatist>weird
[22:23:19.835999]<webPragmatist>how do i enable redering for .html files