2008-01-17T00:56:47  <grzywacz> night
2008-01-17T00:57:06  <ThomasWaldmann> gn grzywacz
2008-01-17T00:57:12  <CIA-35> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 2501:83dbc5098e4c 1.6/MoinMoin/Page.py: fix wrong pagename when creating new pages on Mac OS X
2008-01-17T00:57:14  <CIA-35> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 2502:15cc723b0036 1.6/MoinMoin/ (action/supplementation.py theme/__init__.py): merged main
2008-01-17T00:57:26  <TheSheep> ThomasWaldmann: oh, wow
2008-01-17T00:57:33  <TheSheep> ThomasWaldmann: what was wrong?
2008-01-17T00:58:56  <TheSheep> I see...
2008-01-17T00:59:25  <ThomasWaldmann> weird code calling platform dependant code
2008-01-17T01:00:20  <TheSheep> the page name should be saved with meta info in 2.0 :)
2008-01-17T01:01:58  <ThomasWaldmann> yeah, that's better (esp. for broken filesystems :)
2008-01-17T01:02:53  <ThomasWaldmann> btw, that platform code misses a win32 branch, if someone cares...
2008-01-17T01:28:55  * YoniWiz submits his report to issue 56 and to moinmo.in/EasyToDo/ResearchOSXPluginSupport
2008-01-17T02:01:04  <ThomasWaldmann> someone with windows here who can try some stuff?
2008-01-17T03:16:16  <CIA-35> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 2503:3d677925c192 1.6/docs/CHANGES: updated CHANGES
2008-01-17T03:16:32  <ThomasWaldmann> gn
2008-01-17T06:25:35  <cb23> xorAxAx, morning. the problem is is that that page is fine like that, but when you run any sort of encode-for-fs on it, it replaces all the % with (xx)
2008-01-17T06:32:24  <cb23> but it looks like the % signs shouldnt be there in the first place
2008-01-17T09:36:10  <dreimark> moin
2008-01-17T09:36:52  <dreimark> ThomasWaldmann: we should change this interwiki name to one with a version MoinCVS and fix it ;)
2008-01-17T10:19:50  <xorAxAx> cb23: where do the % come from?!
2008-01-17T11:17:40  <ThomasWaldmann> dreimark: ?
2008-01-17T11:18:12  <ThomasWaldmann> moin btw
2008-01-17T12:52:11  <dreimark> ThomasWaldmann: hi, http://hg.moinmo.in/moin/1.6?f=-1;file=
2008-01-17T12:52:32  <dreimark> pointing to a patch with a interwiki name would be nice too
2008-01-17T12:53:30  <dreimark> fixed to the version
2008-01-17T12:53:44  <ThomasWaldmann> and what has this to do with MoinCVS?
2008-01-17T12:53:55  <dreimark> otherwise if we change this to 1.6+ all the links will be broken
2008-01-17T12:54:13  <dreimark> MoinCVS16 ?
2008-01-17T12:54:26  <ThomasWaldmann> we don't use CVS any more
2008-01-17T12:54:53  <dreimark> I know but we have this name used as interwiki name
2008-01-17T12:55:13  <dreimark> it could be MoinHg16 too
2008-01-17T12:56:03  <ThomasWaldmann> MoinSrc for files, MoinCs for changesets?
2008-01-17T12:57:12  <dreimark> hmm I am thinking of using it with a changeset number 9178bd7e91be
2008-01-17T12:58:14  <dreimark> the links should not go wrong if we change the version number then
2008-01-17T13:02:03  <ThomasWaldmann> Moin16Src Moin16Cs then?
2008-01-17T13:02:17  <dreimark> :)
2008-01-17T14:29:29  <cb22> xorAxAx: thats whats confusing me :) i think it is just an invalid link
2008-01-17T14:35:31  <cb22> ThomasWaldmann: ah, i see your comment :)
2008-01-17T14:39:54  <cb23> ThomasWaldmann, yay :) thanks :))
2008-01-17T14:52:12  <ThomasWaldmann> cb23: i guess it is easy to find now
2008-01-17T14:52:26  <ThomasWaldmann> (once one knows what's going wrong)
2008-01-17T14:52:52  <ThomasWaldmann> cb23: i would like to close that task soon
2008-01-17T14:53:34  <ThomasWaldmann> so please, after fixing, do extensive tests on your own
2008-01-17T14:55:17  <xorAxAx> cb22: using urldecode is likely broken
2008-01-17T14:55:28  <xorAxAx> because you should use an urldecoded string in the first place
2008-01-17T15:18:46  <cb23> ThomasWaldmann, gotcha
2008-01-17T15:18:58  <cb23> xorAxAx, well, i got it from a link
2008-01-17T15:19:03  <cb23> with my modified getUrl
2008-01-17T15:19:17  <cb23> so it probably wont be decoded
2008-01-17T15:20:01  <xorAxAx> cb23: a link?
2008-01-17T15:20:25  <cb23> well, see my modifications to wikiutil
2008-01-17T15:40:13  <xorAxAx> cb23: i am seeing two major issues
2008-01-17T15:40:23  <xorAxAx> cb23: 1) the finally in create is a bit useless
2008-01-17T15:40:32  <xorAxAx> furthermore it should be used to restore the request attributes
2008-01-17T15:41:09  <xorAxAx> 2) you store the wrong stuff in custom_link_list
2008-01-17T15:41:17  <xorAxAx> obviously you want to store pagenames
2008-01-17T15:41:20  <xorAxAx> and not URLs
2008-01-17T15:41:30  <cb23> indeed
2008-01-17T15:42:05  <xorAxAx> but it looks nice otherwise :)
2008-01-17T16:09:18  <cb23> thanks :)
2008-01-17T16:17:11  <cb23> woah, a simple little reorganizing in the code just sped it up a _huge_ amount
2008-01-17T16:19:30  * cb23 is happy
2008-01-17T16:27:19  <cb23> xorAxAx, could you tell me what you think of http://paste.pocoo.org/show/21881/ please? its not finished yet, still needs a bit of polish and testing
2008-01-17T16:28:08  <ThomasWaldmann> ah, looks like my advertisement yields first results :D
2008-01-17T16:28:31  <ThomasWaldmann> (pt-br)
2008-01-17T16:35:40  <xorAxAx> cb23: better :) i dont know if you fixed custom link list already, though
2008-01-17T16:48:29  <kikka> hello!
2008-01-17T16:58:31  <ThomasWaldmann> hi kikka
2008-01-17T17:06:50  <rafael> moin
2008-01-17T17:07:02  <rafael> dreimark: what do you mean with make it boolean?
2008-01-17T17:10:51  <dreimark> rafael: if we have to enter button=True then button needs to be initilized in the macro definition of that type
2008-01-17T17:11:17  <dreimark> see wikiutil
2008-01-17T17:11:56  <dreimark> def get_bool
2008-01-17T17:17:38  * dreimark will review 56 in the evening 
2008-01-17T17:19:52  <dreimark> bbl
2008-01-17T21:06:10  <YoniWiz> xorAxAx: are my plugins for issue 56 okay?
2008-01-17T21:07:33  <xorAxAx> YoniWiz: reimar will check that tomorrow
2008-01-17T21:07:42  <YoniWiz> oh, alright sounds good
2008-01-17T21:23:16  <TheSheep> found some resources for an eventual eo translator :)
2008-01-17T21:24:32  <TheSheep> hmm... there is no task or anything to attach a link to
2008-01-17T21:30:12  <xorAxAx> TheSheep: #93
2008-01-17T21:32:13  <TheSheep> ok
2008-01-17T21:34:01  <TheSheep> xorAxAx: thanks
2008-01-17T21:37:14  <cb24> hmm, i'm probably missing something obvious here, but how come if "?" not in pagename works but  if "?" not in pagename or "#" not in pagename: doesnt?
2008-01-17T21:38:04  * cb24 wonders about his intelligence todo
2008-01-17T21:38:06  <cb24> today*
2008-01-17T21:38:27  <TheSheep> cb24: context?
2008-01-17T21:38:29  <cb24> no seriously, i cant believe i asked that
2008-01-17T21:38:39  <cb24> TheSheep, it should be an and not or =)
2008-01-17T21:38:56  <cb24> i'm in slow mode
2008-01-17T21:39:20  * TheSheep shrugs, still confused
2008-01-17T21:40:15  <cb24> TheSheep, like if the pagename is "lolcats?" or "lolcats#" i dont want it
2008-01-17T21:41:10  <cb24> so i naturally thought or would be correct... whereby using or i'm saying: IF "?" is not in pagename (==True) OR "#" is not in pagename (==False)
2008-01-17T21:41:49  <TheSheep> well, the de Morgan's laws...
2008-01-17T21:42:37  <TheSheep> I think it would be clearer to use parens though
2008-01-17T21:42:42  <TheSheep> and explicit negation
2008-01-17T21:46:17  <stargaming> How about if all(char not in pagename for char in "?#")? :D
2008-01-17T21:54:58  <cb22> stargaming: nice :)
2008-01-17T21:55:12  <xorAxAx> thats 2.4 only
2008-01-17T21:55:15  <xorAxAx> for 2 reasons
2008-01-17T21:55:37  <xorAxAx> 2.4 only and 2.5 only even
2008-01-17T21:55:54  <TheSheep> generator expressions
2008-01-17T21:56:22  <TheSheep> comprehensions
2008-01-17T21:57:26  <stargaming> Aww right, bad bad backwards-compat...
2008-01-17T21:57:57  <cb22> hmm, no from __future__ import really_cool_forloops?
2008-01-17T21:58:12  <cb22> oh well :)
2008-01-17T21:58:25  <TheSheep> cb24: for 2.3, if you used list comprehensions instead
2008-01-17T21:58:35  <TheSheep> I think
2008-01-17T21:58:59  * cb24 needs to read the dive into python book he printed out again
2008-01-17T21:59:05  <cb24> s/again//
2008-01-17T21:59:32  <TheSheep> cb24: I think it's more the PEPs
2008-01-17T21:59:53  <TheSheep> cb24: get your knowledge at the source :)
2008-01-17T22:00:35  <cb22> hehe
2008-01-17T22:26:23  <macka601> hello?
2008-01-17T22:26:32  <xorAxAx> hi macka601
2008-01-17T22:26:47  <TheSheep> macka^: :)
2008-01-17T22:26:59  <macka^> Hi ya, i have a problem with my recent upgrade to 1.6
2008-01-17T22:27:19  <TheSheep> macka^: you should joing the support channel #moin
2008-01-17T22:27:22  <TheSheep> join
2008-01-17T22:27:43  <macka^> Excellent.. thanks TheSheep

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-01-17 (last edited 2008-01-17 00:00:07 by IrcLogImporter)