1 2015-02-23T02:05:25  *** ragnarock has quit IRC
   2 2015-02-23T02:48:49  *** vipul20 has joined #moin-dev
   3 2015-02-23T09:41:36  *** greg_f has joined #moin-dev
   4 2015-02-23T10:04:21  *** xjjk has quit IRC
   5 2015-02-23T10:05:38  *** xjjk has joined #moin-dev
   6 2015-02-23T11:46:29  *** rupi has joined #moin-dev
   7 2015-02-23T11:46:34  <rupi> hello
   8 2015-02-23T11:47:02  <rupi> is there anybody on who could assist in macro development related questions?
   9 2015-02-23T11:48:02  <waldi> well, ask
  10 2015-02-23T11:48:27  <rupi> ty. i want to call fullpage search from within a macro and get a list of pages that match
  11 2015-02-23T11:49:04  <rupi> but i can't find out how to call this (the purpose would be to offer the same interface for the user.. eg. category:CategoryMap in macro arguments
  12 2015-02-23T12:25:05  *** aabs08 has joined #moin-dev
  13 2015-02-23T12:32:44  <rupi> results = MoinMoin.search.searchPages(request, expr)
  14 2015-02-23T12:32:49  <rupi> for i in results.hits:
  15 2015-02-23T12:33:07  <rupi> to answer my earlier question. at least i think it does what i'm looking for
  16 2015-02-23T12:58:38  *** dave_largo has joined #moin-dev
  17 2015-02-23T13:19:23  *** rmanish has joined #moin-dev
  18 2015-02-23T13:46:37  *** hawkins has joined #moin-dev
  19 2015-02-23T13:47:04  <hawkins> ThomasWaldmann, RogerHaase please have a look at issue #495
  20 2015-02-23T14:08:04  *** vipul20 has quit IRC
  21 2015-02-23T14:19:00  *** RogerHaase has joined #moin-dev
  22 2015-02-23T14:20:18  *** rmanish_ has joined #moin-dev
  23 2015-02-23T14:20:26  *** rmanish has quit IRC
  24 2015-02-23T14:36:25  *** rmanish_ has quit IRC
  25 2015-02-23T15:05:02  *** aabs08 has quit IRC
  26 2015-02-23T15:05:19  *** aabs08 has joined #moin-dev
  27 2015-02-23T15:18:07  <aabs08> RogerHaase,  any idea on flaskg.storage.get_item do ?
  28 2015-02-23T15:20:06  <RogerHaase> aabs08: do not understand the question
  29 2015-02-23T15:26:21  *** skathpalia has joined #moin-dev
  30 2015-02-23T15:28:05  <aabs08> sorry , actually I am solving the page trail issue  but the name like +history/home appear in red in page trail rather than in blue as their exist value is False
  31 2015-02-23T15:28:38  <aabs08> this exist is found using bool(self.storage.get_item(**fqname.query))
  32 2015-02-23T15:29:40  <aabs08> which returns false for +history/home but gives True for home making +history/home appear in red color while home in blue .
  33 2015-02-23T15:31:11  <aabs08> refer this https://pastee.org/uwrce , sorry pastebin is not working here .
  34 2015-02-23T15:34:34  <RogerHaase> aabs08: a guess is you will have to add code to detect those +xxx kinds of page visits and insert the proper class. In addition I doubt you want +history/home split into 2 links.
  35 2015-02-23T15:35:57  <aabs08> No I will not split it into two links
  36 2015-02-23T15:36:25  <aabs08> They will be one link with href= +history/home
  37 2015-02-23T15:38:31  <RogerHaase> sounds like a good start
  38 2015-02-23T15:42:20  *** skathpalia has quit IRC
  39 2015-02-23T15:48:20  <aabs08> RogerHaase,  http://researchweb.iiit.ac.in/~aabhas.majumdar/moinmoin/index.html am I going in right direction ?
  40 2015-02-23T15:48:47  <aabs08> page trail appear in different color which I will fix .
  41 2015-02-23T15:49:35  <RogerHaase> looks good
  42 2015-02-23T15:51:04  <aabs08> RogerHaase,  any idea how to check whether a link is valid in  local moinmoin?
  43 2015-02-23T15:52:20  <aabs08> like +histry/home is invalid while +history/home is valid
  44 2015-02-23T15:56:19  <RogerHaase> a guess is to show them all as valid regardless of whether the target item exists
  45 2015-02-23T15:57:15  <aabs08> okay , probably since Item not found, create it now?  exists I need not worry about the same
  46 2015-02-23T16:00:24  <RogerHaase> I am seeing +history/... +meta... all seem to show a message or a blank space, none forward to item not found
  47 2015-02-23T16:00:56  <aabs08> yes
  48 2015-02-23T16:01:09  <aabs08> I also noticed that now
  49 2015-02-23T16:01:54  *** hawkins has quit IRC
  50 2015-02-23T16:09:06  *** vipul20 has joined #moin-dev
  51 2015-02-23T16:12:15  <aabs08> ThomasWaldmann,  Pull Request Send for  Issue #482 and #483 :) !!!
  52 2015-02-23T16:32:04  *** rmanish has joined #moin-dev
  53 2015-02-23T16:36:36  *** aabs08 has quit IRC
  54 2015-02-23T17:13:25  *** rmanish_ has joined #moin-dev
  55 2015-02-23T17:14:09  *** rmanish has quit IRC
  56 2015-02-23T17:14:10  *** rmanish_ has quit IRC
  57 2015-02-23T17:16:03  *** aabs08 has joined #moin-dev
  58 2015-02-23T17:16:26  *** aabs08 has joined #moin-dev
  59 2015-02-23T17:53:34  *** aabs08 has quit IRC
  60 2015-02-23T18:26:29  *** skathpalia has joined #moin-dev
  61 2015-02-23T18:26:31  *** hawkins has joined #moin-dev
  62 2015-02-23T18:31:19  <hawkins> Roger Haase, could you please get me started with contributing for MoinMoin with some easy bugs?
  63 2015-02-23T18:40:18  *** ronny has joined #moin-dev
  64 2015-02-23T18:40:22  <ronny> sup
  65 2015-02-23T19:00:38  *** greg_f has quit IRC
  66 2015-02-23T19:14:10  <ThomasWaldmann>  moin
  67 2015-02-23T19:14:16  <RogerHaase> hawkins: it is not easy to choose an easy bug for someone else. But take a look at 392 or 323.
  68 2015-02-23T19:58:16  <RogerHaase> hawkins: (or anyone else looking for "easy" bugs) maybe 385 or 347. Also 259 or 260 where you must document Docbook or Markdown markup in ReST.
  69 2015-02-23T20:00:21  *** skathpalia has quit IRC
  70 2015-02-23T20:51:54  *** hawkins has quit IRC
  71 2015-02-23T21:07:55  *** dave_largo has quit IRC
  72 2015-02-23T21:49:42  <RogerHaase> ThomasWaldmann: minor update of development docs  https://codereview.appspot.com/200710043/
  73 2015-02-23T21:49:57  <RogerHaase> ThomasWaldmann: #252 can be closed
  74 2015-02-23T22:00:00  <ThomasWaldmann> closed. looking at CR...
  75 2015-02-23T22:10:24  <RogerHaase> ThomasWaldmann: "source activate " or ". activate" or ". ./activate" no longer works?
  76 2015-02-23T22:17:01  *** RogerHaase has left #moin-dev
  77 

MoinMoin: MoinMoinChat/Logs/moin-dev/2015-02-23 (last edited 2015-02-23 02:15:20 by IrcLogImporter)