2007-09-07T00:05:30  <grzywacz> uploaded
2007-09-07T00:15:52  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2153:23edea90c09a 1.6/MoinMoin/Page.py: fix wrong last_edit info
2007-09-07T00:21:58  <dreimark> :)
2007-09-07T00:27:39  <dreimark> gn
2007-09-07T01:08:13  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2154:d16b5ffd8962 1.6/MoinMoin/stats/hitcounts.py: fix hitcounts
2007-09-07T01:13:27  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2800:3d776db594ed 1.7/MoinMoin/Page.py: fix wrong last_edit info
2007-09-07T01:13:27  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2801:2b6fd7098531 1.7/ (102 files in 26 dirs): merged main
2007-09-07T01:13:27  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2802:6309a258f094 1.7/MoinMoin/stats/hitcounts.py: fix hitcounts
2007-09-07T01:31:49  *** irc.freenode.net sets mode: +o ChanServ
2007-09-07T08:27:07  <dreimark> moin
2007-09-07T08:48:25  <dreimark> ThomasWaldmann: why didn't you change for fixing hitcounts in info.py line 208 request.write(hitcounts.linkto(pagename, request, 'page=' + wikiutil.url_quote_plus(pagename)))
2007-09-07T08:50:30  <ThomasWaldmann> change how?
2007-09-07T08:51:58  <dreimark> I just want to learn, your change was to use for params = wikiutil.url_unquote(params, want_unicode=False)
2007-09-07T08:54:38  <ThomasWaldmann> well, I just did the smallest change possible to make it work.
2007-09-07T08:56:04  <ThomasWaldmann> i didnt change params because I didn't check from which places it is called.
2007-09-07T08:58:00  <dreimark> ok, I was first wondering why quoting and that line and then unquoting but quote_plus is different
2007-09-07T08:58:47  <dreimark> I have added the other bug http://moinmo.inMoinMoinBugs/1.6devActionInfoHitsOnUnknownPageBroken
2007-09-07T08:59:23  <ThomasWaldmann> that's a different one, it is when there is no data to show
2007-09-07T08:59:51  <dreimark> right, and  think it should be fixed in info.py
2007-09-07T09:00:38  <ThomasWaldmann> no
2007-09-07T09:00:52  <ThomasWaldmann> you need to fix it at the place causing it
2007-09-07T09:01:48  <dreimark> without emitting http header twice
2007-09-07T09:03:37  <ThomasWaldmann> the root cause of that traceback is some value being None which maybe should be rather [] for that case.
2007-09-07T09:12:47  <dreimark> if row: filters = [None] * len(row) # do you agree
2007-09-07T09:13:30  <dreimark> in browsers.py line 125
2007-09-07T09:20:39  <ThomasWaldmann> row being None is the problem
2007-09-07T14:41:21  <lanius> xorAxAx: pong
2007-09-07T14:41:34  <xorAxAx> lanius: did you receive the money via WU in USD or EUR=?
2007-09-07T14:41:38  <lanius> eur
2007-09-07T14:41:52  <lanius> dunno how i received it, but they paid me euros ;)
2007-09-07T14:42:02  <xorAxAx> were you able to request USD?
2007-09-07T14:42:06  <lanius> i didn't try to
2007-09-07T14:42:09  <xorAxAx> ok
2007-09-07T16:41:41  * starshine peeks in
2007-09-07T16:43:50  <starshine> ThomasWaldmann: I'm going to be taking flight to my conference soon, I will next be able to peek in on the code probably scattered across the weekend
2007-09-07T16:43:56  <starshine> hope that's ok ? :D
2007-09-07T17:48:23  <dreimark> I have had a case were the Group dict doesn't change in 1.5.8 but I can't reproduce it
2007-09-07T17:58:24  <dreimark> http://kodos.sourceforge.net/ nice tool for regex checking
2007-09-07T18:21:57  <dreimark> johill: there is a latex error on your latex docu page
2007-09-07T19:09:47  <dreimark> 1.5.8 is _ forbidden in Group names, that regex is checked [A-Za-z0-9\-_]+Group$ it should work but it does not get e.g. FISH_Group
2007-09-07T19:34:57  <grzywacz> hi
2007-09-07T19:44:41  <dreimark> hi grzywacz
2007-09-07T20:31:20  <dreimark> Do we want the navi_bar showing only pages the user could read?
2007-09-07T20:43:27  <ThomasWaldmann> re
2007-09-07T20:45:01  <ThomasWaldmann> dreimark: no
2007-09-07T20:46:45  <dreimark> ThomasWaldmann: which question
2007-09-07T20:47:40  <ThomasWaldmann> (20:31) <  dreimark> Do we want the navi_bar showing only pages the user could read?
2007-09-07T20:49:15  <dreimark> ok, and is it known in 1.5.8 better not to use _ in Group pages or did I something wrong in my regex for  FISH_Group  with [A-Za-z0-9\-_]+Group$ ?
2007-09-07T20:50:00  <ThomasWaldmann> 1.5 does voodoo with _
2007-09-07T20:50:13  <ThomasWaldmann> (no idea if this applies to groups)
2007-09-07T20:51:02  <dreimark> I have removed them all, now it works
2007-09-07T20:53:16  <dreimark> This text we send with an email: Somebody has requested to submit your account data to this email address. ... may be we should add it to multiconfig.
2007-09-07T20:54:13  <dreimark> hmm, may be an translation issue then, so better not
2007-09-07T20:54:17  <ThomasWaldmann> why?
2007-09-07T20:55:39  <ThomasWaldmann> yeah
2007-09-07T20:58:17  <dreimark> for a moment I thought on using the text for sending the invitation. Then it needs to be changed to welcome people.
2007-09-07T21:07:09  <johill> dreimark: heh, I'll take a look
2007-09-07T21:07:19  <dreimark> fine
2007-09-07T21:13:18  <johill> dreimark: looks like only a missing font package
2007-09-07T21:13:26  <johill> installing it now, let's see what happens
2007-09-07T21:13:41  <dreimark> :)
2007-09-07T21:14:06  <johill> wow, it's huge
2007-09-07T21:14:14  <johill> needs 138M space after unpacking
2007-09-07T21:14:21  <johill> might take a while to unpack :)
2007-09-07T21:14:22  <dreimark> oops
2007-09-07T21:25:26  <johill> ok, unpacked, let's see
2007-09-07T21:27:22  <johill> dreimark: ok, works with the new fonts installed
2007-09-07T21:27:25  <johill> thanks for the hint
2007-09-07T21:35:41  <ThomasWaldmann> xorAxAx: guess_page still todo
2007-09-07T21:36:11  <xorAxAx> yeah
2007-09-07T21:36:15  <ThomasWaldmann> dreimark: fix {{{ stuff   <- is that still todo?
2007-09-07T21:36:21  <ThomasWaldmann> (from the 1.6.0 todo page)
2007-09-07T21:53:35  <dreimark> johill: do you want that {{{ for 1.6.0 ? and ThomasWaldmann: may be we should change nesting of {{{ to creole too
2007-09-07T21:54:03  <johill> well, I hate the nested {{{ syntax we have there, and if we're going to introduce nesting imho it should be done right
2007-09-07T21:54:12  <johill> but I'm not going to push for it either
2007-09-07T22:03:35  <dreimark> bbl
2007-09-07T22:33:42  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2803:a69460375016 1.7/MoinMoin/widget/browser.py: fix DataBrowserWidget output if there is no data
2007-09-07T22:34:47  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2155:08bedf90282b 1.6/MoinMoin/widget/browser.py: fix DataBrowserWidget output if there is no data
2007-09-07T22:34:49  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2156:1943863c9183 1.6/MoinMoin/ (Page.py stats/hitcounts.py): merged main
2007-09-07T22:57:22  <ThomasWaldmann> dreimark: i didnt intend to do more parser changes for 1.6
2007-09-07T23:14:44  <dreimark> Me too, we should left this change for 1.7 or any other idea solving that problem
2007-09-07T23:32:32  <grzywacz> cya tomorrow

MoinMoin: MoinMoinChat/Logs/moin-dev/2007-09-07 (last edited 2007-10-29 19:13:47 by localhost)