2007-12-21T00:04:57  <rafael> xorAxAx: dreimark has the problem with the \: stuff from the generator as i already said above
2007-12-21T00:05:16  <xorAxAx> rafael: ?
2007-12-21T00:05:19  <xorAxAx> whats the problem?
2007-12-21T00:05:28  <xorAxAx> you dont unescape the string properly
2007-12-21T00:06:01  <rafael> xorAxAx: the generator returns REV:2007-12-20T22\:05\:34Z but i wonder about \ in front of :
2007-12-21T00:06:03  <rafael> xorAxAx: hm?
2007-12-21T00:06:09  <xorAxAx> rafael: you need to unescape it
2007-12-21T00:06:20  <xorAxAx> should be explained in the rfc
2007-12-21T00:19:49  <rafael> xorAxAx: which? MIME-DIR or vCard?
2007-12-21T00:20:18  <xorAxAx> vcard
2007-12-21T00:20:28  <xorAxAx> this is unrelated to mime, its one level up
2007-12-21T00:21:34  <grzywacz> Now, I wonder *what* I will get with mercurial clone over http, when my isp sends it some random garbage.
2007-12-21T00:21:34  <grzywacz> :D
2007-12-21T00:21:59  <xorAxAx> hehe
2007-12-21T00:30:41  <MrBawb> xorAxAx: I reworked my patch for the subscriber storage: http://dan.drown.org/fedora/moin-1.5.8-subscriptions-dbm-2.patch
2007-12-21T00:31:00  <xorAxAx> MrBawb: i might have a look tomorrow, put it into my todo list, thanks
2007-12-21T00:31:18  <MrBawb> xorAxAx: thanks
2007-12-21T00:32:00  <rafael> xorAxAx: ESCAPED-CHAR = "\\" / "\;" / "\," / "\n" / "\N") <- this?
2007-12-21T00:32:14  <xorAxAx> rafael: well, not sure
2007-12-21T00:32:27  <xorAxAx> its obvious that : needs to be escaped and unescaped again
2007-12-21T00:32:45  <xorAxAx> and your parser should handle that in the place where its parsing the line
2007-12-21T00:32:50  <xorAxAx> otherwise its deeply broken
2007-12-21T00:33:04  <rafael> you mean a vobject mistake
2007-12-21T00:40:37  <xorAxAx> is that one parsing it? then yes
2007-12-21T00:47:17  <rafael> xorAxAx: hm, so which characters are allowed in front of : or anywhere else that must be escaped
2007-12-21T01:00:02  <rafael> xorAxAx: ?
2007-12-21T01:14:50  <grzywacz> xorAxAx, ping :)
2007-12-21T01:24:19  <ricardo-fang> http://pastebin.ca/826102
2007-12-21T01:28:51  <grzywacz> Perfect.
2007-12-21T01:40:01  <grzywacz>  ping moinmo.in
2007-12-21T01:40:01  <grzywacz> ping: unknown host moinmo.in
2007-12-21T01:40:03  <grzywacz> Um... yeah
2007-12-21T01:40:04  <grzywacz> ;]
2007-12-21T01:46:20  <rafael> grzywacz: works here
2007-12-21T02:01:36  <ricardo-fang> one question.. how i may check the nameservers on Windows ? Not good to write router-specific steps for this on a document... ;-)
2007-12-21T02:02:34  <grzywacz> ricardo-fang, dnspython reads that from registry, I think
2007-12-21T02:02:39  <grzywacz> ricardo-fang, ipconfig /all
2007-12-21T08:28:35  <xorAxAx> ThomasWaldmann: ping
2007-12-21T09:01:00  <ThomasWaldmann>  moin
2007-12-21T09:06:24  <MrBawb> hello
2007-12-21T09:12:17  <dreimark> moin
2007-12-21T09:13:10  <starshine> ThomasWaldmann: :)
2007-12-21T09:15:19  <ThomasWaldmann> MrBawb: +            otherPatternRemoved = watchFile.remove_by_uid_pattern(uid,
2007-12-21T09:15:22  <ThomasWaldmann> +                                                                 interWikiName)
2007-12-21T09:15:40  <ThomasWaldmann> could you please reformat such stuff (use a single line)?
2007-12-21T09:17:08  <MrBawb> oh sure
2007-12-21T09:17:28  <MrBawb> I just read the codingstyle on your page
2007-12-21T09:22:20  * dreimark got three mails from issue 8  but none of them is listed in the issue itselfs. looks like someone removed them
2007-12-21T09:23:44  <xorAxAx> dreimark: yes, the student can remove his comments
2007-12-21T09:24:02  <xorAxAx> i got 6 mails btw (because google is still sending every mail twice for me :-()
2007-12-21T09:26:10  <MrBawb> ThomasWaldmann: patch reposted with that line fixed
2007-12-21T09:27:42  <ThomasWaldmann> ehrm, there are more than one line like that
2007-12-21T09:28:35  <MrBawb> ok, let me look again
2007-12-21T09:33:30  <MrBawb> I apologize for putting you through this code style chase, I'm new to python style
2007-12-21T09:40:44  <ThomasWaldmann> MrBawb: the simple rule for that is, if a line is only slightly longer than 80 chars, we don't care.
2007-12-21T09:41:07  <ThomasWaldmann> I rather like a 90 or 100 chars line than 2 lines, with 6 chars on the 2nd
2007-12-21T09:42:55  <MrBawb> yeah, I can understand that, most of my terminals are wide enough to handle it
2007-12-21T09:43:30  <MrBawb> I saw the PEP8 document and tried to follow it
2007-12-21T09:45:32  <MrBawb> ok, found a few more places and updated the patch
2007-12-21T09:46:00  <MrBawb> did you have any commens about the methods or code structure?
2007-12-21T09:50:24  <ThomasWaldmann> i only had a very low level look yet. :) I'll have to review it this evening when I have more time.
2007-12-21T09:50:57  <ThomasWaldmann> btw, there won't be a change to 1.5.8 code, so a patch for 1.6 and/or 1.7 would be better.
2007-12-21T09:51:24  <MrBawb> yeah, I expected as much
2007-12-21T09:51:54  <MrBawb> the fedora peeps wanted a patch against stable to use temporarily
2007-12-21T09:53:55  <MrBawb> would you prefer this against 1.6 or 1.7?
2007-12-21T10:06:40  <ThomasWaldmann> i can tell you after review :)
2007-12-21T10:08:32  <MrBawb> ok, then I will wait till that happens
2007-12-21T10:15:25  * MrBawb -> zzz's
2007-12-21T10:52:04  <grzybacz> moin
2007-12-21T11:39:24  <ThomasWaldmann> http://moinmo.in/4ct10n/diff/RicardoFang?action=diff&date=1198227944000000 funny :)
2007-12-21T11:40:17  <ThomasWaldmann> brb
2007-12-21T11:58:07  <grzybacz> :-PPPPPPPPPPP
2007-12-21T12:11:48  <xorAxAx> grzybacz: hmm, fosdem is conflicting with my exams, as usual :-(
2007-12-21T12:12:02  <xorAxAx> but i will be in berlin next week :)
2007-12-21T12:14:03  <ThomasWaldmann> ah, cu there :)
2007-12-21T12:14:26  <ThomasWaldmann> did you get some hostel still?
2007-12-21T12:14:48  <xorAxAx> yes
2007-12-21T12:14:53  <xorAxAx> booked last night :)
2007-12-21T12:15:16  <ThomasWaldmann> lucky
2007-12-21T12:15:49  <grzybacz> xorAxAx: :(
2007-12-21T12:15:59  <grzybacz> xorAxAx: Berlin... is still far away from Krakow :(
2007-12-21T12:17:42  <xorAxAx> grzybacz: yep
2007-12-21T12:19:20  <grzybacz> Oh well...
2007-12-21T12:20:22  <xorAxAx> ThomasWaldmann: we even got a private room for 3 people
2007-12-21T12:20:30  <xorAxAx> in hostel that i have been already to
2007-12-21T12:20:48  <ThomasWaldmann> but not the koepenicker str one?
2007-12-21T12:21:46  <xorAxAx> no
2007-12-21T12:21:51  <xorAxAx> three pigs
2007-12-21T12:22:43  <ThomasWaldmann> grzybacz: hey, it's nearer than from here :)
2007-12-21T12:22:53  <xorAxAx> wow
2007-12-21T12:23:08  <grzybacz> ThomasWaldmann: not if you take the state of polish roads/railway network into account.
2007-12-21T12:23:17  <grzybacz> Even if it is kilometer-wise.
2007-12-21T12:23:17  <grzybacz> ;]
2007-12-21T12:23:43  <xorAxAx> battery empty, see you in the afternoon
2007-12-21T12:23:47  <ThomasWaldmann> but that means you get it cheaper, hopefully :D
2007-12-21T12:24:27  <ThomasWaldmann> xorAxAx: cu
2007-12-21T12:24:55  * ThomasWaldmann hopes that with OLPC XO, batteries will be less an issue
2007-12-21T12:48:31  <kikka> Good Morning.
2007-12-21T12:52:11  <ThomasWaldmann> moin
2007-12-21T12:52:27  <kikka> Hm, should I write to another company or should I wait? :O
2007-12-21T12:53:14  <ThomasWaldmann> kikka: task number?
2007-12-21T12:53:46  <kikka> #63
2007-12-21T13:08:29  <kikka> :)
2007-12-21T13:15:39  <ThomasWaldmann> abet is a rather uncommon word (AFAIK), maybe try to use something easier
2007-12-21T13:16:34  <ThomasWaldmann> kikka: what do you mean by "another"?
2007-12-21T13:16:47  <ThomasWaldmann> I dont see any results of you yet.
2007-12-21T13:17:30  <kikka> ThomasWaldmann: I write to web.de and ask for a Interview.
2007-12-21T13:18:31  <kikka> The interview itself will be in german, so I don't have any problems with abet.
2007-12-21T13:21:00  <ThomasWaldmann> see my comment in the tracker
2007-12-21T13:22:18  <kikka> How should I hurry?
2007-12-21T13:22:34  <ThomasWaldmann> because of xmas :)
2007-12-21T13:22:36  <kikka> I don't have an concrete corporate person, thats the problem. :o
2007-12-21T13:22:49  <kikka> I don't ask, _why_. ;)
2007-12-21T13:23:14  <ThomasWaldmann> well, then you did not do enough research
2007-12-21T13:23:29  <ThomasWaldmann> we have a mailing list, we have a wiki, there is google
2007-12-21T13:23:44  <ThomasWaldmann> finding some corporate person is part of the task
2007-12-21T13:23:55  <kikka> I've written a mail into web.de-intern, but they are slow.
2007-12-21T13:24:48  <ThomasWaldmann> yeah, see comment #11
2007-12-21T13:25:45  <kikka> I know.
2007-12-21T13:27:27  <ThomasWaldmann> what others did you email, except web.de?
2007-12-21T13:28:04  <kikka> Nothing. I don't find others.
2007-12-21T13:28:15  <ThomasWaldmann> kikka: wait a moment
2007-12-21T13:28:23  <kikka> Okay.
2007-12-21T13:28:43  <kikka> I saw companies which uses moin official.
2007-12-21T13:31:53  <kikka> Vacances! Holidays! Ferien!
2007-12-21T13:43:36  <ThomasWaldmann> kikka: query
2007-12-21T13:47:28  <ThomasWaldmann> kikka: do you see my query?
2007-12-21T13:52:00  <ThomasWaldmann> kikka: see your mail inbox
2007-12-21T13:53:46  <kikka> Jes, thanks.
2007-12-21T13:57:43  <ThomasWaldmann> bbl
2007-12-21T13:59:34  <kikka> Should I encrypt the mail with gpg?
2007-12-21T14:02:33  <rafael> hi
2007-12-21T14:06:33  <ThomasWaldmann> kikka: i suggest not risking complications
2007-12-21T14:08:34  <kikka> Okay. NO GPG.
2007-12-21T14:09:24  <rafael> ThomasWaldmann: any suggestions/problems with issue #58
2007-12-21T14:11:08  <kikka> ThomasWaldmann, do he know, that I'll send a mail to him?
2007-12-21T14:11:44  <ThomasWaldmann> rafael: I must go now, but I can look at it later. Please do as much testing and "reading your diffs" on your own as possible.
2007-12-21T14:11:53  <ThomasWaldmann> kikka: he's prepared
2007-12-21T14:12:19  <kikka> ThomasWaldmann, ok, than I don't ask first.
2007-12-21T14:12:23  <rafael> ThomasWaldmann: i'm reading about unittesting at the moment..
2007-12-21T14:12:36  <ThomasWaldmann> rafael: very good idea :)
2007-12-21T14:12:48  <ThomasWaldmann> ok, now I really got to go....
2007-12-21T14:18:48  <kikka> Hm, one last question.
2007-12-21T14:19:11  <kikka> Do you help moin instead of do you abet moin?
2007-12-21T14:19:28  <xorAxAx> re
2007-12-21T14:25:02  <kikka> Can I take "Do you help MoinMoin"?
2007-12-21T14:25:53  <xorAxAx> what do you mean?
2007-12-21T14:26:07  <xorAxAx> ah, as an interview question?
2007-12-21T14:26:16  <xorAxAx> then you would use the word "support"
2007-12-21T14:26:23  <xorAxAx> instead of help
2007-12-21T14:26:55  <kikka> AH, ok.
2007-12-21T14:27:03  <kikka> Do you support MoinMoin, okay?
2007-12-21T14:27:47  <xorAxAx> yes, but without okay :)
2007-12-21T14:27:56  <kikka> jes. ;)
2007-12-21T14:29:30  <kikka> Thanks you very much for agreed!
2007-12-21T14:29:38  <kikka> something sounds... wrong.
2007-12-21T14:29:40  <kikka> Mistakes?
2007-12-21T14:30:41  <xorAxAx> in your last sentence?
2007-12-21T14:30:57  <kikka> In "Thank you very much for agreed"
2007-12-21T14:31:54  <xorAxAx> thank you very much for agreeing
2007-12-21T14:32:57  <kikka> Hello Mr. Arendsen,
2007-12-21T14:32:58  <kikka> I participate in Google Highly Open Participation and I work at a MoinMoin-Tasks. It contains to interview some company, which uses MoinMoin internally. Thomas Waldmann told me, that you're using MoinMoin internally.
2007-12-21T14:33:02  <kikka> Here are the questions:
2007-12-21T14:33:50  <kikka> Eh, Task.
2007-12-21T14:35:17  <xorAxAx> as i said, you can also write a german mail :)
2007-12-21T14:35:36  <rafael> kikka: which company are you interviewing?
2007-12-21T14:35:42  <kikka> Oh, ThomasWaldmann told me to write it in english.
2007-12-21T14:35:54  <kikka> intevation.de, rafael!
2007-12-21T14:36:21  <rafael> ah, nice
2007-12-21T14:36:37  <xorAxAx> kikka: hmm, i wonder why
2007-12-21T14:36:52  <kikka> Shoul I present myself?
2007-12-21T14:37:09  <xorAxAx> why not :)
2007-12-21T14:37:21  <kikka> Okay.
2007-12-21T14:42:37  <kikka> Okay, I'll send the mail now. ;)
2007-12-21T14:44:27  <kikka> Your questions and mine.
2007-12-21T14:45:55  <kikka> I received your mail, but I'm out of office until
2007-12-21T14:45:56  <kikka> Wednesday, January 2nd, 2008.
2007-12-21T14:46:01  <xorAxAx> but thomas has vacations
2007-12-21T14:46:03  <xorAxAx> yes
2007-12-21T14:46:07  <xorAxAx> he said that yesterday :)
2007-12-21T14:46:17  <xorAxAx> s/has vacations/is on vacation)
2007-12-21T14:46:20  <xorAxAx> ... to me
2007-12-21T14:46:31  <kikka> ThomasWaldmann: ?!
2007-12-21T14:46:35  <kikka> Na dann :(
2007-12-21T14:47:02  <xorAxAx> but i am sure he will reply to your mail ... he is also on irc (ThomasAH on freenode)
2007-12-21T14:47:17  <kikka> Okay.
2007-12-21T14:47:48  <kikka> I would add "Sorry to interrupt you holidays"-or something, if I had known this before :o
2007-12-21T14:51:17  <kikka> This sentence is probably wrong
2007-12-21T14:58:01  <kikka>  The case study text should be at least 10000 characters long and in
2007-12-21T14:58:02  <kikka> English (text with wiki markup we can publish on a page on the
2007-12-21T14:58:02  <kikka> MoinMoin wiki).
2007-12-21T14:58:18  <kikka> I don't understand the context of markup.
2007-12-21T14:59:48  <kikka> dict.cc means that markup is "aufschlag" like "Preiserhöhung"
2007-12-21T14:59:54  <xorAxAx> LOL
2007-12-21T15:00:11  <xorAxAx> it means "auszeichnung"
2007-12-21T15:00:30  <xorAxAx> i.e. you should write a wiki page instead of using microsoft word or openoffice
2007-12-21T15:00:54  <kikka> Eh, okay.
2007-12-21T15:01:11  <kikka> 10000 characters, okay.
2007-12-21T15:45:23  <dreimark> bbl
2007-12-21T16:57:54  <rafael> how can i add requests etc. to my script for writing unittests?
2007-12-21T16:58:19  <xorAxAx> rafael: you mean how you get the request object?
2007-12-21T16:58:30  <xorAxAx> rafael: or how you call your script?
2007-12-21T16:58:41  <rafael> xorAxAx: and formatter etc., yes
2007-12-21T16:58:54  <xorAxAx> rafael: see the RandomQuote macro
2007-12-21T16:59:10  <xorAxAx> its running the formatting process for a snippet
2007-12-21T16:59:15  <xorAxAx> or see other tests
2007-12-21T16:59:23  <xorAxAx> basically you have to do a send_page call
2007-12-21T16:59:46  <xorAxAx> or you could set it up yourself as well, but i guess that would hurt at some point because the weird links between objects
2007-12-21T17:00:22  <rafael> ok i'll take a look
2007-12-21T17:13:49  <rafael> xorAxAx: now i know how to create the page etc.. but from where take i the request? which args must be given?
2007-12-21T17:15:12  <xorAxAx> rafael: are you writing a function or method?
2007-12-21T17:15:26  <xorAxAx> in the first case, its the first parameter, otherwise its self.request
2007-12-21T17:16:03  <rafael> xorAxAx: eh, i'm a bit confused now.. it's the second. but how do i call it?
2007-12-21T17:16:18  <xorAxAx> rafael: call?
2007-12-21T17:16:23  <xorAxAx> rafael: self.request is your request
2007-12-21T17:16:27  <xorAxAx> you call your test with py.test
2007-12-21T17:18:13  <rafael> xorAxAx: so add def __init__(self, request):\n self.request = request in the unittest.TestCase subclass?
2007-12-21T17:18:40  <xorAxAx> NO
2007-12-21T17:18:45  <xorAxAx> no unittest subclass
2007-12-21T17:18:48  <xorAxAx> please read the py.test docs
2007-12-21T17:18:57  <xorAxAx> or just look at other tests
2007-12-21T17:20:37  <xorAxAx> http://codespeak.net/py/dist/test.html
2007-12-21T17:21:07  <rafael> xorAxAx: are there other tests for moin as the two in the tests/ dir?
2007-12-21T17:21:09  <xorAxAx> its really easy
2007-12-21T17:21:25  <xorAxAx> rafael: moin is has hundreds of tests
2007-12-21T17:22:02  <xorAxAx> in MoinMoin._tests
2007-12-21T17:31:29  <xorAxAx> rafael: does it work?
2007-12-21T17:31:30  <rafael> xorAxAx: if i have the request now, how can i check the table for the right pieces? assert with the html is bad
2007-12-21T17:31:53  <xorAxAx> well, you could use the text plain formatter
2007-12-21T17:33:07  * xorAxAx wonders why his formatter test is gone
2007-12-21T17:34:15  <rafael> i'll get wiki markup with it? how to do?
2007-12-21T17:34:48  <xorAxAx> ah, its misisng in 1.6, i will have to fix it
2007-12-21T17:34:54  <xorAxAx> rafael: no, plain text
2007-12-21T17:35:40  <xorAxAx> rafael: formatter = wikiutil.importPlugin(self.request.cfg, "formatter", "text_plain", "Formatter")
2007-12-21T17:35:43  <xorAxAx> then:
2007-12-21T17:35:46  <xorAxAx>         page = Page(self.request, pagename, formatter=formatter)
2007-12-21T17:35:47  <xorAxAx>         self.request.formatter = page.formatter = formatter(self.request)
2007-12-21T17:35:53  <xorAxAx> and finally  self.request.redirectedOutput(page.send_page, content_only=1)
2007-12-21T17:36:07  <xorAxAx> while page is a patched up version like in randomquote
2007-12-21T17:36:42  * xorAxAx is gone jogging
2007-12-21T17:37:11  <rafael> xorAxAx: and the function def is def x(req): ?
2007-12-21T17:38:16  <xorAxAx> no, it must be called request
2007-12-21T17:38:21  <xorAxAx> otherwise it doesnt work - its magic :)
2007-12-21T17:38:36  <rafael> was only a shortcut here in irc ;)
2007-12-21T17:45:17  <rafael> xorAxAx: could you please send me your formatter test?
2007-12-21T18:25:14  <xorAxAx> rafael: its in the 1.7 branch, in MoinMoin/formatter/_tests
2007-12-21T18:28:56  <xorAxAx> alert, we have 2 duplicates
2007-12-21T18:29:18  <xorAxAx> fajrin.azis (2 tasks) 15 Claimed moinmoin 50 Claimed mono
2007-12-21T18:29:24  <xorAxAx> leachim6 (2 tasks) 75 Claimed moinmoin 8 Claimed plone
2007-12-21T18:30:33  <ThomasWaldmann> how did you find out? :)
2007-12-21T18:31:12  <xorAxAx> ThomasWaldmann: reading my mail :)
2007-12-21T18:34:51  <ThomasWaldmann> ah, yeah
2007-12-21T18:37:24  * ThomasWaldmann handles Fajrin
2007-12-21T18:40:52  <ThomasWaldmann> Fajirin, we got notified that you claimed multiple tasks in parallel.
2007-12-21T18:40:52  <ThomasWaldmann> This is not allowed by the contest rules, so you have to drop all others within 24h.
2007-12-21T18:40:55  <ThomasWaldmann> Please notify us here when you have done so (and you want to continue on this one) or we will have to reopen THIS task for someone else.
2007-12-21T18:42:18  * ThomasWaldmann handles leachim6
2007-12-21T18:57:59  <kikka> re
2007-12-21T20:10:11  <ThomasKarlRichte> I am looking for Reimar but don't know his nick
2007-12-21T20:12:38  <kikka> 20:12 [freenode] -!- dreimark [n=rbauer@moinmoin/coreteam/reimar]
2007-12-21T20:12:39  <kikka> 20:12 [freenode] -!-  ircname  : Reimar Bauer
2007-12-21T20:15:57  <dreimark> hi ThomasKarlRichte
2007-12-21T20:16:22  <ThomasWaldmann> re
2007-12-21T20:16:34  <ernestas> hey
2007-12-21T20:16:36  <ThomasKarlRichte> I am becomming appetite for moin moin
2007-12-21T20:17:43  <ThomasKarlRichte> I am interested in SemanticWiki and asking myself what is going on in moinmoin in this regard
2007-12-21T20:18:09  <ThomasWaldmann> ThomasKarlRichte: that depends on metadata and that depends on new storage
2007-12-21T20:18:30  <ThomasKarlRichte> hi dreimark how are you?
2007-12-21T20:18:44  <ThomasWaldmann> see that 1.7-storage branch
2007-12-21T20:19:09  <ThomasKarlRichte> so will it be a feature of 1.7?
2007-12-21T20:19:42  <dreimark> ThomasKarlRichte: I did mostly of the christmas shoppings, so it is now better
2007-12-21T20:20:21  <ThomasWaldmann> ThomasKarlRichte: no, rather 1.8
2007-12-21T20:21:00  <dreimark> see http://moinmo.in/MoinMoinTodo/Release%201.7.0
2007-12-21T20:21:53  <dreimark> ThomasKarlRichte: we have to cleanup our branches first otherwise it will may be block us at some day
2007-12-21T20:22:50  <cb22> curse this thing called a social life :/
2007-12-21T20:23:39  <ThomasKarlRichte> dreimark: I am also finished with christmas shoppings :-)
2007-12-21T20:26:26  <dreimark> the most wanted christmas present is  1.6.0 in a few days :)
2007-12-21T20:27:06  <ThomasKarlRichte> Understand what you mean with christmas shopping now ;-)
2007-12-21T20:27:39  <ThomasKarlRichte> maybe
2007-12-21T20:29:00  <ThomasKarlRichte> I will do some research in the next days with http://halowiki.ontoprise.de
2007-12-21T20:30:35  <dreimark> that is a nice tool
2007-12-21T20:30:42  <ThomasKarlRichte> dreimark: and maybe need some support with ontology, rdf stuff etc. ...
2007-12-21T20:31:18  <ThomasKarlRichte> dreimark: seems like lot of ajax in it
2007-12-21T20:32:14  <ThomasKarlRichte> ... and the semantic web stuff of course too
2007-12-21T20:33:10  <ThomasKarlRichte> dreimark: do you know something about semantic modelling?
2007-12-21T20:33:14  <dreimark> may be we can define a soc task about that (if we are invited again)
2007-12-21T20:43:51  <dreimark> ThomasKarlRichte: http://rua.ua.es:8080/dspace/handle/10045/3464
2007-12-21T20:52:28  <rafael> it's still not clear to me how to handle the page stuff with the py.test. at the moment i have a `TestHCard` class with a method `test_simple_hcard` which should test one card
2007-12-21T21:03:47  <dreimark> ThomasWaldmann: I have not much experience with that besides the ICG data structure (scientific data)  is based on some of these ideas.
2007-12-21T21:04:08  <dreimark> and we don't use databases
2007-12-21T21:04:53  <dreimark> -> ThomasKarlRichte
2007-12-21T21:05:05  <dreimark> seems he is gone
2007-12-21T21:06:23  <dreimark> (sorry "irssi" twice tabs now)
2007-12-21T21:41:36  <cb22> hmm, are the logs working?
2007-12-21T21:42:00  <cb22> (the irc ones on the wiki)
2007-12-21T21:44:00  <xorAxAx> cb22: if you dont see new logs, please bug ThomasWaldmann
2007-12-21T22:00:32  * cb22 bugs ThomasWaldmann 
2007-12-21T22:04:58  <ernestas> I got this: http://pastebin.ca/827537 when I wanted to visit http://master.moinmo.in/4ct10n/info/WikiTipOfTheDay?action=info The error is not reproducible though.
2007-12-21T22:32:40  <ThomasWaldmann> ernestas: i guess this happens if a new moin process sees an action as first request. not sure though, if you have time, try it :)
2007-12-21T22:47:36  <ernestas> What should I do to try that?
2007-12-21T22:48:41  <ThomasWaldmann> well, you could try to reproduce it somehow
2007-12-21T22:49:10  <ThomasWaldmann> (but it does not be this easy case, I just tried it a minute before)
2007-12-21T22:49:31  <ThomasWaldmann> +...seem to...
2007-12-21T22:53:37  <ThomasWaldmann> xorAxAx: can you do final review of the theme task?
2007-12-21T22:57:46  * ThomasWaldmann looks at 94
2007-12-21T22:58:46  <kikka> Good Night :)
2007-12-21T23:00:23  <ThomasWaldmann> gn kikka
2007-12-21T23:10:45  <cb22> ThomasWaldmann: i dont suppose you remember what you told me about my task awhile ago?
2007-12-21T23:10:59  <cb22> i cant remember, and there dont seem to be any irc logs :/
2007-12-21T23:21:04  <xorAxAx> ThomasWaldmann: yes
2007-12-21T23:23:35  <ThomasWaldmann> ok, reviewed 94. see my tracker entry, he will be done soon.
2007-12-21T23:24:32  <ThomasWaldmann> cb22: it will help if you give me some hint what you mean :D
2007-12-21T23:26:13  <cb22> hehe, it was something to do with css / icons on task #51
2007-12-21T23:27:38  <ThomasWaldmann> you mean using 2 css classes "in parallel" instead of checking for some nesting?
2007-12-21T23:28:03  <cb22> ah yes, i think it was thath
2007-12-21T23:28:06  <cb22> that*
2007-12-21T23:28:30  <cb22> so instead of the current <div class="foo bar">
2007-12-21T23:28:31  <cb22> make it:
2007-12-21T23:28:38  <cb22> <div class="foo">
2007-12-21T23:28:45  <cb22> <div class="bar">
2007-12-21T23:28:49  <cb22> etc, etc
2007-12-21T23:29:13  <ThomasWaldmann> basically yes
2007-12-21T23:29:31  <ThomasWaldmann> (you already have a container for this msgs, right?)
2007-12-21T23:29:35  <cb22> yep
2007-12-21T23:29:44  <cb22> class="messages"
2007-12-21T23:31:02  <ThomasWaldmann> so just use some css for 'if <something> class "messages" contains <somethingelse> class "whatever"'
2007-12-21T23:32:01  <ThomasWaldmann> dreimark: can you review the hcard stuff?
2007-12-21T23:32:31  <kikka> re.
2007-12-21T23:36:43  <ThomasWaldmann> you don't need much sleep :)
2007-12-21T23:40:46  <kikka> I can't sleep ;)
2007-12-21T23:41:40  <cb22> kikka: heh, this is turning into the insomnic channel :)
2007-12-21T23:42:47  <kikka> insomnia means schlaflos, rigth
2007-12-21T23:42:50  <kikka> right
2007-12-21T23:43:00  <kikka> Damn Thinkpad-tastatur.
2007-12-21T23:44:04  <ernestas> gn. kikka go to bed! quickly! :)) j/k
2007-12-21T23:44:32  <kikka> No. First I had to do something from my ToDo List!
2007-12-21T23:45:45  <kikka> Oh! He!
2007-12-21T23:46:24  * cb22 adds 'sleep' to kikka's todo list
2007-12-21T23:47:29  <kikka> Vacances!
2007-12-21T23:57:47  <dreimark> ThomasWaldmann: yep, will do
2007-12-21T23:58:08  <dreimark> reviewed 62 already

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