2009-08-31T00:13:35  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5066:1008a0fca6a5 1.9/MoinMoin/ (action/twikidraw.py formatter/text_gedit.py): formatter.text_gedit: calls gedit_drawing instead of attachment_drawing.
2009-08-31T00:19:59  <dreimark> further optimisation tom.
2009-08-31T00:22:03  *** amartani has joined #moin-dev
2009-08-31T00:25:51  <ThomasWaldmann> yeah, better
2009-08-31T00:26:40  <dreimark> konqueror does the object click so I guess it is noscript in ff or it is broken
2009-08-31T00:26:42  <ThomasWaldmann> and maybe we even need the reverse direction gui editor html-> wiki markup there
2009-08-31T00:29:52  <dreimark> only if we can get the gui editor to start the java program
2009-08-31T00:30:18  <dreimark> or another js editor
2009-08-31T00:42:49  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 405:43ee86f48825 extensions/data/plugin/action/SvgEditor.py: action.SvgEditor: gedit_drawing and attachment_drawing added
2009-08-31T00:53:26  <dreimark> good night
2009-08-31T00:56:41  <ThomasWaldmann> gn
2009-08-31T00:58:44  *** grzywacz has quit IRC
2009-08-31T05:44:37  *** amartani has quit IRC
2009-08-31T06:53:25  *** TheSheep has quit IRC
2009-08-31T06:53:37  *** TheSheep has joined #moin-dev
2009-08-31T09:48:09  <dreimark> moin
2009-08-31T09:52:19  <ThomasWaldmann> moin
2009-08-31T11:57:00  *** LiaoJie has joined #moin-dev
2009-08-31T12:02:27  <ThomasWaldmann> hi richard :)
2009-08-31T12:06:42  <LiaoJie> hiThomas
2009-08-31T12:08:17  <LiaoJie> I have modified CasAuthentication, using request.http_redirect instead of request.sareq.
2009-08-31T12:09:15  <LiaoJie> but this method generate "Attempt to send headers twice!" error when login/logout called.
2009-08-31T12:10:43  <LiaoJie> this error raised when action/logout.py "return self.page.send_page()", which in result call "request.emit_http_headers()".
2009-08-31T12:12:17  <LiaoJie> can you give me some hints to fix this error?
2009-08-31T12:22:37  <ThomasWaldmann> ah, great
2009-08-31T12:22:55  <ThomasWaldmann> yeah, that is a known problem
2009-08-31T12:23:51  <ThomasWaldmann> depending on the header it emits and the one it ignores, it might be harmless, though
2009-08-31T12:24:19  <ThomasWaldmann> LiaoJie:
2009-08-31T12:26:38  <ThomasWaldmann> LiaoJie: btw, do you know the pep8 style standard?
2009-08-31T12:38:45  <ThomasWaldmann> LiaoJie: btw, you use standalone, not apache?
2009-08-31T12:43:14  <ThomasWaldmann> LiaoJie: btw, your code needs copyright and license, see MoinMoin/_template.py for how it should look like (and please use GPL as you are using moin GPL code)
2009-08-31T12:57:39  <ThomasWaldmann> brb
2009-08-31T14:55:15  *** LiaoJie has quit IRC
2009-08-31T19:00:04  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5067:10965bc1ee3c 1.9/MoinMoin/script/migration/ (_conv160_wiki.py _conv160a_wiki.py): don't overwrite i18n.wikiLanguages in tests
2009-08-31T19:00:24  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5068:fac58630b61e 1.9/ (2144 files in 186 dirs): AnyWikiDraw release 0.13.3 (http://sourceforge.net/projects/anywikidraw/) added
2009-08-31T19:00:28  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5069:5ef5bf8910b9 1.9/MoinMoin/action/anywikidraw.py: action.anywikidraw: initial vesion for a drawing action based on the AnyWikiDraw java applet
2009-08-31T19:00:30  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5070:053353817f70 1.9/docs/CHANGES: CHANGES: new stuff about anywikidraw added
2009-08-31T19:00:32  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5071:bcd133ffa065 1.9/MoinMoin/script/migration/ (_conv160_wiki.py _conv160a_wiki.py): merged main
2009-08-31T19:01:55  <dreimark> shit
2009-08-31T19:02:05  <dreimark> how did that happen
2009-08-31T19:02:40  * dreimark reverts the changes on conv*
2009-08-31T19:04:27  <dreimark> (there was definitly nothing in the queue when I did hg add)
2009-08-31T19:06:08  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5072:6cdf52df1219 1.9/MoinMoin/script/migration/ (_conv160_wiki.py _conv160a_wiki.py): migration _conv160_wiki and _conv160a_wiki reverted changeset 5067:0965bc1ee3c
2009-08-31T19:15:11  *** grzywacz has joined #moin-dev
2009-08-31T19:32:59  <dimazest> moin
2009-08-31T19:34:17  <dimazest> i've stuck with paperwork, no time to work on search code
2009-08-31T19:34:48  <dimazest> but i have some ideas how to fix stemming bug, hope i'll implement them soon
2009-08-31T19:38:17  <dreimark> dimazest: ok, if a bit of time may be write down this idea
2009-08-31T19:38:44  <dreimark> bbl
2009-08-31T22:24:10  <dreimark> re
2009-08-31T22:40:24  <dreimark> http://tool-man.org/examples/edit-in-place.html
2009-08-31T23:01:17  <ThomasWaldmann> old
2009-08-31T23:09:31  *** xorAxAx has quit IRC

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-08-31 (last edited 2009-08-30 22:15:02 by IrcLogImporter)