2009-01-03T00:02:04  <ThomasWaldmann> dreimark: ignore that, this file is not in the repo
2009-01-03T00:02:49  <dreimark> ok, since long no broken test :)
2009-01-03T00:03:40  <ThomasWaldmann> but some skipped ones still
2009-01-03T00:05:22  <dreimark> and lots in the test_text_html_text_moin_wiki.py
2009-01-03T00:06:23  <ThomasWaldmann> that'll have to wait until after waldi's stuff is merged
2009-01-03T00:12:08  <dreimark> looks like test_send_event works better now, enabling it seems not to crash test_GetVal (but needs further investigation and an explaination then)
2009-01-03T00:31:09  <dreimark> gn
2009-01-03T00:34:15  <ThomasWaldmann> gn dreimark
2009-01-03T00:34:36  <ThomasWaldmann> ronny: auth/_tests/test_auth has similar problems
2009-01-03T00:37:15  <ronny> ThomasWaldmann: hu?
2009-01-03T00:40:36  <ThomasWaldmann> (like the ones you fixed)
2009-01-03T00:40:44  <ronny> ah, i see
2009-01-03T00:40:54  <ronny> i'll fix later this day
2009-01-03T00:43:11  <ThomasWaldmann> thanks :)
2009-01-03T00:47:28  <ronny> atm im fixing pidas plugin metadata stuff
2009-01-03T02:09:33  <CIA-37> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4472:331686d6b068 1.9/ (45 files in 20 dirs): merged moin/1.8
2009-01-03T14:28:16  <zenhase> hi there, sorry i couldn't make it yesterday as stated in my email
2009-01-03T16:11:27  <ThomasWaldmann> wb zenhase :)
2009-01-03T16:17:16  <zenhase> thank you
2009-01-03T16:21:05  <ThomasWaldmann> zenhase: as you see in moin/1.9 repo, ronny's changeset is already in there
2009-01-03T16:25:33  <ThomasWaldmann> zenhase: ronny: maybe talk so you don't do double work
2009-01-03T16:26:11  <ThomasWaldmann> (one also can update a bug report when starting to work on something, just telling it there)
2009-01-03T16:27:42  <zenhase> ok
2009-01-03T16:29:48  <ThomasWaldmann> btw, yesterday ronny thought about moving the session storage from /tmp to below data_dir
2009-01-03T16:29:49  <zenhase> seems i can't find the changeset
2009-01-03T16:30:01  <zenhase> yeah
2009-01-03T16:30:32  <zenhase> that would be a starter to fix the session permission problem
2009-01-03T16:30:51  <ThomasWaldmann> http://hg.moinmo.in/moin/1.9/log?rev=ronny
2009-01-03T16:31:50  <zenhase> ah there
2009-01-03T16:54:35  <CIA-37> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4473:0e3c82dd2109 1.9/MoinMoin/ (formatter/_tests/test_formatter.py parser/text_moin_wiki.py): replace SyntaxReference page by HelpOnMoinWikiSyntax
2009-01-03T17:18:12  <dreimark> moin
2009-01-03T17:22:16  <ThomasWaldmann> hi dreimark
2009-01-03T17:22:58  <dreimark> hi zenhase ThomasWaldmann
2009-01-03T17:29:55  <zenhase> hi dreimark
2009-01-03T17:35:08  <dreimark> zenhase: you found a nice place for hacking?
2009-01-03T17:35:45  <zenhase> right now i am at home at my desk
2009-01-03T17:35:56  <zenhase> seems i caught some cold or similar
2009-01-03T17:36:05  <zenhase> all my bones are aching :o
2009-01-03T17:36:16  <zenhase> so it's best to stay home ;)
2009-01-03T17:37:12  <ThomasWaldmann> hmm, getAuthToken() is broken
2009-01-03T17:40:06  <dreimark> zenhase: me prepares currently chinese soup http://tinyurl.com/83e6wh
2009-01-03T17:41:44  <dreimark> ThomasWaldmann: is that new or related to http_auth broken report
2009-01-03T17:43:24  <zenhase> dreimark: sounds ... hmmm ... sweet ;)
2009-01-03T17:43:42  <zenhase> dreimark: but i think i will need something more vitamine-rich right now
2009-01-03T17:44:59  <zenhase> i got a bunch of awesomely cheap kiwi yesterday, 9c per piece ... now i am feeding on them and hope they have enough good stuff in them to get me up and running again
2009-01-03T17:45:01  <dreimark> it tastes hot and spicy.
2009-01-03T17:45:42  <zenhase> ok, the ginger may make it a bit spicy ;)
2009-01-03T17:46:14  <zenhase> still i am a bit suspicious about soups made from one of the most sugar rich bewerages known to mankind
2009-01-03T17:48:28  <dreimark> I know, me is only using coke for soup :)
2009-01-03T17:50:45  <zenhase> uh, read that one wrong the first time ...
2009-01-03T17:51:42  <dreimark> for this soup
2009-01-03T17:52:17  <zenhase> yeah, figured that you would not make every soup with coke ;)
2009-01-03T17:53:15  <ThomasWaldmann> dreimark: that is new in 1.9
2009-01-03T17:54:41  <ThomasWaldmann> and xmlrpc_getAuthToken is simply broken.
2009-01-03T17:54:43  <ThomasWaldmann>         id_handler = XmlRpcAuthTokenIDHandler() # XXX not used below!
2009-01-03T17:56:58  <dreimark> sounds ugly
2009-01-03T18:50:07  <ronny> re
2009-01-03T18:50:09  <ronny> oh dammit
2009-01-03T18:50:15  <ronny> just missed zenhase
2009-01-03T18:55:27  <dreimark> get_session(request) also in wsgiapp.py +35
2009-01-03T19:04:32  <dreimark> ThomasWaldmann: id_handler.token is always None for me
2009-01-03T19:08:58  <ThomasWaldmann> yes, I wrote that in my bug report
2009-01-03T19:29:30  <CIA-37> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4474:aa929a72715d 1.9/ (5 files in 2 dirs): replace master18 URLs by master19
2009-01-03T19:29:31  <CIA-37> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4475:28fcb65ebec8 1.9/Makefile: fixed make install-docs
2009-01-03T19:42:50  <zenhase> urghs
2009-01-03T19:43:01  <zenhase> something is utterly wrong with my server :o
2009-01-03T19:44:33  <zenhase> connection breaks down every few minutes
2009-01-03T19:44:34  <ThomasWaldmann> maybe it also has a cold :P
2009-01-03T19:44:47  <zenhase> hopefully not
2009-01-03T19:45:18  <zenhase> i hope it's just the isp having a hardware problem with a switch
2009-01-03T19:45:28  <zenhase> don't want to have to repair it
2009-01-03T19:55:42  <dreimark> ronny: ping
2009-01-03T20:16:08  <dreimark> wikisync is also broken http://moinmo.in/MoinMoinBugs/1.9WikiSyncNotWorking
2009-01-03T20:18:05  <ronny> dreimark: pong?
2009-01-03T20:18:22  <ronny> zenhase: seen my first few unittest fixes?
2009-01-03T20:18:28  <dreimark> ronny: zenhase returned
2009-01-03T20:26:07  <ronny> (wsgi stuff)
2009-01-03T20:27:18  * ronny pokes zenhase
2009-01-03T20:28:48  <ronny> hmm
2009-01-03T20:29:12  <ronny> should i do unreasonable things to gather attention?
2009-01-03T20:31:38  <dennda> pull down your pants
2009-01-03T20:31:41  * dennda runs
2009-01-03T20:32:08  * ronny fires up the wang-copter
2009-01-03T20:33:41  <ronny> hmm
2009-01-03T20:33:47  <ronny> even massive unreason wont work
2009-01-03T20:33:51  <ronny> hmm
2009-01-03T20:34:06  <ronny> anyone got club-mate?
2009-01-03T20:35:43  <dreimark> I am surprised
2009-01-03T20:35:50  <dreimark> from MoinMoin.web.contexts import ScriptContext
2009-01-03T20:35:55  <dreimark> request = ScriptContext()
2009-01-03T20:36:03  <dreimark> request.lang = 'de'
2009-01-03T20:36:09  <dreimark> _ = request.getText
2009-01-03T20:36:13  <dreimark> print _("Mail me my account data")
2009-01-03T20:36:20  <dreimark> E-Mail mit den Zugangsdaten senden
2009-01-03T20:36:39  <dreimark> It is translated in 1.9 !
2009-01-03T20:44:05  * dreimark tests the other examples of /MoinAPI/Beispiele
2009-01-03T20:50:07  <zenhase> ronny: yeah i did
2009-01-03T20:50:26  <zenhase> sorry if i lag a little right now
2009-01-03T20:50:33  <zenhase> server is still having problems
2009-01-03T20:51:45  <zenhase> and please, keep your pants on, there may be minors reading
2009-01-03T20:51:47  <zenhase> ;)
2009-01-03T20:52:42  <ronny> i dont see a real issue
2009-01-03T20:53:37  <zenhase> i would say it's a question of etiquette and being a role model ;)
2009-01-03T20:54:16  <ronny> well, so be glad i dont post random links to 4chan
2009-01-03T20:56:48  <zenhase> :o
2009-01-03T20:59:51  <dreimark> ThomasWaldmann: the dot is gone in 1.9 http://moinmo.in/MoinAPI/Beispiele#AttachFile.getAttachUrl.28.29
2009-01-03T21:00:06  <dreimark> now it returns /WikiSandkasten?action=AttachFile&do=get&target=dateianhang.png
2009-01-03T21:00:23  <dreimark> I have no problem with that just reporting
2009-01-03T21:07:49  <dreimark> ThomasWaldmann: should createTicket use the secret ?
2009-01-03T21:11:42  <ThomasWaldmann> dreimark: see the bug relating to _
2009-01-03T21:18:07  <ThomasWaldmann> dreimark: it does, why do you ask?
2009-01-03T22:31:23  <dreimark> ThomasWaldmann: because at the time I did the MoinApi/Beispiele it didn't

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-01-03 (last edited 2009-01-02 23:15:02 by IrcLogImporter)