2006-08-27T00:08:37  <fpletz> ok, the checkboxes finally got clickable labels and I rewrote some code ;)
2006-08-27T00:11:40  <ThomasWaldmann> works :)
2006-08-27T00:12:17  <ThomasWaldmann> btw, we have to improve that mimetype stuff later
2006-08-27T00:12:39  <ThomasWaldmann> there should be combined entries, e.g.:
2006-08-27T00:13:07  <ThomasWaldmann> text documents = text/*, word, openoffice text, ...
2006-08-27T00:13:41  <ThomasWaldmann> calc sheets = csv, excel, OO calc, ...
2006-08-27T00:14:01  <ThomasWaldmann> drawings = ...
2006-08-27T00:14:15  <ThomasWaldmann> images = gif/png/jpeg/...
2006-08-27T00:15:21  <fpletz> ah, right. there surely is a function in moin I can use to get this stuff grouped like that, right? ;)
2006-08-27T00:16:25  <ThomasWaldmann> no, i dont think there are mimetype groups yet
2006-08-27T00:16:48  <ThomasWaldmann> keep that for later :)
2006-08-27T00:17:54  <ThomasWaldmann> tell me when you are finished with the code. is there anything left?
2006-08-27T00:21:09  <fpletz> the only real thing that's missing in the code is the case-sensitive xapian search using raw terms
2006-08-27T00:21:22  <fpletz> will implement this tomorrow
2006-08-27T00:21:30  <fpletz> ehm, today :)
2006-08-27T00:21:44  <ThomasWaldmann> maybe first do the docs
2006-08-27T00:21:56  <ThomasWaldmann> and if time is left, do that
2006-08-27T00:22:07  <fpletz> okay
2006-08-27T00:27:12  <ThomasWaldmann> the category search is removed when no xapian is there?
2006-08-27T00:27:40  <fpletz> nope, the standard regex is used
2006-08-27T00:28:41  <ThomasWaldmann> typo -> seperate
2006-08-27T00:29:39  <ThomasWaldmann> || xapian_index_dir || None || if set, set & use a seperate index directory for every wiki distinguished by wikiname; useful for wikifarms to seperate indices ||
2006-08-27T00:30:19  <ThomasWaldmann> can we already search multiple wikis?
2006-08-27T00:32:59  <fpletz> no, I tried to implement this a few days ago but failed to find functions get all wikis in a farm etc. so I postponed it as bugfixing was more important at that time
2006-08-27T00:34:18  <fpletz> typo is fixed, thanks
2006-08-27T00:34:23  <ThomasWaldmann> ok
2006-08-27T00:34:24  <ThomasWaldmann> If you're running a wikifarm, you most probably want to seperate the indices so that results in other wiki won't show up in the results results. To do this, you must set xapian_index_dir to a directory you want the indices to be saved. The indices will then be seperated by the wikiname specified in the respective wikiconfig.
2006-08-27T00:34:34  <ThomasWaldmann> this stuff confuses me :)
2006-08-27T00:34:48  <fpletz> will all be rewritten ;)
2006-08-27T00:34:57  <ThomasWaldmann> if you run a single wiki with xap, it puts its index into cache/xapian/...
2006-08-27T00:34:59  <fpletz> was written in a hurry :)
2006-08-27T00:35:21  <ThomasWaldmann> if you have multiple of them, it's the same, they are separate
2006-08-27T00:35:42  <ThomasWaldmann> a goal of a farm might me to unite those indices somehow
2006-08-27T00:35:51  <ThomasWaldmann> ok
2006-08-27T00:37:35  <ThomasWaldmann> s/me/be/
2006-08-27T00:37:47  <fpletz> going to bed now, will finish the docs tomorrow
2006-08-27T00:37:59  <ThomasWaldmann> ok, gn :)
2006-08-27T00:38:24  <ThomasWaldmann> i think about that "get farm wikis" problem
2006-08-27T00:39:14  <fpletz> great, gn :)
2006-08-27T12:56:20  * ThomasWaldmann fixed HelpOnConfiguration
2006-08-27T13:09:34  <ThomasWaldmann> http://moinmaster.wikiwikiweb.de/HelpOnSynchronisation?action=diff&rev2=9&rev1=8
2006-08-27T13:11:05  <xorAxAx> looks good
2006-08-27T13:14:22  <ThomasWaldmann> i guess i will move moinmaster to 1.6 rsn
2006-08-27T13:17:52  <ThomasWaldmann> sync help talks about authorization - this uses data from a a normal user account on the remote side?
2006-08-27T13:18:19  <xorAxAx> it uses a normal account, sure
2006-08-27T13:19:35  <ThomasWaldmann> i guess we dont really need that WikiDict system page
2006-08-27T13:20:06  <xorAxAx> it was rather meant a kind of glossary like forward
2006-08-27T13:23:54  <ThomasWaldmann> we could directly point at HelpOn... instead of WikiDict
2006-08-27T13:24:34  <xorAxAx> yeah
2006-08-27T13:30:44  <ThomasWaldmann> BUG
2006-08-27T13:30:57  <ThomasWaldmann> try to delete MoinMaster:WikiDict
2006-08-27T13:33:51  <xorAxAx> heh
2006-08-27T13:34:22  <xorAxAx> it is gone
2006-08-27T13:34:29  <xorAxAx> hopefully you have saved the traceback
2006-08-27T13:34:40  <xorAxAx> oh, the history is gone as well
2006-08-27T13:34:56  <xorAxAx> hmm, no
2006-08-27T13:35:08  <xorAxAx> just the greyed out links are confusing
2006-08-27T13:48:36  <ThomasWaldmann> you can't delete a page with #redirect
2006-08-27T13:48:50  <ThomasWaldmann> you first edit and remove redirect, then you can delete
2006-08-27T13:49:41  <xorAxAx> oh
2006-08-27T13:49:46  <fpletz> moin
2006-08-27T13:49:52  <xorAxAx> and what is the error message?
2006-08-27T13:50:35  <fpletz> rough night :/
2006-08-27T13:59:09  <ThomasWaldmann> none
2006-08-27T13:59:35  <ThomasWaldmann> fpletz: you went to bed earlier than me :)
2006-08-27T14:17:56  <fpletz> ThomasWaldmann: the phone was ringing at 1:00 :/
2006-08-27T14:19:07  <fpletz> ok, finished breakfast, let's get to work ;)
2006-08-27T14:38:45  <ThomasWaldmann> who calls that late? :)
2006-08-27T15:29:15  * ThomasWaldmann merged xapian branch
2006-08-27T15:30:15  * ThomasWaldmann merged sync branch
2006-08-27T16:24:13  <fpletz> moin dreimark
2006-08-27T16:24:23  <fpletz> just fixed your bug with attachment machtes
2006-08-27T16:24:27  <fpletz> *matches
2006-08-27T16:24:42  <dreimark> fpletz: fine
2006-08-27T16:25:01  <fpletz> ThomasWaldmann: a friend had some problems and needed someone to talk to..
2006-08-27T16:25:09  <fpletz> 2 hours :/
2006-08-27T16:32:35  <ThomasWaldmann> maybe he should have some friend in the US for that time :)
2006-08-27T17:03:39  <dreimark> fpletz:AdvancedFindPage I would prefer an additional grouping for the prefixes e.g. images,audio,video
2006-08-27T17:04:18  <dreimark> fpletz:because you would mostly know you are searching for an image but not if it was a jg, jpeg, png and so on
2006-08-27T17:05:16  <ThomasWaldmann> dreimark: we have already discussed that
2006-08-27T17:05:35  <ThomasWaldmann> we can do that after SOC
2006-08-27T17:05:51  <dreimark> ThomasWaldmann:ok
2006-08-27T17:59:50  <ThomasWaldmann> moinmaster is on 1.6 now
2006-08-27T18:00:00  <ThomasWaldmann> still some parts missing, though
2006-08-27T20:59:42  * ThomasWaldmann indexes moinmaster (since a while...)
2006-08-27T21:02:17  <ThomasWaldmann> fpletz: index is at 110MB, growing
2006-08-27T21:22:23  <ThomasWaldmann> 220MB
2006-08-27T21:58:48  <ThomasWaldmann> 355MB total
2006-08-27T22:21:22  <ThomasWaldmann> fpletz: xapian_index_history is missing on HelpOnConfiguration
2006-08-27T22:28:51  <xorAxAx> ThomasWaldmann: you may want to use nice :)
2006-08-27T22:28:56  <xorAxAx> (and/or ionice)
2006-08-27T22:29:00  <ThomasWaldmann> fpletz: builtin.py:553 disables xapian permanently by changing in-memory configuration, why?
2006-08-27T22:29:21  <ThomasWaldmann> xorAxAx: i didnt look at top
2006-08-27T23:15:06  <ThomasWaldmann> moinmaster back on 1.5
2006-08-27T23:18:11  <xorAxAx> why?
2006-08-27T23:38:54  <ThomasWaldmann> missing converter
2006-08-27T23:39:21  <xorAxAx> heh

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