2008-03-17T00:06:28  <CIA-39> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3277:e79c742eaca7 1.7/MoinMoin/macro/EmbedObject.py: EmbedObject macro: misc. fixes / cleanups
2008-03-17T00:06:28  <CIA-39> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3278:3789b1eea314 1.7/ (MoinMoin/action/_tests/test_attachfile.py setup.py): merged main
2008-03-17T00:12:04  <ThomasWaldmann> gna, i think i have to put that PEP8 tester into pre-commit X)
2008-03-17T00:16:01  <ThomasWaldmann> hmm, that Action macro is almost superfluous meanwhile
2008-03-17T00:16:48  <ThomasWaldmann> [[target|text|&action=foo]]
2008-03-17T00:21:36  <ThomasWaldmann> hmm, currently target is required to be at least 1 char
2008-03-17T00:21:56  <ThomasWaldmann> if we allow zero, that could mean "current page"
2008-03-17T00:22:59  <dreimark> it can end up with [[||&action=foo]]
2008-03-17T00:23:38  <ThomasWaldmann> that would require more magic for the rendered text
2008-03-17T00:25:20  <ThomasWaldmann> but maybe it is better to have some $THIS variable
2008-03-17T00:27:21  <ThomasWaldmann> also [[||&action=foo]] would only work ok for english
2008-03-17T00:32:02  <dreimark> that's true
2008-03-17T00:39:19  * ThomasWaldmann tries to fix Action macro
2008-03-17T00:45:51  <ThomasWaldmann> hmm, looks like a arg parser problem
2008-03-17T00:46:02  <ThomasWaldmann> johill: can you have a look at Action macro?
2008-03-17T00:46:55  <ThomasWaldmann> http://moinmo.in/MoinMoinBugs/1.7devCreateHomePageCreatesWrongPage < the workaround using text=... should not be necessary, right?
2008-03-17T00:47:54  <ThomasWaldmann> ehrm, ignore, i think I see the problem now
2008-03-17T01:18:40  <dreimark> gn
2008-03-17T01:18:58  <CIA-39> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3279:12364c64a49f 1.7/MoinMoin/Page.py: only render MissingHomePage if user_homewiki is the local wiki
2008-03-17T01:19:02  <ThomasWaldmann> gn dreimark
2008-03-17T01:31:47  <CIA-39> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3280:ef1313a4add2 1.7/MoinMoin/macro/LikePages.py: LikePages macro: fix argument count/processing
2008-03-17T08:34:18  <ThomasWaldmann> moin
2008-03-17T09:28:38  <dreimark> moin
2008-03-17T09:58:59  <ThomasWaldmann> hi dreimark
2008-03-17T09:59:41  * dreimark waits for the list on http://code.google.com/soc/2008/
2008-03-17T10:00:13  <ThomasWaldmann> hehe
2008-03-17T10:00:25  <ThomasWaldmann> don't hold your breath :)
2008-03-17T10:01:26  <dreimark> yeah, they have to awake first
2008-03-17T10:02:48  <dreimark> bbl -> walks to some other offices
2008-03-17T10:29:23  <CIA-39> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3281:d519735ca765 1.7/MoinMoin/xmlrpc/ (UpdateGroup.py __init__.py): xmlrpc: use logging module
2008-03-17T13:18:12  <dreimark> http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_timeline
2008-03-17T13:23:18  * ThomasWaldmann tries to fix the highlighting bug meanwhile :)
2008-03-17T13:42:17  <dreimark> is there a new one ?
2008-03-17T13:42:52  <dreimark> or http://moinmo.in/MoinMoinBugs/TitleSearchShouldNotHighlight ?
2008-03-17T13:46:12  <mvirkkil> ThomasWaldmann: I'll change the colon search (sounds dirty ;)
2008-03-17T13:46:32  <mvirkkil> xorAxAx: I'll add a note in CHANGES
2008-03-17T13:47:38  <mvirkkil> dreimark: Sounds strange. I'll try to look in to it.
2008-03-17T13:49:05  <mvirkkil> Wow. 47 changes in 33 files
2008-03-17T14:05:25  <dreimark> :)
2008-03-17T14:07:47  <ThomasWaldmann> dreimark: http://moinmo.in/MoinMoinBugs/SearchForPagesWithComments this one
2008-03-17T14:11:20  <mvirkkil> dreimark: That error would suggest that you don't have pyxml installed..
2008-03-17T14:12:37  <mvirkkil> dreimark: I'm not sure what it is you want me to do
2008-03-17T14:21:42  <mvirkkil> and xorAxAx ThomasWaldmann, the things you mentioned are now fixed and pushed
2008-03-17T14:22:15  <xorAxAx> cool
2008-03-17T14:22:52  <mvirkkil> I'm not sure really how verbose I can be in the CHANGES files
2008-03-17T14:22:54  <mvirkkil> -s
2008-03-17T14:24:05  <mvirkkil> Basically I'd like to copy-paste from the http://moinmo.in/DocBook page all the stuff from the "DocBook output in 1.7"
2008-03-17T14:27:37  <ThomasWaldmann> mvirkkil: it should be the stuff of interest for wiki users / owners. and it should be clear that the stuff you add is docbook related (that's rather clear when you read it on a DocBook page, but not when you read it in CHANGES)
2008-03-17T14:36:15  <mvirkkil> ThomasWaldmann: Ok, I'll give it a shot, it can always be cleaned up if it's too verbose/unclear/whatever
2008-03-17T14:46:44  <mvirkkil> ThomasWaldmann: http://hg.moinmo.in/moin/1.7/rev/7ff3c643631d
2008-03-17T14:51:33  <ThomasWaldmann> that's ok
2008-03-17T14:55:23  <CIA-39> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3285:bfd3f600650b 1.7/MoinMoin/ (4 files in 4 dirs): fix highlighting for search results and WantedPages
2008-03-17T14:55:24  <CIA-39> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3286:3d0fc2e2f526 1.7/ (MoinMoin/formatter/text_docbook.py docs/CHANGES): merged main
2008-03-17T14:56:20  <ThomasWaldmann> mvirkkil: docbook formatter footnotes did not work at all in 1.6, right?
2008-03-17T14:56:51  <ThomasWaldmann> (there was a related question on the moin-user mailing list)
2008-03-17T14:57:41  <mvirkkil> There was no handling for them iirc
2008-03-17T14:57:54  <mvirkkil> so how they worked was up to the macro
2008-03-17T14:58:16  <mvirkkil> but certainly they didn't work as they should
2008-03-17T14:58:39  * mvirkkil goes to check details
2008-03-17T14:59:24  <ThomasWaldmann> mvirkkil: btw, do you read the mailing list?
2008-03-17T14:59:58  <mvirkkil> Didn't really even realize there was one.
2008-03-17T15:00:34  <mvirkkil> moin-user ?
2008-03-17T15:00:59  <mvirkkil> yeah. found it
2008-03-17T15:01:05  <ThomasWaldmann> http://moinmo.in/MoinMoinMailingLists
2008-03-17T15:01:32  <mvirkkil> Man sourceforge's mailinglist archive sucks
2008-03-17T15:03:33  <ThomasWaldmann> not only the ml archive :P
2008-03-17T15:03:38  <mvirkkil> For the new version it's wysiwyg: http://test17.moinmo.in/FootNote
2008-03-17T15:04:32  <mvirkkil> (if you have yelp installed, you can see for your self by opening the generated docbook with it)
2008-03-17T15:06:33  <ThomasWaldmann> yeah, works. only the page text is wrong now. :)
2008-03-17T15:11:51  <ThomasWaldmann> mvirkkil: there is still this contrib/stylesheets/* - isn't that superfluous now?
2008-03-17T15:12:43  <ThomasWaldmann> mvirkkil: are "admonitions" for moin wiki documented somewhere?
2008-03-17T15:12:53  <mvirkkil> yeah
2008-03-17T15:12:58  * mvirkkil goes to grab link
2008-03-17T15:13:37  <mvirkkil> http://moinmo.in/MoinMoinTodo/Release%201.7/HelpOnAdmonitions
2008-03-17T15:13:54  <mvirkkil> I see I forgot to add a link on the http://moinmo.in/MoinMoinTodo/Release%201.7.0 page
2008-03-17T15:14:24  <ThomasWaldmann> ah, ok
2008-03-17T15:15:15  <ThomasWaldmann> pointing to that page from CHANGES is also a good idea
2008-03-17T15:19:13  <mvirkkil> done
2008-03-17T15:19:35  <dreimark> ThomasWaldmann: test17 is broken
2008-03-17T15:20:38  <dreimark> arrgh, I should always save a traceback and not dirst try again
2008-03-17T15:21:06  <dreimark> do you see something in the log, it was during upload of the traceback
2008-03-17T15:21:38  <dreimark> it was telling  body and has something to do with the email notification
2008-03-17T15:22:50  <dreimark> mvirkkil: I tried on my test wiki here (which is different to the one at home) to use the action Render as Docbook
2008-03-17T15:23:14  <dreimark> see the traceback at http://test17.moinmo.in/TestWiki17?action=AttachFile&do=view&target=traceback.html
2008-03-17T15:24:08  <dreimark> I will review the other problem later at home
2008-03-17T15:25:47  <dreimark> ~4.5 hours left
2008-03-17T15:31:17  <ThomasWaldmann> hmm, found another bug :)
2008-03-17T15:32:15  <mvirkkil> dreimark: Gaah... Thanks
2008-03-17T15:38:26  <dreimark> btw. why does this bugreport starts with <!--: spam
2008-03-17T15:39:39  <ThomasWaldmann> that's the monty python escape sequence :D
2008-03-17T15:58:46  <ThomasWaldmann> btw, i guess we'll have 1.6.2 at easter
2008-03-17T16:00:12  <mvirkkil> Is there some utility function in python to convert a list of key,value pairs in to a dict?
2008-03-17T16:02:21  <ThomasWaldmann> >>> print dict([(1,2)])
2008-03-17T16:02:21  <ThomasWaldmann> {1: 2}
2008-03-17T16:03:55  <mvirkkil> nice
2008-03-17T16:04:53  <johill> oh. can we add easter eggs to it then? ;)
2008-03-17T16:10:20  <ThomasWaldmann> <<EasterEgg(id)>>
2008-03-17T16:13:47  <ThomasWaldmann> johill: for easter, a working search function would be nice, too :P
2008-03-17T16:13:54  <johill> hehe
2008-03-17T16:18:59  <johill> I don't understand msnbot. doesn't it even read the robots.txt file?
2008-03-17T16:23:28  <ThomasWaldmann> does it request forbidden stuff?
2008-03-17T16:27:05  <johill> I think it does, but I'm just analysing it, I might be having the wrong robots file served
2008-03-17T16:31:05  <johill> yeah, I was serving the wrong robots file
2008-03-17T16:31:06  <johill> doh
2008-03-17T16:46:56  <CIA-39> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3289:dd6ace16bc8f 1.7/contrib/stylesheets/ (readme.txt speed.css): removed contrib rst css file for admonitions (not needed any more)
2008-03-17T16:52:17  <xorAxAx> hehe,
2008-03-17T16:52:18  <xorAxAx> 16:13:55 < arigato> no, it's "scary obscure code"
2008-03-17T16:52:44  <xorAxAx> ... with hungarian notation
2008-03-17T16:58:14  <ThomasWaldmann> industrial strength stuff? :D
2008-03-17T17:12:47  <mvirkkil> The parser is calling the formatters definition_term and definition_desc functions without calling definition_list first
2008-03-17T17:13:11  <mvirkkil> This causes a world of pain for me
2008-03-17T17:13:33  <mvirkkil> If I narrow it down to a short testcase, is someone willing to have a look?
2008-03-17T17:17:52  <CIA-39> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3290:abb32b0af96b 1.7/ (3 files in 3 dirs): revision history: enable the user to get more revisions show by using max_count=123, enable wiki admin to limit that
2008-03-17T17:23:19  <mvirkkil> http://test17.moinmo.in/Definition%20list%20after%20bullet%20list
2008-03-17T17:24:24  <ThomasWaldmann> "don't do that" :)
2008-03-17T17:25:25  <ThomasWaldmann> bbl
2008-03-17T17:31:27  <mvirkkil> It is very easy to trigger that. Just have some indented text in front of it.
2008-03-17T17:38:28  <johill> hrm
2008-03-17T17:38:36  <johill> did anybody change the url generation functions recently?
2008-03-17T17:38:40  <johill> I seem to get crap with relative=False
2008-03-17T17:39:36  <xorAxAx> ThomasWaldmann did some changes, didnt he?
2008-03-17T17:40:33  <johill> the link comes out as "//de/software/desktray"
2008-03-17T17:49:39  <johill> hm
2008-03-17T17:49:40  <johill> it's a bit odd
2008-03-17T17:58:37  <ThomasWaldmann> johill: i changed that, yes
2008-03-17T17:58:49  <johill> what exactly did you change?
2008-03-17T17:58:49  <ThomasWaldmann> relative=False is the default now
2008-03-17T17:59:14  <ThomasWaldmann> show me your call
2008-03-17T17:59:15  <johill> m
2008-03-17T17:59:16  <johill> ok
2008-03-17T17:59:21  <johill> then I think relative=True masked my bug
2008-03-17T17:59:41  <johill> because it probably generated http://linuxwireless.org//en/users/Download (note double slash)
2008-03-17T17:59:42  <ThomasWaldmann> (and I found only 1 place where relative=True is needed, due to some crappy other function)
2008-03-17T18:00:06  <johill> ThomasWaldmann: the problem was that I created a page like this:
2008-03-17T18:00:20  <johill> p = Page(request, '/page/name')
2008-03-17T18:00:24  <johill> note the leading /
2008-03-17T18:00:35  <ThomasWaldmann> that's wrong
2008-03-17T18:00:45  <ThomasWaldmann> pages don't start with a slash
2008-03-17T18:01:02  <johill> yeah, but relative=True masked that :)
2008-03-17T18:01:14  <ThomasWaldmann> yeah :D
2008-03-17T18:01:34  <ThomasWaldmann> absPageName or similar
2008-03-17T18:01:39  <xorAxAx> maybe an assert makes sense
2008-03-17T18:05:12  <ThomasWaldmann> yeah, more spectacular
2008-03-17T19:12:01  <dreimark> bbl
2008-03-17T19:51:11  <xorAxAx> cb22: ROTFL, have you seen the cashing problem of the cheques?
2008-03-17T19:51:17  <xorAxAx> cb22: are you also affected?
2008-03-17T19:51:39  <dreimark> ?
2008-03-17T19:53:07  <xorAxAx> dreimark: its on ghop-discuss
2008-03-17T19:54:25  <xorAxAx> 19:51:10 < xorAxAx> cb22: ROTFL, have you seen the cashing problem of the cheques?
2008-03-17T19:54:28  <xorAxAx> 19:51:17 < xorAxAx> cb22: are you also affected?
2008-03-17T20:00:22  <dreimark> 7pm UTC
2008-03-17T20:02:43  <dreimark> tardy
2008-03-17T20:02:57  <xorAxAx> 20:00:59 <@lh> an engineer is making the necessary changes to the web app that will allow us to announce which orgs have been selected for this year
2008-03-17T20:03:01  <xorAxAx> 20:01:20 <@lh> he is working on it. until those changes are made, no one knows anything and freaking out is not going to make anything go faster
2008-03-17T20:03:07  <xorAxAx> hmm, i wonder if they are using java :)
2008-03-17T20:12:07  <dreimark> bbl -> sport
2008-03-17T20:19:39  <cb22> xorAxAx: heh, i just got mine, havent tried yet
2008-03-17T20:20:03  <xorAxAx> cb22: looks like the fees will be a more than the money you will get out of it in the end :)
2008-03-17T20:20:24  <xorAxAx> but in your case, you could change it in the us
2008-03-17T20:20:35  <cb22> ah yes, good thinking :)
2008-03-17T20:20:40  <cb22> but its not about the money
2008-03-17T20:21:03  <cb22> thats just a nice side effect tothe warm and fuzzy fealing
2008-03-17T20:21:12  <xorAxAx> of course :)
2008-03-17T20:22:16  <cb22> xorAxAx: how do you think the flights and things are going to be handled?
2008-03-17T20:22:27  <cb22> are we just gonna tell googles travel agent what we want?
2008-03-17T20:22:53  <xorAxAx> yep, via phone
2008-03-17T20:22:58  <xorAxAx> starting from april 1st
2008-03-17T20:23:20  <cb22> ah cool, i really should thank google, they are paying for my trip to italy too :)
2008-03-17T20:23:47  <cb22> (since i would be there for my brothers wedding, dates overlap and ticket cannot be half canceled)
2008-03-17T20:24:31  <xorAxAx> yeah
2008-03-17T20:25:24  <ThomasWaldmann> via phone? :D
2008-03-17T20:25:40  <xorAxAx> yep
2008-03-17T20:25:52  * cb22 wonders what we'll do there
2008-03-17T20:25:56  <xorAxAx> leslie said that the internet introduced too many complications and that phone is easier
2008-03-17T20:25:57  * ThomasWaldmann bets that will be a source of confusion
2008-03-17T20:26:41  * xorAxAx imagines a 15 years old student who had been studying english for 4 years talking on the phone about the flights :)
2008-03-17T20:27:04  <xorAxAx> even the parents might have worse english skills
2008-03-17T20:27:10  <xorAxAx> but well see
2008-03-17T20:27:14  <cb22> heh, fun times
2008-03-17T20:27:24  <cb22> maybe they'll use google translate
2008-03-17T20:27:29  <xorAxAx> %-)
2008-03-17T20:27:31  <cb22> but that can be quite risky
2008-03-17T20:27:37  <ThomasWaldmann> xorAxAx: exactly. and not all have that easy german slang :)
2008-03-17T20:27:57  <xorAxAx> oh yes, imagine singlish or indish
2008-03-17T20:28:31  <johill> koreanglish is worse ;)
2008-03-17T20:28:45  <cb22> you mean kolianengrish
2008-03-17T20:28:52  <ThomasWaldmann> plus, adding some bad satellite phone connection doesnt make it better
2008-03-17T20:28:52  <cb22> :p
2008-03-17T20:29:17  <johill> yeah I think I do ;)
2008-03-17T20:29:23  <cb22> they should have sent everyone some android compatable phones in the package, so we could speak clearly
2008-03-17T20:32:46  <ThomasWaldmann> cb22: if clothing and maybe electronics(?) is more expensive in za than the us, get a big, almost empty suitcase :)
2008-03-17T20:33:29  <cb22> ThomasWaldmann: hehe, i'm going to buy so much stuff :) i'll have trouble even thinking of what to buy
2008-03-17T20:34:02  <ThomasWaldmann> and take some extra time, if possible
2008-03-17T20:34:11  <cb22> my new laptop, dell xps m1530, $1350 with the configuration i chose. in ZA, on the offical dell store, $2400
2008-03-17T20:34:32  <cb22> yep, i have family on the east coast (nyc) so going to stay with them afterwords for a day or two :)
2008-03-17T20:34:58  <ThomasWaldmann> both usd?
2008-03-17T20:36:27  <cb22> yep
2008-03-17T20:37:07  <ThomasWaldmann> sounds like a plan. but remember, you have to add sales tax to the us price (you can get it back at the customs, but then you have to pay za tax maybe)
2008-03-17T20:37:53  <ThomasWaldmann> and avoid having to ship it back to the US for warranty repair -> $$$ expensive
2008-03-17T20:37:57  <cb22> that price includes sales tax already, infact, i've ordered it and its going to my uncles house in two weeks
2008-03-17T20:38:23  <cb22> (he's going to bring it to italy when i'm there, so the laptop is going to go US -> Italy -> US -> SA
2008-03-17T20:38:34  <ThomasWaldmann> hehe
2008-03-17T20:38:59  <cb22> also, if you buy a dell xps now, you get $350 off if it is above $1599
2008-03-17T20:39:39  <ThomasWaldmann> cb22: you know that blueray sucks the battery? :)
2008-03-17T20:40:27  <cb22> heh, no bluray for me. $500 for bluray, or $500 for nvidia 8600m, 160gb harddrive, 2gb ram, bigger battery and faster processor
2008-03-17T20:41:19  <ThomasWaldmann> ram is dirt cheap these days
2008-03-17T20:41:48  <cb22> yeah btw, that 500$ was for all of the things i said
2008-03-17T20:43:25  <ThomasWaldmann> looks like quite the contrary to my machine :)
2008-03-17T20:56:44  <mvirkkil> ThomasWaldmann: So any chance on getting that bug in the parser fixed?
2008-03-17T20:56:59  <ThomasWaldmann> mvirkkil: not easily
2008-03-17T20:58:54  <mvirkkil> ThomasWaldmann: With the amount of workarounds in both the html formatter and moin formatter, it would seem we'd need a new parser
2008-03-17T20:59:13  <mvirkkil> not moin formatter, docbook formatter of course
2008-03-17T21:00:06  <xorAxAx> oh, i am proud to announce that moin will participate in gsoc 08
2008-03-17T21:00:19  <ThomasWaldmann> \o/
2008-03-17T21:00:56  <ThomasWaldmann> xorAxAx: got it by irc?
2008-03-17T21:01:00  <xorAxAx> nope, mail
2008-03-17T21:01:15  <xorAxAx> the irc channel has 500 peeps currently
2008-03-17T21:01:45  <xorAxAx> "you hereby agree that you will not assert against Google any claim based on plagiarism, infringement, confidential or fiduciary relationship, implied contract, unfair competition, unjust enrichment, or otherwise arising out of your participation in the Google Summer of Code Program. If, notwithstanding the foregoing release, you attempt to raise any
2008-03-17T21:01:50  <xorAxAx>  claims agains Google, you specifically agree and unnderstand that any such dispute shall be subject to dispute resolution as set forth in Section 6.1 of this Agreement."
2008-03-17T21:02:42  <xorAxAx> " Each participant in the Google Summer of Code (Student or Mentor
2008-03-17T21:02:42  <xorAxAx>  Organization) shall indemnify, defend and hold harmless Google, its parent
2008-03-17T21:02:42  <xorAxAx>  corporation, subsidiaries and affiliates and their respective officers,
2008-03-17T21:02:42  <xorAxAx>  employees and agents, and each of Google's website partners from any and all
2008-03-17T21:02:44  <xorAxAx>  claims, demands, damages, costs and liabilities, including reasonable
2008-03-17T21:02:47  <xorAxAx>  attorneys' fees, made by any third party due to or arising out of that
2008-03-17T21:02:49  <xorAxAx>  participant's acts or omissions, including claims arising out of that user's
2008-03-17T21:02:52  <xorAxAx>  use of the Google Summer of Code Site or participation in the Google Summer
2008-03-17T21:02:54  <xorAxAx>  of Code Program; his or her Project Submission, posting or transmission of
2008-03-17T21:02:57  <xorAxAx>  any application or code; or his or her violation of these Terms of Service."
2008-03-17T21:02:59  <xorAxAx> wow
2008-03-17T21:05:17  * ThomasWaldmann .oO(lawyers!)
2008-03-17T21:09:33  <ThomasWaldmann> btw, what's 1000 lawyers on the ground of the sea?
2008-03-17T21:10:49  <xorAxAx> no idea
2008-03-17T21:11:20  <ThomasWaldmann> "a good start"
2008-03-17T21:12:12  <xorAxAx> hmm
2008-03-17T21:17:45  <TheSheep> ThomasWaldmann: what you have when you have a lawyer up to his neck in teh sand?
2008-03-17T21:19:00  <TheSheep> hmm... the list at http://code.google.com/soc/2008/ is still not updated
2008-03-17T21:19:24  <ThomasWaldmann> TheSheep: no idea :)
2008-03-17T21:19:25  <cb22> TheSheep: finish the joke damnit! =)
2008-03-17T21:19:41  <TheSheep> too little sand :)
2008-03-17T21:19:48  <ThomasWaldmann> :)
2008-03-17T21:22:34  <cb22> a lawyer, a priest and a cop are on a sinking ship. there is land in sight, but the water is shark infested. the cop eventually says 'look, i'll try to make it to shore and get help', so he goes and does not return. after about 30 minutes, the lawyer says 'we'll, i've got nothing to loose', so he goes off, and surprizingly enough the sharks leave him alone. apon seeing this, the priest exclaims 'its a miracle', another person on the ship replies, 'no, it was
2008-03-17T21:23:20  <xorAxAx> cb22: truncated after "no, it was"
2008-03-17T21:23:39  <cb22> professional courtesy.'
2008-03-17T21:23:59  <cb22> damn irc chopping my lines :(
2008-03-17T21:24:50  <xorAxAx> 21:23:26 <@lh> technically, that gsoc stipend you get is to pay you to test our project hosting service and give us feedback when you upload your code
2008-03-17T21:25:34  <xorAxAx> bribery, cb22?
2008-03-17T21:28:56  <cb22> After a lengthy search, he traced the bandit to his favorite cantina, snuck up behind him, put his trusty six-shooter to the bandit's head, and said, "You're under arrest. Tell me where you hid the loot or I'll blow your brains out."
2008-03-17T21:29:00  <cb22> But the bandit didn't speak English, and the Ranger didn't speak Spanish. Fortunately, a bilingual lawyer was in the saloon and translated the Ranger's message. The terrified bandit blurted out, in Spanish, that the loot was buried under the oak tree in back of the cantina.
2008-03-17T21:29:04  <cb22> "What did he say?" asked the Ranger.
2008-03-17T21:29:05  <cb22> :( sorry for the flood
2008-03-17T21:29:21  <cb22> ment to paste: http://www.workjoke.com/projoke40.htm
2008-03-17T21:36:36  <ThomasWaldmann> good is better for short jokes
2008-03-17T21:36:45  <ThomasWaldmann> ehrm, s/good/irc/ :)
2008-03-17T21:55:33  <dreimark> \o/
2008-03-17T22:00:36  <xorAxAx> http://drop.cwgordon.com/
2008-03-17T22:10:23  <xorAxAx> btw, it is very important to use the ineligible button very sparingly to optimize our slot amount, ThomasWaldmann, dreimark, johill, TheSheep
2008-03-17T22:13:57  <dreimark> right
2008-03-17T22:14:16  <dreimark> ThomasWaldmann: test17 has a internal server error
2008-03-17T22:14:41  <dreimark> just at the moment I did Aktuelle%C3%84nderungen
2008-03-17T22:17:56  <ThomasWaldmann> works for me
2008-03-17T22:18:27  <ThomasWaldmann> note that this wiki is restarted every 5 requests
2008-03-17T22:23:24  <dreimark> ah ok, then I did hit this.
2008-03-17T22:23:56  <dreimark> xorAxAx: I got the invitation by mail too
2008-03-17T22:26:16  <ThomasWaldmann> moin is <blink>not</blink> taking part in gsoc08 :P
2008-03-17T22:35:58  <ThomasWaldmann> http://code.google.com/soc/2008/
2008-03-17T22:50:30  * dreimark "Your Mentoring Acceptance is Pending"
2008-03-17T22:52:44  <xorAxAx> yes, that seems to be a bug
2008-03-17T22:52:51  <xorAxAx> ThomasWaldmann: do you see the same?
2008-03-17T22:54:43  * ThomasWaldmann accepted you all
2008-03-17T22:55:38  <xorAxAx> hmm, no applications, nobody likes us :-(
2008-03-17T22:56:18  <xorAxAx> ThomasWaldmann: can you enter your address?
2008-03-17T22:56:34  <ThomasWaldmann> it was already there
2008-03-17T22:56:36  <xorAxAx> and fix the license
2008-03-17T22:56:45  <xorAxAx> hmm?
2008-03-17T22:59:55  <ThomasWaldmann> done
2008-03-17T23:05:32  <dreimark> atheme.org has a nice theme
2008-03-17T23:24:38  <xorAxAx> wee, csv dumps in the gsoc app
2008-03-17T23:34:28  <dreimark> seems I do miss xml.dom.ext.reader
2008-03-17T23:41:09  <dreimark> mvirkkil: indeed mython-xml was missing here. because that is an optional module we should find a way to disable "render as docbook" in the more action menu
2008-03-17T23:41:29  <dreimark> if that is missing
2008-03-17T23:43:01  <ThomasWaldmann> mvirkkil: http://moinmo.in/MoinMoinDependencies < add it there
2008-03-17T23:43:23  <dreimark> grzywacz: congrat wenth is part of gsoc too :)
2008-03-17T23:43:35  <grzywacz> dreimark, thanks :)
2008-03-17T23:43:51  <dreimark> (some letters were missing)
2008-03-17T23:44:48  <xorAxAx> wesnoth 1.4.1 is nice
2008-03-17T23:45:13  <xorAxAx> i havent heard esr's vocals in the background music, though
2008-03-17T23:50:46  <dreimark> good night
2008-03-17T23:51:57  <grzywacz> xorAxAx, we reverted the commit just before the release :P
2008-03-17T23:52:00  <grzywacz> ;-)
2008-03-17T23:52:32  <xorAxAx> wow, thats altruistic
2008-03-17T23:52:47  <grzywacz> :D

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