2007-12-17T00:11:27  <dreimark> gn
2007-12-17T00:12:55  <ThomasWaldmann> gn dreimark
2007-12-17T00:57:03  <ernestas> I have translated pages listed in PO file. What else should I do now?
2007-12-17T00:57:09  <ernestas> ThomasWaldmann
2007-12-17T00:57:29  <ernestas> I have been a bit stuck in some places, but finally translated them :)
2007-12-17T01:03:02  <ThomasWaldmann> is lt(name) == name?
2007-12-17T01:04:12  <ernestas> hm?
2007-12-17T01:04:39  <ThomasWaldmann> is the lt translation of english "name" also "name"?
2007-12-17T01:04:51  <ernestas> no, it is "vardas"
2007-12-17T01:05:07  <ernestas> or "pavadinimas" in some cases
2007-12-17T01:05:16  <ThomasWaldmann> so on the lt FrontPage, it is maybe WikiVardas Wiki?
2007-12-17T01:05:29  <ernestas> ah, you said not to translate this one
2007-12-17T01:05:32  <ernestas> so I didn't
2007-12-17T01:05:36  <ernestas> I can fix it
2007-12-17T01:05:47  <ThomasWaldmann> i meant not replace it with a project name
2007-12-17T01:06:02  <ernestas> ok, I didn't understand that
2007-12-17T01:06:07  <ernestas> I'll fix in a moment
2007-12-17T01:06:38  <ernestas> done
2007-12-17T01:07:41  <ernestas> I didn't translate any names of pages that are still untranslated
2007-12-17T01:11:04  <ThomasWaldmann> ok, looks good
2007-12-17T01:11:14  <ernestas> nice to hear that :)
2007-12-17T01:12:19  <ThomasWaldmann> next is the rest of the system pages
2007-12-17T01:12:51  <ernestas> ok, I will continue my work later
2007-12-17T01:12:51  <ThomasWaldmann> (you can order them by importance on your own)
2007-12-17T01:13:02  <ThomasWaldmann> yeah, sleep is also important :D
2007-12-17T01:13:08  <ernestas> right :) gn
2007-12-17T01:13:29  <ThomasWaldmann> gn
2007-12-17T09:43:11  <ThomasWaldmann> moin
2007-12-17T09:46:02  <cb22> hello ThomasWaldmann
2007-12-17T09:59:48  <CIA-34> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> default * 2962:5175bd01d5d8 1.7/MoinMoin/macro/Navigation.py: Navigation macro: use re.escape to fix problems with pagenames containing special regex chars (thanks to Boleslaw Kulbabinski)
2007-12-17T10:44:14  <dreimark> moin
2007-12-17T10:44:32  <dreimark> ThomasWaldmann: rc2 is delayed ?
2007-12-17T10:54:04  <ThomasWaldmann> didnt have enough time yesterday, but I'll retry today
2007-12-17T13:36:51  * dreimark investigates missing meta
2007-12-17T14:00:10  <dreimark> yeah, found it
2007-12-17T14:04:46  <CIA-34> moin: Reimar Bauer <rb.proj AT googlemail DOT com> default * 2443:d113143bcbcd 1.6/MoinMoin/action/edit.py: action.edit: bug fix for missing #format (Page for send_page)
2007-12-17T14:05:46  <dreimark> TheSheep: test_text_creole.testParagraphBeforeBlock fails for me in current 1.6
2007-12-17T14:06:32  <TheSheep> fun
2007-12-17T14:06:37  <TheSheep> let me check
2007-12-17T14:09:03  <starshine> hi guys
2007-12-17T14:09:09  <dreimark> hi starshine
2007-12-17T14:12:36  <TheSheep> failure to get at sourcelines from ...
2007-12-17T14:12:42  <TheSheep> what's wrong?
2007-12-17T14:13:43  <dreimark>  +  where None = <_sre.SRE_Pattern object at 0x939e990>.search(u'<div class="codearea" dir="ltr" lang="en">\n<script type="text/javascript">\...lass="ID">Pre</span><span class="Text"></span></span>\n</pre></div><p>AAA </p>')
2007-12-17T14:15:01  <dreimark> bbl
2007-12-17T15:15:59  <TheSheep> any idea why py.test is saying E   [failure to get at sourcelines from <TracebackEntry...
2007-12-17T15:18:57  <ThomasWaldmann> TheSheep: is it maybe executing some "compiled" wikipage?
2007-12-17T15:21:30  <TheSheep> ThomasWaldmann: no, it's normal test, calling the parser
2007-12-17T15:21:47  <TheSheep> MoinMoin/parser/_tests/test_text_creole.py:303
2007-12-17T15:22:10  <TheSheep> removing cache didn't help
2007-12-17T15:26:10  <TheSheep> hmm... it's because I use python2.5 by default :/
2007-12-17T15:26:15  <TheSheep> silliness
2007-12-17T15:39:10  <TheSheep> it sounds weird
2007-12-17T15:39:25  <TheSheep> but it looks like formatter.parser() goes back in time
2007-12-17T15:40:04  <TheSheep> it puts its output *before* the preceding paragraph somehow
2007-12-17T15:40:38  <TheSheep> when I replace it with formatter.preformatted it works fine
2007-12-17T15:42:11  <TheSheep>             writes out the result instead of returning it!
2007-12-17T15:42:15  <TheSheep> great
2007-12-17T15:52:11  <TheSheep> moonshine and madness
2007-12-17T16:02:45  <TheSheep> looks like request.redirect() doesn't work :/
2007-12-17T16:17:21  <TheSheep> ok, it's not redirection
2007-12-17T16:17:45  <TheSheep> when I call formatter.parser(), it doesn't write anything or return anything
2007-12-17T16:18:06  <TheSheep> but when I copy the code to my function and run it here, it works fine
2007-12-17T16:20:29  <theredmonkey> hi
2007-12-17T16:34:31  <CIA-34> moin: Radomir Dopieralski <moindev@sheep.art.pl> default * 2444:1f2979140a67 1.6/MoinMoin/parser/ (_creole.py text_creole.py): Creole parser: Work around inconsistent formetter.parser behavior.
2007-12-17T16:35:24  <TheSheep> dreimark: fixed, thank you
2007-12-17T17:19:18  <dreimark> TheSheep: :)
2007-12-17T17:38:01  <CIA-34> moin: Radomir Dopieralski <moindev@sheep.art.pl> default * 2963:4f2ce9dc42e8 1.7/MoinMoin/parser/ (_creole.py text_creole.py): Creole parser: Work around inconsistent formetter.parser behavior.
2007-12-17T17:43:59  <dreimark> ThomasWaldmann: Do we have a bug report for this "page delete" problem on MMaster ?
2007-12-17T18:22:35  <dreimark> bbl
2007-12-17T19:32:47  <ThomasWaldmann> dreimark: yes
2007-12-17T20:17:39  <ThomasWaldmann> re
2007-12-17T20:38:48  <xorAxAx> ThomasWaldmann: you can close #42
2007-12-17T20:40:06  <cb22> hmm, i have ~20 diffs, whats the best way to attach theme?
2007-12-17T20:40:09  <cb22> them*
2007-12-17T20:40:17  <xorAxAx> ~20 diffs?!?
2007-12-17T20:40:22  <xorAxAx> cb22: hg diff only gives you 1 diff
2007-12-17T20:40:27  <cb22> tar them up? cat into one file? add all?
2007-12-17T20:40:39  <xorAxAx> well
2007-12-17T20:40:42  <xorAxAx> why do you have 20 diffs?
2007-12-17T20:40:47  <cb22> xorAxAx: wasnt using hg
2007-12-17T20:40:50  <cb22> they are all tiny
2007-12-17T20:40:53  <xorAxAx> well, you should :)
2007-12-17T20:40:57  <xorAxAx> yes, cat them
2007-12-17T20:41:02  <ThomasWaldmann> 42 closed
2007-12-17T20:41:21  <cb22> heh, i know, but hg diff gave me funny results the last time i tried
2007-12-17T20:41:24  <xorAxAx> and they need a common basepath
2007-12-17T20:41:29  <xorAxAx> cb22: ? then just ask here
2007-12-17T20:41:31  <cb22> yep, all -p1
2007-12-17T20:46:09  <cb22> ok, posted
2007-12-17T20:49:24  <ThomasWaldmann> cb22: if someone adds multiple msgs with add_msg(), I guess there will be blanks missing in between them.
2007-12-17T20:49:43  <xorAxAx> the theme should decide how to render the messages
2007-12-17T20:49:51  <xorAxAx> and should be responsible for the blanks
2007-12-17T20:50:32  <ThomasWaldmann> cb22: and you didn't fix the multiple get()
2007-12-17T20:51:42  <ThomasWaldmann> yeah, I am talking about the theme patch
2007-12-17T20:53:36  <cb22> hmm, wtf
2007-12-17T20:54:19  <ThomasWaldmann> cb22: +        request.theme.add_msg(_('Exactly one page like "%s" found, redirecting to page.', formatted=False) % (pagename), "info")
2007-12-17T20:54:40  <ThomasWaldmann> the parantheses around pagename are rather superfluous :)
2007-12-17T20:55:32  <cb22> ThomasWaldmann: i know :) but there wre there originally, and i figured for some reason....
2007-12-17T20:55:36  <cb22> were*
2007-12-17T20:55:48  <cb22> infact IIRC it happens a few times
2007-12-17T20:57:06  <ThomasWaldmann> you killed a comma
2007-12-17T20:57:34  <cb22> yeah, what exactly did that comma do?
2007-12-17T20:57:34  <ThomasWaldmann> (x,) is a 1-tuple
2007-12-17T20:58:03  <ThomasWaldmann> , is the tuple-operator, not ()
2007-12-17T20:58:53  <cb22> ThomasWaldmann: aah, i was wondering why i kept on seeing (x,)
2007-12-17T20:59:29  <cb22> it was kinda like when i first saw ''.join :)
2007-12-17T20:59:32  <ThomasWaldmann> for % it doesnt make a big diff, except that a tuple is easier extendable to more elements
2007-12-17T20:59:44  <xorAxAx> ThomasWaldmann: except if you have a tuple as an arg
2007-12-17T21:00:13  <ThomasWaldmann> sure, but for % you usually have not
2007-12-17T21:01:35  * xorAxAx handles #62
2007-12-17T21:07:10  <ThomasWaldmann> cb22: +            self.render_msg(self.make_form(), "") # display the form again
2007-12-17T21:07:19  <ThomasWaldmann> that "" looks rather artificial
2007-12-17T21:07:30  <xorAxAx> cb22: use None
2007-12-17T21:07:40  <ThomasWaldmann> maybe the default msg_class should be None
2007-12-17T21:09:29  <cb22> hmmm, that one should be "dialog"
2007-12-17T21:11:39  <cb22> btw, should i remove the () in % (pagename) or add in a comma?
2007-12-17T21:12:04  <ThomasWaldmann> add a comma
2007-12-17T21:22:27  <ThomasWaldmann> cb22: patch looks good. did you test it?
2007-12-17T21:24:37  <neagulm> moin
2007-12-17T21:25:03  <cb22> ThomasWaldmann: yep, works
2007-12-17T21:25:13  <cb22> i tested all the actions and the pageditor
2007-12-17T21:25:50  <ThomasWaldmann> and the blank is missing?
2007-12-17T21:26:17  <cb22> well, thats one of the things i need to work out
2007-12-17T21:26:21  <cb22> since it uses div classes
2007-12-17T21:26:38  <cb22> and there already is an info class in modern, it gets positioned on the right in grey
2007-12-17T21:27:03  <cb22> which is not exactly what i was going for, maybe i should change the name?
2007-12-17T21:27:26  <cb22> (the only case i have come apon that uses 2x messages at the same time is PageEditor)
2007-12-17T21:47:21  <ernestas> * MoinMoin/TextFormatting isn't a duplicate of SyntaxReference as I can see, but there's a note on the top of MoinMoin/TextFormatting saying so
2007-12-17T21:57:28  <ThomasWaldmann> ernestas: it is not exactly the same, but could be replaced by SyntaxReference
2007-12-17T21:58:17  <ernestas> there's many more information in SyntaxReference
2007-12-17T21:58:54  <ThomasWaldmann> if you have time, you could clean it up, globally :)
2007-12-17T21:59:08  <ernestas> ok, maybe I'll do this later
2007-12-17T22:00:11  <ernestas> clean up = replace MM/TextFormatting with SyntaxReference everywhere (including languages?)
2007-12-17T22:00:19  <ernestas> right?
2007-12-17T22:01:35  <ThomasWaldmann> yes
2007-12-17T22:01:49  <ernestas> ok, I'll keep this in mind
2007-12-17T22:01:53  <ThomasWaldmann> there are some translations of MM/TF
2007-12-17T22:02:07  <ThomasWaldmann> you could check if there are equiv. translations of SR
2007-12-17T22:02:53  <ernestas> ok, understood
2007-12-17T22:17:08  <ThomasWaldmann> ernestas: do not add text after the pagenames on SystemPagesGroup
2007-12-17T22:17:22  <ThomasWaldmann> use a 2ndlevel list entry on the next line for that
2007-12-17T22:17:31  <ernestas> ok
2007-12-17T22:18:26  <ernestas> fixed
2007-12-17T22:21:25  <ernestas> why is MoinI18n/lt showing up in OrphanedPages?
2007-12-17T22:22:38  <xorAxAx> because its not linked from MoinI18n
2007-12-17T22:24:48  <ernestas> should it be linked? and how?
2007-12-17T22:25:11  <xorAxAx> well, it is linked :)
2007-12-17T22:25:23  <ernestas> hm
2007-12-17T22:25:33  <xorAxAx> obviously a bug
2007-12-17T23:30:07  <dreimark> bb

MoinMoin: MoinMoinChat/Logs/moin-dev/2007-12-17 (last edited 2007-12-22 22:45:03 by IrcLogImporter)