2009-10-02T01:01:49  *** ser has quit IRC
2009-10-02T01:02:10  *** ser has joined #moin-dev
2009-10-02T03:59:08  *** xorAxAx has joined #moin-dev
2009-10-02T05:10:43  *** ser has quit IRC
2009-10-02T05:10:43  *** ThomasWaldmann has quit IRC
2009-10-02T05:13:07  *** ser has joined #moin-dev
2009-10-02T05:13:07  *** ThomasWaldmann has joined #moin-dev
2009-10-02T08:31:44  <ThomasWaldmann> moin
2009-10-02T08:52:55  *** grzywacz has quit IRC
2009-10-02T09:03:24  *** tpfennig has quit IRC
2009-10-02T09:19:18  <dreimark> moin
2009-10-02T09:19:20  <dreimark> moin
2009-10-02T09:20:04  <ThomasWaldmann> hi dreimark
2009-10-02T09:22:18  <dreimark> the second greetings was intended to go to #moin
2009-10-02T09:28:12  <ThomasWaldmann> bbl
2009-10-02T13:57:58  *** dimazest has quit IRC
2009-10-02T14:02:29  *** dimazest has joined #moin-dev
2009-10-02T14:02:38  <dimazest> moin
2009-10-02T14:09:04  <xorAxAx> hi dimazest
2009-10-02T14:31:37  *** tpfennig has joined #moin-dev
2009-10-02T14:36:36  <dimazest> it seems to me that MoinMoin.util.lock doesn't work corectly on the macosx
2009-10-02T15:36:45  <CIA-34> Dmitrii Miliaev <dimazest@gmail.com> default * 5166:d80478608f48 1.9/MoinMoin/search/builtin.py: MoinMoin/search/builtin.py searching does not require a lock, xapian allows several concurrent search connections.
2009-10-02T15:36:48  <CIA-34> Dmitrii Miliaev <dimazest@gmail.com> default * 5167:b86c7b348862 1.9/MoinMoin/search/_tests/test_search.py: Test for searching an attachment was added. time.sleep() is not used anymore to wait for the index update.
2009-10-02T15:38:39  <dimazest> bbl
2009-10-02T16:47:24  *** tpfennig has quit IRC
2009-10-02T18:14:43  <ThomasWaldmann> ah, xapian changes :)
2009-10-02T18:15:02  <ThomasWaldmann> btw, I think about some SubscribeUser action change
2009-10-02T18:15:15  <ThomasWaldmann> currently, you can just subscribe user(s)
2009-10-02T18:15:50  <ThomasWaldmann> but you can't: unsubscribe them (there is a FR, iirc) and you can't "subscribe all" (or unsubscribe all)
2009-10-02T18:22:16  <ThomasWaldmann> dreimark: http://moinmo.in/FeatureRequests/SubscribeShouldCheckACL could you check that?
2009-10-02T18:29:02  <dimazest> ThomasWaldmann: do you know some search related bugs needed to be fixed (except stemming)?
2009-10-02T18:29:45  <dimazest> ThomasWaldmann: on my mac if i create page and upload file i get a warning that lock can not be aquired
2009-10-02T18:30:07  <dimazest> but if i try it on linux it seems to work (no warnings)
2009-10-02T18:30:27  <dimazest> could you check try on your setup?
2009-10-02T18:36:56  <ThomasWaldmann> i think the biggest problem occurred with drawings
2009-10-02T18:37:09  <ThomasWaldmann> traceback when saving them iirc
2009-10-02T18:39:16  <ThomasWaldmann> (and 5 minutes ago, I got some complaint about search results ordering by email - but that is not related to your changes :)
2009-10-02T18:40:06  <ThomasWaldmann> http://moinmo.in/MoinMoinBugs/1.9XapianEmptyPage < big bug
2009-10-02T19:12:14  *** grzywacz has joined #moin-dev
2009-10-02T19:54:44  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4406:f8d1d1d5c7a5 1.8/MoinMoin/action/SubscribeUser.py: SubscribeUser action: cosmetic changes
2009-10-02T19:54:47  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4407:b51c4e6efeee 1.8/MoinMoin/action/SubscribeUser.py: (log message trimmed)
2009-10-02T19:54:47  <CIA-34> SubscribeUser action: username regexes, support unsubscribing
2009-10-02T19:54:47  <CIA-34> [+|-]username,[+|-]re:regex_username
2009-10-02T19:54:47  <CIA-34> + subscribes (default if not given)
2009-10-02T19:54:49  <CIA-34> - unsubscribes
2009-10-02T19:54:51  <CIA-34> re: giving a regex
2009-10-02T19:54:53  <CIA-34> E.g.:
2009-10-02T20:34:55  *** JosefMeier has joined #moin-dev
2009-10-02T20:35:18  <JosefMeier> MoinMoin
2009-10-02T20:36:02  <JosefMeier> ThomasWaldmann: Will the code changes in action/__init__.py get into the next 1.9 beta?
2009-10-02T20:38:24  <ThomasWaldmann> which ones?
2009-10-02T20:42:49  <JosefMeier> the action.getHandler one
2009-10-02T20:43:28  <ThomasWaldmann> you mean the still-to-be-done changes? yes.
2009-10-02T20:43:39  <JosefMeier> ThomasWaldmann: The one I wrote the bug description for yesterday
2009-10-02T20:43:48  * dreimark we need a session cleanup for xmlrpc requests
2009-10-02T20:44:12  <dreimark> it looks like that every xmlrpc call creates a new session file
2009-10-02T20:51:23  <dreimark> dennda: can I use in 2.0 the memory backend for cache files? because of the filespace limitations can we have it do something similiar to logrotate?
2009-10-02T20:54:10  <dreimark> (memoryspace)
2009-10-02T20:56:04  <dimazest> ThomasWaldmann: i can not reproduce the EmptyPage bug
2009-10-02T21:02:56  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4408:e8d4fabc31e2 1.8/MoinMoin/action/SubscribeUser.py: SubscribeUser action: fix comments / help
2009-10-02T21:03:14  <ThomasWaldmann> dreimark: can you help dimazest?
2009-10-02T21:07:15  <JosefMeier> bbl
2009-10-02T21:07:20  *** JosefMeier has quit IRC
2009-10-02T21:12:35  * dreimark is looking
2009-10-02T21:16:23  * dreimark tries with moinmo.in
2009-10-02T21:16:51  <dreimark> hmm, no that won't help
2009-10-02T21:18:43  *** dimazest has quit IRC
2009-10-02T21:18:43  *** ser has quit IRC
2009-10-02T21:18:43  *** ThomasWaldmann has quit IRC
2009-10-02T21:19:08  *** dimazest has joined #moin-dev
2009-10-02T21:19:08  *** ser has joined #moin-dev
2009-10-02T21:19:08  *** ThomasWaldmann has joined #moin-dev
2009-10-02T21:24:57  <dreimark> dimazest: currently empty page by comments give only the Exception RuntimeError: 'maximum recursion depth exceeded ...
2009-10-02T21:25:07  <dreimark> but no traceback
2009-10-02T21:27:54  <dreimark> none of the drawing methods does run into the traceback with current 1.9
2009-10-02T21:27:59  <dreimark> so I think it is fixed
2009-10-02T21:29:07  <dimazest> dreimark: is the Exception RuntimeError: 'maximum recursion depth exceeded is rised in a thread?
2009-10-02T21:33:26  <dreimark> I see it with the standalone server configuration.
2009-10-02T21:33:54  * dreimark is migrating currently a wiki farm with some patches
2009-10-02T21:36:26  <dreimark> dimazest: create a new page save it. reopen it and add at beginnin of the line a  ##
2009-10-02T21:38:52  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5168:61ce73eb13a0 1.9/MoinMoin/ (action/__init__.py action/info.py wsgiapp.py): action.getHandler(): make it moin 1.8 compatible again
2009-10-02T21:38:54  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5169:6277639194df 1.9/MoinMoin/search/ (_tests/test_search.py builtin.py): merged main
2009-10-02T21:40:03  <dennda> dreimark: as long as the process is running, you can put anything into it. for cgi though that likely won't work
2009-10-02T21:40:14  <dennda> dreimark: otherwise i guess you need to be more specific
2009-10-02T21:41:23  <dreimark> dennda: I mean can I use it only for the cache separated from items
2009-10-02T21:44:13  * dreimark has a failing test_lock .........F in 1.9
2009-10-02T21:44:48  <dennda> dreimark: well i don't know how the caching system in moin works. i think there are some thoughts but thomas also brought up some problems, afair. but again, as long as the process is running and you have sufficient RAM you can put everything in there.
2009-10-02T21:45:07  <dennda> since cgi creates a new process for each request i doubt you can cache between cgi requests
2009-10-02T21:45:25  <dennda> but cgi is for teh ass anyways, so that's likely no argument :)
2009-10-02T21:45:30  <dennda> anyways, back to cooking
2009-10-02T21:45:30  <dreimark> dennda: that is clear.
2009-10-02T21:57:51  <ThomasWaldmann> dimazest: did your name change?
2009-10-02T21:58:36  <dimazest> ThomasWaldmann: i got it translitirated
2009-10-02T21:58:53  <dimazest> so it is close to the Russian original
2009-10-02T21:59:11  <dimazest> before I used Latvian form of my name
2009-10-02T22:00:17  <ThomasWaldmann> ah
2009-10-02T22:00:45  <ThomasWaldmann> maybe you want to fix the links, too
2009-10-02T22:01:13  <dimazest> yes
2009-10-02T22:03:12  <ThomasWaldmann> http://moinmo.in/MoinMoinBugs/RedirectShouldUse301 comments? sounds reasonable. any reason to use 302?
2009-10-02T22:13:25  <dreimark> dimazest: the standalone server uses for me 2 Threads
2009-10-02T22:14:09  <dreimark> does this mean we need to configure it to use only 1 Thread if xapian is enabled?
2009-10-02T22:15:42  <dimazest> dreimark: my note was about indexing, a think (but not sure) that if exception not in the main thread, the server will run
2009-10-02T22:17:21  <dimazest> dreimark: i reproduced the bug
2009-10-02T23:22:30  *** dennda_ has joined #moin-dev
2009-10-02T23:22:37  *** dennda has quit IRC
2009-10-02T23:25:57  *** dimazest has quit IRC
2009-10-02T23:25:57  *** ser has quit IRC
2009-10-02T23:25:57  *** ThomasWaldmann has quit IRC
2009-10-02T23:26:43  *** dimazest has joined #moin-dev
2009-10-02T23:26:43  *** ser has joined #moin-dev
2009-10-02T23:26:43  *** ThomasWaldmann has joined #moin-dev
2009-10-02T23:27:23  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4409:ece8d64f8a57 1.8/MoinMoin/ (4 files in 3 dirs): use 301 redirect for some cases

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-10-02 (last edited 2009-10-01 23:15:02 by IrcLogImporter)