1 2012-06-11T01:05:59  *** RogerHaase has left #moin-dev
   2 2012-06-11T01:49:58  *** spy has quit IRC
   3 2012-06-11T03:39:08  *** sudo_dirk1 has joined #moin-dev
   4 2012-06-11T03:41:06  *** sudo_dirk has quit IRC
   5 2012-06-11T04:04:39  *** xiaq-m has joined #moin-dev
   6 2012-06-11T04:05:38  *** xiaq-m has quit IRC
   7 2012-06-11T06:26:43  *** MattMaker has joined #moin-dev
   8 2012-06-11T06:34:34  *** CIA-65 has quit IRC
   9 2012-06-11T06:38:12  *** CIA-54 has joined #moin-dev
  10 2012-06-11T07:49:58  <dreimark> moin
  11 2012-06-11T09:45:50  <ThomasWaldmann> moin
  12 2012-06-11T10:29:49  <dreimark> should we consider a better experience for tablet users?
  13 2012-06-11T10:30:15  <dreimark> sometimes with current m1 theme I have to zoom to get a function touched
  14 2012-06-11T10:32:58  <dreimark> waldi: can you review those improvements on http://moinmo.in/GoogleSoc2012/ImproveThemes
  15 2012-06-11T10:33:05  <dreimark> linked from calendar entries
  16 2012-06-11T11:33:09  *** kanha_ has joined #moin-dev
  17 2012-06-11T11:33:30  *** kanha has quit IRC
  18 2012-06-11T12:37:03  *** kanha_ has quit IRC
  19 2012-06-11T12:37:07  *** betelgeuse_ has quit IRC
  20 2012-06-11T12:37:27  *** kanha has joined #moin-dev
  21 2012-06-11T13:02:48  *** spy has joined #moin-dev
  22 2012-06-11T13:53:24  *** dwcramer has quit IRC
  23 2012-06-11T13:57:32  *** bretonium has quit IRC
  24 2012-06-11T13:57:40  *** bretonium has joined #moin-dev
  25 2012-06-11T13:58:03  *** waldi has quit IRC
  26 2012-06-11T13:58:17  *** waldi has joined #moin-dev
  27 2012-06-11T13:58:17  *** waldi has joined #moin-dev
  28 2012-06-11T14:38:32  *** dave_largo has joined #moin-dev
  29 2012-06-11T14:39:00  *** dwcramer has joined #moin-dev
  30 2012-06-11T15:35:18  *** dwcramer has quit IRC
  31 2012-06-11T15:49:18  *** kanha_ has joined #moin-dev
  32 2012-06-11T15:49:35  *** kanha has quit IRC
  33 2012-06-11T16:09:21  *** dwcramer has joined #moin-dev
  34 2012-06-11T16:28:03  <CIA-54> Reimar Bauer <rb.proj AT googlemail DOT com> default * 592:8659634e0b29 extensions/data/plugin/parser/bbb_create.py:
  35 2012-06-11T16:28:03  <CIA-54> parser.bbb_create: refactored to show links to visitors of the page instead of text
  36 2012-06-11T16:28:03  <CIA-54> If read and write rights on the page are given, a moderator and visitor link is shown also an additional edit link. If read only then a visitor link.
  37 2012-06-11T16:28:03  <CIA-54> If delete right is given an action link for deleting is shown.
  38 2012-06-11T16:28:03  <CIA-54> Reimar Bauer <rb.proj AT googlemail DOT com> default * 593:ad72bd94694c extensions/data/plugin/action/submit_bbb_create_meeting.py: action.submit_bbb_create_meeting: admin acl right added for new meeting page
  39 2012-06-11T16:28:04  <CIA-54> Reimar Bauer <rb.proj AT googlemail DOT com> default * 594:ddd078c4ee7a extensions/data/plugin/action/submit_bbb_create_meeting.py: action.submit_bbb_create_meeting: read rights for bbb_admin_group for new meeting page
  40 2012-06-11T16:54:31  *** ecode has left #moin-dev
  41 2012-06-11T17:38:44  <bretonium> err, how can I use multiple quotes in text? Like f'''(x)
  42 2012-06-11T17:42:07  <bretonium> found, nevermind.
  43 2012-06-11T18:10:36  *** brunomartin has joined #moin-dev
  44 2012-06-11T19:01:04  <dreimark> spy: how is it going?
  45 2012-06-11T19:08:55  <spy> dreimark: seems ok, wrote new +blog view and simple template. Now I'm exploring IndexingMiddleware code
  46 2012-06-11T19:21:09  <dreimark> have you a cr for that
  47 2012-06-11T19:21:18  <dreimark> spy: ^
  48 2012-06-11T19:21:30  <dreimark> or cs
  49 2012-06-11T19:22:43  <spy> dreimark: not yet, it will be soon
  50 2012-06-11T19:26:34  <dreimark> :)
  51 2012-06-11T19:32:56  <dreimark> bbl
  52 2012-06-11T20:49:35  *** dave_largo has quit IRC
  53 2012-06-11T21:30:12  *** RogerHaase has joined #moin-dev
  54 2012-06-11T21:32:35  *** MattMaker has quit IRC
  55 2012-06-11T22:31:19  <spy> ThomasWaldmann: I have a whoosh question. I have an item and I want to query subitems of this item (suppose only one level). item.flat_index() gives me their names. Is there any best way to query only these names from the storage?
  56 2012-06-11T22:32:59  <spy> of course we can generate something like that: And([Term(NAME_EXACT, item_name0), Term(NAME_EXACT, item_name1), Term(NAME_EXACT, item_name2), ...]). But it looks ugly
  57 2012-06-11T22:33:23  <spy> err, s/And/Or/
  58 2012-06-11T22:36:02  <ThomasWaldmann> if you know them already, what's the point of your query?
  59 2012-06-11T22:41:01  <spy> to filter DateRange(PTIME, end=current) and sort by PTIME
  60 2012-06-11T22:41:46  <spy> in one cool query :)
  61 2012-06-11T22:45:25  <ThomasWaldmann> well, one could likely do it with a regex, but that is not very efficient
  62 2012-06-11T22:46:24  <ThomasWaldmann> so maybe just get all items and filter them so you are on the right level
  63 2012-06-11T22:46:32  <ThomasWaldmann> or think about a better way
  64 2012-06-11T22:49:05  *** MattMaker has joined #moin-dev
  65 2012-06-11T23:06:44  *** dwcramer has quit IRC
  66 2012-06-11T23:28:33  *** MattMaker has quit IRC
  67 2012-06-11T23:49:54  <RogerHaase> ThomasWaldmann:  small fix for validation error on subitem pages ready for review:  http://codereview.appspot.com/6295063/
  68 2012-06-11T23:50:00  *** dwcramer has joined #moin-dev
  69 2012-06-11T23:51:13  <dreimark> RogerHaase: just removing some lines?
  70 2012-06-11T23:52:32  <RogerHaase> ThomasWaldmann:  jslint fix ready for review:  http://codereview.appspot.com/6307068/  many changes, opened two bugs found during testing
  71 2012-06-11T23:53:40  <RogerHaase> dreimark:  yes, the <link rel="up" fails validation

MoinMoin: MoinMoinChat/Logs/moin-dev/2012-06-11 (last edited 2012-06-10 23:45:03 by IrcLogImporter)