2009-10-04T01:01:54 <dreimark> re
2009-10-04T01:08:39 <dreimark> width=647 ?
2009-10-04T01:13:33 <dreimark> the moin prefix should become may be moin_quest or a random string.
2009-10-04T01:15:16 <dreimark> gn
2009-10-04T01:22:09 <ThomasWaldmann> dreimark: that were the values that their "make some integration html" assistent chose
2009-10-04T02:34:03 <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5179:506a24108050 1.9/MoinMoin/auth/openidrp.py: openid: do not translate debug logging messages
2009-10-04T02:34:05 <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5180:045d5788b82e 1.9/MoinMoin/search/Xapian/indexing.py: Xapian indexing: we need to return a UnprocessedDocument in any case, never a ProcessedDocument
2009-10-04T02:39:16 <ThomasWaldmann> dimazest: ^^ please review
2009-10-04T04:08:50 <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4411:76fac2e548a7 1.8/MoinMoin/filter/__init__.py: external indexing filters: we need to read from the pipes while polling or child process won't end
2009-10-04T04:12:50 <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5182:5ce7455bd34b 1.9/MoinMoin/filter/__init__.py: merged moin/1.8
2009-10-04T10:34:19 <dreimark> moin
2009-10-04T10:35:18 <dreimark> ThomasWaldmann: may be instead of moin. we shold use the interwikiname then one at the channel can better destinguish who is calling for help
2009-10-04T10:36:10 <dreimark> if ther is no interwikiname we can use a random string. That is for me I guess less confusing than believing moin.5 is the same person
2009-10-04T11:47:05 <ThomasWaldmann> moin
2009-10-04T11:47:32 <ThomasWaldmann> dreimark: what's the problem you are trying to solve?
2009-10-04T12:14:43 <dreimark> 19:26 -!- moin0 [i=4e2aa11e@gate
2009-10-04T12:16:00 <dreimark> ThomasWaldmann: if one on an other side than moin wants to use the default settings of that new irc client I guess I get confused by the names
2009-10-04T12:16:07 <dreimark> s/side/site/
2009-10-04T12:16:32 <ThomasWaldmann> there are no defaults
2009-10-04T12:19:33 <dreimark> ok
2009-10-04T14:18:55 *** ThomasWaldmann has quit IRC
2009-10-04T14:20:09 *** ThomasWaldmann has joined #moin-dev
2009-10-04T14:20:47 *** xorAxAx_ has joined #moin-dev
2009-10-04T14:24:53 *** xorAxAx has quit IRC
2009-10-04T14:24:53 *** xorAxAx_ is now known as xorAxAx
2009-10-04T14:24:59 *** ronny has quit IRC
2009-10-04T14:25:58 * ThomasWaldmann tries to improve search results ordering
2009-10-04T14:28:21 *** ronny has joined #moin-dev
2009-10-04T14:40:14 <ThomasWaldmann> http://hg.moinmo.in/moin/1.8/rev/b072085c6acd
2009-10-04T14:41:01 * dreimark reads about docbook
2009-10-04T15:32:16 *** coreyleong has joined #moin-dev
2009-10-04T16:17:08 *** tpfennig has joined #moin-dev
2009-10-04T17:22:48 *** coreyleong has left #moin-dev
2009-10-04T17:24:16 <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5183:4b0a3162257c 1.9/MoinMoin/support/flup/ (NOTES.moin server/preforkserver.py ChangeLog): updated flup to 1.0.2+ ( http://hg.saddi.com/flup-server/rev/6ea1ffac1bcb ), remove ChangeLog
2009-10-04T17:48:03 <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5184:0970ed47d2cd 1.9/MoinMoin/support/pygments/ (59 files in 5 dirs): updated pygments to 1.1.1+ ( http://dev.pocoo.org/hg/pygments-main/rev/948f8885af16 )
2009-10-04T18:10:03 *** tpfennig has quit IRC
2009-10-04T18:10:33 <dreimark> re
2009-10-04T18:55:18 <ThomasWaldmann> xorAxAx: could you write a testcase for the stuff that is fixed by support/HeaderFixed.py?
2009-10-04T18:56:15 <ThomasWaldmann> unenc = parts.pop(0).rstrip()
2009-10-04T18:56:31 <ThomasWaldmann> that is just .strip() in py 2.3 .. 2.6
2009-10-04T18:58:18 <ThomasWaldmann> (and even 3.1.1)
2009-10-04T19:32:08 <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5185:0a6fe22644e3 1.9/MoinMoin/support/parsedatetime/ (__init__.py parsedatetime.py parsedatetime_consts.py): updated parsedatetime to 0.8.7
2009-10-04T19:40:03 <xorAxAx> ThomasWaldmann: i fear i dont recall how i produced the test cases back when i wrote the code
2009-10-04T19:40:09 <xorAxAx> i was just sending mails
2009-10-04T19:57:02 <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5186:edd5719d5f07 1.9/MoinMoin/action/fullsearch.py: parsedatetime 0.8.7 uses the 2nd element of the returned tuple to indicate what it successfully parsed
2009-10-04T19:58:01 <ThomasWaldmann> xorAxAx: but maybe you can find it easier than me :)
2009-10-04T19:58:27 <xorAxAx> it was related to the spacing, i dont remember more
2009-10-04T19:58:37 <ThomasWaldmann> also, if that really is a bug, it is broken in all existing python versions
2009-10-04T19:58:51 <ThomasWaldmann> so there should be a bug report about it
2009-10-04T21:40:06 <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5187:b766ab8f2009 1.9/MoinMoin/macro/AdvancedSearch.py: AdvancedSearch: example didn't work, fixed
2009-10-04T21:41:37 * ThomasWaldmann is tempted to kill the parsedatetime stuff
2009-10-04T21:45:21 <dreimark> hmm, where all is that called / used?
2009-10-04T21:47:50 <ThomasWaldmann> only for AdvancedSearch
2009-10-04T21:59:11 <dreimark> ThomasWaldmann: why don't we call http://labix.org/python-dateutil
2009-10-04T22:00:40 <dreimark> and giving a select box [today, yesterday, since 1 week, since 1 month]
2009-10-04T22:00:56 <dreimark> + since ever
2009-10-04T22:01:58 <ThomasWaldmann> select boxes don't scale
2009-10-04T22:02:22 <ThomasWaldmann> but I thought about just filling in some example datetime string that we can parse
2009-10-04T22:02:33 <ThomasWaldmann> then a user just needs to edit it
2009-10-04T22:05:44 <dreimark> ok, that will work too. my suggestions is less specific depending to a special datetime.
2009-10-04T22:06:08 <dreimark> and does not give the possibility to enter an exact day.
2009-10-04T22:06:43 <dreimark> but usually if I would know the day I have entered it I would use RC
2009-10-04T22:07:24 <ThomasWaldmann> it is "since" that time
2009-10-04T22:42:17 *** tpfennig has joined #moin-dev
2009-10-04T22:50:51 <CIA-34> Bastian Blank <bblank@thinkmo.de> default * 7335:4a32aa2eda80 2.0-storage-dom-bblank/ (849 files in 198 dirs): Merge moin/2.0-storage
2009-10-04T22:51:08 <CIA-34> Bastian Blank <bblank@thinkmo.de> default * 7435:c9cb403d3633 2.0-storage-dom-bblank/ (68 files in 23 dirs): Merge moin/2.0-storage
2009-10-04T23:06:45 <ThomasWaldmann> wow :)
2009-10-04T23:06:50 <ThomasWaldmann> too much snow?
2009-10-04T23:09:13 <waldi> yes
2009-10-04T23:09:35 <waldi> it stopped snowing, so lets see
2009-10-04T23:11:05 <dreimark> waldi: how cold is it?
2009-10-04T23:11:14 <waldi> 35°F
2009-10-04T23:11:50 <dreimark> brr 1.6 degree C
2009-10-04T23:20:57 <dreimark> death valley 27, Denver 13, SFO 16 (sounds colder than last year)
2009-10-04T23:21:24 <ThomasWaldmann> i somehow feel we first drive south :)
2009-10-04T23:22:47 <waldi> hihi
2009-10-04T23:23:07 <dreimark> arches, kanab, las vegas 21
2009-10-04T23:24:20 <dreimark> hmm w
2009-10-04T23:24:29 <waldi> the forecast say it should get warmer during the next weak
2009-10-04T23:24:36 <dreimark> we must carefully check if we can go through the loveland pass
MoinMoin: MoinMoinChat/Logs/moin-dev/2009-10-04 (last edited 2009-10-03 23:15:02 by IrcLogImporter)