2009-01-02T06:24:16  *** irc.freenode.net sets mode: +o ChanServ
2009-01-02T06:30:46  *** irc.freenode.net sets mode: +o ChanServ
2009-01-02T12:50:45  <dreimark> moin
2009-01-02T19:22:26  <ThomasWaldmann> hehe ^^
2009-01-02T19:23:23  <ThomasWaldmann> that reminds me of floppy disk file system labels like "defect" - so DOS told "Medium is: defect"
2009-01-02T20:32:01  <ronny> yo
2009-01-02T20:36:11  <ThomasWaldmann> ho
2009-01-02T21:22:32  <dreimark> hehe
2009-01-02T21:26:06  <dreimark> ronny: where is that patch you were talking about?
2009-01-02T21:32:30  <ronny> dreimark: currently off my webspace, its broked with the current tip, i'll have to figure out why conftest is broken
2009-01-02T21:35:24  <dennda> are you planning to participate in GSOC again this year? I have some ideas in mind
2009-01-02T21:36:04  <dreimark> ronny: ok, me wonders about that twikidraw changes do make a difference
2009-01-02T21:36:40  <dreimark> dennda: we try our best :)
2009-01-02T21:36:48  <dennda> ok
2009-01-02T21:37:08  <dreimark> btw. I was in Koblenz 2 days ago on the river rhine ;)
2009-01-02T21:37:19  <ronny> ok, found the bug
2009-01-02T21:37:25  <ronny> now it works again
2009-01-02T21:37:38  <ronny> seems like i fixed a closing paren in the wrong patch
2009-01-02T21:38:42  <dreimark> can you add a bit of status info on the bug pages you were working on
2009-01-02T21:39:41  <ronny> hmm, for the unittest failures there doesnt seem to be a wiki page
2009-01-02T21:39:55  <ronny> but i can already tell i hate tracking bugs via a wiki
2009-01-02T21:44:46  <ronny> ThomasWaldmann: ping?
2009-01-02T21:44:52  <dreimark> may be one should write a tracker theme and some nice plugins so we don't have to much overhead
2009-01-02T21:45:27  <dreimark> I like that one can demonstrate currently how it is broken
2009-01-02T21:45:32  <ronny> i dont think a wiki is even remotely ideal for storing bugtracing data
2009-01-02T21:46:00  <ronny> *tracking
2009-01-02T22:04:11  <ronny> ThomasWaldmann: please pull http://ronny.uberhost.de/hg/moin-hacks/ i decided to push my test fixes without a config-refactoring for now
2009-01-02T22:05:23  <dreimark> TheSheep: do you have an idea how to make it possible that a macro/parser can change the credits to someone only for the page where that code is called?
2009-01-02T22:06:36  <ronny> dennda: gsoc would be neat
2009-01-02T22:07:04  <dennda> i'd like to continue my work from last gsoc
2009-01-02T22:08:14  <ronny> i'd like to get a gsoc for pida tho
2009-01-02T22:23:33  <TheSheep> dreimark: credits?
2009-01-02T22:23:52  <TheSheep> dreimark: I suppose you'd use a pragma for that
2009-01-02T22:24:03  <TheSheep> dreimark: and have the credits displayed by the theme in the footer
2009-01-02T22:24:59  <ronny> hmm
2009-01-02T22:25:13  <ronny> ok, i'll be hacking pida for some time
2009-01-02T22:25:28  <ronny> i just fiugred how i actually want to deal with dependencies
2009-01-02T22:26:17  * dreimark thinks edit warning is broken
2009-01-02T22:37:19  <dreimark> hmm strange
2009-01-02T23:17:33  <CIA-37> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4440:847d257bee5f 1.9/MoinMoin/script/migration/1089999.py: twikidraw mig script: use .tdraw for the tar file, get rid of .gif
2009-01-02T23:17:35  <CIA-37> Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> default * 4441:f02b3e7dffe6 1.9/MoinMoin/ (_tests/test_wsgiapp.py conftest.py wsgiapp.py):
2009-01-02T23:17:35  <CIA-37> fixed wsgiapplication tests
2009-01-02T23:17:35  <CIA-37> factored the wsgi application to a configurable class
2009-01-02T23:17:35  <CIA-37> added correct config passing
2009-01-02T23:17:37  <CIA-37> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4442:39109af9ac90 1.9/MoinMoin/ (_tests/test_wsgiapp.py conftest.py wsgiapp.py): merged http://ronny.uberhost.de/hg/moin-hacks/
2009-01-02T23:18:47  <ThomasWaldmann> ronny: done :)
2009-01-02T23:21:20  <ronny> oh dammit, i hoped i wouldnt create merges ;P
2009-01-02T23:22:08  <ThomasWaldmann> was my fault, I didn't push my latest cs
2009-01-02T23:31:55  <ronny> ok, i worked out a reasonable idea for both session bugs
2009-01-02T23:32:11  <ThomasWaldmann> tell more :)
2009-01-02T23:33:46  <ronny> the one about the permission issues can just be fixed by telling the filestorage a session store inside of the wiki instance
2009-01-02T23:34:24  <dreimark> TheSheep: currently I manipulate self.request.cfg.page_credits from the mathtrans parser but then it is on every page
2009-01-02T23:34:27  <ronny> the moinmoin-su has to be rewritten as the related code lots tendious and broken
2009-01-02T23:34:39  <ThomasWaldmann> that doesn't help against same instance being run by 2 servers (as in the bug report)
2009-01-02T23:35:16  <ronny> ThomasWaldmann: its more easy to have correct permissions on the wiki instance than on weird dirs in temp
2009-01-02T23:36:48  <ThomasWaldmann> at least the +t related issues would go away, right
2009-01-02T23:36:58  <ronny> i think moving the stuff to a correctly set up wiki instance dir would kinda instantly fix things
2009-01-02T23:37:56  <ThomasWaldmann> but I guess for 0700, it would still make troubles for different users
2009-01-02T23:40:33  <ronny> ThomasWaldmann: ok, but i think thats a user configuration issue
2009-01-02T23:42:07  <ThomasWaldmann> yeah
2009-01-02T23:43:16  <ronny> so a if umask==... and owner!=current_user: warn the user
2009-01-02T23:46:32  <dreimark> whitespace pep8 failures in some parsers
2009-01-02T23:52:02  <CIA-37> Reimar Bauer <rb.proj AT googlemail DOT com> default * 4443:20747ef82aca 1.9/MoinMoin/parser/ (5 files): PEP8 trailing whitespace removed
2009-01-02T23:53:27  <ronny> hmm
2009-01-02T23:53:36  <ronny> mime-messages rock for plugin-metadata
2009-01-02T23:54:21  <ThomasWaldmann> dreimark: /home/tw/eclipse-ws/moin-1.9/MoinMoin/parser/text_javascript.py:3:1: W191 indentation contains tabs
2009-01-02T23:56:22  <ThomasWaldmann> dreimark: maybe set this in test_sourcecode:
2009-01-02T23:56:38  <ThomasWaldmann> -#RECENTLY = 0 # check everything!
2009-01-02T23:56:38  <ThomasWaldmann> +RECENTLY = 0 # check everything!
2009-01-02T23:57:59  <dreimark> damn
2009-01-02T23:59:01  <dreimark> I have used a fresh clone and it should have found that too
2009-01-02T23:59:57  <ThomasWaldmann> ehrm, wait

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-01-02 (last edited 2009-01-02 05:30:01 by IrcLogImporter)