2008-11-16T00:17:30  <dreimark> gn
2008-11-16T11:35:52  <ThomasWaldmann> moin
2008-11-16T14:53:04  <ThomasWaldmann> btw, I am currently informally discussing with ffis.de associated project status for moin
2008-11-16T14:54:12  <ThomasWaldmann> that would give us a better way to receive and deal with money
2008-11-16T15:03:40  <ThomasWaldmann> (they are offering similar services in europe/germany as SPI offers in the US)
2008-11-16T15:30:28  * ThomasWaldmann will do a mass extinction on master19 now >:)
2008-11-16T15:45:49  <ThomasWaldmann>  wtf, 500 on every save?
2008-11-16T15:54:29  <ThomasWaldmann> "" on every DeletePage?
2008-11-16T15:54:37  <ThomasWaldmann> zenhase: ^^
2008-11-16T15:57:03  <ThomasWaldmann> even bigger problem: no traceback anywhere!
2008-11-16T16:43:30  <TheSheep> I wonder, did you guys get any t-shirts from google?
2008-11-16T16:43:56  <ThomasWaldmann> yes, mine arrive 2w ago
2008-11-16T16:44:07  <ThomasWaldmann> +d
2008-11-16T16:46:24  <dreimark> moin
2008-11-16T16:48:56  <TheSheep> weird, the gsoc wiki wants an username and password from me :/
2008-11-16T16:51:05  <CIA-58> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4423:135d4a7dc09d 1.9/MoinMoin/ (action/PackagePages.py action/__init__.py theme/__init__.py): remove unused/unneeded pagename_quoted attrs/refs
2008-11-16T16:51:07  <ThomasWaldmann> hi dreimark
2008-11-16T16:51:30  <ThomasWaldmann> TheSheep: url?
2008-11-16T16:51:53  <TheSheep> ThomasWaldmann: https://gsoc-wiki.osuosl.org/index.php/Open-source_CMS's_-_What_we_can_learn_from_each_other
2008-11-16T17:20:11  <dreimark> TheSheep: that passw. was sent to the mentors mailing list
2008-11-16T17:20:37  <TheSheep> dreimark: I must have missed it, but it's all good now
2008-11-16T17:20:45  <TheSheep> dreimark, ThomasWaldmann: thanks
2008-11-16T17:24:46  <ThomasWaldmann> TheSheep: btw, will you be in berlin later this year?
2008-11-16T17:25:09  <TheSheep> ThomasWaldmann: I plan to go for the CCC
2008-11-16T17:25:18  <TheSheep> ThomasWaldmann: but not 100% sure yet
2008-11-16T17:25:30  <ThomasWaldmann> great :) if it's sure, update that wiki page.
2008-11-16T17:25:54  <waldi> hrm, uri handling bugs ...
2008-11-16T17:29:26  <ThomasWaldmann> hm?
2008-11-16T17:37:03  <ThomasWaldmann> hmm, great. the 1.9 standalone stuff saves pages ok, on the master19.moinmo.in site, it crashes on every save.
2008-11-16T17:47:09  <dreimark> that's why we haven't seen it before
2008-11-16T17:47:55  <dreimark> ThomasWaldmann: the tests fail all on standalone server
2008-11-16T17:50:00  <ThomasWaldmann> it doesn't crash on test19.moinmo.in
2008-11-16T17:54:17  <dreimark> uploading of an attachment -> 500
2008-11-16T17:54:23  <dreimark> on test19
2008-11-16T17:55:54  <dreimark> ThomasWaldmann: master19 doesn't crash for creating my home page.
2008-11-16T17:56:11  <dreimark> but usually the homepage is linked to MM
2008-11-16T18:05:15  <ThomasWaldmann> great, now i can't reproduce it any more
2008-11-16T18:06:31  <ThomasWaldmann> waldi: if you like to help: we need a sane exception logging in 1.9
2008-11-16T18:39:58  <dreimark> do the wsgi tests only fail on my box?
2008-11-16T18:43:24  <ThomasWaldmann> no they also fail here
2008-11-16T18:43:41  <ThomasWaldmann> quite some of the tests have problems due to recent changes
2008-11-16T18:43:45  <dreimark> I am sure they have worked sometime ago. i often have run these tests
2008-11-16T18:44:09  <dreimark> ok
2008-11-16T18:45:50  <ThomasWaldmann> do we have some Mac OS X user here?
2008-11-16T18:46:01  * dreimark not
2008-11-16T18:46:46  <ThomasWaldmann> do we have some MS Windows user here?
2008-11-16T18:47:41  <waldi> ThomasWaldmann: hmm, logging.exception should do that
2008-11-16T18:48:07  <ThomasWaldmann> I know :)
2008-11-16T18:50:57  <ThomasWaldmann> RecentChanges is broken
2008-11-16T18:51:06  <ThomasWaldmann> del bookmark does not work
2008-11-16T18:51:20  <ThomasWaldmann> show last X days of changes does not work
2008-11-16T18:53:40  <waldi> ThomasWaldmann: and what is the problem?
2008-11-16T18:54:44  <ThomasWaldmann> waldi: that it is not used at the right place, obviously
2008-11-16T18:55:05  * ThomasWaldmann fixes RC
2008-11-16T18:59:21  <waldi> ah, okay
2008-11-16T19:02:34  <ThomasWaldmann> and request.form is empty for actions :|
2008-11-16T19:26:15  <ThomasWaldmann> zenhase: request.form is now request.values?
2008-11-16T19:33:14  <ThomasWaldmann> parts of the code use request.form now (and don't work any more because it is just empty)
2008-11-16T19:33:25  <ThomasWaldmann> while other parts of the code use request.values
2008-11-16T19:33:44  <dreimark> arrgh
2008-11-16T19:36:36  <dreimark> To keep the code working while refactoring and transparently support legacy code, a compatibility wrapper will be used. It will be based on and mimic the behaviour of the current 'request'-object. Then during the refactoring, the methods can be replaced successively with calls to the new API.
2008-11-16T19:36:45  <dreimark> looks like this is not finished then
2008-11-16T19:40:07  <ThomasWaldmann> looks like querystring -> .args, post form -> .form, both -> .values
2008-11-16T19:40:26  <ThomasWaldmann> (old behaviour was both -> .form)
2008-11-16T19:48:24  <ThomasWaldmann>  /me .oO(this will break all pre-1.9 actions expecting query args in request.form)
2008-11-16T20:00:23  <ThomasWaldmann> ok, looks like we need to review 161 places using request.form
2008-11-16T20:02:41  <ThomasWaldmann> zenhase: where is your CHANGES file fragment?
2008-11-16T20:04:54  * dreimark asked zenhase by mail to join
2008-11-16T20:05:51  <ThomasWaldmann> his irc client is with us already :)
2008-11-16T20:22:39  <ThomasWaldmann> if you want to help, grab some by putting your initials in front of the file names:
2008-11-16T20:22:42  <ThomasWaldmann> http://moinmo.in/MoinMoinTodo/Release 1.9/FormReview
2008-11-16T20:22:57  <ThomasWaldmann> then review / fix them
2008-11-16T21:08:39  <ThomasWaldmann> take it while it's hot :D
2008-11-16T21:36:33  <dreimark> you are too fast
2008-11-16T21:38:29  * dreimark can do some work on it tom. currently I am a bit tired
2008-11-16T21:49:03  <ThomasWaldmann> yeah, better do it when awake :D
2008-11-16T22:20:27  <CIA-58> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4424:5ad5753ae311 1.9/MoinMoin/ (29 files in 8 dirs): pre-1.9: request.form has qs args and post data, 1.9: .form only post data, .args only qs args, .values both

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-11-16 (last edited 2008-11-15 23:30:02 by IrcLogImporter)