2007-08-15T01:17:00  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2677:da70a91c03db 1.7-jabber-knowak/jabberbot/commands.py: Doc/argument type fixes.
2007-08-15T01:17:01  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2678:00b746e6be07 1.7-jabber-knowak/jabberbot/xmlrpcbot.py: Translate revert notifications.
2007-08-15T01:17:02  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2679:93070ec4ff59 1.7-jabber-knowak/docs/CHANGES.jabber: Update my CHANGES file.
2007-08-15T01:21:47  <grzywacz> I feel I'm going fsck something up in PageEditor if I try to code there now, so I'll take a nap now afterall...
2007-08-15T01:22:52  <xorAxAx> one idea is to move the coding hours earlier into the day :)
2007-08-15T01:31:05  <TheSheep> earlier == hard to concentrate
2007-08-15T08:16:03  <ThomasWaldmann> moin
2007-08-15T09:35:54  <RaphaelBossek> moinmoin
2007-08-15T10:50:07  <ThomasWaldmann> 1
2007-08-15T10:53:53  <ThomasWaldmann> lanius: please add other stoage related open todos to the CHANGES.storage todo list (the bigger stuff as post-soc todo)
2007-08-15T11:11:59  <lanius> moin
2007-08-15T11:12:05  <lanius> ThomasWaldmann: where is this random.py error from?
2007-08-15T11:17:49  <grzywacz> hello
2007-08-15T11:26:52  <xorAxAx> lanius: did you read my messages above?
2007-08-15T11:44:47  <lanius> xorAxAx: yes
2007-08-15T11:45:41  <lanius> caching and acls hasveto be converted, like statet in CHANGES
2007-08-15T11:46:31  <xorAxAx> well, first there should be an ACL layer
2007-08-15T11:46:34  <xorAxAx> before converting starts
2007-08-15T11:47:36  <lanius> yes
2007-08-15T11:50:09  <xorAxAx> how is the weather in dresden? :)
2007-08-15T11:56:37  <lanius> can tell you about berlin in an hour :-)
2007-08-15T12:28:13  <grzywacz> xorAxAx: is the current state of my CHANGES ok?
2007-08-15T12:33:31  <xorAxAx> grzywacz: yes, looks fine
2007-08-15T12:36:46  <grzywacz> ok
2007-08-15T13:18:01  <CIA-14> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2819:cc49fb3c8b4e 1.7-storage-hwendel/ (4 files in 4 dirs): fix small editlog bugs
2007-08-15T13:18:03  <CIA-14> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2820:fd3789e3c314 1.7-storage-hwendel/docs/CHANGES.storage: update CHANGES.storage
2007-08-15T13:18:04  <CIA-14> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2821:9852c7da0bd3 1.7-storage-hwendel/ (5 files in 4 dirs): fix more editlog bugs
2007-08-15T13:25:31  <RaphaelBossek> moin moin
2007-08-15T15:22:20  <ThomasWaldmann> lanius: all what I wrote happened when just trying a fresh wiki setup with your code, going to some pages, trying to edit, just USE it :)
2007-08-15T15:23:17  <ThomasWaldmann> the problem in the "random" module was (IIRC) due to the list of choices not being a list (but None or whatever)
2007-08-15T15:24:15  <ThomasWaldmann> if you just use the standalone server by starting moin.py in the toplevel dir, you see all those errors, either in a backtrace in the browser or as a backtrace in the log output in the cmd window
2007-08-15T15:24:39  <ThomasWaldmann> and I suggest you fix those bugs before implementing other stuff
2007-08-15T15:26:00  <ThomasWaldmann> gtg again, bbl ...
2007-08-15T15:29:27  <RaphaelBossek> ThomasWaldmann, I've created a test case for the UNICODE parser issue (with text_xslt.py) and made it public at http://moinmoin.wikiwikiweb.de/RaphaelBossek
2007-08-15T15:29:47  <RaphaelBossek> ThomasWaldmann, could you give me a feedback if's ok or not ?
2007-08-15T16:21:50  <vpv> I don't know the Moin cache implementation that well (it stores pages in Python bytecode, right?) but I was wondering: Is there a way for me to call the caching/bytecode stuff when adding a new page? That way the page would already be cached when the first user goes to see it.
2007-08-15T16:22:40  <xorAxAx> vpv: yes, just call send_page with a redirected request
2007-08-15T16:24:58  <vpv> nice, I'll take a look at that
2007-08-15T16:31:32  <CIA-14> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2831:0882687ebc24 1.7-maninfo-vpv/MoinMoin/script/import/manimport.py: make test_sourcecode succeed again, sorry
2007-08-15T16:31:54  <CIA-14> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2884:1a13ed8da3f7 1.7-maninfo-vpv/ (22 files in 10 dirs): merge from main, merged events/notification.py and xmlrpc/__init__.py
2007-08-15T16:39:27  <RaphaelBossek> could someone take a look at my test case: http://moinmoin.wikiwikiweb.de/RaphaelBossek
2007-08-15T16:44:09  <lanius> ThomasWaldmann: i can't reproduce the random bug, the others are fixed
2007-08-15T20:39:15  <ThomasWaldmann> moin
2007-08-15T20:43:54  <ThomasWaldmann> lanius: /srv/moin_tw/moin-1.7-storage/MoinMoin/action/info.py:21:1: W291 trailing whitespace
2007-08-15T20:48:17  <ThomasWaldmann> and for the other bug, try OrphanedPages and some others
2007-08-15T21:25:03  <ThomasWaldmann> lanius: when saving WikiSandBox:
2007-08-15T21:25:08  <ThomasWaldmann>   File "/home/tw/eclipse-ws/moin-1.7-storage/MoinMoin/storage/backends/filesystem.py", line 166, in save
2007-08-15T21:25:11  <ThomasWaldmann>     self._save_metadata(self._name, self._revno, self._metadata)
2007-08-15T21:25:13  <ThomasWaldmann>   File "/home/tw/eclipse-ws/moin-1.7-storage/MoinMoin/storage/backends/moin16.py", line 453, in _save_metadata
2007-08-15T21:25:16  <ThomasWaldmann>     edit_log = codecs.open(self._backend._get_item_path(name, "edit-log"), "r", config.charset)
2007-08-15T21:25:19  <ThomasWaldmann>   File "codecs.py", line 817, in open
2007-08-15T21:25:22  <ThomasWaldmann>     file = __builtin__.open(filename, mode, buffering)
2007-08-15T21:25:24  <ThomasWaldmann> IOError: [Errno 2] No such file or directory: '/home/tw/eclipse-ws/moin-1.7-storage/wiki/underlay/pages/WikiSandkasten/edit-log'
2007-08-15T21:25:30  <ThomasWaldmann> how do you test your stuff? my current impression is you don't.
2007-08-15T21:58:09  <xorAxAx> grzywacz: btw - short break - it was shot in lodz
2007-08-15T21:58:56  <xorAxAx> grzywacz: arent you from lodz?
2007-08-15T22:00:32  <ThomasWaldmann> lanius: info action is also broken
2007-08-15T22:02:09  <RaphaelBossek> moin moin
2007-08-15T22:02:33  <RaphaelBossek> did some notice my test case for parser unicode testing: http://moinmoin.wikiwikiweb.de/RaphaelBossek
2007-08-15T22:06:27  * ThomasWaldmann looks
2007-08-15T22:08:09  <ThomasWaldmann> RaphaelBossek: did you also attach it or do i have to c&p?
2007-08-15T22:08:34  <RaphaelBossek> ThomasWaldmann, I will attach it, give me a second...
2007-08-15T22:10:04  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2680:6e9a4e333f76 1.7-jabber-knowak/jabberbot/_tests/test_xmppbot.py: Skip xmpp bot test if pyxmpp is not installed.
2007-08-15T22:10:06  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2681:56da6876eb07 1.7-jabber-knowak/MoinMoin/events/jabbernotify.py: Specify action type when sending notification events.
2007-08-15T22:10:08  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2682:b0a44fc4d87d 1.7-jabber-knowak/jabberbot/ (commands.py xmppbot.py): Towards more applications of data forms, with many bugs fixed along the way.
2007-08-15T22:10:30  <grzywacz> xorAxAx: I've been living there for like... 14 years now or so.
2007-08-15T22:10:49  <RaphaelBossek> done
2007-08-15T22:11:30  <grzywacz> xorAxAx: now that you mention it I think I remember someone talking about lynch making a movie around there
2007-08-15T22:11:56  <grzywacz> ThomasWaldmann: the tests should no longer fail if one doesn't have pyxmpp installed
2007-08-15T22:15:18  <ThomasWaldmann> ah, great
2007-08-15T22:20:53  <RaphaelBossek> ThomasWaldmann, do you thing my patch and test case will find it's way to hg ?
2007-08-15T22:22:21  <ThomasWaldmann> i need to test it first :)
2007-08-15T22:22:34  <grzywacz> wtf
2007-08-15T22:22:46  <RaphaelBossek> ThomasWaldmann, ok
2007-08-15T22:23:02  <grzywacz> I have two versions of pyxmpp installed, and when I check revision I get on from neither of the two?!:S
2007-08-15T22:23:10  <RaphaelBossek> ThomasWaldmann, e-mail address is applied... give me a feedback...
2007-08-15T22:23:11  <grzywacz> *one
2007-08-15T22:23:13  <xorAxAx> grzywacz: its good :)
2007-08-15T22:23:26  <grzywacz> xorAxAx: the movie?
2007-08-15T22:23:27  <xorAxAx> grzywacz: but maybe you should have a look at his last two films first
2007-08-15T22:23:28  <xorAxAx> yes
2007-08-15T22:23:39  <grzywacz> I'm afraid I haven't seen any. ;)
2007-08-15T22:24:24  <ThomasWaldmann> RaphaelBossek: your file is broken
2007-08-15T22:25:03  <ThomasWaldmann> (indentation)
2007-08-15T22:27:16  <RaphaelBossek> ThomasWaldmann, I did not recognised that... in which line ?
2007-08-15T22:28:03  <ThomasWaldmann> 41ff
2007-08-15T22:29:04  <ThomasWaldmann> RaphaelBossek: no, ignore that. but please make a test case that has non non-ascii chars
2007-08-15T22:29:45  <RaphaelBossek> ThomasWaldmann, ok, give me a minute ;)
2007-08-15T22:31:35  <RaphaelBossek> ThomasWaldmann, done and uploaded/updated the site
2007-08-15T22:41:05  <grzywacz> Blah, I can't even check revision reliably because it's built from the rev of __init_.py, not the file with the latest change...
2007-08-15T22:43:11  <ThomasWaldmann> RaphaelBossek: test works here
2007-08-15T22:43:23  <ThomasWaldmann> shouldn't it rather fail?
2007-08-15T22:46:53  <RaphaelBossek> ThomasWaldmann, yes for me to after the last modification... the test need non-ascii characters to fails for text_xslt !
2007-08-15T22:47:01  <RaphaelBossek> ThomasWaldmann, I've to revert my last change ;)
2007-08-15T22:47:53  <ThomasWaldmann> just use \xXXXX
2007-08-15T22:48:09  <ThomasWaldmann> so the src is ascii, but the string has chars >127
2007-08-15T22:48:18  <RaphaelBossek> ThomasWaldmann, ok
2007-08-15T22:54:15  * ThomasWaldmann leaves in 7mins
2007-08-15T22:55:27  <RaphaelBossek> ThomasWaldmann, I've updated the site with the changes you mentioned... I hope it's right...
2007-08-15T22:55:38  * RaphaelBossek leaves in 1min
2007-08-15T22:56:18  * grzywacz doesn't leave
2007-08-15T22:56:19  * ThomasWaldmann make test
2007-08-15T22:56:57  <ThomasWaldmann> RaphaelBossek: it is intended it crashes with unicodedecodeerror?
2007-08-15T22:57:09  <RaphaelBossek> ThomasWaldmann, yes
2007-08-15T22:57:30  <ThomasWaldmann> ok, better than nothing :)
2007-08-15T22:57:32  <RaphaelBossek> ThomasWaldmann, if the patch is applied I provide on my site the problem does not occur anymore
2007-08-15T22:57:51  <ThomasWaldmann> you mean on your wiki page?
2007-08-15T22:57:53  <RaphaelBossek> ThomasWaldmann, is the test case not right ?
2007-08-15T22:58:30  * RaphaelBossek leaves
2007-08-15T22:58:41  <RaphaelBossek> bye bye and nice dreams ;)
2007-08-15T22:58:48  <grzywacz> cya
2007-08-15T23:00:13  <ThomasWaldmann> bbl
2007-08-15T23:16:00  <grzywacz> xorAxAx: ping :)
2007-08-15T23:16:35  <xorAxAx> pong
2007-08-15T23:16:42  <grzywacz> Ah, you updated my TODO. Haven't noticed since I don't receive email from that account here. -_-;

MoinMoin: MoinMoinChat/Logs/moin-dev/2007-08-15 (last edited 2007-10-29 19:08:55 by localhost)