1 2011-06-09T00:33:53  * ThomasWaldmann clones Marchael's repo and tries it
   2 2011-06-09T00:36:18  <ThomasWaldmann> E   ImportError: No module named whoosh.analysis
   3 2011-06-09T00:36:36  <ThomasWaldmann> E   ImportError: No module named whoosh.qparser
   4 2011-06-09T00:36:50  <ThomasWaldmann> Marchael: add whoosh to setup.py
   5 2011-06-09T00:39:27  *** m4k3r has quit IRC
   6 2011-06-09T01:02:25  *** raignarok has quit IRC
   7 2011-06-09T01:42:20  <ThomasWaldmann> Marchael: http://paste.pocoo.org/show/403143/ please read that diff, think about it and fix accordingly
   8 2011-06-09T01:51:23  *** grzywacz has quit IRC
   9 2011-06-09T04:20:04  *** MattMaker has quit IRC
  10 2011-06-09T04:43:20  *** Marchael has quit IRC
  11 2011-06-09T07:49:55  *** m4k3r has joined #moin-dev
  12 2011-06-09T08:05:18  *** m4k3r has quit IRC
  13 2011-06-09T08:41:36  * ThomasWaldmann bbl
  14 2011-06-09T08:51:52  *** Marchael has joined #moin-dev
  15 2011-06-09T08:52:52  <Marchael> moin
  16 2011-06-09T09:02:20  <Marchael> ThomasWaldmann: thx for commenting, but please, post comments to http://codereview.appspot.com/4539114/
  17 2011-06-09T09:29:32  *** raignarok has joined #moin-dev
  18 2011-06-09T09:35:31  <dreimark> moin
  19 2011-06-09T09:36:00  <Marchael> also, for installing whoosh into virtualenv I need to add it to install_requires ?
  20 2011-06-09T09:36:26  <Marchael> in setup.py
  21 2011-06-09T09:38:55  *** gwork has joined #moin-dev
  22 2011-06-09T10:18:27  <ThomasWaldmann> Marchael: some of the stuff i fixed there I had already commented on codereview.
  23 2011-06-09T10:19:01  <ThomasWaldmann> Marchael: there are quite some other dependencies already listed in setup.py, just do it in the same way.
  24 2011-06-09T10:20:44  <Marchael> ok, I add 'whoosh>=1.8.3' to install_requires list, is it enough?
  25 2011-06-09T10:59:25  *** greg_f has joined #moin-dev
  26 2011-06-09T11:37:36  <dreimark> Marchael: try it
  27 2011-06-09T11:42:29  * dreimark added a wish to search result representation to the ep
  28 2011-06-09T11:43:49  * Marchael looks
  29 2011-06-09T11:44:31  <Marchael> dreimark: yes, we can get content from index, but without a markup
  30 2011-06-09T12:09:31  *** ronny has quit IRC
  31 2011-06-09T12:19:06  <ThomasWaldmann> Marchael: in fact you need 1.8.3 + patch, but i guess we can live with manually doing that until 1.8.4 has that patch
  32 2011-06-09T12:19:07  *** sinha has joined #moin-dev
  33 2011-06-09T12:21:05  <ThomasWaldmann> Marchael: no reaction yet for the issue I made about this in the whoosh tracker
  34 2011-06-09T12:21:36  <Marchael> may Matt is too busy now
  35 2011-06-09T12:49:46  *** sinha has quit IRC
  36 2011-06-09T13:15:38  *** raignarok has quit IRC
  37 2011-06-09T13:59:40  *** Marchael has quit IRC
  38 2011-06-09T16:14:41  *** sinha has joined #moin-dev
  39 2011-06-09T16:51:44  <sinha> dreimark: i am really stuck at that query thing, can you please help out in that, i have written the blocker at my diary page ?
  40 2011-06-09T16:57:05  <dreimark> sinha: ok, t
  41 2011-06-09T16:57:45  <dreimark> can you give me a code example which I can try
  42 2011-06-09T17:01:26  <sinha> i am pasting it
  43 2011-06-09T17:02:21  <dreimark> thx
  44 2011-06-09T17:05:26  <sinha> dreimark: http://paste.pocoo.org/show/403507/
  45 2011-06-09T17:05:31  <sinha> brb | out for dinner
  46 2011-06-09T17:05:48  * dreimark looks
  47 2011-06-09T17:08:04  <ThomasWaldmann> re
  48 2011-06-09T17:32:11  *** gwork has quit IRC
  49 2011-06-09T17:37:10  <CIA-69> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5783:286215aa1c20 1.9/MoinMoin/action/rss_rc.py: rss_rc: remove commented/inactive code which was a relict of the past
  50 2011-06-09T17:39:56  <dreimark> sinha: http://paste.pocoo.org/show/403521/ this is what we are talking about?
  51 2011-06-09T17:40:33  <dreimark> 1307469801
  52 2011-06-09T17:40:33  <dreimark> True
  53 2011-06-09T17:40:34  <dreimark> item_table.id = rev_table.item_id AND rev_table.datetime > ?
  54 2011-06-09T17:43:00  *** m4k3r has joined #moin-dev
  55 2011-06-09T17:46:39  <ThomasWaldmann> sinha: why do you do changes in indexing.py?
  56 2011-06-09T17:49:36  <ThomasWaldmann> sinha: you should not change stuff below storage api, but just use storage api and do what you need on top of that (not below, in the storage code)
  57 2011-06-09T18:13:31  * ThomasWaldmann needs to go again soon
  58 2011-06-09T18:22:39  <sinha> ThomasWaldmann: wouldnt it be simpler and efficient to fetch only those rev which occured later than bookmark time compared to, first fetch all revisions and just show the later ones and reject others ?
  59 2011-06-09T18:23:33  <sinha> dreimark: yes that variable isnt getting replaced by its value
  60 2011-06-09T18:50:03  <ThomasWaldmann> iirc on the top of storage api, history is an iterator, so you don't fetch "everything"
  61 2011-06-09T18:51:55  <ThomasWaldmann> bbl
  62 2011-06-09T19:05:22  <sinha> okay that could be done
  63 2011-06-09T19:41:45  *** ronny has joined #moin-dev
  64 2011-06-09T20:02:58  *** Marchael has joined #moin-dev
  65 2011-06-09T20:03:15  <Marchael> re
  66 2011-06-09T20:03:30  *** m4k3r has quit IRC
  67 2011-06-09T20:06:45  *** greg_f has quit IRC
  68 2011-06-09T20:09:05  <sinha> is there any way to see if any user is currently logged in to the wiki, in the template itself ?
  69 2011-06-09T20:09:23  <sinha> dreimark: ^
  70 2011-06-09T20:09:49  <sinha> or we have to just add a flag into the environment regarding this
  71 2011-06-09T20:10:41  <Marchael> ThomasWaldmann: may be we can start discussing how to integrate indexes to moin on ep?
  72 2011-06-09T20:47:26  *** MattMaker has joined #moin-dev
  73 2011-06-09T20:53:09  *** MattMaker has quit IRC
  74 2011-06-09T21:03:26  *** MattMaker has joined #moin-dev
  75 2011-06-09T21:20:45  *** tw-pp has joined #moin-dev
  76 2011-06-09T21:20:51  <tw-pp> re
  77 2011-06-09T21:27:23  *** MattMaker has quit IRC
  78 2011-06-09T21:34:26  *** Marchael has quit IRC
  79 2011-06-09T21:34:46  *** m4k3r has joined #moin-dev
  80 2011-06-09T21:34:48  *** MattMaker has joined #moin-dev
  81 2011-06-09T21:35:50  <tw-pp> bbl
  82 2011-06-09T21:39:13  <ronny> sup
  83 2011-06-09T21:40:12  *** tw-pp has quit IRC
  84 2011-06-09T23:10:34  <sinha> what does this error mean ? python: /builddir/build/BUILD/Python-2.7/Modules/gcmodule.c:311: update_refs: Assertion `gc->gc.gc_refs != 0' failed.
  85 2011-06-09T23:23:19  <dreimark> sinha: not easily we don't track users. it could mean logged in but not sitting at the browser
  86 2011-06-09T23:24:01  <sinha> dreimark: and please help reg the above error
  87 2011-06-09T23:24:14  <dreimark> doing already ;)
  88 2011-06-09T23:24:27  <dreimark> one of the points with 2.7 is that we do require 2.6
  89 2011-06-09T23:24:52  <dreimark> when do you get that error
  90 2011-06-09T23:29:11  <dreimark> sinha: http://bugs.pyside.org/show_bug.cgi?format=multiple&id=734
  91 2011-06-09T23:34:31  <dreimark> there are some others with a similiar report
  92 2011-06-09T23:38:20  <ThomasWaldmann> reee
  93 2011-06-09T23:39:01  <dreimark> wb ThomasWaldmann
  94 2011-06-09T23:46:58  *** MattMaker_ has joined #moin-dev
  95 2011-06-09T23:50:54  *** MattMaker has quit IRC
  96 2011-06-09T23:50:54  *** MattMaker_ is now known as MattMaker
  97 2011-06-09T23:57:47  *** dreimark has quit IRC
  98 2011-06-09T23:57:47  *** dreimark has joined #moin-dev
  99 

MoinMoin: MoinMoinChat/Logs/moin-dev/2011-06-09 (last edited 2011-06-08 22:45:03 by IrcLogImporter)