Team Chat Logs

April 8, 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    

[01:22:09.369566]<dwery>hello. I have a trac that hangs just after the login. it seems no bytes are transmitted to the client. on the log the last thing that i can see is "Retrieving session for ID 'myuser'".
[01:22:34.772232]<dwery>what can I do to have more debugging aids?
[01:39:31.237170]<bionoid>@logging
[01:39:31.251667]<evil_twin>logging is http://trac.edgewall.org/wiki/TracLogging <-- Enable debug logging to file, ensure your environments log/ directory is writeable by your web server user, check for errors.
[06:29:11.188473]<[GuS]>Hi guys, a nebie question: is possible to assign two or more owners per Component?
[06:33:00.733394]<Delis>Hello, I have a question: I want a ticket to have a button "Create Subticket" if I click on it I want to have in the same window or in the new one a NewTicket Form with one field forefield with the id of the ticket where clicked from.
[06:34:25.477206]<Delis>I though about something like this <py:if test="ticket.exists"> <input type="button" name="createsub" value="Create Subticket" onClick="href.newticket(ticket.field.blocking = ticket.id)"/> </py:if>
[06:35:15.739264]<cmc>Delis: look on track hacks for "clone"
[06:35:27.597594]<cmc>[GuS]: not that I'm aware of
[06:37:22.985235]<kirean>cmc: cloneticket is actually an example plugin included in trac source?
[06:38:01.503410]<cmc>kirean: it's also attached as a plugin on track hacks I think
[06:38:05.270784]<kirean>ah
[06:38:09.592718]<kirean>delis: http://trac.edgewall.org/browser/branches/0.11-stable/sample-plugins/ticket_clone.py
[06:38:20.326479]<Delis>Oh! thanks guys....
[06:38:44.634711]<[GuS]>cmc: ok thanks
[06:39:33.160130]<kirean>http://trac-hacks.org/wiki/CloneTicketPlugin
[06:39:43.619937]<kirean>heh
[06:43:38.014186]<Delis>kirean, cmc: thanks,
[06:45:11.330220]<cmc>np
[06:46:33.798383]<kirean>Delis: nice idea.. mind sharing when you're done?
[06:48:46.012373]<Delis>kirean: not at all, but I probably will only change cloneticket to get there.... But I can tell what I did anyway... )))
[06:52:05.285037]<Delis>Another thing I done, if there any need in it: I made a macros, that wors with master ticket plugin. It gets the subtickets out of blockedby field and puts them as table in discription of masterticket. besides it creates a workloadchart (from estimationplugin) for them.
[06:52:21.619112]<Delis>Another thing I done, if there any need in it: I made a macros, that works with master ticket plugin. It gets the subtickets out of blockedby field and puts them as table in discription of masterticket. besides it creates a workloadchart (from estimationplugin) for them.
[07:14:32.219957]<pyqwer>Hi, does anyone know how to build a hierarchy in the TRAC wiki?
[07:15:09.139264]<pyqwer>Perhaps I can define parent/child pages or the like, so that the index is presented in a more structured way?
[07:20:05.444818]<Delis>kirean: I made a changes. Actually I just made cloneticket simplier, so it just puts ticket.id in blocking field of the new ticket. therefore if using with masterticketplugin it simplifiy and automatized the connecting for tickets
[07:22:50.762519]<kirean>Delis: ah, I also have a macro that creates a table of the subtickes, calculating time spent/available etc. :-D
[07:23:52.930425]<kirean>Delis: the workloadchart sounds interesting..
[07:24:15.343193]<kirean>Delis: seems you're struggling with about the same stuff as I am ;-)
[07:27:28.674375]<kirean>gotta run, bye people
[13:17:07.220825]<isnoop>Is there a way to manually declare the order of groups when grouping results of a custom query?
[14:42:14.266195]<retracile>isnoop: not that I know of...
[15:23:57.072894]<isnoop>retractile: Okay, thanks.
[15:23:57.082968]<evil_twin>isnoop, it's retracile, NOT retractile. Get it right!
[15:24:58.273555]<isnoop>evil_twin: Indeed, thanks for the correction.
[22:39:01.839459]<delaney>hi, i have installed a plugin, http://tn123.ath.cx/TracDuplicates/ and can't seem to figure how to actually use the plugin. It's enabled and shown to be working via the admin page.