Team Chat Logs

February 10, 2010

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

[00:24:50.284482]<crono->Hi, can I have the initial wiki articles created by trac ommited from the timeline?
[00:26:03.252833]<crono->Obviously there are a number of ways of doing this on a single site, but we're going to use trac to report changes made in a bunch of SVN repos, so it would be practical to do this command-line or in the template files
[00:26:28.228486]<crono->maybe i can just turn off the wiki?
[00:29:29.971267]<crono->sweet, google did the trick again, sorry for the unecessary questions
[00:29:42.150565]<crono->[components] trac.wiki.* = disabled
[01:26:20.964354]<otaku42>moin
[01:54:35.378905]<tdn>I do not make use of different types of resolutions. So I would like the forms to just have a single checkbox that indicates if a tickets if fixed or not. I tried just deleting all resolution types, but then I got an error. So it seems that I need at least one type. So I re-created the "fixed" type. But now I still have to do two clicks in the form: Status: closed and Resolution Fixed.
[01:55:29.845747]<kirean>tdn: when/how did you get the error?
[01:57:26.764786]<kirean>tdn: and which "forms" are you refering to?
[01:58:22.855805]<tdn>kirean, the form in the bottom of the page, when I have a ticket open.
[01:58:42.673343]<tdn>I will try to get the error again.
[01:58:48.012346]<tdn>Steps to reproduce:
[01:58:52.136586]<tdn>1: Open Trac Admin
[01:59:08.077508]<tdn>2: Ticket System > Resolutions
[01:59:45.705521]<tdn>3: Mark all resolutions. Click Remove Selected Items.
[02:00:04.918236]<tdn>4: Trac gives message: As long as you don't add any items to the list, this field will remain completely hidden from the user interface.
[02:00:35.787621]<tdn>5: Open af ticket. Trac produces this error: Your workflow attempts to set a resolution but none is defined (configuration issue, please contact your Trac admin).
[02:00:50.111587]<kirean>tdn: then look at your workflow
[02:00:55.674151]<kirean>tdn: as it says
[02:01:06.799538]<tdn>kirean, yes. I open trac.ini. What do I need to change?
[02:01:24.720092]<kirean>tdn: http://trac.edgewall.org/wiki/TracWorkflow
[02:01:59.957747]<tdn>http://thomasdamgaard.dk/paste/P1477.html
[02:02:00.554533]<kirean>tdn: set_resolution
[02:02:19.440194]<tdn>resolve.operations = set_resolution
[02:02:26.873239]<tdn>I am not sure what to change.
[02:02:38.760436]<kirean>tdn: remove that line
[02:02:49.060791]<kirean>tdn: and also the del_resolution line
[02:02:51.820373]<tdn>Ok.
[02:03:01.477233]<tdn>This one? reopen.operations = del_resolution
[02:03:05.070509]<kirean>yep
[02:03:08.057262]<tdn>Ok.
[02:03:14.623305]<kirean>tdn: try now
[02:03:39.437633]<tdn>I would also like accepted and assigned to be the same. I.e. when a ticket is assigned, it does not need to be accepted by the assignee.
[02:03:44.029974]<tdn>kirean, ok.
[02:03:59.134729]<kirean>tdn: might want to rename the resolve action to close as well
[02:04:12.693521]<tdn>kirean, can I have comments in trac.ini? Starting with '#' or ';' ?
[02:04:20.667088]<kirean>tdn: look at the workflow page.. it'll give you the details
[02:04:30.298644]<kirean># should work
[02:04:34.032039]<tdn>kirean, so this line:resolve = new,assigned,accepted,reopened -> closed
[02:04:46.579970]<tdn>should read: close = new,assigned,accepted,reopened -> closed ?
[02:05:15.168391]<kirean>and resolve.permissions -> close.permissions
[02:05:22.523179]<tdn>kirean, ok.
[02:05:23.683482]<kirean>but that's just details
[02:05:30.347694]<kirean>not changing functionality
[02:06:07.486438]<tdn>kirean, like this: http://thomasdamgaard.dk/paste/P1478.html
[02:06:09.093032]<tdn>?
[02:06:25.512105]<kirean>tdn: ever worked at Cybercom?
[02:06:55.276937]<tdn>kirean, the Danish game company?
[02:08:00.310885]<kirean>tdn: nah, IT consultants
[02:09:03.884529]<kirean>tdn: looks good
[02:09:09.324864]<kirean>tdn: does it work? ;-)
[02:09:25.733841]<tdn>kirean, I don't know them. Frederiksberg company?
[02:09:30.716238]<tdn>kirean, seems to work. Thanks!
[02:09:45.533067]<tdn>kirean, I work at another Frederiksberg company though ;)
[02:10:10.881046]<tdn>kirean, can I merge accepted and assigned state? So that the assignee of a ticket does not need to accept the ticket?
[02:12:02.958948]<kirean>tdn: yep
[02:12:18.795178]<kirean>tdn: the configuration is pretty straight forward
[02:12:36.728841]<kirean>but do read the page I sent before
[02:15:26.685864]<tdn>kirean, I'm on it.
[02:36:51.672187]<tdn>kirean, looking at my workflow definition in trac.ini, it does not seem that 'accepted' state does anything. Is that correct? Will it be safe to just remove all occurances of 'accepted' in the workflow definition?
[02:37:09.210609]<tdn>http://thomasdamgaard.dk/paste/P1479.html
[04:47:52.914417]<gozerbot>trac: TracDev/ToDo edited - <http://trac.edgewall.org/wiki/TracDev/ToDo?version=68>
[09:42:05.239905]<anishmangal2002>Hi, I am trying to get a feel of plugin building in trac and am facing some problems...
[09:42:20.554659]<anishmangal2002>I am following the steps on this tutorial page : http://trac-hacks.org/wiki/EggCookingTutorial/BasicEggCooking
[09:43:35.748240]<anishmangal2002>apparently I am able to load the plugin (the plugins results in an extra link being added to the navigation bar) when I restart trac ....
[09:43:57.413809]<anishmangal2002>when I click on the extra link (created by the plugin) i get the following error...
[09:44:10.766739]<anishmangal2002>RuntimeError: No Content-Length header set
[09:45:33.658661]<anishmangal2002>here's the code http://paste.lisp.org/+212U
[09:45:48.254390]<anishmangal2002>I know i am screwing some basic stuff...
[09:46:19.615663]<anishmangal2002>I have the 0.12dev (as in developer version) version installed
[09:46:26.784958]<anishmangal2002>any pointers?
[09:47:59.900936]<cmc>Well, now that you understand the gist of the process, I'd actually start by looking at other plugins
[09:48:29.817933]<cmc>generally you don't print a direct response
[09:48:45.308833]<cmc>and perhaps the egg tutorial is now out of date
[09:48:51.295980]<anishmangal2002>ok
[09:49:42.775957]<anishmangal2002>i guess so... the page says "you need trac 0.9.5"
[09:50:57.353562]<anishmangal2002>Thanks! As you said, i'll start by looking other plugins.
[10:08:54.992992]<anishmangal2002>Just for reference ... when I try this : http://trac-hacks.org/wiki/EggCookingTutorial/AdvancedEggCooking
[10:09:35.273741]<anishmangal2002>I get "AssertionError: HDF dataset not available. Check your clearsilver installation" upon clicking the Hello button in the navigation bar
[10:24:25.812105]<anishmangal2002>Ok I finally got this [http://trac-hacks.org/wiki/EggCookingTutorialTrac0.11] working
[11:33:30.768864]<infid>where can i read about what i should make as milestones?
[12:06:11.810521]<infid>like should milestones be different versions of the same project? like milestone 1 = foo version1, milestone 2 = foo version 1.5, etc?
[12:20:37.773025]<scfe>infid: Basically you can use milestones as you like
[12:20:55.075496]<scfe>trac does it like you proposed
[12:21:03.156353]<scfe>but there are more possibilities
[12:21:06.324932]<infid>ok
[12:21:17.331278]<infid>is it something i can undo later or am i stuck with what i do?
[12:21:31.669722]<scfe>define 'stuck'.
[12:21:38.503230]<scfe>renaming a milestone is not easy but possible
[12:21:45.690774]<infid>like renaming or delting
[12:22:30.586696]<scfe>you can delete milestones any time - some tickets will still have the old milestone value but you can undo this with the db
[12:23:30.993873]<scfe>renaming works but you need to do some custom sql on the db level to do that
[12:39:16.357561]<infid>ok thanks
[13:17:58.541711]<gozerbot>trac: Ticket #9047 (prueba de ticket) created - <http://trac.edgewall.org/ticket/9047> || Ticket #9046 (Cannot create a TracLink to heading in ticket description) created - <http://trac.edgewall.org/ticket/9046>
[13:47:58.659332]<gozerbot>trac: Ticket #9047 (prueba de ticket) closed - <http://trac.edgewall.org/ticket/9047#comment:2>
[19:54:37.413076]<infid>when you first install trac are you supposed to use the default milestone 1, 2, 3 and 4, rename them, or delete them and start from scratch?
[21:44:41.870974]<wildintellect>delete them and use what you want
[22:18:04.110061]<gozerbot>trac: TracReports edited - <http://trac.edgewall.org/wiki/TracReports?version=44>