Team Chat Logs

April 2, 2010

2010 3
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    

[02:37:33.606139]<Xeross>How can I make trac mail me whenever a ticket gets created ?
[02:42:37.403203]<macmaN>? TracIni
[03:01:32.773744]<Xeross>http://pastebin.com/A0a44ijz
[03:01:37.989027]<Xeross>that's what I ahve in my tracini
[03:01:43.970789]<Xeross>dunno if I missed something
[03:01:48.262003]<Xeross>perhaps the always BCC ?
[04:27:15.135477]<bionoid>Xeross Yes you need the smtp_always_cc or _bcc to receive always get notified; AnnouncerPlugin is great if you need more flexible notification.
[04:27:40.711506]<bionoid>s/receive //
[04:27:40.724680]<evil_twin>bionoid meant: Xeross Yes you need the smtp_always_cc or _bcc to always get notified; AnnouncerPlugin is great if you need more flexible notification.
[05:13:34.469285]<SparFux>Hi all. Can I have some css files or something to use wiki formatting on a webpage?
[05:18:50.613347]<scfe>SparFux: ?
[05:18:57.145183]<SparFux>yes?
[05:19:06.071743]<scfe>you have a completely trac-unrelated web site and want to use wiki formatting?
[05:19:14.250744]<SparFux>yes. It's nice formatting.
[05:19:27.097925]<scfe>this is not possible so easily
[05:19:44.209343]<scfe>because there is a Python part which transforms wiki syntax into html
[05:19:50.460619]<SparFux>oh.
[05:19:54.512557]<scfe>this html is then styled with csss
[05:20:02.141054]<scfe>but css alone won't go anywhere
[05:20:10.168790]<SparFux>ok.
[05:20:23.649448]<scfe>and unfortunately it's not easy to extract trac's wiki processor (the "python part")
[05:20:57.563207]<SparFux>hm... then the question is, how I should write my tutorials. Still thinking.
[05:22:52.776671]<SparFux>What if I just use the right css files and write html?
[05:25:13.988424]<scfe>SparFux: This could work
[05:25:29.290341]<scfe>however there might be some complications due to the selectors trac uses
[05:25:32.729514]<SparFux>but I am not sure what css files to use.
[05:25:38.268275]<SparFux>yes.
[05:26:39.647035]<scfe>I guess trac.css will be the most important one
[05:26:44.357268]<SparFux>it's funny html has no directive to include an external file in a page.
[05:27:02.396172]<scfe>that's what iframe is for
[05:27:59.106216]<SparFux>ah, right.
[07:15:29.955814]<sylr>Hi
[07:15:49.330689]*retracile grumbles something irreverent about mornings.
[07:16:11.135004]<sylr>I'm trying to convert trac svn to a git repo, do you know the name and email of the man commiting under the nickname utopiste ?
[07:52:41.786753]<cmc>don't see any reference to utopiste on trac hacks
[08:01:46.518927]<macmaN>svn doesnt have much to do with trac
[08:01:55.267144]<macmaN>whats stopping you from using git-svn tools
[08:16:40.455489]<Xeross>sylr: Converting svn to git is quite easy
[11:52:26.031364]<hncaldwell>Is there a way to query all tickets that mention a given user?
[11:53:18.616738]<hncaldwell>Like the given user has had any kind of interaction with the ticket.
[12:12:49.631131]<retracile>hncaldwell: I think that'll take a custom report with a bit of SQL work.
[12:13:39.745345]<hncaldwell>retracile: That is kind of disappointing. It seems that it would be a very common query.
[12:15:42.274304]<retracile>hncaldwell: Now that you've asked for it, yeah, it seems like it would be, but I don't recall it coming up before... so maybe it isn't as much in practice.
[12:18:29.821416]<hncaldwell>retracile: Hmm. I was just hoping to get a list of all the tickets that I have made changes to or comments on.
[12:19:21.964051]<hncaldwell>I kind of lose track of the ones that I have pushed on to someone else, but sometimes I like to check back on them.
[13:07:14.862780]<paranoidi>sigh
[13:07:27.398803]<paranoidi>I cannot open one wikipage, trac just hangs .. others work fine
[13:11:30.974422]<cmc>try looking at the page via the db
[13:11:39.160721]<cmc>does it have any macros? like a query?
[13:33:57.079097]<paranoidi>dunno what happened, it started working
[13:34:01.735832]<paranoidi>it had some macros & plugins
[15:25:56.022512]<hasienda>Just would like to mention https://sourceforge.net/projects/traccustom-time/, where I put my current work on custom time field for Trac. Worked hard today to start with a distributed VCS for the first time, then replay and arrange all the changes made so far.
[15:26:18.704344]<hasienda>Thanks for any comment.
[15:27:15.336549]<hasienda>(updating wiki page http://trac.edgewall.org/wiki/TracTicketsCustomTimeFields right now)