Team Chat Logs

2007 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  

March 12, 2007

[00:00:32] <tag> http://www.blisted.org/wiki/papers/talk/XMLMVC
[00:00:40] <tag> Try it for yourself
[00:01:08] <tag> also wtf is SilverCity
[00:01:18] <tag> and where can I find it, I see random errors in my log about it (but not from my requests)
[00:01:28] <coderanger> SilverCity is for syntax coloring
[00:02:11] <tag> ah
[00:02:16] <tag> I'm missing it apparently
[00:02:20] <tag> don't see a debian package fo rit
[00:02:24] <tag> (ubuntu, even)
[00:02:41] <coderanger> This looks like some local changes were made to the macro
[00:02:48] <coderanger> its using POST, which won't work
[00:03:08] <tag> I just deleted the macro and installed the AddCommentMacro egg
[00:03:14] * techie_ has joined #trac
[00:03:16] <coderanger> hmm
[00:03:33] <coderanger> hey look, it is indeed using post, wonder why
[00:03:35] <coderanger> one sec
[00:03:46] <tag> well
[00:03:53] <tag> it looked, at a glance, to be a plugin all of a sudden
[00:04:11] <jhulten> Night, all.
[00:04:15] * jhulten has quit IRC
[00:04:33] <coderanger> Yeah, I ported it a while back
[00:04:43] <tag> but it also looks, at a glance, to be broken.
[00:04:49] <tag> it should be using POST if it's a plugin right
[00:04:56] <tag> since that was the goal of converting it to a plugin right?
[00:05:02] <coderanger> No, it needs to be using GET
[00:05:10] <tag> to move it away from GET, since that made multiple instances of the comment show up
[00:05:18] <coderanger> I didn't do any of the fancy stuff needed to fix that, just a straight port
[00:05:26] <tag> oh
[00:05:30] <tag> looks like someone else tried to
[00:05:32] <tag> and maybe failed
[00:05:46] <tag> def process_macro_post(self, req):
[00:05:46] <tag> self.log.debug('AddCommentMacro: Got a POST')
[00:05:48] <tag> wait
[00:05:53] <tag> don't I need a plugin for a macro to even get posts
[00:05:56] <tag> I think you wrote it right
[00:06:02] <tag> maybe I need to install that
[00:06:10] <coderanger> Did I merge that in?
[00:06:16] <coderanger> Try install the macropost plugin
[00:06:18] <tag> Yeah
[00:07:00] <coderanger> ahh, looking at the code
[00:07:14] <coderanger> installing macropost won't help
[00:07:48] <coderanger> I get the feeling I was in the middle of something and then stopped all of a sudden
[00:07:56] <coderanger> Last change was 6 months ago though
[00:08:00] <tag> shitty
[00:08:47] <coderanger> svn up
[00:09:31] <tag> coderanger: I installed the macropost plugin and it started working
[00:09:35] <tag> well
[00:09:39] <tag> by "working" I mean
[00:09:42] <tag> I get the old fucking error still
[00:09:49] <tag> Unfortunately for the time being, it's closed source partially owned by my
[00:09:49] <tag> [http://www.marchex.com/ employer]. However, I'm pitching to get the parts
[00:09:49] <tag> of it I wrote on site to be released in the public domain, so look for in the
[00:09:50] <tag> next few weeks.631632ordinal not in range(128)
[00:09:55] <coderanger> Yeah, but it won't do anything useful
[00:10:54] <tag> did you fix it or roll it back?
[00:10:55] <coderanger> What line is generating the error?
[00:11:04] <coderanger> I set it back to GET
[00:11:43] <tag> File "/home/scott/project/trac/plugins/TracAddCommentMacro-0.1-py2.4.egg/addcomment/macro.py", line 52, in execute
[00:11:47] <tag> File "/usr/lib/python2.4/site-packages/trac/util/html.py", line 46, in __new__
[00:11:49] <tag> return unicode.__new__(self, text)
[00:11:51] <tag> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 631: ordinal not in range(128)
[00:12:11] <tag> position 631
[00:12:30] * omry__ has quit IRC
[00:12:34] <tag> if that's precisely what I gave it, the 631st character is "e"
[00:12:46] * omry__ has joined #trac
[00:14:25] <coderanger> 0xe2 in unicode is 'a' with ^ over it
[00:15:11] <tag> coderanger:
[00:15:22] <tag> coderanger: your addcommentmacro is working with post requests on my box
[00:15:30] <tag> (I didn't update after you rolled it back)
[00:15:35] <tag> or made whatever changes you did
[00:15:43] <coderanger> define "work"
[00:16:07] <tag> lets me post a comment and doesn't duplicate it
[00:16:11] <tag> also lets me preview a comment
[00:16:34] <tag> and eats shit if there are any utf-8 characters in the input :-)
[00:16:54] <coderanger> Hrmm, maybe I am outsmarting myself?
[00:16:57] <tag> Yes
[00:17:00] <tag> I think so.
[00:17:10] <coderanger> it wouldn't be the first time
[00:17:35] <tag> http://www.blisted.org/wiki/papers/talk/XMLMVC <--- addcommentmacro worked with http post request, yay
[00:18:01] <coderanger> svn up
[00:18:06] <coderanger> It should barf less
[00:18:20] <tag> are you testing these changes you make?
[00:18:27] <tag> or are you the just-make-em type?
[00:18:46] <coderanger> Just makin' em
[00:18:52] <tag> just curious :-)
[00:18:54] <coderanger> Granted its a one line change ;-)
[00:19:15] <tag> it's back to POST right
[00:19:20] <coderanger> Yep
[00:19:39] <coderanger> I'm also adding a dependency on TracMacroPost so this won't happen again
[00:20:20] * lightcap has joined #trac
[00:21:12] <tag> well your super-hacking worked
[00:21:26] <coderanger> not dying on utf8 anymore?
[00:21:29] <tag> I pasted the original content, and it stopped barfing.
[00:21:34] <tag> Yeah.
[00:21:36] <tag> Fantastic
[00:21:39] <coderanger> does it show it correctly?
[00:22:19] <tag> yes
[00:22:24] <tag> Chinese renders fine.
[00:22:26] <coderanger> woot
[00:26:25] <coderanger> okay, back to personalreports
[00:27:23] <tag> coderanger: I'm trying to get the ball rolling on this project. Tried to start this weekend but ended up getting side tracked by my website being in complete freaking shambles. :-) But I've done a bit of the research required and soon there will be something in the wild
[00:27:46] * Federico2 has joined #trac
[00:31:47] * omry_ has joined #trac
[00:45:38] <tag> The Wiki page field name is invalid: Hierarchy component "blog" does not exist
[00:45:39] <tag> Cute
[00:45:53] <coderanger> Thats hierwiki
[00:45:58] <tag> screw you hierwiki
[00:46:03] <coderanger> You enabled it ;-)
[00:46:26] <tag> heh
[00:46:32] <tag> fuck all, now I need to change my blog naming scheme
[00:46:37] <coderanger> Perhaps you only wanted hierwiki.macros.*?
[00:46:42] <tag> Ah, I think so
[00:47:26] <tag> actually I'm not even convinced I want that yet
[00:47:44] <tag> So far, it's not seemed too useful...especially now that I have the TOC macro working again
[00:49:06] <coderanger> I only use it for adding a "Back up" link at the bottom of pages
[00:50:25] <tag> things are just starting to mysteriously work again on my box
[00:50:25] <tag> heh
[00:50:36] * omry__ has quit IRC
[00:50:45] <tag> it's pretty sweet
[00:50:47] * omry__ has joined #trac
[00:51:37] * whitelynx has joined #trac
[00:52:43] <tag> there is this funny thing going on with the admin module
[00:52:45] <tag> admin plugin
[00:52:51] <tag> where when I click on an installed plugin
[00:52:58] <tag> I have to refresh to see the options
[00:54:32] <coderanger> Which options?
[00:54:40] <tag> the components
[00:54:59] <tag> in admin/general/plugin
[00:55:27] <coderanger> Dunno
[00:55:38] <tag> Like I click on TracTags 0.4, and then it drops to it (since it's a local anchor and all) and *then* I have to refresh before it opens up that area and shows me the components for that plugin
[00:57:06] * tag has ½ mind to just edit the template and throw in some javascript to refresh the page
[01:01:17] * omry_ has quit IRC
[01:07:45] * marlun has joined #trac
[01:23:16] * whitelynx has quit IRC
[01:26:40] * cboos has joined #trac
[01:34:35] * shwag has quit IRC
[01:34:48] * shwag has joined #trac
[01:41:09] * whitelynx has joined #trac
[01:42:03] * whitelynx is now known as whitelynx|zzzzzz
[02:12:42] * klando has joined #trac
[02:38:28] <evil_twin> New news from t.e.o: Changeset [4972]: Follow-up to r4848, fix syntax of conditional comments for IE. <http://trac.edgewall.org/changeset/4972>
[03:00:39] * m_g has joined #trac
[03:08:52] * liamMT has joined #trac
[03:15:52] * angerman has joined #trac
[03:25:25] * liamMT_ has quit IRC
[03:31:40] * Federico2 has quit IRC
[03:54:34] * lanjelot_ has quit IRC
[04:24:35] * fwierzbicki has joined #trac
[04:28:47] * lanjelot has joined #trac
[04:34:37] * shwag has quit IRC
[04:34:52] * shwag has joined #trac
[04:39:05] <evil_twin> New news from t.e.o: Changeset [4973]: VcRefactoring: initialize merge tracking with SvnMerge? <http://trac.edgewall.org/changeset/4973>
[04:56:51] * p0g0_ has quit IRC
[05:00:29] * Federico2 has joined #trac
[05:10:01] * marlun has quit IRC
[05:16:56] * lanjelot_ has joined #trac
[05:23:20] <FreezeS> sqlite3.OperationalError: no such table: session_attribute <--- I'm getting this when trying to import from sqlite to postgres. Anyone has any idea on how to fix it ?
[05:24:12] * lanjelot has quit IRC
[05:25:01] * prologic has joined #trac
[05:25:27] * prologic has quit IRC
[05:25:53] <coderanger> FreezeS: How are you doing the transfer?
[05:27:44] <FreezeS> sqlite2pg -e -p
[05:27:48] * prologic has joined #trac
[05:28:04] <coderanger> Do you actually have the table?
[05:28:19] <FreezeS> nope
[05:28:32] <FreezeS> I just found a visual browser for sqlite
[05:28:49] <coderanger> Then your DB was screwed up
[05:28:56] <coderanger> Thats part of the Trac core system
[05:29:24] <FreezeS> well, this is from an older version
[05:29:27] <FreezeS> and it actually works
[05:29:31] <coderanger> how old?
[05:29:37] <coderanger> pre-0.9?
[05:29:53] <FreezeS> 0.9.4
[05:30:07] <coderanger> Try upgrading the DB to 0.10.3 first
[05:30:26] <FreezeS> the db also contains the wiki pages, right ?
[05:30:30] <coderanger> yes
[05:34:09] <FreezeS> psycopg2.ProgrammingError: column "kind" does not exist
[05:35:08] <coderanger> The sleep madness is setting in, so I am probably not going to be much help
[05:39:15] <FreezeS> well, thanks anyway
[05:39:26] * _dmax has joined #trac
[05:39:54] <FreezeS> seems to be a bug in trac itself
[05:39:59] <FreezeS> in one of its scripts
[05:40:17] <FreezeS> uses 'kind' instead of 'node_type'
[05:46:32] * Sho has joined #trac
[05:46:46] <Sho> morning everyone
[05:48:12] <Sho> has anyone else had a problem accessing their Trac sites after upgrading from the Fedora Extra's repo this weekend?
[05:48:36] * idnar has quit IRC
[05:48:38] * idnar_ has joined #trac
[05:48:49] * idnar_ is now known as idnar
[05:48:49] <Sho> my site is throwing an error, "PythonHandler trac.web.modpython_frontend: SystemError: NULL result without error in PyObject_Call"
[05:54:42] <m_g> coderanger, yo
[05:54:59] <Sho> my assumption from that report is that a sqlite query somewhere is returning 'NULL' and the frontend can't handle it
[05:55:12] <m_g> coderanger, i have a strange problem with reports.. when i open a report, click "copy report", dont change the sql code and then hit "save", it says "Report 12 has no SQL code"
[05:55:25] <m_g> any ideas?
[05:55:52] <coderanger> Sho: Make sure your mod_python was built against the same version of Python you have installed
[05:55:55] <coderanger> m_g: Nope
[05:57:02] <Sho> coderanger: It is
[05:57:06] * dmax has quit IRC
[05:57:14] * _dmax is now known as dmax
[05:59:15] <Sho> Friday it was working fine and the only two pieces this weekend that were updated was python-sqlite2 which was upgraded to 2.3.2-2.fc6 and trac which is now 0.10.3.1-1.fc6
[05:59:40] <Sho> up from 0.10.3-1.fc6 which was working on Friday
[06:10:07] * prologic has quit IRC
[06:10:21] * prologic has joined #trac
[06:10:28] * d0rt has joined #trac
[06:16:15] <Sho> it looks like the new version of trac changed the spec to require sqlite2, and once it was installed it started breaking on this line...
[06:16:36] <Sho> /usr/lib/python2.4/site-packages/trac/db/sqlite_backend.py line 160
[06:17:07] <Sho> if have_pysqlite == 2:
[06:17:08] <Sho> self._active_cursors = weakref.WeakKeyDictionary()
[06:17:08] <Sho> timeout = int(params.get('timeout', 10.0))
[06:17:09] <Sho> cnx = sqlite.connect(path, detect_types=sqlite.PARSE_DECLTYPES,
[06:17:10] <Sho> check_same_thread=sqlite_version < 30301,
[06:17:10] <Sho> timeout=timeout)
[06:18:27] * ErikRose has joined #trac
[06:20:16] * prologic has quit IRC
[06:20:24] * prologic has joined #trac
[06:21:42] <m_g> coderanger, http://trac.edgewall.org/ticket/3715 ah it's that one.. i have reopened the ticket
[06:34:44] * prologic has quit IRC
[06:35:09] * prologic has joined #trac
[06:41:38] <evil_twin> New news from t.e.o: Ticket #3715 (defect reopened): Report execution failed: Report 9 has no SQL query. <http://trac.edgewall.org/ticket/3715#comment:20>
[06:46:59] * p0g0 has joined #trac
[06:59:05] * Beret has joined #trac
[07:00:47] <Beret> anyone happen to be around?
[07:01:04] <Beret> I'm trying to create a new ticket link with a couple of pre-selected fields
[07:01:23] <Beret> according to the documentation, I should be able to do newticket?type=defect&component=foo
[07:01:31] <Beret> but that's being ignored
[07:01:38] <Beret> I wondered if anyone had any ideas
[07:05:35] * jimmy-james has joined #trac
[07:06:15] * retracile has joined #trac
[07:09:36] * elehack|work has joined #trac
[07:11:48] <evil_twin> New news from t.e.o: Ticket #3715 (defect closed): Report execution failed: Report 9 has no SQL query. <http://trac.edgewall.org/ticket/3715#comment:21>
[07:31:41] * danbeck has joined #trac
[07:34:43] * shwag has quit IRC
[07:34:57] * shwag has joined #trac
[07:38:51] * LionsMane has joined #trac
[07:40:43] * retracile has quit IRC
[07:41:57] <evil_twin> New news from t.e.o: Ticket #3715 (defect reopened): Report execution failed: Report 9 has no SQL query. <http://trac.edgewall.org/ticket/3715#comment:22>
[08:12:07] <evil_twin> New news from t.e.o: InterMapTxt edited by cboos <http://trac.edgewall.org/wiki/InterMapTxt> || SvnMerge edited by cboos <http://trac.edgewall.org/wiki/SvnMerge> || Changeset [4973]: VcRefactoring: initialize merge tracking with SvnMerge <http://trac.edgewall.org/changeset/4973>
[08:15:06] <De_Mon> what is t.e.o
[08:15:27] <De_Mon> trac.edgewall.org ?
[08:15:31] <De_Mon> I bet that's it.
[08:18:11] <elehack|work> De_Mon: yes it is
[08:22:30] <ErikRose> What priv is needed to attach files to wiki pages?
[08:22:43] <ErikRose> (0.10)
[08:24:01] <ErikRose> WIKI_MODIFY.
[08:24:05] <ErikRose> Thanks, ErikRose.
[08:28:52] * prologic has quit IRC
[08:34:08] * tkp has joined #trac
[08:38:58] * liamMT has quit IRC
[08:42:43] * prologic has joined #trac
[08:47:45] * techie_ has quit IRC
[08:54:14] * apk has joined #trac
[09:36:48] * retracile has joined #trac
[09:40:13] <mitsuhiko> cboos: ping
[09:43:11] <mitsuhiko> cboos: unping :D
[09:46:38] * klando has quit IRC
[09:54:56] * technomancy has joined #trac
[10:02:10] <technomancy> is it possible to skip the list of available projects if there is just one?
[10:02:41] <FreezeS> what list ?
[10:03:12] <technomancy> i just upgraded trac from 0.9 to 0.10, and now when I run tracd it dumps me into a listing of available projects
[10:03:28] <technomancy> and clicking on the only link available just brings me back to the same page
[10:12:44] <evil_twin> New news from t.e.o: Ticket #4933 (defect created): UnicodeDecodeError: 'ascii' codec can't decode byte <http://trac.edgewall.org/ticket/4933>
[10:15:34] <coderanger> technomancy: -s option
[10:15:47] <technomancy> coderanger: thanks; will try that
[10:16:04] * xjjk has joined #trac
[10:22:27] * ChanServ has quit IRC
[10:22:51] * cboos has quit IRC
[10:26:53] * ChanServ has joined #trac
[10:26:53] * irc.freenode.net sets mode: +o ChanServ
[10:27:36] * Naked is now known as Hadaka
[10:27:59] * pradeep has joined #trac
[10:28:23] * jrydberg has joined #trac
[10:33:58] * jrydberg_ has quit IRC
[10:34:51] * shwag has quit IRC
[10:35:03] * shwag has joined #trac
[10:42:31] * hpnadig has joined #trac
[10:42:55] <evil_twin> New news from t.e.o: Ticket #4934 (defect created): Tried to create an attachment, got an error <http://trac.edgewall.org/ticket/4934>
[11:00:57] * jhulten has joined #trac
[11:01:18] <jhulten> Morning. At least for me...
[11:02:22] * pradeep has quit IRC
[11:06:16] <retracile> Is there a way to view the timeline filtered by user?
[11:13:04] <evil_twin> New news from t.e.o: Ticket #4934 (defect closed): Tried to create an attachment, got an error <http://trac.edgewall.org/ticket/4934#comment:1> || TracTermsPtBr edited by anonymous <http://trac.edgewall.org/wiki/TracTermsPtBr> || TracTermsPtBr edited by anonymous <http://trac.edgewall.org/wiki/TracTermsPtBr>
[11:19:06] * danbeck has quit IRC
[11:23:04] <jhulten> So here is one for the team...
[11:23:30] <jhulten> If you have an environment where, after fixing a bug there is a QA step... How do you support that in TRAC?
[11:32:34] * zircu has quit IRC
[11:32:38] * zircu has joined #trac
[11:33:45] * tkp_ has joined #trac
[11:43:08] * tkp has quit IRC
[11:44:12] * tkp has joined #trac
[11:44:14] * pombreda has quit IRC
[11:51:42] * tkp_ has quit IRC
[11:58:53] <retracile> jhulten: With WorkFlow.*
[11:59:23] <retracile> jhulten: *Which isn't done yet, I'm working on, is planned for 0.11.
[11:59:47] <retracile> jhulten: In the meantime, you can add a custom field...
[12:00:10] * Vieira has joined #trac
[12:00:39] <retracile> jhulten: You're also welcome to checkout the workflow sandboxes under sandbox/pycon if you care to lend a hand...
[12:00:54] * pombreda has joined #trac
[12:01:29] <Vieira> someone hete using latest trac version with fc6?
[12:01:53] * jcoby has joined #trac
[12:02:06] <Vieira> i updated today with yum and now i get this NULL result without error in PyObject_Call
[12:02:12] <Vieira> any suggestions?
[12:02:33] <jhulten> k
[12:02:44] <jhulten> retracile: Thanks
[12:03:13] <jhulten> How stable is 0.11?
[12:03:59] <retracile> jhulten: I'm not using it in production, if that's what you mean. You might ask alect or pacopablo for their take on it.
[12:10:58] * jcoby has quit IRC
[12:12:23] * jcoby has joined #trac
[12:15:22] <evil_twin> New news from t.e.o: Ticket #3791 (enhancement closed): Notify about commits when author changes <http://trac.edgewall.org/ticket/3791#comment:1> || Ticket #3474 (enhancement closed): Software artefacts Inspection Module <http://trac.edgewall.org/ticket/3474#comment:5>
[12:15:52] * apk has quit IRC
[12:19:56] * eth01 has joined #trac
[12:20:01] <eth01> hey. is it possible to install trac onto freebsd?
[12:20:11] <eth01> and if so is there any easy installation docs on how 2 do it.
[12:20:53] <retracile> @wiki TracOnFreeBsd
[12:20:53] <evil_twin> retracile: http://trac.edgewall.org/wiki/TracOnFreeBsd
[12:21:16] <eth01> thanks ;)
[12:21:22] <eth01> much apprechiated
[12:22:00] <Sho> did anyone else have a problem with the 0.10.3.1-1 Fedora extra update and a python-sqlite2 dependency which broke Trac?
[12:27:18] * eth01 has quit IRC
[12:28:30] * omry__ is now known as omry
[12:29:24] * jcoby has quit IRC
[12:36:28] * hotte has joined #trac
[12:44:22] * jcoby has joined #trac
[12:51:18] * tag has quit IRC
[12:51:23] * tag has joined #trac
[12:51:30] * tag has quit IRC
[12:51:57] * tag has joined #trac
[12:52:46] <Sho> just for a heads up, I was able to fix the problem just by removing python-sqlite2
[12:53:01] <Sho> as soon as I did, the problem disappeared
[12:56:22] * tag_ has joined #trac
[12:57:27] <Vieira> Sho i had the same problem
[12:57:45] <Vieira> I've solved it disabling mod_cache in apache
[12:58:07] <Vieira> How did you remove python-sqlite2?
[12:58:33] <Sho> rpm -ev --nodeps python-sqlite2
[12:58:35] <Sho> :-)
[12:59:12] <Sho> it was the only thing on the system which needed it, and I had python-sqlite-1.1.7-1.2.1 already installed beside it
[12:59:23] <Vieira> thanks, I'll try to enable mod_cache now
[12:59:46] <Vieira> yeh... i have python-sqlite-1.1.7-1.2.1 too...
[13:00:41] <Sho> the problem comes from a bit of python code which actually checks for what sqlite version your using, so I assume is a query that python-sqlite2 doesn't understand
[13:00:50] <Vieira> it's working now with mod_cache =)
[13:01:11] <Sho> what made you look at mod_cache as the culprit?
[13:02:39] <Vieira> there was a ticket in bugzilla at redhat that point disabling mod_cache as a workaround
[13:03:13] <Vieira> it solved the problem, but I wanted mod_cache enabled xD
[13:03:43] <Vieira> (sorry for my bad english)
[13:04:39] <Sho> have no fear, I didn't notice :-)
[13:10:41] * omry__ has joined #trac
[13:10:53] <tag> fuck my app that's supposed to be largely asynchornous is spending a shitload of time in a frozen type of a state
[13:11:20] * tpollari has joined #trac
[13:14:09] * Federico2 has quit IRC
[13:14:20] * omry has quit IRC
[13:15:40] <evil_twin> New news from t.e.o: Ticket #4935 (enhancement created): Evidence Database - Additional Client Property: Types <http://trac.edgewall.org/ticket/4935> || Changeset [4976]: WorkFlow: Improve the color selection for the workflow graphs. <http://trac.edgewall.org/changeset/4976> || Changeset [4975]: WorkFlow: Implement the workflow currently used by Trac. <http://trac.edgewall.org/changeset/4975> || Changeset [4974]: WorkFlow: Reopening a ticket requires TICKET_CREATE, not TICKET_MODIFY. <http://trac.edgewall.org/changeset/4974>
[13:17:28] * hotte has left #trac
[13:20:14] * hotte has joined #trac
[13:20:56] * thm_ has joined #trac
[13:22:12] * lightcap has quit IRC
[13:30:43] * lightcap has joined #trac
[13:33:33] <retracile> Lovely.... using trunk, anonymously filing a ticket, but filling in the username field doesn't actually set the reporter value at all.
[13:35:04] * shwag has quit IRC
[13:35:14] * shwag has joined #trac
[13:40:33] * Vieira has quit IRC
[13:41:21] <retracile> ...and it goes back to anonymous on preview...
[13:47:46] <evil_twin> New news from t.e.o: Changeset [4977]: WorkFlow: Partial fix for the ticket-preview feedback. <http://trac.edgewall.org/changeset/4977>
[13:50:00] <retracile> The bug was introduced in r4387, 2006-12-01.
[13:51:03] * retracile trundles off to file a ticket...
[13:52:44] * danbeck has joined #trac
[13:54:12] * technomancy has left #trac
[13:55:09] * edr1084 has joined #trac
[13:55:19] <edr1084> coderanger: ping
[13:56:04] <retracile> @ticket 4936
[13:56:04] <evil_twin> retracile: http://trac.edgewall.org/ticket/4936
[14:00:33] * angerman has quit IRC
[14:02:20] * pygi has joined #trac
[14:03:06] * matt_good has joined #trac
[14:04:03] * pygi has left #trac
[14:05:40] <retracile> Hey matt_good!
[14:06:09] * chandlerc has joined #trac
[14:06:29] <matt_good> hey retracile
[14:07:58] * d0rt has quit IRC
[14:14:00] * tkp has quit IRC
[14:15:45] * edr1084 has left #trac
[14:17:26] * danbeck has quit IRC
[14:17:56] <evil_twin> New news from t.e.o: Ticket #4935 (enhancement closed): Evidence Database - Additional Client Property: Types <http://trac.edgewall.org/ticket/4935#comment:1> || Ticket #4936 (defect created): Anonymous ticket reporter field broken <http://trac.edgewall.org/ticket/4936>
[14:24:10] * dilinger has quit IRC
[14:26:39] * tkp has joined #trac
[14:35:08] <retracile> Well, cboos wants me to merge ticket-preview, but.. um... anyone with commit access willing to do that? :)
[14:35:17] * maxb has joined #trac
[14:35:50] <retracile> (See http://trac.edgewall.org/ticket/4936)
[14:49:44] <matt_good> retracile: does ticket-preview contain that fix, or does it need merged and then apply that patch?
[14:50:40] <retracile> I did not include that fix in ticket-preview, but the attached patch will apply before or after the merge.
[14:50:54] <alect> sorry eli, haven't had a chance to do it yet
[14:50:55] * tkp has quit IRC
[14:50:57] <retracile> (When I brought up the ticket-preview stuff, I hadn't dug into the solution far enough to know that)
[14:51:16] <retracile> So for the ticket, applying the patch is enough.
[14:51:39] <retracile> (And won't cause conflicts for the ticket-preview merge)
[14:51:55] * tkp has joined #trac
[14:52:00] <retracile> I just didn't want to fix it in both places and fight the conflict.
[