1 2012-09-08T01:01:20  <ThomasWaldmann> watching selenium running is funny :)
   2 2012-09-08T01:25:57  *** dwcramer has quit IRC
   3 2012-09-08T02:07:57  *** dwcramer has joined #moin-dev
   4 2012-09-08T02:30:48  * ThomasWaldmann just found guido's post about moin2 & whoosh on GAE on the whoosh mailing list
   5 2012-09-08T02:31:25  <ThomasWaldmann> https://groups.google.com/forum/?fromgroups=#!topic/whoosh/8zJ2IGoSvd8
   6 2012-09-08T03:22:50  * ThomasWaldmann opened an issue for it
   7 2012-09-08T05:06:24  *** dwcramer has quit IRC
   8 2012-09-08T05:10:30  *** Trip_ has quit IRC
   9 2012-09-08T05:21:48  *** dwcramer has joined #moin-dev
  10 2012-09-08T05:23:23  *** hughperkins has joined #moin-dev
  11 2012-09-08T05:23:38  <hughperkins> Hi.  Please can you check this checkin for selenium createissue? codereview.appspot.com/6498095
  12 2012-09-08T05:24:49  <hughperkins> In other news, to create another test, question what does "subitems with index view" mean? (It's in the easytodolist for selenium, http://moinmo.in/EasyToDo?highlight=%28selenium%29)
  13 2012-09-08T05:25:07  <hughperkins> (byt the way, for the checkin just now, I meant create subitem, not createissue, obviously :-P
  14 2012-09-08T05:36:44  *** dwcramer has quit IRC
  15 2012-09-08T05:45:38  <hughperkins> Another question: for the orphans page, what is the defintiion of 'orphan'? Does it mean (a) a page with no parents? or (b) a page with no connected path from the /Home item?
  16 2012-09-08T05:46:39  <hughperkins> (eg right now, I create 'Foo2' and 'Foo3'. they are orphans.  I add a link from foo2 to foo3, and from foo3 to foo2. Now, they are not accessible by clicking through links, starting from the home page, but they are now no longer listed as orphans)
  17 2012-09-08T05:51:33  *** MattMaker has joined #moin-dev
  18 2012-09-08T06:40:32  *** hughperkins has quit IRC
  19 2012-09-08T09:05:22  *** spy has joined #moin-dev
  20 2012-09-08T09:53:54  <dreimark> ThomasWaldmann: MaikuMori eSyr please have a look at http://codereview.appspot.com/6495106/
  21 2012-09-08T09:56:07  <xiaq> Hi all :)
  22 2012-09-08T10:03:10  <dreimark> xiaq: you also could a look at that cr ^
  23 2012-09-08T10:04:34  <xiaq> dreimark: ok
  24 2012-09-08T10:20:50  <dreimark> hughperkins from homepage is not relevant, orphans means that you have items where no other items links or transclude to
  25 2012-09-08T11:12:32  * dreimark commented on http://codereview.appspot.com/6501102/
  26 2012-09-08T12:07:54  <dreimark> bbl
  27 2012-09-08T13:47:05  <ThomasWaldmann> spy_: replied on CR
  28 2012-09-08T13:49:09  *** bilal has joined #moin-dev
  29 2012-09-08T15:28:19  <xiaq> ThomasWaldmann: http://codereview.appspot.com/6489099 http://codereview.appspot.com/6490097
  30 2012-09-08T15:29:39  <xiaq> ThomasWaldmann: also i'm updating http://codereview.appspot.com/6488071/ soon. you didn't reply to my last comment :)
  31 2012-09-08T15:29:42  <xiaq> dreimark: ^^
  32 2012-09-08T15:33:16  <xiaq> ThomasWaldmann: http://codereview.appspot.com/6497100
  33 2012-09-08T15:33:17  <xiaq> dreimark: ^^
  34 2012-09-08T15:46:08  *** dwcramer has joined #moin-dev
  35 2012-09-08T15:47:02  <ThomasWaldmann> hi xiaq. looking...
  36 2012-09-08T16:25:16  <ThomasWaldmann> xiaq: review done
  37 2012-09-08T16:31:20  *** dwcramer has quit IRC
  38 2012-09-08T16:32:29  <xiaq> ThomasWaldmann: replying
  39 2012-09-08T16:50:39  <ThomasWaldmann> dreimark: review done
  40 2012-09-08T17:02:20  <xiaq> ThomasWaldmann: use whoosh for index filtering http://codereview.appspot.com/6497100 commented
  41 2012-09-08T17:13:15  <xiaq> ThomasWaldmann: updated "separete files and dirs" patch set http://codereview.appspot.com/6488071/
  42 2012-09-08T17:13:18  <xiaq> dreimark: ^^
  43 2012-09-08T17:29:49  * ThomasWaldmann replied there
  44 2012-09-08T17:41:05  <ThomasWaldmann> btw, when committing please write "separate ..."
  45 2012-09-08T19:41:33  <xiaq> ThomasWaldmann: another 2 trivial changesets (i put them in a single patch set though): http://codereview.appspot.com/6496098
  46 2012-09-08T19:55:55  <CIA-78> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1778:d56cd193cca0 2.0/MoinMoin/storage/middleware/indexing.py: (log message trimmed)
  47 2012-09-08T19:55:55  <CIA-78> whoosh: do not use convenience functions open_dir and create_in
  48 2012-09-08T19:55:55  <CIA-78> these whoosh convenience functions are hardcoded to just support the
  49 2012-09-08T19:55:55  <CIA-78> FileStorage (stores the whoosh index into a filesystem directory).
  50 2012-09-08T19:55:55  <CIA-78> if we want to use another whoosh backend, we can't use them.
  51 2012-09-08T19:55:56  <CIA-78> this first and quite simple changeset only replaces:
  52 2012-09-08T19:55:57  <CIA-78> create_in(...) -> storage = FileStorage(dir) ; storage.create_index(schema, name)
  53 2012-09-08T20:37:46  <ThomasWaldmann> xiaq: looking...
  54 2012-09-08T20:40:59  <ThomasWaldmann> xiaq: ok
  55 2012-09-08T21:22:59  <CIA-78> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1779:082581e8688c 2.0/MoinMoin/storage/middleware/indexing.py:
  56 2012-09-08T21:22:59  <CIA-78> indexing: move creation of the whoosh storage object to get_storage method
  57 2012-09-08T21:22:59  <CIA-78> this way, we can more easily support other whoosh storage backends, currently
  58 2012-09-08T21:22:59  <CIA-78> only FileStorage is supported.
  59 2012-09-08T21:22:59  <CIA-78> added some notes about backend-specific methods of the indexing middleware.
  60 2012-09-08T21:22:59  <CIA-78> removed some exception handler that might be too specific for everything else
  61 2012-09-08T21:23:00  <CIA-78> than the FileStorage backend.
  62 2012-09-08T21:39:06  *** breton has quit IRC
  63 2012-09-08T22:45:58  *** dwcramer has joined #moin-dev
  64 2012-09-08T23:05:40  *** jaiditya has joined #moin-dev
  65 2012-09-08T23:06:03  <jaiditya> moin
  66 2012-09-08T23:07:31  <jaiditya> update: I am working on repairing and removing unnecessary stylus code of modernized theme
  67 2012-09-08T23:21:32  <ThomasWaldmann> jaiditya: ah, great :)
  68 2012-09-08T23:21:46  * ThomasWaldmann works on making whoosh storage more flexible
  69 2012-09-08T23:26:48  <jaiditya> ThomasWaldmann: working pace is a bit slow as I am trying to get myself a job and problem is we don't have any company for UI profile on campus placement
  70 2012-09-08T23:33:31  <ThomasWaldmann> you can use moin for demoing :)
  71 2012-09-08T23:47:43  *** jaiditya has quit IRC
  72 2012-09-08T23:55:36  *** jaiditya has joined #moin-dev
  73 2012-09-08T23:56:14  *** spy has quit IRC
  74 2012-09-08T23:58:39  <CIA-78> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1780:4a054063fbb0 2.0/ (6 files in 6 dirs):
  75 2012-09-08T23:58:39  <CIA-78> make whoosh storage type and params configurable, updated docs
  76 2012-09-08T23:58:39  <CIA-78> Currently it only supports:
  77 2012-09-08T23:58:39  <CIA-78> index_storage = 'FileStorage', (index_dir, ), {}
  78 2012-09-08T23:58:39  <CIA-78> But it is now easy to add other types of whoosh storages, see
  79 2012-09-08T23:58:39  <CIA-78> MoinMoin/storage/middleware/indexing.py (search for WHOOSH_FILESTORAGE).

MoinMoin: MoinMoinChat/Logs/moin-dev/2012-09-08 (last edited 2012-09-07 23:45:03 by IrcLogImporter)