Team Chat Logs

January 9, 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

[01:25:23.242292]<djszapi>ttp://pastebin.com/m1c65ddcd
[01:25:26.380729]<djszapi>http://pastebin.com/m1c65ddcd
[01:25:35.125054]<djszapi>what's the problem with the upgrade ?
[02:33:42.569230]<gozerbot>trac: red.pl attached to TracIni - <http://trac.edgewall.org/attachment/wiki/TracIni/red.pl>
[03:03:32.856072]<macmaN>gd morning gents
[03:03:50.595720]<macmaN>is it possible to get the diff output in your RSS feed
[03:04:16.232099]<djszapi>gm
[05:20:04.706296]<macmaN>something is not right with numbered lists in (at least) tickets
[05:20:16.324230]<macmaN>i have a list 1 - 23
[05:20:29.810380]<macmaN>all numbers 10-19 are shown as 1.
[05:20:38.597498]<macmaN>20-23 are normal again
[05:56:11.799839]<macmaN>you can verify it in live preview pretty easily
[05:56:47.476445]<macmaN>all numbers starting with 1 seem to be reduced to 1.
[06:16:19.049737]<timdau>Anyone help me with email2trac?
[06:16:46.245411]<timdau>I am using postgresql and so I don't know what I should set me project path to be....
[06:33:45.362119]<gozerbot>trac: Ticket #8948 (TitleIndex and Specialchars) created - <http://trac.edgewall.org/ticket/8948>
[10:48:36.071063]<timdau>Anyone here use email2trac + ( trac and postgresql )?
[10:48:55.987558]<timdau>Quiet in here. Likely because its the weekend?
[10:49:16.186094]<timdau>trac people are so organized they don't work weekends
[12:46:07.387010]<jmpc>Hi. I want trac with my email error notification module from my site. I read the Trac-0.11.6/contrib/emailfilter.py but.., how can check if the Ticket already exist? How can get a list of all tickets in the db?
[12:46:48.552377]<jmpc>Also a link for developers doc?
[12:47:55.948158]<limcore>hi guys I created trac and I need to set it up nicelly...
[12:48:06.795953]<limcore>how to make is so that on creation I can assign the ticket?
[12:48:16.820247]<limcore>and that the assign field is a drop down list of availalbe users
[14:25:55.830866]<bionoid>limcore: restrict_owner option in trac.ini
[14:26:21.374574]<limcore>bionoid: how to see more options that there are in defualt trac.ini (if there are any hidden settings)?
[14:26:38.807912]<bionoid>limcore: http://trac.edgewall.org/wiki/TracIni
[14:28:57.173139]<bionoid>jmpc: You can do that in a number of ways, depending on what is practical for you.
[14:29:49.412029]<bionoid>jmpc: What is the criteria for checking if it exists? An ID? Summary field?
[14:30:20.761392]<jmpc>a django (web app) error log
[14:31:12.112871]<bionoid>Um,.
[14:31:22.579263]<bionoid>So you want one ticket for each line in the log? ;-)
[14:35:23.148869]<jmpc>the log isn't accesible for me. And the email is about exceptions, don't catch by me, catch by the framework
[14:37:19.139432]<lisppaste5>jmpc pasted "untitled" at http://paste.lisp.org/display/93189
[14:38:27.575885]<bionoid>Yes, and from this you must decide on some part that determines whether or not to create a ticket from it.
[14:39:02.702043]<jmpc>yes.
[14:39:07.302812]<bionoid>Like just the subject, or the subject + timestamp, or some other stuff that you can stuff in, say, the summary field.
[14:39:47.283026]<jmpc>i don't have control over the email message (i think, is part of the framework)
[14:40:51.732870]<jmpc>But i can parse the body of the email, split the traceback and the wsgi data and insert the ticket if the sha1 of the traceback part isn't in any ticket
[14:40:52.410971]<bionoid>By analyzing the content of the incoming message..
[14:41:02.812095]<jmpc>yes.
[14:41:30.523982]<bionoid>Ok, you're using a SHA1 hash that uniquely identifies issues?
[14:42:00.915609]<jmpc>yes
[14:42:06.229874]<bionoid>That was what I wanted to know 10 lines up ;-) I'd reccommend using a custom field for that
[14:42:26.974066]<jmpc>but how about parse the email automatically?
[14:42:44.408011]<bionoid>um? procmail?
[14:42:55.290257]<jmpc>i think in a trac plugin
[14:43:10.656970]<bionoid>huh, no, how would you execute that every time an email arrives?
[14:44:53.469854]<jmpc>using a daemon that read a pop account?
[14:45:06.662970]<bionoid>Jesus christ are you nuts?! ;-)
[14:45:16.668328]<bionoid>google procmail
[14:45:59.426492]<jmpc>ok. Procmail, but how about procmail and trac interaction?
[14:47:11.281020]<bionoid>Procmail will feed incoming messages (that match certain rules) to any number of programs, be it perl, binaries or a Python script that opens the Trac environment.
[14:49:00.724764]<jmpc>mm.., procmail match the From header and the subject and call the email_to_trac script... ideas about email_to_trac script?
[14:49:22.648885]<bionoid>never used it, sorry
[14:50:38.075004]<bionoid>Anyhow I'm off again, so good luck with that :)
[14:50:52.040502]<jmpc>any link about developing plugins for trac?
[14:51:06.992919]<jmpc>(the trac site is much user oriented...)
[14:51:33.096225]<jmpc>Ok. Thanks bionoid ;)
[14:56:49.363367]<bionoid>jmpc: TracDev on the Wiki! ;-) bye
[16:03:52.198823]<gozerbot>trac: Ticket #8949 (add sortable tables to wiki) created - <http://trac.edgewall.org/ticket/8949>
[21:40:24.404879]<gar>I have a weird problem, and haven't been able to find a solution. Basically, I transfered my trac from an old server to a new one (I didn't setup the original copy) - and now I get "Trac Error
[21:40:28.390028]<gar>Page WikiStart not found"
[21:40:44.801063]<gar>on the front page of every one of my trac porjects
[21:40:47.284359]<gar>projects*
[21:41:05.027986]<gar>and only one projects displays it's tickets
[21:41:09.509440]<gar>the rest say there aren't any
[21:41:29.300710]<gar>the data is still all good, I can see it all in the database, it just won't display
[21:41:51.011060]<gar>but since one of the pages displays tickets I ruled out database connectivity, is that a mistake?
[21:42:06.786439]<gar>I've tried updating the trac.ini files, and reinstalling
[21:42:22.557762]<gar>that's not to say I did it right, maybe the problem is all in errors I'm making
[21:42:33.732645]<gar>but if anyone has any ideas, I would greatly appreciate it