Team Chat Logs

December 31, 2009

2009 11
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:32:46.540805]<gozerbot>trac: Ticket #8922 (AttributeError: 'TracError' object has no attribute 'acctmgr') closed - <http://trac.edgewall.org/ticket/8922#comment:1>
[03:32:28.373615]<SecondV>I've been searching for an answer but so far haven't been lucky. With SVN and Trac, if I try to make /branches private but leave /trunk and /tags public, when you try to download trunk or a tag - it says that I need permissions for /branches to do so?
[08:08:17.298345]<cmc>is there a version of wiki_to_html which does not require the request ?
[08:08:20.588464]<cmc>(req)
[08:12:53.420311]<cmc>alternatively, is there documentation on the wikidom, etc. used in format_to_html?
[08:28:36.712522]<scfe>cmc: I don't think so
[08:28:53.546720]<scfe>actually you need the req because the generated html depends on the permissions the user has
[08:29:20.302059]<scfe>e.g. if you don't have the permission to view a ticket, there will be no ticket summary available as ALT text in a link
[08:29:30.275843]<scfe>however you can use a mock request for that
[08:29:54.553397]<cmc>think I will need to, but that's a good point
[08:30:03.093183]<scfe>in this case you won't have any permissions (or all, depending how you set up the whole thing) but for easy situations this will work
[08:30:48.003245]<cmc>I will take a look to see if that suits our needs. Thanks scfe!
[08:31:14.486275]<scfe>In Agilo we have a pretty complete mock request (def mock_request()) so if you need a lot of attributes (aka 'an almost complete request'), this can give a head-start
[08:31:38.074091]<scfe>cmc: you're welcome. Happy new year btw.
[08:31:38.094881]<cmc>I'm sorry, in Agilo?
[08:31:53.828339]<scfe>cmc: http://agile42.com/cms/pages/agilo/
[08:32:11.732912]<scfe>this is a trac plugin for Scrum :-)
[08:32:22.194562]<cmc>oh yes, I had red a bit about this
[08:32:44.869914]<cmc>looked interesting, if we were ever to move to Scrum ;)
[08:32:51.627447]<scfe>we're pretty serious about testing so we discover API glitches from time-to-time. cboos coined the term 'Agilo-ism' for that ;-)
[08:33:00.041124]<cmc>hehe
[08:33:40.118180]<scfe>in the source download of our homepage, you'll find the mock request. I think it's in agilo/test somewhere