2009-02-10T07:06:34  <dreimark> moin
2009-02-10T08:33:26  <ThomasWaldmann> moin
2009-02-10T10:31:47  <dreimark> moin
2009-02-10T13:09:43  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4286:68d29223dfa9 1.8/MoinMoin/ (events/notification.py userprefs/oid.py): page.url() should preferably get a query dict, not a query string. It calls wikiutil.makeQueryString() internally.
2009-02-10T13:28:21  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4552:7d8c6d279cff 1.9/MoinMoin/action/Despam.py: Despam action: explicitely using repr() there is more clear than having it happen somewhere deeper in the code
2009-02-10T13:28:31  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4566:2eaf4b42b400 1.9/ (60 files in 14 dirs): merged moin/1.8
2009-02-10T15:55:27  <waldi> ThomasWaldmann: the code still have one problem: if someone puts an encoded '/' in the path it will be wrongly decoded
2009-02-10T16:05:51  <ThomasWaldmann> which code?
2009-02-10T16:19:04  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4567:6ac8b2f4cdac 1.9/MoinMoin/ (script/migration/wikiutil160a.py wikiutil.py): remove unused wikiutil.decodeWindowsPath function
2009-02-10T16:19:05  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4568:def073ae536c 1.9/MoinMoin/auth/_tests/test_auth.py: skip http auth test that has no matching code within moin (yet)
2009-02-10T17:07:20  <waldi> ThomasWaldmann: iri/uri
2009-02-10T17:16:53  <ThomasWaldmann> waldi: what do you think about discussing that stuff on #python.de? Maybe it could go into werkzeug / stdlib later.
2009-02-10T20:38:07  <ThomasWaldmann> TheSheep: (20:37) <    pinner> ThomasWaldmann: Is TheSheep doing it? Can you ask him please? Because if he can't we'll ahve to  find someone else. Tell him I LOVE Hatta!
2009-02-10T20:41:46  <TheSheep> ThomasWaldmann: thanks :D
2009-02-10T20:42:00  <TheSheep> ThomasWaldmann: doing what?
2009-02-10T20:42:33  <ThomasWaldmann> the theme
2009-02-10T20:45:07  <TheSheep> ah
2009-02-10T20:46:43  <ThomasWaldmann> the ugly thing :))
2009-02-10T21:00:29  * ThomasWaldmann continues refactoring wikiutil
2009-02-10T21:24:59  <ThomasWaldmann> E           assert result == expected
2009-02-10T21:25:00  <ThomasWaldmann> >           assert u'<a class="nonexistent" href="/ABC:n">ABC:n</a>' == '<a class="nonexistent" href="/ABC%3An">ABC:n</a>'
2009-02-10T21:26:33  <waldi> hihi
2009-02-10T21:28:05  <ThomasWaldmann> the question is: fix code or fix test?
2009-02-10T21:30:08  <waldi> the test is wrong
2009-02-10T21:30:22  <waldi> err, no
2009-02-10T21:30:30  <waldi> with the / it is okay
2009-02-10T21:36:34  <CIA-38> Bastian Blank <bblank@thinkmo.de> default * 4911:542ce4fd3b05 1.8-dom-bblank/MoinMoin/util/iri.py: Iri - Use Value classes for encoded parts
2009-02-10T21:36:36  <CIA-38> Bastian Blank <bblank@thinkmo.de> default * 4912:b03828996e30 1.8-dom-bblank/MoinMoin/util/iri.py: Iri - Make all strings for the quote ranges unicode
2009-02-10T21:36:38  <CIA-38> Bastian Blank <bblank@thinkmo.de> default * 4913:612c30c73789 1.8-dom-bblank/MoinMoin/util/iri.py: Iri - Change name of value classes
2009-02-10T21:43:47  <ThomasWaldmann> ah, found it
2009-02-10T21:44:47  <ThomasWaldmann> werkzeug.utils.url_quote has safe='/:' default, urllib.quote has safe='/' default

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-02-10 (last edited 2009-02-10 06:15:02 by IrcLogImporter)