2006-08-11T00:09:34  <ThomasWaldmann> mvirkkil: your repo didnt auto-update and I also fixed your config
2006-08-11T00:09:39  <ThomasWaldmann> it works now
2006-08-11T00:11:26  <mvirkkil> ok. Thanks!
2006-08-11T00:11:59  <mvirkkil> So part of the reason was that I (accidentally) overwrote wikiconfig.py?
2006-08-11T00:12:26  <xorAxAx> mvirkkil: no, you cannot overwrite it
2006-08-11T00:13:03  <mvirkkil> ok. So I don't need to fear overwriting it.
2006-08-11T00:22:56  <xorAxAx> sigh, a bug in the merge logic ...
2006-08-11T00:23:04  <xorAxAx> that gives unbalanced results after a merge
2006-08-11T00:23:12  * xorAxAx will have to track it down tomorrow
2006-08-11T00:37:18  <mvirkkil> ThomasWaldmann: Would you mind checking that auto-update works now+
2006-08-11T00:37:42  <ThomasWaldmann> do a push and we check it...
2006-08-11T00:37:57  <mvirkkil> ThomasWaldmann: I already did one
2006-08-11T00:38:12  <mvirkkil> ThomasWaldmann: changeset 1207
2006-08-11T00:38:42  <mvirkkil> ThomasWaldmann: And the bug I was sure it would fix didn't get fixed :(
2006-08-11T00:40:57  <ThomasWaldmann> the change is in the workdir
2006-08-11T00:42:30  <mvirkkil> ThomasWaldmann: So it's in docbook.wikiwikiweb.de? I can't figure out why this bug won't die.
2006-08-11T00:43:28  <ThomasWaldmann>                 TODO: Rethink the para in para case
2006-08-11T00:43:28  <ThomasWaldmann>             """
2006-08-11T00:43:28  <ThomasWaldmann>             if exitPast:
2006-08-11T00:43:28  <ThomasWaldmann>                 while not self.cur.nodeName == exitPast:
2006-08-11T00:44:34  <ThomasWaldmann> this is from workdir and the wiki uses this workdir
2006-08-11T00:44:57  <ThomasWaldmann> you can put some raise somewhere to see it crashing
2006-08-11T00:45:36  <mvirkkil> ThomasWaldmann: ok. Thanks.
2006-08-11T00:47:00  <mvirkkil> ThomasWaldmann: I also think I just found the bug.
2006-08-11T00:54:11  <mvirkkil> \o/
2006-08-11T00:56:36  <ThomasWaldmann> :)
2006-08-11T00:58:58  <mvirkkil> Ok. Now I've synced with trunk and fixed what I can fix. BuildBook-action remains broken however, as I don't know how to send out the right headers.
2006-08-11T00:59:12  <mvirkkil> or the right way to send them out.
2006-08-11T01:06:57  <ThomasWaldmann> maybe i can have a look at it tomorrow
2006-08-11T01:12:38  <mvirkkil> ThomasWaldmann: That would be greatly appreciated :)
2006-08-11T01:17:42  <ThomasWaldmann> if u use vim, use that plugin on CodingStyle
2006-08-11T01:20:06  <ThomasWaldmann> mvirkkil: use emit_http_headers, like other actions
2006-08-11T01:35:01  <mvirkkil> ThomasWaldmann: That will raise an exception, since I use redirectedOutput, which uses Page.py, which will call emit_http_headers again.
2006-08-11T01:35:22  <mvirkkil> and calling emit_http_headers twice will raise an exception.
2006-08-11T09:09:36  <ThomasWaldmann> moin
2006-08-11T09:10:46  <ThomasWaldmann> fpletz: http://xapian.wikiwikiweb.de/?action=fullsearch&context=180&value=test+besonders&fullsearch=Text
2006-08-11T09:11:21  <ThomasWaldmann> Results 1 - 2 of about 2 results out ofabout 1206 pages. (0.02 seconds) <-- small cosmetic bug, blank missing between "of" and "about"
2006-08-11T09:12:31  <ThomasWaldmann> http://xapian.wikiwikiweb.de/?action=fullsearch&context=180&value=xxyy&titlesearch=Titel
2006-08-11T09:13:06  <ThomasWaldmann> Results 1 - 0 of about 0 results ...
2006-08-11T09:14:25  <ThomasWaldmann> maybe specialcase this to something like http://www.google.de/search?hl=de&q=xxyyaabbqqrr&btnG=Suche&meta=
2006-08-11T09:16:11  <ThomasWaldmann> ah, sorting for TitleSearch works
2006-08-11T09:16:31  <ThomasWaldmann> but please don't use a numbered list for results
2006-08-11T09:32:06  <mvirkkil> moin
2006-08-11T09:35:07  <ThomasWaldmann> mvirkkil: moin. send_page only emits http headers if it also displays theme header/footer, not if you call it with content_only=1.
2006-08-11T09:37:44  <mvirkkil> ThomasWaldmann: But I can't call it content_only since I want the complete docbook.
2006-08-11T09:38:04  <mvirkkil> unless I make some hack to output the complete docbook even when content_only=1,
2006-08-11T09:38:18  <mvirkkil> but content_only=1 doesn't call startDocument or endDocument.
2006-08-11T09:38:59  <mvirkkil> and header and footer only get emitted with html iirc
2006-08-11T09:39:08  <mvirkkil> not with text/plain for example
2006-08-11T09:40:27  <mvirkkil> I could kludge it to work, but I don't think it's the "right way". I'll do it though if you think it's the best way.
2006-08-11T09:40:44  <ThomasWaldmann> maybe introduce some additional flag until we do the big cleanup
2006-08-11T09:41:38  <ThomasWaldmann> but make very clear what it does or the mess will grow
2006-08-11T09:42:06  <mvirkkil> ThomasWaldmann: ok. I'll just use one of the kludges I use to support the old Include macro.
2006-08-11T09:43:00  <ThomasWaldmann> longterm this stuff will change anyway, but we first need new storage working
2006-08-11T09:43:05  <mvirkkil> When is the "big cleanup" going to happen and who will do it?
2006-08-11T09:43:35  <mvirkkil> Any news on the re-implementation of the ReStructuredText-parser?
2006-08-11T09:43:43  <ThomasWaldmann> that depends on success of Kepplar
2006-08-11T09:46:00  * ThomasWaldmann doesnt use rst
2006-08-11T09:48:20  <mvirkkil> ThomasWaldmann: Neither do I, but if it got re-implemented to use the normal formatter interface, it should work directly with the docbook formatter, which would be kind of cool :)
2006-08-11T09:50:08  <Kepplar> moin
2006-08-11T09:51:07  <ThomasWaldmann> I guess my personal main concern for the weekend will be a sane threading implementation for 1.5 and a stable 1.6
2006-08-11T09:52:30  <ThomasWaldmann> (limited threading and process dieing after n requests for fastcgi)
2006-08-11T09:52:51  <xorAxAx> mvirkkil: no progress
2006-08-11T09:53:10  <xorAxAx> mvirkkil: felixw might want to do it
2006-08-11T10:19:13  <xorAxAx> Kepplar: you cannot compare strings by identity
2006-08-11T10:19:19  <xorAxAx> Kepplar: please use != instead of is not
2006-08-11T10:19:27  <xorAxAx> (or == instead of is)
2006-08-11T10:24:01  <Kepplar> xorAxAx: kk
2006-08-11T10:48:40  <ThomasWaldmann> Kepplar: if it helps you, think of "is" as being a "object pointer compare". In case of singletons like None, this is the best way to compare. But of course, different string object pointers doesnt make sure the string content is different.
2006-08-11T10:53:28  <Kepplar> oh yea i know
2006-08-11T10:53:44  <Kepplar> just an oversight
2006-08-11T11:19:28  <ThomasWaldmann> mvirkkil: btw, for your imports at top of file, please do first imports of stdlib, then moin stuff (convention)
2006-08-11T11:22:22  <mvirkkil> ThomasWaldmann: Ok. I will :)
2006-08-11T20:14:25  <ThomasWaldmann> moin
2006-08-11T20:16:49  <Kepplar> moin

MoinMoin: MoinMoinChat/Logs/moin-dev/2006-08-11 (last edited 2007-10-29 19:08:30 by localhost)