2005-11-29T03:09:07  *** nwp_ has joined #moin-dev
2005-11-29T03:31:02  *** diego has joined #moin-dev
2005-11-29T03:32:00  <diego> why do the calls to the [[Verbatim]] macro work on PageEditor.py for the quick reference?
2005-11-29T03:33:21  <diego> on one of my installs, it's basically doing that entire string [[Verbatim]], and I'm trying to understand how it works
2005-11-29T03:34:11  <diego> i thought request.write() would automatically do verbatim text if you don't pass it through a request.formatter
2005-11-29T04:00:24  *** diego has left #moin-dev
2005-11-29T06:59:16  *** nwp has joined #moin-dev
2005-11-29T07:47:16  *** lydon has joined #moin-dev
2005-11-29T07:49:00  <lydon> moin
2005-11-29T07:56:01  *** starshine_away is now known as starshine
2005-11-29T09:06:22  *** Fabi has joined #moin-dev
2005-11-29T09:36:32  *** nwp has quit IRC
2005-11-29T09:57:28  *** starshine is now known as starshine_away
2005-11-29T14:59:56  <xorAxAx> Fabi: your patch-203 was just partial, please recheck it while looking at this address: http://arch.thinkmo.de/cgi-bin/archzoom.cgi/arch@arch.thinkmo.de--2003-archives/moin--main--1.5--patch-174/MoinMoin/search.py.diff?diff
2005-11-29T15:11:03  <Fabi> I'll have a look
2005-11-29T15:22:31  <xorAxAx> ThomasWaldmann: we have a problem with the logo on IE, as you pointed out. how about this one: http://homepage.ntlworld.com/bobosola/
2005-11-29T15:24:51  <xorAxAx> we just need to add a JS file and 3 short lines
2005-11-29T15:25:43  * xorAxAx confirmed that the above JS code workaround works
2005-11-29T15:51:39  <Fabi> xorAxAx, I'll just replace "_" and " "
2005-11-29T15:51:54  <xorAxAx> Fabi: hmm, you do that already
2005-11-29T15:52:05  <Fabi> using request.normalize Pagename() is not that easy
2005-11-29T15:52:12  <xorAxAx> Fabi: why?
2005-11-29T15:52:12  <Fabi> vice versa
2005-11-29T15:52:20  <xorAxAx> then something is b0rked :)
2005-11-29T15:57:30  <Fabi> and I don't think we need the full normalization here
2005-11-29T15:57:51  <Fabi> pattern.replace("_", " ") should be ok
2005-11-29T15:58:41  <xorAxAx> Fabi: why dont we need it?
2005-11-29T15:59:02  *** lydon has quit IRC
2005-11-29T15:59:07  <Fabi> because you are supposed to insert sane search terms if you want to get results
2005-11-29T15:59:28  <Fabi> the normalisation is none to avoid unwanted pages
2005-11-29T15:59:44  <Fabi> but this is not an issue in the search engine
2005-11-29T16:00:09  <xorAxAx> but such code needs to be encapsulated
2005-11-29T16:00:23  <xorAxAx> the search engine should not know about any quoting algorithms we use
2005-11-29T16:00:38  <Fabi> in fact is doesn't
2005-11-29T16:00:54  <Fabi> is only allows using _ insted of " "
2005-11-29T16:01:29  <Fabi> which is a syntax thing
2005-11-29T16:01:36  <Fabi> and not really about quoting
2005-11-29T16:02:35  <Fabi> and I won't do more encapsulation at the cost of using even more other objects
2005-11-29T16:02:52  <xorAxAx> its a workaround in the syntax in order to allow broken quoting where it doesnt belong :)
2005-11-29T16:02:56  <xorAxAx> "objects"?
2005-11-29T16:03:04  <Fabi> request object
2005-11-29T16:03:28  <Fabi> I am trying to avoid these "we need everything here" code pieces
2005-11-29T16:03:52  <xorAxAx> how do you mean that exactly?
2005-11-29T16:04:10  <xorAxAx> you dont structured, modularised, maybe even OOP code pieces?
2005-11-29T16:04:15  <xorAxAx> s/dont/dont like/
2005-11-29T16:19:17  <xorAxAx> Fabi: where in moinmaster is the new markup documented like strike etc.?
2005-11-29T16:25:25  <Fabi> no idea
2005-11-29T16:25:44  <Fabi> ask ThomasWaldmann who introduced it
2005-11-29T16:33:38  <xorAxAx> ThomasWaldmann: do you know that?
2005-11-29T16:36:17  <xorAxAx> hmm, docbook formatter fails because someone added kwargs to a few methods without doing so in other formatters
2005-11-29T16:36:23  <xorAxAx> of course that api change is not documented
2005-11-29T16:58:00  *** Fabi has quit IRC
2005-11-29T17:15:21  *** Fabi has joined #moin-dev
2005-11-29T17:56:17  * xorAxAx solved the alpha problem differently and reduced the colors to 256
2005-11-29T17:56:25  <xorAxAx> committing ...
2005-11-29T20:19:23  <ThomasWaldmann> moin
2005-11-29T22:52:16  *** starshine_away is now known as starshine

MoinMoin: MoinMoinChat/Logs/moin-dev/2005-11-29 (last edited 2007-10-29 19:09:07 by localhost)