2009-08-21T00:08:09  <dreimark> dimazest: http://paste.pocoo.org/show/135446/
2009-08-21T00:08:18  <dreimark> that solves the attachment upload
2009-08-21T01:04:56  *** amartani has quit IRC
2009-08-21T01:10:11  *** amartani has joined #moin-dev
2009-08-21T02:16:27  *** franklin has quit IRC
2009-08-21T02:16:27  *** PawelPacana has quit IRC
2009-08-21T02:16:27  *** ser has quit IRC
2009-08-21T02:16:27  *** xorAxAx has quit IRC
2009-08-21T02:17:34  *** xorAxAx has joined #moin-dev
2009-08-21T02:17:34  *** PawelPacana has joined #moin-dev
2009-08-21T02:17:34  *** ser has joined #moin-dev
2009-08-21T03:09:53  <CIA-34> Alexandre Martani <amartani AT gmail DOT com> default * 6902:7a60acbe665e 2.0-storage-editor-amartani/MoinMoin/ (items/__init__.py action/ajax_modify.py): Real-time editor: Remove ajax_modify action (use ajax_info)
2009-08-21T03:09:54  <CIA-34> Alexandre Martani <amartani AT gmail DOT com> default * 6903:8a885466fddd 2.0-storage-editor-amartani/MoinMoin/PageEditor.py: Real-time editor: Remove PageLock (use items.lock instead)
2009-08-21T03:09:56  <CIA-34> Alexandre Martani <amartani AT gmail DOT com> default * 6904:a230b605b64b 2.0-storage-editor-amartani/MoinMoin/action/mobwrite.py: Real-time editor: Remove unneeded imports and constants. Pep8 fix.
2009-08-21T03:09:57  <CIA-34> Alexandre Martani <amartani AT gmail DOT com> default * 6905:842fd7c23a26 2.0-storage-editor-amartani/MoinMoin/action/mobwrite.py: Real-time editor: use property for mobwrite filename
2009-08-21T03:10:00  <CIA-34> Alexandre Martani <amartani AT gmail DOT com> default * 6906:c0f67fc246c4 2.0-storage-editor-amartani/MoinMoin/action/mobwrite.py: Real-time editor: Add docstring.
2009-08-21T04:10:45  *** devilsadvocate has quit IRC
2009-08-21T04:12:08  *** grzywacz has quit IRC
2009-08-21T04:32:44  *** devilsadvocate has joined #moin-dev
2009-08-21T04:47:54  *** franklin has joined #moin-dev
2009-08-21T05:42:45  <CIA-34> Alexandre Martani <amartani AT gmail DOT com> default * 6907:d05bdd42378a 2.0-storage-editor-amartani/MoinMoin/ (items/lock.py wikiutil.py): Real-time editor: Add activity option to acquire.
2009-08-21T05:42:47  <CIA-34> Alexandre Martani <amartani AT gmail DOT com> default * 6908:f58687a6941e 2.0-storage-editor-amartani/MoinMoin/action/ajax_info.py: Real-time editor: Set activity parameter when acquiring lock.
2009-08-21T05:42:49  <CIA-34> Alexandre Martani <amartani AT gmail DOT com> default * 6909:19f9f9b9e6ce 2.0-storage-editor-amartani/MoinMoin/web/static/htdocs/common/js/text_editor.js: Real-time editor: Report activity on updateInfo.
2009-08-21T05:51:28  *** amartani has quit IRC
2009-08-21T06:04:05  *** devilsadvocate has quit IRC
2009-08-21T08:07:20  <ThomasWaldmann> moin
2009-08-21T08:30:48  <dreimark> moin
2009-08-21T11:24:33  *** JosefMeier has joined #moin-dev
2009-08-21T13:24:01  *** devilsadvocate has joined #moin-dev
2009-08-21T13:55:06  *** devilsadvocate has left #moin-dev
2009-08-21T15:33:42  *** JosefMeier has quit IRC
2009-08-21T15:56:46  *** jdmjdm has joined #moin-dev
2009-08-21T16:27:35  <dimazest> hmm stemm('editing') == 'edit', stemm('Editing') == 'Edite'
2009-08-21T16:28:36  <waldi> dimazest: correct language?
2009-08-21T16:29:16  <dimazest> in english
2009-08-21T16:30:02  <ThomasWaldmann> strange
2009-08-21T16:30:14  <ThomasWaldmann> but not your problem :)
2009-08-21T16:31:08  <dimazest> ThomasWaldmann: actually it is, because search then works in a wrong way
2009-08-21T16:32:31  <ThomasWaldmann> i mean "if this is a bug, it is in xapian stemmer and not in your code"
2009-08-21T16:33:04  <ThomasWaldmann> what is stemm("Edition")
2009-08-21T16:34:01  <ThomasWaldmann> (and you are sure that is en stemmer and not fr?)
2009-08-21T16:34:12  <dimazest> 'Edition'
2009-08-21T16:34:43  <ThomasWaldmann> py.test.skip("Stemmer broken")
2009-08-21T16:35:14  <ThomasWaldmann> and file a bug at xapian or talk to someone on their channel
2009-08-21T16:36:46  * dimazest needs to try with the last xapian
2009-08-21T16:55:51  <dimazest> there are several stemming algoritms, http://snowball.tartarus.org/algorithms/lovins/stemmer.html makes it right
2009-08-21T17:03:08  *** dreimark has quit IRC
2009-08-21T17:03:35  *** dreimark has joined #moin-dev
2009-08-21T17:07:13  <dreimark> dimazest share this info with the xapian channel and set until it is fixed a skip message and a comment
2009-08-21T17:12:12  <dimazest> dreimark: i think it is featre of the stemming algoritm, but, i'll write them
2009-08-21T17:43:32  <dreimark> the lovins algo isn't implemented or ?
2009-08-21T17:43:49  <dreimark> dimazest: if it is not please ask for this feature too#
2009-08-21T17:50:32  <dimazest> ok
2009-08-21T17:59:19  <dreimark> can you look at this two bugs I found for attachments
2009-08-21T17:59:40  <dreimark> dimazest: if they are fixed I can do other practical tests
2009-08-21T17:59:47  <dimazest> yes, sure
2009-08-21T18:11:37  <dimazest> ""The stemming algorithm expects to be passed words which have been converted to lowercase
2009-08-21T18:34:20  * ThomasWaldmann tries 2.0-storage under win7rc
2009-08-21T18:37:51  *** grzywacz has joined #moin-dev
2009-08-21T18:45:47  <dreimark> dimazest: they should raise if that happens. why don't they check islower()
2009-08-21T18:59:11  <ThomasWaldmann> or do it themselves
2009-08-21T19:05:11  <dimazest> that is what i got from the mail
2009-08-21T19:05:31  <dimazest> i'll lowercase input
2009-08-21T19:16:03  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 6696:0b999ac76ba1 2.0-storage/MoinMoin/theme/__init__.py: remove requirement for setuptools (usage of pkg_resources by jinja2) by using a FileSystemLoader
2009-08-21T19:33:48  <ThomasWaldmann> great, storage code survived the windows testing :)
2009-08-21T19:34:45  <ThomasWaldmann> (that means: fs, memory, sqla:sqlite backends)
2009-08-21T21:09:30  <dreimark> image diff is nice
2009-08-21T21:23:55  * waldi .o( diff between text and image will be implemented via ocr then? ... )
2009-08-21T21:28:57  <ThomasWaldmann> waldi: no :)
2009-08-21T21:29:23  <waldi> no? :)
2009-08-21T21:31:59  <ThomasWaldmann> except if there is some python lib that does this with one call :)
2009-08-21T21:44:12  <TheSheep> no, you render the text and compare images
2009-08-21T21:48:37  <ThomasWaldmann> X)
2009-08-21T21:48:55  <ThomasWaldmann> we still need a sound and video diff, btw
2009-08-21T21:49:21  <ThomasWaldmann> (otoh, we have one in the base class :)
2009-08-21T21:52:38  <TheSheep> just xor the files
2009-08-21T21:59:22  * dimazest wants to diff a plot of a movie with a video of the movie :)
2009-08-21T22:00:31  <TheSheep> and with photo of a naked actress
2009-08-21T22:01:12  <CIA-34> Dmitrijs Milajevs <dimazest@gmail.com> default * 5017:aafcd2b5597a 1.9-xapian-dmilajevs/MoinMoin/search/Xapian/indexing.py: Xapian2009: Xapian Index.termpositions was removed.
2009-08-21T22:01:13  <CIA-34> Dmitrijs Milajevs <dimazest@gmail.com> default * 5018:3d9fe8725332 1.9-xapian-dmilajevs/MoinMoin/search/ (Xapian/indexing.py _tests/test_search.py): Xapian2009: Document's mtime is retrieved in a right way for indexing.
2009-08-21T22:02:24  <dimazest> dreimark: ^^^ should fix problem with attachment
2009-08-21T22:03:03  <dimazest> dreimark: it seems that locking of the index doesn't work
2009-08-21T22:12:24  *** grzywacz has quit IRC
2009-08-21T22:17:10  <dreimark> :)
2009-08-21T22:18:28  <dreimark> TheSheep: later you can have an image search by xapian
2009-08-21T22:21:08  <dreimark> dimazest: do you have tried yourself?
2009-08-21T22:21:20  <dreimark> IndentationError: unexpected unindent
2009-08-21T22:21:31  <dreimark> MoinMoin/search/Xapian/indexing.py", line 239 <<<<<<< local
2009-08-21T22:21:53  <dreimark> sorry that's my faul
2009-08-21T22:22:00  <dreimark> t
2009-08-21T22:23:17  <dreimark> dimazest: after mtime I have found AttributeError: 'str' object has no attribute 'extend'
2009-08-21T22:23:22  <dreimark> which is still there.
2009-08-21T22:23:44  <dreimark> now you can upload but text search does not work
2009-08-21T22:38:09  <dimazest> dreimark: i currently changing that code
2009-08-21T22:39:08  <dreimark> dimazest: good :)
2009-08-21T22:40:33  <dreimark> ThomasWaldmann: just got an idea may be we could ask for a textcha for clearing the surge protection timeout
2009-08-21T22:45:38  <ThomasWaldmann> good idea
2009-08-21T23:02:00  <ThomasWaldmann> dimazest: why does moin's xapian code check for xapian version if xappy does that on its own?
2009-08-21T23:03:06  <ThomasWaldmann> Xapian.indexing:130 vs xappy.__init__ and _checkxapian
2009-08-21T23:05:49  <ThomasWaldmann> gna, can't run tests
2009-08-21T23:06:21  <ThomasWaldmann> if py.version != '1.0.0':
2009-08-21T23:06:27  <ThomasWaldmann> that's total crap
2009-08-21T23:07:25  <ThomasWaldmann> (and I don't primarily mean that the tests need py 1.0.0, but that it would fail with 1.0.1)
2009-08-21T23:15:26  <dreimark> btw. we should add task2 solution to wikiutil
2009-08-21T23:16:00  <ThomasWaldmann> yeah, that came to my mind right now also :)
2009-08-21T23:16:21  *** jdmjdm has quit IRC
2009-08-21T23:34:12  <dreimark> I try to figure out how I can trigger surgeprotection on the desktop edition of 1.9
2009-08-21T23:35:05  <dreimark> for testing i've commented in web.utils the special cases for not limits and remote_addr.startswith('127.')
2009-08-21T23:36:28  <dreimark> DesktopEdition = False (does not make a difference)
2009-08-21T23:36:59  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4956:6638f02fc4b0 1.9/MoinMoin/ (_tests/test_wikiutil.py wikiutil.py): added Version class to wikiutil, please use it
2009-08-21T23:37:01  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4957:fba959635dcd 1.9/ (7 files in 6 dirs): merge main
2009-08-21T23:39:36  <dimazest> ThomasWaldmann: py version there is because of the generative tests, and it will be removed, it is temporal solution
2009-08-21T23:39:56  <ThomasWaldmann> dimazest: see ^^
2009-08-21T23:40:12  <ThomasWaldmann> and use >=
2009-08-21T23:40:53  <dreimark> for testing of sureg protection in 1.9 desktop wiki I have set  http://paste.pocoo.org/show/135599/
2009-08-21T23:41:03  <dreimark> and http://paste.pocoo.org/show/135600/
2009-08-21T23:41:20  <dreimark> but I don't get a warning
2009-08-21T23:41:36  <dreimark> doesthis mean sp is broken?
2009-08-21T23:43:53  <dimazest> i wanted to remove that check of xapian, but have not found nice solution
2009-08-21T23:43:55  * dreimark one should try sp with a real wiki not on localhost
2009-08-21T23:44:49  <dreimark> gn
2009-08-21T23:45:39  <dimazest> gn
2009-08-21T23:46:59  <ThomasWaldmann> dreimark: did you indent the config lines?
2009-08-21T23:49:18  <ThomasWaldmann> (because the pastebin content is not)
2009-08-21T23:54:00  <ThomasWaldmann> dimazest: for the xap ver check: try: import xappy except ImportError: ...

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