2008-04-26T10:29:41  <dreimark> moin
2008-04-26T11:40:00  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3520:fa0ee02c9c39 1.7/MoinMoin/action/thread_monitor.py: action.thread_monitor: added restrictions for superuser and actions_excluded
2008-04-26T11:40:02  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3521:c9f5e4f9a76e 1.7/MoinMoin/action/ (bookmark.py subscribe.py unsubscribe.py userprefs.py): action bookmark, subscribe, unsubscribe, userprefs: check for valid.user
2008-04-26T11:40:03  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3522:5ca3fd52a265 1.7/wiki/htdocs/ (9 files in 3 dirs): bug fix for MoinMoinBugs/1.7IconsForAddMsgLookBad
2008-04-26T11:42:26  <dreimark> done with convert  -transparent white and filling the inner with white again by gimp
2008-04-26T11:43:06  <ThomasWaldmann> moin
2008-04-26T11:44:26  <dreimark> hi ThomasWaldmann are there other icons to fix too?
2008-04-26T11:46:40  <dreimark> and did you have reviewed http://moinmo.in/ReimarBauer?action=AttachFile&do=view&target=remove_excluded_actions.patch ?
2008-04-26T12:00:37  <dreimark> bb after lunch ~ 2h
2008-04-26T13:09:54  <ThomasWaldmann> dreimark: what's the first hunk doing? (has a bit few context to see it)
2008-04-26T14:07:24  <ThomasWaldmann> i have looked it up and I don't think actions_excluded should change link generation.
2008-04-26T14:10:11  <ThomasWaldmann> dreimark: +    actname = __name__.split('.')[-1]
2008-04-26T14:10:52  <ThomasWaldmann> if this is not used by other code, it should happen in the block under the if not user.valid:
2008-04-26T15:00:28  <TheSheep> work in progress: http://sheep.art.pl/MoinMoin_Theming
2008-04-26T15:27:27  <dreimark> re
2008-04-26T15:30:12  <dreimark> ok will change that
2008-04-26T15:32:17  <dreimark> TheSheep: will read later looks promising
2008-04-26T15:33:57  * TheSheep is still not sure about the target audience
2008-04-26T15:35:23  * dreimark thinks if some other parts were described we can make our own book ;)
2008-04-26T15:37:12  <TheSheep> yeah, would be cool
2008-04-26T15:37:17  <TheSheep> like the hgbook
2008-04-26T16:11:49  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3523:74f42592c7a0 1.7/MoinMoin/action/ (bookmark.py subscribe.py unsubscribe.py userprefs.py): action bookmark, subscribe, unsubscribe, userprefs: moved actname under the if ...
2008-04-26T17:01:13  <ThomasWaldmann> dreimark: please look at request/__init__.py line 1251+
2008-04-26T17:09:27  <dreimark> ThomasWaldmann: looks like i can revert my last changes
2008-04-26T17:09:45  <ThomasWaldmann> maybe just test it :D
2008-04-26T17:10:17  <dreimark> will do
2008-04-26T17:35:49  <ThomasWaldmann> btw, is every student convinced already of using a IDE like eclipse/pydev?
2008-04-26T17:36:46  <ThomasWaldmann> (or at least seriously trying it out until the coding starts)
2008-04-26T17:37:46  <ThomasWaldmann> dennda: how about you?
2008-04-26T17:38:14  <TheSheep> ThomasWaldmann: isvim enough?
2008-04-26T17:38:18  <TheSheep> is vim enough?
2008-04-26T17:38:31  <dreimark> vim for codecheck is enough
2008-04-26T17:38:54  <ThomasWaldmann> well, of course this might be individually different, but I noticed that I am faster with big stuff when using eclipse/pydev
2008-04-26T17:39:26  <ThomasWaldmann> and as the student will work 2-3m fulltime on their stuff, i guess that also counts as bigger stuff :)
2008-04-26T17:39:27  <dreimark> I guess explaining things becomes easier (debugging)
2008-04-26T17:40:35  <ThomasWaldmann> (of course you have to look at the stuff offered by the IDE, how it supports you - just using a ide as editor and file browser might not give that much)
2008-04-26T17:40:44  <TheSheep> but, but... eclipse? :(
2008-04-26T17:40:53  <TheSheep> ;)
2008-04-26T17:41:33  <ThomasWaldmann> be assured that /me hates most java software, but I make an exception for this one
2008-04-26T17:42:35  <ThomasWaldmann> e.g. if you are on some method call, you just hit F3 and it opens a new editor window showing you the src with the definition of that method
2008-04-26T17:43:15  <ThomasWaldmann> or if you just place the cursor over a name, all same name light up in yellow
2008-04-26T17:43:28  <TheSheep> ThomasWaldmann: wow, just like vim's ctrl+]
2008-04-26T17:43:47  <ThomasWaldmann> except that it is without ctrl+] :D
2008-04-26T17:44:17  <TheSheep> you can bind it to f3 if you like
2008-04-26T17:44:19  <ThomasWaldmann> you can also globally rename stuff
2008-04-26T17:44:55  <ThomasWaldmann> it automatically shows you some kinds of errors short after you typed them
2008-04-26T17:45:28  <ThomasWaldmann> (F3 was the jump-to-definition, not the highlighting)
2008-04-26T17:45:42  <TheSheep> same about ^]
2008-04-26T17:46:34  <ThomasWaldmann> I am sure that some vim/emacs wizard also knows how to do some of that stuff, but I have doubts every student is a vim/emacs wizard.
2008-04-26T17:46:55  <TheSheep> true that
2008-04-26T17:47:08  <TheSheep> but the earlier you start, the better you are ;)
2008-04-26T17:47:16  <ThomasWaldmann> and vim has no bultin python-debugger :P
2008-04-26T17:48:10  <ThomasWaldmann> gizmach: how about you?
2008-04-26T17:48:11  <TheSheep> I never learned to actually need/use a debugger
2008-04-26T17:49:41  <dreimark> ThomasWaldmann: gizmach has installed it with pydev
2008-04-26T17:49:51  <ThomasWaldmann> if things go wrong, you can find problems more easily with it
2008-04-26T17:50:26  <ThomasWaldmann> (of course you can find them also with logging and looking long enough at the stuff, but the whole point is about better productivity)
2008-04-26T17:51:01  * TheSheep tries out pydev
2008-04-26T17:51:03  <TheSheep> After this operation, 134MB of additional disk space will be used.
2008-04-26T17:51:11  <TheSheep> yay! \o/
2008-04-26T17:51:25  <ThomasWaldmann> it is fat and huge :)
2008-04-26T17:51:46  <ThomasWaldmann> but my personal time is more important for me than disk space and cpu time
2008-04-26T17:52:00  <dreimark> ThomasWaldmann: for the request thing i think we can only destinguish currently for dependencies of "need to login first" if we make a list and then it is fixed to these names
2008-04-26T17:52:25  <dreimark> I would prefer later something like a dependency in the action itselfs
2008-04-26T17:52:31  <TheSheep> 200mb is not that big
2008-04-26T17:53:06  <TheSheep> dreimark: you want to limit the number of actions displayed?
2008-04-26T17:53:23  <dreimark> that is another patch
2008-04-26T17:53:27  <ThomasWaldmann> TheSheep: btw, i didnt use the packages, but simply downloaded the stuff and uncompressed it to ~/eclipse
2008-04-26T17:53:48  <TheSheep> right, java
2008-04-26T17:53:49  <dreimark> TheSheep: this one is about to reject anonymous users of an action
2008-04-26T17:54:02  <dreimark> because subscribe or quicklink makes no sense
2008-04-26T17:54:21  <ThomasWaldmann> TheSheep: esp. for pydev itself it is good to use a current version, not something stoneage
2008-04-26T17:54:43  <dreimark> for the other one
2008-04-26T17:54:47  <dreimark> http://moinmo.in/ReimarBauer?action=AttachFile&do=view&target=theme_init_patch.patch
2008-04-26T17:55:21  <dreimark> that is to not show actions_excluded in the theme
2008-04-26T17:55:45  <dreimark> e.g. if you disable MyPages then it is currently in the more actions menue
2008-04-26T17:55:50  <dreimark> and can't be used
2008-04-26T17:55:56  <ThomasWaldmann> dreimark: i didn't mean "move all code there" just the code that is duplicated all over and that is needed in the same way for every action anyway
2008-04-26T17:56:47  <dreimark> sky gets clearer ;)
2008-04-26T17:57:35  <ThomasWaldmann> waldi: used to eclipse/pydev already?
2008-04-26T17:57:52  <ThomasWaldmann> zenhase: ""?
2008-04-26T17:58:54  <gizmach> ThomasWaldmann: I use vim and I installed eclipse/pydev
2008-04-26T18:01:02  <TheSheep> eclipse began its startup...
2008-04-26T18:01:23  <dennda> ThomasWaldmann: I use pida since some weeks
2008-04-26T18:01:33  <ThomasWaldmann> http://moinmo.in/MoinDev/DeveloperTools - maybe everybody look at the pydev homepage, the screencasts, and also use the 1m trial of pydev extensions
2008-04-26T18:03:14  <TheSheep> hmm.. I need a larger screen for this, 19" is too small for eclipse XD
2008-04-26T18:03:21  <dennda> afk for now
2008-04-26T18:03:23  <dennda> bbl
2008-04-26T18:03:30  <ThomasWaldmann> (pydev extensions would cost you $42, but that might be a piece of cake compared to what you get for successfully doing your project and compared to the time you safe when making good use of it)
2008-04-26T18:04:17  <ThomasWaldmann> TheSheep: i use it on 1280x800. you don't need to keep every subwindow open :)
2008-04-26T18:04:52  <TheSheep> "Interpreter not configured!" <-- that's it about "just works" :D
2008-04-26T18:05:17  <ThomasWaldmann> you need to tell pydev about what python version you want to use.
2008-04-26T18:06:01  <TheSheep> I only have one installed
2008-04-26T18:17:46  <ThomasWaldmann> http://showmedo.com/videos/video?name=PydevEclipseFabio&fromSeriesID=8
2008-04-26T18:50:21  * ThomasWaldmann updates i18n
2008-04-26T19:00:15  <dreimark> ThomasWaldmann: http://moinmo.in/ReimarBauer?action=AttachFile&do=view&target=refactored_action_exluded.patch
2008-04-26T19:00:24  <dreimark> removed duplicates
2008-04-26T19:01:06  <dreimark> and for hiding them in the theme http://moinmo.in/ReimarBauer?action=AttachFile&do=view&target=theme_init_patch.patch
2008-04-26T19:04:11  <ThomasWaldmann> superfluous parens in first patch line 41
2008-04-26T19:04:30  <ThomasWaldmann> (and also make sure that the code you remove is really NOT used)
2008-04-26T19:05:48  <ThomasWaldmann> (but handled by the code in request)
2008-04-26T19:08:27  <ThomasWaldmann> dreimark: 2nd patch: don't use self.request if request is also defined
2008-04-26T19:09:19  <dreimark> ok
2008-04-26T19:09:45  * dreimark tests the changed actions currently again
2008-04-26T19:10:05  <ThomasWaldmann> 2nd patch line 8/9 is likely wrong
2008-04-26T19:10:24  <zenhase> i am sorry for being so quite the last few days :o
2008-04-26T19:10:57  <zenhase> i am still struggling with my back and sitting longer than half an hour in front of the computer is a bit painful right now
2008-04-26T19:11:20  <ThomasWaldmann> dreimark: 2nd patch for what use case is line 14 needed?
2008-04-26T19:11:44  <zenhase> i am fighting it with applying temperature to the region in question and hope it relaxes
2008-04-26T19:11:48  <ThomasWaldmann> same for line 23?
2008-04-26T19:12:01  <zenhase> if not, i will see a doctor on monday :o
2008-04-26T19:14:17  <dreimark> ThomasWaldmann: that is the replacement for show_login=0 with default auth.
2008-04-26T19:14:53  <ThomasWaldmann> zenhase: get well! :)
2008-04-26T19:14:54  <zenhase> ThomasWaldmann: what did you meant with ""?
2008-04-26T19:15:02  <zenhase> erm mean
2008-04-26T19:15:25  <ThomasWaldmann> that's an abbreviation for "same content as above"
2008-04-26T19:15:30  <zenhase> ah ok ...
2008-04-26T19:15:54  <zenhase> well, i did try it last year
2008-04-26T19:16:05  <dreimark> I do remember some discussion with people on #moin about using MM without login
2008-04-26T19:16:05  <zenhase> but it somehow did not work for me
2008-04-26T19:16:20  <dreimark> zenhase: gute besserung!
2008-04-26T19:16:24  <ThomasWaldmann> dreimark: and for what do you need show_login=0 with moin_login?
2008-04-26T19:16:25  <zenhase> no code completion, no other benefits beside syntax highlighting
2008-04-26T19:16:40  <zenhase> it throw some exceptions at me
2008-04-26T19:16:47  <zenhase> when i tried using the adv. features
2008-04-26T19:17:29  <zenhase> dreimark: thank you
2008-04-26T19:18:18  <dreimark> ThomasWaldmann: do we have an auth subclass for that? otherewise we do remove a feature
2008-04-26T19:19:18  <ThomasWaldmann> dreimark: well, for moin_login, you need to get to the login page somehow. other auth methods that don't require this tell it by auth_have_login
2008-04-26T19:20:00  <ThomasWaldmann> zenhase: it has quite some completion features, watch the videos
2008-04-26T19:20:11  <dreimark> ThomasWaldmann: then he normally did not exclude login
2008-04-26T19:20:36  <ThomasWaldmann> ?
2008-04-26T19:20:59  <dreimark> but if it is excluded you have it in the theme and someone clicking on  it get's rejected
2008-04-26T19:21:22  <dreimark> so I think it is not necessary to show it
2008-04-26T19:21:56  <ThomasWaldmann> i want to have concrete use case where this is needed and not done automatically by the code.
2008-04-26T19:22:39  <zenhase> ThomasWaldmann: yeah, but as said, it did not work properly for me :o
2008-04-26T19:22:52  <zenhase> but i'll give it another try
2008-04-26T19:23:03  <zenhase> perhaps my eclipse was b0rken back then
2008-04-26T19:23:33  <dreimark> ThomasWaldmann: I have no problem in reverting the login/logout change
2008-04-26T19:24:06  <dreimark> Myself I have no usecase. I do restrict login by acls.
2008-04-26T19:24:35  <dreimark> one usecase can be if you use a wiki for docs
2008-04-26T19:24:48  <dreimark> then at some point you start a new version
2008-04-26T19:24:52  <dreimark> that's a clone
2008-04-26T19:25:21  <ThomasWaldmann> well, maybe we can agree on doing only changes that have some use case?
2008-04-26T19:25:32  <dreimark> yeah
2008-04-26T19:26:36  <ThomasWaldmann> as I see 1 line below your changes, there is already some means to do that.
2008-04-26T19:32:08  <CIA-48> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3524:7bf5046e892e 1.7/MoinMoin/i18n/ (42 files): udpated i18n
2008-04-26T19:43:19  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3525:ee0644a26e30 1.7/MoinMoin/action/ (AttachFile.py Despam.py backup.py thread_monitor.py): action Attachfile, Despam, backup, thread_monitor: removed duplicated checks done by request.__init__
2008-04-26T19:43:21  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3526:23ccc95cb0f4 1.7/MoinMoin/i18n/ (42 files): merged main
2008-04-26T19:51:29  <dreimark> ThomasWaldmann: some means to do
2008-04-26T19:51:35  <dreimark> what ?
2008-04-26T19:54:21  <ThomasWaldmann> to not make it show login/logout
2008-04-26T19:57:08  <dreimark> hmm, please explain because I am now on the other side
2008-04-26T19:58:04  <dreimark> or me is staring on the wrong line
2008-04-26T19:58:19  <dreimark> ThomasWaldmann:
2008-04-26T20:05:36  <ThomasWaldmann> dreimark: it will automatically hide login and logout link if the auth method used tells so or if you configured it to not use login
2008-04-26T20:07:30  <dreimark> I know but why do you think now that it should be hided by actions_excluded too or did I get that wrong
2008-04-26T20:08:27  <dreimark> (in the theme)
2008-04-26T20:09:39  <ThomasWaldmann> i don't think there is a need to put 'login' or 'logout' into actions_excluded.
2008-04-26T20:10:56  <dreimark> I tried a bit. you can trick it out.
2008-04-26T20:11:37  <dreimark> mom
2008-04-26T20:12:19  <dreimark> auth_have_login = 0
2008-04-26T20:12:40  <dreimark> will remove it from the theme but does not make the actions login and logout excluded
2008-04-26T20:13:04  <dreimark> so one has to add only those to actions_excluded
2008-04-26T20:13:33  <dreimark> ?action=login creates the form
2008-04-26T20:13:55  <dreimark> if you don't
2008-04-26T20:17:10  * dreimark checks that may be I am wrong
2008-04-26T20:24:50  <dreimark> ThomasWaldmann: if you setup HTTPAuth() the action login action is not excluded there you can add the ?action=login and do get the login button shown (no input fields).
2008-04-26T20:24:51  <ThomasWaldmann> we don't need to hold users back that do silly things that are not offered by the UI
2008-04-26T20:25:37  <dreimark> alright
2008-04-26T20:25:58  <dreimark> I do remove the theme changes for login/logout
2008-04-26T20:26:41  <ThomasWaldmann> also remove that return "" for userprefs
2008-04-26T20:26:50  <dreimark> ok
2008-04-26T20:28:08  <ThomasWaldmann> i mean replace that by working code :)
2008-04-26T20:51:52  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3527:ca50da801291 1.7/MoinMoin/theme/__init__.py: theme.__init__: removes excluded actions from theme
2008-04-26T20:57:26  <CIA-48> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3528:c0a58f8bf01e 1.7/wiki/underlay.tar: updated underlay from master17.moinmo.in
2008-04-26T20:57:28  <CIA-48> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3529:f49895210a40 1.7/MoinMoin/ (5 files in 2 dirs): merged main
2008-04-26T20:58:45  <ThomasWaldmann> if someone fixes stuff, he should please also update http://moinmo.in/MoinMoinTodo/Release%201.7.0
2008-04-26T21:02:32  <dreimark> done
2008-04-26T21:09:09  <dreimark> ThomasWaldmann: I don't understand the need for reverting FullSearch because searching "Here are" works for me
2008-04-26T21:19:39  <ThomasWaldmann> i think it is about search for stuff with spaces
2008-04-26T21:27:17  <dreimark> <<FullSearch("I suppose, people who care")>> works for me
2008-04-26T21:27:42  <dreimark> it shows the page where that macro is and the page WhyWikiWorks
2008-04-26T21:30:29  <dreimark> hmm it is probably for pages with blanks
2008-04-26T21:30:33  <dreimark> <<PageList("""Neue Seite""")>>
2008-04-26T21:31:37  <dreimark> <<FullSearch(title:"Neue Seite")>> works
2008-04-26T21:41:17  * ThomasWaldmann currently fixes make pagepacks
2008-04-26T22:02:14  <CIA-48> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3530:ceeafb97c152 1.7/MoinMoin/script/maint/mkpagepacks.py: fix moin maint mkpagepacks
2008-04-26T22:07:27  <CIA-48> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3531:1e699674f73b 1.7/ (Makefile docs/INSTALL.html wiki/data/intermap.txt): make interwiki install-docs (and changed it to use master17)
2008-04-26T22:13:20  <ThomasWaldmann> grzywacz: reading?
2008-04-26T22:16:23  <ThomasWaldmann> grzywacz: there is a jabberbot module, but setup.py does not install it. is that intended or was it just forgotten?
2008-04-26T22:19:34  <dreimark> http://moinmo.in/ReimarBauer?action=AttachFile&do=view&target=PageList_patch.patch
2008-04-26T22:19:58  <dreimark> extracts PageList from __init__ to the old execute
2008-04-26T22:20:14  <dreimark> I think FullSearch is ok
2008-04-26T22:25:35  <dreimark> ThomasWaldmann: is it ok to save it in a separate macro file?
2008-04-26T22:27:15  <ThomasWaldmann> yes, but if you want to stay with execute, use (macro, args)
2008-04-26T22:33:36  <CIA-48> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 2633:ffce891f0b47 1.6/MoinMoin/script/migration/1060200.py: add missing dummy mig script
2008-04-26T22:33:42  <dreimark> ok
2008-04-26T22:40:44  <CIA-48> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3532:130120e11d9d 1.7/MoinMoin/script/migration/ (10 files): add dummy mig scripts for 1.6.*
2008-04-26T22:41:53  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3533:c1fa007b9e2f 1.7/MoinMoin/macro/ (__init__.py PageList.py): macro.PageList: changed PageList to old macro execute
2008-04-26T22:51:55  <ThomasWaldmann> dreimark: didnt you want to add a http auth snippet?
2008-04-26T22:55:16  <dreimark> will do
2008-04-26T22:55:26  * dreimark looks currently on xapian add
2008-04-26T23:00:30  <johill> dreimark: but with the new sytnax, doing FullSearch("a b") will search for 'a b'
2008-04-26T23:00:33  <johill> and not '"a b"'
2008-04-26T23:00:42  <johill> i.e. you have a problem with quoting
2008-04-26T23:01:55  <dreimark> johill: <<FullSearch(title:"Neue Seite")>> that finds only this page
2008-04-26T23:02:32  <dreimark> I do have an other one NeueTestSeite too
2008-04-26T23:06:00  <johill> yes
2008-04-26T23:06:12  <johill> because if you start with title: the quoting is automatically not done
2008-04-26T23:06:29  <johill> wait so that means you get two parameters
2008-04-26T23:06:45  <dreimark> ThomasWaldmann: http://moinmo.in/ReimarBauer?action=AttachFile&do=view&target=search_Xapian_patch.patch
2008-04-26T23:06:58  <grzywacz> ThomasWaldmann, absolutely forgotten
2008-04-26T23:07:27  <dreimark> that index build --mode=add  was the same problem as in maint makecache
2008-04-26T23:15:16  <ThomasWaldmann> grzywacz: can you check if docs/CHANGES is complete and correct for the jabber stuff? See below...
2008-04-26T23:16:04  <dreimark> johill: ?
2008-04-26T23:16:30  <grzywacz> ThomasWaldmann, yes
2008-04-26T23:16:49  <CIA-48> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3534:f94bead41c84 1.7/ (MoinMoin/version.py docs/CHANGES moin.spec): preparing 1.7.0beta1 release: bumping version, updating CHANGES
2008-04-26T23:19:18  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3535:d0284f4f3ec2 1.7/MoinMoin/search/Xapian.py: search.Xapian: fix page object for index build
2008-04-26T23:20:17  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3536:ccabcf273e2f 1.7/wiki/config/more_samples/http_auth_wikiconfig_snippet: more_samples.http_auth_wikiconfig_snippet: new snippet for http_auth
2008-04-26T23:20:37  <dreimark> oh, too late for this beta
2008-04-26T23:20:47  <ThomasWaldmann> dreimark: no :)
2008-04-26T23:21:19  <ThomasWaldmann> that's why it tells "preparing ..." :)
2008-04-26T23:21:26  <dreimark> ahh
2008-04-26T23:25:05  <dreimark> johill: this does work too <<FullSearch("I suppose, people who care")>> or I do understand it wrongly.
2008-04-26T23:27:47  <ThomasWaldmann> beta1 release will likely happen tomorrow early afternoon (will be away afterwards)
2008-04-26T23:30:09  <dreimark> is test17 recent ?
2008-04-26T23:31:14  <johill> johill: if you want the searcdh to have quotes in it
2008-04-26T23:31:16  <johill> eh
2008-04-26T23:31:18  <johill> dreimark:
2008-04-26T23:31:20  <johill> clearly I need sleep
2008-04-26T23:31:50  <johill> dreimark: e.g. if you want to search for "a b" and need to quote it for the search
2008-04-26T23:32:03  <johill> or maybe the search should be
2008-04-26T23:32:18  <johill> '"red car" OR "blue bus"'
2008-04-26T23:32:32  <johill> then you have to mess with the quotes a lot
2008-04-26T23:34:27  <dreimark> ok I do look into the old version and try to backport it
2008-04-26T23:40:12  <dreimark> easy
2008-04-26T23:41:54  <CIA-48> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3537:b232964fe38a 1.7/setup.py: add jabberbot package to setup.py
2008-04-26T23:41:55  <CIA-48> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3538:a59ab65d7f6d 1.7/wiki/config/more_samples/http_auth_wikiconfig_snippet: merged main
2008-04-26T23:44:35  <CIA-48> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3539:17d11e11daf2 1.7/MoinMoin/macro/ (FullSearch.py FullSearchCached.py): macro.Fullsearch,FullsearchCached: changeset 3241:03b3c6fd70e3 reverted to old execute syntax to avoid complex quoting
2008-04-26T23:45:12  <ThomasWaldmann> dreimark: msg icons (just saw the red X) look better now, thanks.
2008-04-26T23:45:27  <dreimark> :)

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-04-26 (last edited 2008-04-26 08:30:01 by IrcLogImporter)