2009-02-22T00:21:48  *** grzywacz has quit IRC
2009-02-22T02:42:36  *** coreyleong has joined #moin-dev
2009-02-22T05:41:05  *** coreyleong has quit IRC
2009-02-22T07:54:23  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4602:0671f405c7d0 1.9/MoinMoin/ (Page.py action/__init__.py): refactored places that required mutability of request.(values|args|form)
2009-02-22T08:05:38  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4603:9602b4dc3106 1.9/.hgtags: tagged release 1.9.0beta1
2009-02-22T10:29:04  *** grzywacz has joined #moin-dev
2009-02-22T10:43:28  <dreimark> moin
2009-02-22T10:43:41  <dreimark> ThomasWaldmann: I have not looked at the whole file
2009-02-22T10:43:47  <dreimark>  1.17 +        mimetype = request.values.get('mimetype', mimetype)
2009-02-22T10:44:15  <dreimark> second param was before u"text/html"
2009-02-22T10:48:30  <dreimark> ah ok it is the default of the function
2009-02-22T11:05:08  * dreimark wants to add wikiutil.ensurerevision to 1.7/1.8/1.9 
2009-02-22T11:06:13  <dreimark> that makes it easier for plugin developers to separate different versions and their compatibility checks
2009-02-22T11:33:22  <ThomasWaldmann> dreimark: how about a solution instead of a workaround? :)
2009-02-22T11:49:22  <dreimark> for the emit_http_headers it can be done by an empty method with a log message
2009-02-22T11:50:20  <dreimark> but I am not sure i want that request.form.get / request.values.get
2009-02-22T11:50:29  *** LotekThirteen has joined #moin-dev
2009-02-22T11:50:41  <LotekThirteen> moinmoin
2009-02-22T11:50:58  <LotekThirteen> somethin' with the search / index seems to be broken on the moinmo.in
2009-02-22T11:51:39  <LotekThirteen> edited this page: http://moinmo.in/DruidWikiTestCase
2009-02-22T11:52:20  <LotekThirteen> and can't find it with a titlesearch: http://moinmo.in/MoinMoinWiki?action=fullsearch&context=180&value=DruidWiki&titlesearch=Titles
2009-02-22T11:53:50  <dreimark> Title Search: "linkto:"DruidWikiTestCase""  looks strange too
2009-02-22T11:54:19  <ThomasWaldmann> LotekThirteen: that's not a bug
2009-02-22T11:54:22  <LotekThirteen> yes, I was looking first at http://moinmo.in/DeleteThisPage and couldn't find this page
2009-02-22T11:54:30  <LotekThirteen> a feature :-)
2009-02-22T11:56:41  <ThomasWaldmann> ehrm...
2009-02-22T11:56:50  <ThomasWaldmann> it maybe is, I have to look
2009-02-22T11:57:07  <dreimark> hmm, can one explain the behaviour to me I don't get it
2009-02-22T11:57:09  <LotekThirteen> reminds me to: http://moinmo.in/MoinMoinBugs/TrivialChangesDoesNotUpdateTheXapianIndex
2009-02-22T11:57:37  <LotekThirteen> but this bug is fixed
2009-02-22T11:57:59  <LotekThirteen> dreimark: I just edited the page, saved and want to check if it shows up under "DeleteThisPage" but it doesn't
2009-02-22T11:58:06  <dreimark> ThomasWaldmann: why do we have always to much quptes on link to?
2009-02-22T11:58:28  <dreimark> LotekThirteen: that I have understood but what do you mean no bug but a feature ?
2009-02-22T11:58:45  <dreimark> ThomasWaldmann: Title Search: "linkto:"ParserMarket""
2009-02-22T11:59:33  <LotekThirteen> just a joke - because Thomas said "that's not a bug"
2009-02-22T11:59:39  <dreimark> hmm that is correct it looks only weird (two opened two closed)
2009-02-22T12:02:26  <LotekThirteen> I could NOT reproduce this behavior on my wiki  (http://www.wikiwiki.ch/DeleteThisPage)
2009-02-22T12:02:46  <ThomasWaldmann> LotekThirteen: i first thought it was the "you can't find partial strings" feature
2009-02-22T12:03:14  <ThomasWaldmann> but for WikiNames, finding the single words should work
2009-02-22T12:04:46  <ThomasWaldmann> and as the search work is tokenized in the same way, searching for partial WikiNames should also work, if the part is from a word boundary
2009-02-22T12:06:38  <LotekThirteen> yes! a problem is if the pagename containts spaces and CamelCase (example: http://moinmo.in/MoinMoinBugs/Xapian%20DatabaseModifiedError) but I guess this is another "baustelle"... so focus on this
2009-02-22T12:07:04  <LotekThirteen> but why it working on my wiki and on moinmo.in not?
2009-02-22T12:08:18  <dreimark> strange it is in TitleIndex isn't that the xapian result?
2009-02-22T12:10:04  <dreimark> ThomasWaldmann: TitleIndex != Xapian titleindex ?
2009-02-22T12:10:58  <LotekThirteen> i think titleindex is not xapian
2009-02-22T12:11:14  <LotekThirteen> because "show_timings = True" doesn0t show something xapian... only getPageList
2009-02-22T12:15:19  * ThomasWaldmann rebuilds index
2009-02-22T12:19:57  <dreimark> bbl
2009-02-22T12:35:28  <ThomasWaldmann> LotekThirteen: try now
2009-02-22T12:35:57  <LotekThirteen> now DruidWikiTestCase is shown up in DeleteThisPage and also MoinMoinBugs/Xapian DatabaseModifiedError can be found
2009-02-22T12:52:38  <LotekThirteen> ok thanks for rebuilding the index: bbl
2009-02-22T13:02:37  *** LotekThirteen has left #moin-dev
2009-02-22T19:38:48  *** starg has joined #moin-dev
2009-02-22T19:42:36  <CIA-38> Bastian Blank <bblank@thinkmo.de> default * 5092:ba20745c8d4c 1.8-dom-bblank/MoinMoin/formatter/ (9 files in 2 dirs): Remove unused formatters
2009-02-22T19:46:59  *** starg is now known as stargaming
2009-02-22T19:54:45  *** starGaming- has quit IRC
2009-02-22T21:05:49  <waldi> >       AssertionError: (inconsistently failed then succeeded)
2009-02-22T21:07:00  <ThomasWaldmann> hah
2009-02-22T22:10:27  <waldi> ThomasWaldmann: i'm currently doing the parser/macro unification on the tree level. macros are just seen as type application/x-moin-macro;name=$name
2009-02-22T22:12:47  <ThomasWaldmann> ah, ok :)
2009-02-22T22:22:16  * ThomasWaldmann enhances debug support
2009-02-22T22:22:55  *** ChanServ has quit IRC
2009-02-22T22:29:55  *** ChanServ has joined #moin-dev
2009-02-22T22:29:55  *** irc.freenode.net sets mode: +o ChanServ
2009-02-22T22:46:23  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4604:5d94d48eb350 1.9/ (4 files in 3 dirs): remove some unused debugging related code/settings
2009-02-22T22:46:25  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4605:edb6cb2cac43 1.9/ (3 files in 3 dirs): Environment variable MOIN_DEBUGGER=True will enable werkzeug's debugger for the standalone wikiserver
2009-02-22T22:48:59  <ThomasWaldmann> try it! ^^ nice debugger with remote shell.
2009-02-22T23:04:43  <CIA-38> Bastian Blank <bblank@thinkmo.de> default * 5126:d37ebbc8725c 1.8-dom-bblank/ (91 files in 21 dirs): Merge moin/1.9
2009-02-22T23:04:44  <CIA-38> Bastian Blank <bblank@thinkmo.de> default * 5127:f464332e790f 1.8-dom-bblank/MoinMoin/util/_tests/test_pysupport.py: Use existing module for tests
2009-02-22T23:22:22  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4606:619b1dacf4ee 1.9/ (2 files in 2 dirs): remove traceback_* settings, not used any more
2009-02-22T23:32:16  <CIA-38> Bastian Blank <bblank@thinkmo.de> default * 5128:10a817c28592 1.8-dom-bblank/MoinMoin/util/ (_tests/test_iri.py iri.py): Iri - Fix same class generation
2009-02-22T23:32:18  <CIA-38> Bastian Blank <bblank@thinkmo.de> default * 5129:bcba52c0d4e3 1.8-dom-bblank/MoinMoin/converter2/link.py: Link converter - Fix wiki: links
2009-02-22T23:32:21  <CIA-38> Bastian Blank <bblank@thinkmo.de> default * 5130:865ea9f0302e 1.8-dom-bblank/MoinMoin/web/request.py: Hardcode url_root in test request
2009-02-22T23:32:24  <CIA-38> Bastian Blank <bblank@thinkmo.de> default * 5131:dc638f20180a 1.8-dom-bblank/MoinMoin/converter2/link.py: Link converter - Fix empty and child links

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-02-22 (last edited 2009-02-21 23:30:02 by IrcLogImporter)