Team Chat Logs

March 7, 2010

2010 2
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:10:38.948671]<rapha>help!
[01:11:00.121371]<rapha>i think i just made a ticket unusable in -dev by adding a [rev1:rev2] link to it
[01:12:55.751744]<rapha>("AttributeError: 'NoneType' object has no attribute 'get_changeset'") when opening it now
[01:17:15.203369]<rapha>god thank the manual SQL manipulation
[01:17:35.087836]<blazzy>is there some way to have trac wiki pages stored in the project's source repository instead of the database?
[01:18:26.591996]<rapha>wierd doesn't occur with [rev] links ... possibly a bug in the git plugin?
[01:19:04.828779]<blazzy>rapha: what's the problem? i've hade my share of issues with the git plugin
[01:20:44.859849]<rapha>blazzy: 10:13 < rapha> i think i just made a ticket unusable in -dev by adding a [rev1:rev2] link to it
[01:20:48.571088]<rapha>10:15 < rapha> ("AttributeError: 'NoneType' object has no attribute 'get_changeset'") when opening it now
[01:21:08.874232]<rapha>i've now solved the problem somewhat by modifying the comment through SQL directly
[01:27:28.512503]<blazzy>almost definitely a bug with a git plugin. I think I may even have had that happen to me when I first migrated trac to git
[01:27:33.833826]<macmaN>blazzy: theres a ticket about that, i suggest finding it on t.e.o
[01:28:14.698813]<macmaN>lots of people wanting to use GitPlugin, not so many putting in work making it work
[01:28:15.690221]<blazzy>macmaN: thanks for the tip. i'll look for it.
[01:37:30.964271]<rapha>blazzy: sorry, lost connection (am riding on the train)
[01:41:39.756909]<gozerbot>trac: Changeset [9332]: l10n/fr: updates for last extraction, 1 fuzzy left on purpose. (99%) - <http://trac.edgewall.org/changeset/9332> || Changeset [9331]: l10n: automatic extraction, added 26 messages - <http://trac.edgewall.org/changeset/9331> || Changeset [9330]: i18n: in r9329 (kept for illustration), the i18n:msg attribute is ... - <http://trac.edgewall.org/changeset/9330>
[01:41:44.642478]<gozerbot> || Changeset [9329]: i18n: add expressions to an otherwise too small message - <http://trac.edgewall.org/changeset/9329> || Changeset [9328]: i18n: rework the ''title'' attributes in Genshi templates, as they need to ... - <http://trac.edgewall.org/changeset/9328>
[02:11:39.838118]<gozerbot>trac: MissingTranslations edited - <http://trac.edgewall.org/wiki/MissingTranslations?version=16>
[02:41:39.681425]<gozerbot>trac: Ticket #8488 (Add "last modified" footer to every wiki page) reopened - <http://trac.edgewall.org/ticket/8488#comment:5> || Ticket #8857 (Wikipage path not intuitive) reopened - <http://trac.edgewall.org/ticket/8857#comment:20> || TracMercurial edited - <http://trac.edgewall.org/wiki/TracMercurial?version=69>
[03:11:40.258457]<gozerbot>trac: Ticket #9116 (Contextual navigation help) created - <http://trac.edgewall.org/ticket/9116>
[03:30:39.170996]<RaceCondition>otaku42: is there a way to check out the whole repository of trac-hacks.org?
[03:32:32.978860]<RaceCondition>otaku42: nvm.
[07:15:13.953850]<delfick>hi, how does trac determine the mime-type of a file ? cause it's not highlighting javascript files in the source browser, but it is for other files like python files
[08:08:52.182683]<macmaN>go through TracIni, i know theres some settings there
[11:16:10.220419]<RaceCondition>I've added a CSS file to my plugin and made the necessary changes in setup.py, also implemented ITemplateProvider.get_htdocs_dirs, but trac is not finding my static media
[11:16:27.429051]<RaceCondition>I've setup.pu develop'ed the egg, is that OK?
[11:16:35.810460]<RaceCondition>s/setup.pu/setup.py/
[11:16:35.820101]<evil_twin>racecondition meant: I've setup.py develop'ed the egg, is that OK?
[11:16:50.800852]<RaceCondition>lol, nice
[11:17:17.437419]<macmaN>i've installed several eggs 'develop', that shouldnt be a problem
[11:19:24.725865]<macmaN>what plugin example are you following
[11:20:40.199831]<RaceCondition>macmaN: nvm, I'm an idiot :)
[11:20:45.812797]<RaceCondition>(or just tired)
[11:21:09.171529]<RaceCondition>sorry for wasting your attention
[11:21:40.619060]<macmaN>irssi + growl = efficient attention distribution
[11:24:24.214347]<RaceCondition>yeah
[12:08:12.500699]<RaceCondition>when I do self.log.debug(str(stream)) in the filter_stream method, the response that is sent to the browser is empty of all HTML... why's that?
[12:16:45.168494]<blazzy>I would guess you can only go through a stream once. it's probably like a generator
[12:31:24.031865]<RaceCondition>blazzy: um, yeah, but str(stream) shouldn't consume a stream like stream.render(), or at least it didn't when I tried on the console
[12:31:44.587034]<RaceCondition>I guess it's more complicated than that then
[13:11:09.215667]<jimt>Is there a way to import data from my existing Trac instance to a SourceForge "hosted app" instance of Trac? SourceForge doesn't have the RPC plugin enabled and doesn't allow access to the database, which suggests it would require scripting the web interface directly.
[16:29:56.729811]<eyecue>Anyone know if theres a way to change the download url for a trac-hacks plugin to grab the sources as gzip instead of the default zip ?
[16:30:15.894217]<eyecue>Ive tried modifying format=zip to =tar, =gz and =gzip, but i only get a file list
[16:30:19.575764]<eyecue>rather than an archive
[16:30:38.425552]<eyecue>Example url is: http://trac-hacks.org/changeset/latest/accountmanagerplugin/0.11?old_path=/&filename=accountmanagerplugin/0.11&format=zip
[17:23:23.451103]<eyecue>hmm tar in 7.x supports zips, but USE_ZIP requires archivers/zip, wtf.