1 2014-05-18T01:20:24  *** magu_cic has joined #moin-dev
   2 2014-05-18T01:20:40  *** magu_cic_ has quit IRC
   3 2014-05-18T01:30:01  *** magu_cic has quit IRC
   4 2014-05-18T01:30:11  *** magu_cic has joined #moin-dev
   5 2014-05-18T03:31:09  *** RogerHaase has joined #moin-dev
   6 2014-05-18T03:35:00  *** RogerHaase has left #moin-dev
   7 2014-05-18T04:01:54  *** derdon has quit IRC
   8 2014-05-18T04:50:41  *** xorAxAx has quit IRC
   9 2014-05-18T04:51:19  *** xorAxAx has joined #moin-dev
  10 2014-05-18T10:58:51  *** skathpalia has joined #moin-dev
  11 2014-05-18T10:59:05  <skathpalia> moin
  12 2014-05-18T11:06:38  <dimazest> hello
  13 2014-05-18T11:07:11  <dimazest> skathpalia: did you figure out how to query ticket items
  14 2014-05-18T11:07:12  <dimazest> ?
  15 2014-05-18T11:07:39  <skathpalia> Yeah I got an idea from the query used in MoinMoin/forms.py
  16 2014-05-18T11:08:39  <skathpalia> dimazest, in the file MoinMoin/storage/middleware/indexing.py there are no significant differences between the earlier revision of this file and the current one
  17 2014-05-18T11:09:14  <skathpalia> I compared it with ashutosh's repo in which it is working
  18 2014-05-18T11:09:34  <skathpalia> I think the error is somewhere else
  19 2014-05-18T11:10:08  <skathpalia> Did you find some other possible source of that error?
  20 2014-05-18T11:11:06  <skathpalia> dimazest, ^^
  21 2014-05-18T11:14:16  <dimazest> no, i didn't have a look
  22 2014-05-18T11:14:32  <dimazest> what about the changes in the code higher in the trace back stack
  23 2014-05-18T11:15:02  <skathpalia> I am also looking into those
  24 2014-05-18T11:17:37  *** derdon has joined #moin-dev
  25 2014-05-18T11:21:03  <skathpalia> dimazest, earlier there was no MoinMoin/util/notification.py
  26 2014-05-18T11:22:28  <skathpalia> This is calling the methods in MoinMoin/storage/middleware/protecting.py which then calls MoinMoin/storage/middleware/indexing.py
  27 2014-05-18T11:23:15  <skathpalia> do you have any idea why this file was added?
  28 2014-05-18T11:23:39  <skathpalia> I mean what is it intended to do which was earlier not done
  29 2014-05-18T11:25:48  <skathpalia> or done in some other way
  30 2014-05-18T11:39:55  <dimazest> as i said, probably when an item is changed, the search index has to be changed as well
  31 2014-05-18T11:40:16  <dimazest> that's why the search middleware is triggered
  32 2014-05-18T11:40:25  <dimazest> but you better check with ThomasWaldmann
  33 2014-05-18T11:40:32  <skathpalia> Ok
  34 2014-05-18T11:58:16  *** skathpalia has quit IRC
  35 2014-05-18T14:22:38  *** RogerHaase has joined #moin-dev
  36 2014-05-18T16:10:58  *** randomax has joined #moin-dev
  37 2014-05-18T16:18:00  *** skathpalia has joined #moin-dev
  38 2014-05-18T16:37:44  <randomax> RogerHaase, Hi
  39 2014-05-18T16:38:51  <RogerHaase> randomax: moin
  40 2014-05-18T16:41:00  <randomax> RogerHaase, i was looking into #73 in sharky's bug list https://bitbucket.org/sharky93/moin-2.0-bootstrap/issue/73/sidebar-too-large
  41 2014-05-18T16:41:17  <randomax> and was thinking of possible solutions
  42 2014-05-18T16:42:44  <randomax> we can either put user,view and item actions on a navbar and place it either above or below the content
  43 2014-05-18T16:43:04  <randomax> or we can use a popout menu kind of ui
  44 2014-05-18T16:43:40  <randomax> that way we only have to use space for 3 tabs - user actions, view actions and item actions.
  45 2014-05-18T16:47:51  <randomax> what do you suggest ?
  46 2014-05-18T16:51:16  <RogerHaase> randomax: another way is to reduce padding on those links, 10px on top and bottom seems too large to me
  47 2014-05-18T16:51:53  <RogerHaase> as basic is a sidebar theme, we want to avoid making it into a top bar theme
  48 2014-05-18T16:52:50  <randomax> ok.. we can do that too :D
  49 2014-05-18T16:53:30  <RogerHaase> I like the idea of popout menu too
  50 2014-05-18T16:59:05  <randomax> the reason why did not say about the padding at first was that it is given by default by bootstrap
  51 2014-05-18T16:59:05  <randomax> thats y i suggested the popout or navbar
  52 2014-05-18T17:01:15  <RogerHaase> sometime the defaults are not optimal; just an example: http://meta.wikimedia.org/wiki/MediaWiki
  53 2014-05-18T17:02:54  <RogerHaase> better example with expand/collapse when user wants it:  https://semantic-mediawiki.org/
  54 2014-05-18T17:05:33  <randomax> yep.. the expand/collapse seems better..
  55 2014-05-18T17:07:53  <randomax> should i do it that way ?
  56 2014-05-18T17:11:21  <RogerHaase> this is your project to design, I try to help by pointing out problems, giving advise, alternatives, etc.
  57 2014-05-18T17:13:38  <randomax> Ok.. :)
  58 2014-05-18T17:14:11  <RogerHaase> sometime expand/collapse state can be saved in localStorage; but I don't think Basic theme has so many things in sidebar that it needs that yet
  59 2014-05-18T17:17:42  <randomax> so it'd be ok if it remains in the closed state everytime the user navigates to the page or refreshes it.. right ?
  60 2014-05-18T17:18:04  <RogerHaase> yes
  61 2014-05-18T17:24:39  <RogerHaase> randomax: another point, when I view https://semantic-mediawiki.org/ my focus is drawn to page content, but when I view http://localhost:8080/Home there is no focus -- the whole webpage demands equal attention
  62 2014-05-18T17:39:22  <randomax> RogerHaase, yes i actually wrote the same in my proposal.. i'll working out some change in colors to make things better..
  63 2014-05-18T17:39:54  <RogerHaase> good :)
  64 2014-05-18T17:53:43  *** randomax has quit IRC
  65 2014-05-18T17:54:29  <skathpalia> RogerHaase, hi
  66 2014-05-18T17:55:02  <skathpalia> Can you tell me what this line https://bitbucket.org/thomaswaldmann/moin-2.0/src/4a997d9f5e26515b90c744582be8aa7393bb57d1/MoinMoin/items/__init__.py?at=default#cl-620 is intended to do?
  67 2014-05-18T17:55:50  <skathpalia> I mean when any item is created or modified this is run so what does it actually do ?
  68 2014-05-18T18:07:41  <skathpalia> RogerHaase, ^^
  69 2014-05-18T18:19:31  <RogerHaase> skathpalia: sorry, dk.
  70 2014-05-18T18:19:55  <skathpalia> Ok np I will ask ThomasWaldmann :)
  71 2014-05-18T18:28:37  <RogerHaase> skathpalia: looks like it sends messages to subscribers when a page is modified - see util/notifications.py ~195
  72 2014-05-18T18:30:56  <skathpalia> I think this module was built after ashutosh's merge
  73 2014-05-18T18:30:59  <skathpalia> right?
  74 2014-05-18T18:33:37  <skathpalia> I think it is dependent on name while there can be items that have no name
  75 2014-05-18T18:34:26  <skathpalia> According to me a solution can be passing ITEMID also along with name
  76 2014-05-18T18:35:20  <skathpalia> RogerHaase, what do you think about this solution?
  77 2014-05-18T18:36:57  <RogerHaase> skathpalia: yes, notifications.py was created 9 months ago;  dk about your solution other than give it a try
  78 2014-05-18T18:37:31  <skathpalia> Ok I will try it :)
  79 2014-05-18T18:37:54  <ThomasWaldmann> moin
  80 2014-05-18T18:38:33  <skathpalia> Hi ThomasWaldmann
  81 2014-05-18T18:38:47  * ThomasWaldmann returned from prismcamp
  82 2014-05-18T18:43:56  *** skathpalia has quit IRC
  83 2014-05-18T18:45:25  <RogerHaase> ThomasWaldmann: creole fixes https://codereview.appspot.com/94220043/  markdown fixes https://codereview.appspot.com/97350046/
  84 2014-05-18T22:13:32  *** waldi has quit IRC
  85 2014-05-18T22:13:32  *** derdon has quit IRC
  86 2014-05-18T22:13:32  *** RogerHaase has quit IRC
  87 2014-05-18T22:13:32  *** eSyr has quit IRC
  88 2014-05-18T22:13:32  *** dimazest has quit IRC
  89 2014-05-18T22:19:39  *** RogerHaase has joined #moin-dev
  90 2014-05-18T22:19:40  *** derdon has joined #moin-dev
  91 2014-05-18T22:19:40  *** waldi has joined #moin-dev
  92 2014-05-18T22:19:40  *** eSyr has joined #moin-dev
  93 2014-05-18T22:19:40  *** dimazest has joined #moin-dev
  94 2014-05-18T22:20:07  *** eSyr_ has joined #moin-dev
  95 2014-05-18T22:20:14  *** eSyr has quit IRC
  96 2014-05-18T22:20:41  *** RogerHaase has left #moin-dev
  97 

MoinMoin: MoinMoinChat/Logs/moin-dev/2014-05-18 (last edited 2014-05-18 01:30:03 by IrcLogImporter)