2009-11-07T00:39:26  <dreimark> moin
2009-11-07T00:41:05  <ThomasWaldmann> hi dreimark
2009-11-07T00:42:13  <dreimark> ThomasWaldmann: why do you see the allocate memory problem?
2009-11-07T00:42:32  <ThomasWaldmann> ask my python :)
2009-11-07T00:42:56  * dreimark has added a first update for 1.9 for MoinAPI/Beispiele
2009-11-07T00:45:11  <dreimark> JosefMeier: do you have thought about adding a bug report to MS too?
2009-11-07T00:51:51  <dreimark> there are some other bugs circulating which gives as result endless loops
2009-11-07T00:51:58  <dreimark> for IE8
2009-11-07T00:52:05  <JosefMeier> dreimark: I'm not sure if this is a problem of IE or FCKeditor or the moinFCKplugin
2009-11-07T00:52:15  <JosefMeier> and the problem is also with IE7
2009-11-07T00:52:29  <JosefMeier> I have a solution but no idea what's the exact cause
2009-11-07T00:53:13  <dreimark> the solution is weird it delays the problem only, there is no gurantee that it really works
2009-11-07T00:55:27  <dreimark> http://dev.jqueryui.com/ticket/4758 is also a nice problem
2009-11-07T00:55:58  <JosefMeier> I have a new solution
2009-11-07T00:56:00  <JosefMeier> no timeout
2009-11-07T00:58:29  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5252:6f6736e7683c 1.9/MoinMoin/action/ (5 files): makeForbidden403() is makeForbidden(403, ...) now
2009-11-07T00:59:04  <ThomasWaldmann> JosefMeier: or the debugger :)
2009-11-07T01:03:40  <ThomasWaldmann> JosefMeier: btw, did you try just removing the suspicious code?
2009-11-07T01:06:02  <JosefMeier> I made it "more elegant"
2009-11-07T01:06:02  <ThomasWaldmann> 2009-11-06 23:44:59,766 MoinMoin.search.builtin WARNING can't index: can't acquire lock
2009-11-07T01:06:54  <dreimark> strange
2009-11-07T01:08:07  <dreimark> looks like we need a tool to rec. which page that causes
2009-11-07T01:09:05  <ThomasWaldmann> dreimark: maybe reread the API page
2009-11-07T01:09:24  <JosefMeier> ThomasWaldmann: Is the patch on http://www.moinmo.in/MoinMoinBugs/1.9GUIEditorIECrashesWithImages more suitable?
2009-11-07T01:12:00  <JosefMeier> I hope that CKeditor has a better API than FCKeditor. I have absolutely no idea what this guy did in the selection plugin.
2009-11-07T01:12:50  <ThomasWaldmann> JosefMeier: did you understand what the code is for?
2009-11-07T01:13:43  <JosefMeier> If after an exception the new node is the same as the old node, than it breaks.
2009-11-07T01:13:51  <JosefMeier> The exception only occurs with images
2009-11-07T01:14:45  <ThomasWaldmann> i suggest you first try to understand the code and why exactly it breaks and then fix it
2009-11-07T01:14:52  <JosefMeier> as I explained before: the new patch is similar to the timeout patch and this one is running in my company wikis for more than four months now. Before the patch we were unable to use IE which is our companies main browser
2009-11-07T01:16:20  <JosefMeier> ThomasWaldmann: Ok. I give up. Have absolutely no time to fix this mess, sorry. I'm busy with getting my colleagues wish list with new features ready.
2009-11-07T01:16:31  <ThomasWaldmann> and the new patch can also run into an endless loop
2009-11-07T01:16:47  <JosefMeier> how should it run into?
2009-11-07T01:17:09  <ThomasWaldmann> it goes 0 -> 1 -> 2 -> ...
2009-11-07T01:17:21  <ThomasWaldmann> if problem happens at 2, if falls back to 1
2009-11-07T01:17:31  <ThomasWaldmann> one iteration later, same problem happens
2009-11-07T01:17:52  <JosefMeier> oh man. then the timeout is the better workaround
2009-11-07T01:18:11  <ThomasWaldmann> no, understanding the code and fixing the root cause is
2009-11-07T01:18:45  <JosefMeier> ThomasWaldmann: Then have fun. I spent five hours for this s**t.
2009-11-07T01:22:17  <ThomasWaldmann> maybe just getting clear about the real-life data structure it operates on would help
2009-11-07T01:27:08  <JosefMeier> the problem is, that IE for some reason creates corrupted data structures if handling images. But maybe it's also a problem of the FCKeditor. I rather concentrate on other stuff for the next few weeks cause with my "ugly" workaround the problem seems to be at least reduced. Our real life experience shows this. We could postpone the final solution till we or I have more time.
2009-11-07T01:28:20  <ThomasWaldmann> does this also happen with 2.6.5?
2009-11-07T01:30:43  <JosefMeier> No. But then the unclosed tags returned by FCKeditor are a problem for the Moin converter. The selection plugin takes care about closing tags although I don't see that in the code. I remember how happy I was a frew months ago that I found a simple workaround for the crash problem.
2009-11-07T01:36:23  <dreimark> gn
2009-11-07T01:36:31  <ThomasWaldmann> gn dreimark
2009-11-07T01:37:34  <JosefMeier> n8
2009-11-07T01:37:42  <JosefMeier> gn8 too
2009-11-07T01:37:52  *** JosefMeier has quit IRC
2009-11-07T01:52:11  *** grzywacz has quit IRC
2009-11-07T02:46:02  * ThomasWaldmann removed some too easy TextChas that were solved by spammers
2009-11-07T03:29:16  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5253:4155de7a48ca 1.9/MoinMoin/mail/sendmail.py: sendmail: add more debug logging
2009-11-07T04:52:14  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5254:fc47ff90b96f 1.9/MoinMoin/parser/ (_ParserBase.py __init__.py highlight.py): parser: move parse_start_stop to package init so that ParserBase deprecation warning is not accidentally triggered
2009-11-07T09:07:24  *** JosefMeier has joined #moin-dev
2009-11-07T09:10:13  <JosefMeier> Moin Moin
2009-11-07T11:37:17  *** grzywacz has joined #moin-dev
2009-11-07T11:45:44  <JosefMeier> dreimark: Is it possible to configure the default drawing type in wikiconfig.py ?
2009-11-07T12:09:48  *** JosefMeier has quit IRC
2009-11-07T12:13:25  *** tpfennig has joined #moin-dev
2009-11-07T14:29:33  *** eisi has joined #moin-dev
2009-11-07T16:11:38  <dreimark> JosefMeier: yes you can configure the once cyou want only
2009-11-07T16:15:27  <dreimark> ThomasWaldmann: it looks like that the navigation for monthcalendar is broken
2009-11-07T16:15:50  <dreimark> a click on < or << does not change anything
2009-11-07T16:16:37  <dreimark> http://moinmo.in/BigFei/Calendar?calparms=SampleUser,2009,12,0,-12,,,
2009-11-07T16:16:47  <dreimark> http://moinmo.in/BigFei/Calendar?calparms=SampleUser,2009,12,0,-1,,,
2009-11-07T16:17:00  <dreimark> bbl
2009-11-07T17:30:02  *** eisi has quit IRC
2009-11-07T17:53:07  *** grzywacz has quit IRC
2009-11-07T18:09:29  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5255:ec00e39ec3f8 1.9/MoinMoin/action/ (edit.py fullsearch.py): use correct check_surge_protect() call
2009-11-07T18:29:42  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5256:e2dcd2e9b73a 1.9/MoinMoin/mail/sendmail.py: sendmail: check for empty recipients list, avoid SMTPException
2009-11-07T18:33:59  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5257:c85a99b5d78f 1.9/MoinMoin/wikiutil.py: plugin importer: more useful exception msg
2009-11-07T19:12:58  <ThomasWaldmann> dreimark: i fixed MonthCalendar
2009-11-07T19:24:53  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5258:d4331ca5c218 1.9/MoinMoin/macro/ (FullSearch.py MonthCalendar.py TeudView.py __init__.py): kill macro.form, please use macro.request.{args,form,values} (plus fixes for some macros)
2009-11-07T19:24:55  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5259:5b3c8d341dfa 1.9/MoinMoin/mail/sendmail.py: sendmail: updated (c), fix PEP8 problem
2009-11-07T19:37:46  *** tpfennig has quit IRC
2009-11-07T21:00:24  <dreimark> re
2009-11-07T21:12:43  * dreimark fetches a fresh clone
2009-11-07T22:04:22  <CIA-43> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5260:39362809a66a 1.9/wiki/config/more_samples/xapian_wikiconfig_snippet: wikiconfig snippet for xapian added
2009-11-07T22:12:08  <ThomasWaldmann> dreimark: please re-read that
2009-11-07T22:12:19  <dreimark> ok
2009-11-07T22:13:16  <ThomasWaldmann> and chmod -x
2009-11-07T22:13:21  <dreimark> oh
2009-11-07T22:13:36  * dreimark describes currently an xmlrpc bug
2009-11-07T22:32:42  <ThomasWaldmann> the bug description is confusing
2009-11-07T22:32:51  <dreimark> why?
2009-11-07T22:33:12  <dreimark> it means in short words you can fetxh a file incase sensitive
2009-11-07T22:33:22  <dreimark> s/fetxh/fetch/
2009-11-07T22:33:57  <ThomasWaldmann> you tell that you get a fault
2009-11-07T22:34:04  <dreimark> it tells a wrong error message but it fetches the file
2009-11-07T22:34:05  <ThomasWaldmann> so what do you get, a file or a fault?
2009-11-07T22:34:10  <dreimark> both
2009-11-07T22:34:43  <ThomasWaldmann> add a script that reproduces the problem with a wikiserver test wiki
2009-11-07T22:34:53  <dreimark> ok
2009-11-07T22:35:25  <dreimark> does this read better now http://paste.pocoo.org/show/149284/ ?
2009-11-07T22:35:40  <dreimark> the first line is also indented
2009-11-07T22:39:42  <ThomasWaldmann> maybe give the default settings in commented lines.
2009-11-07T22:39:51  <dreimark> ok
2009-11-07T22:43:07  <dreimark> ThomasWaldmann: no bug, self made by the example I tried
2009-11-07T22:48:21  <CIA-43> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5261:aae287ac6f28 1.9/wiki/config/more_samples/xapian_wikiconfig_snippet: xapian_wikiconfig_snippet: rephrased the description
2009-11-07T23:18:01  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5262:70bfacab0074 1.9/wiki/config/more_samples/xapian_wikiconfig_snippet: xapian_wikiconfig_snippet: rephrase
2009-11-07T23:21:45  <dreimark> ThomasWaldmann: do you want to change the default for xapian_index_history ?
2009-11-07T23:23:01  <ThomasWaldmann> no
2009-11-07T23:23:12  <dreimark> the description is broken
2009-11-07T23:23:29  <dreimark> most of the text was copied from there
2009-11-07T23:23:47  <ThomasWaldmann> ?
2009-11-07T23:23:55  <dreimark>  xapian_index_history
2009-11-07T23:23:55  <dreimark> 
2009-11-07T23:23:56  <dreimark> True
2009-11-07T23:24:03  <dreimark> on HelpOnXapian
2009-11-07T23:26:53  * dreimark looks at WikiConfigHelp macro
2009-11-07T23:28:49  <ThomasWaldmann> that's wrong
2009-11-07T23:32:08  <dreimark> yeah and it is stupid that one has to type it again

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-11-07 (last edited 2009-11-06 23:45:02 by IrcLogImporter)