1 2014-06-18T01:07:17  *** eSyr has quit IRC
   2 2014-06-18T01:17:12  *** eSyr has joined #moin-dev
   3 2014-06-18T05:04:44  *** skathpalia has joined #moin-dev
   4 2014-06-18T05:05:33  <skathpalia> ThomasWaldmann, did you see how the functionality of create-ticket button can be implemented?
   5 2014-06-18T05:05:45  <skathpalia> I mean without having any initial fqname
   6 2014-06-18T05:06:50  <skathpalia> I tried but I didn't get a clean solution so can you give any idea of implementing this?
   7 2014-06-18T05:53:07  *** sl33k_ has joined #moin-dev
   8 2014-06-18T06:18:06  *** skathpalia has quit IRC
   9 2014-06-18T07:05:05  *** sl33k_ has quit IRC
  10 2014-06-18T07:28:04  *** sl33k_ has joined #moin-dev
  11 2014-06-18T07:51:53  *** randomax has joined #moin-dev
  12 2014-06-18T08:07:03  *** magu_cic has quit IRC
  13 2014-06-18T08:26:12  *** sl33k_ has quit IRC
  14 2014-06-18T08:29:39  *** sl33k_ has joined #moin-dev
  15 2014-06-18T08:34:54  *** greg_f has joined #moin-dev
  16 2014-06-18T08:37:53  *** sl33k_ has quit IRC
  17 2014-06-18T08:42:25  *** sl33k_ has joined #moin-dev
  18 2014-06-18T09:09:56  *** skathpalia has joined #moin-dev
  19 2014-06-18T10:06:34  *** skathpalia has quit IRC
  20 2014-06-18T11:19:45  *** skathpalia has joined #moin-dev
  21 2014-06-18T11:20:02  * ThomasWaldmann worked on create-with-no-name problem tonight, but no solution ready yet. i noted some places that could be modified, but need to work more on it.
  22 2014-06-18T11:40:39  *** sl33k_ has quit IRC
  23 2014-06-18T11:56:08  *** sl33k_ has joined #moin-dev
  24 2014-06-18T12:16:15  *** skathpalia has quit IRC
  25 2014-06-18T12:44:32  *** dave_largo has joined #moin-dev
  26 2014-06-18T13:38:19  *** RogerHaase has joined #moin-dev
  27 2014-06-18T13:38:49  *** Gnarlodious has joined #moin-dev
  28 2014-06-18T13:45:26  *** penguinRaider has joined #moin-dev
  29 2014-06-18T13:48:00  *** Gnarlodious has quit IRC
  30 2014-06-18T13:56:50  *** Gnarlodious has joined #moin-dev
  31 2014-06-18T14:19:16  *** Gnarlodious has quit IRC
  32 2014-06-18T14:46:28  *** sl33k_ has quit IRC
  33 2014-06-18T15:24:27  <randomax> RogerHaase, Hi
  34 2014-06-18T15:24:32  <randomax> I have a problem
  35 2014-06-18T15:24:49  <RogerHaase> randomax: moin
  36 2014-06-18T15:25:01  <randomax> as discussed earlier, i put the search options in below the suggestions
  37 2014-06-18T15:25:25  <randomax> as such I had to put it in the ajaxsearch.html file
  38 2014-06-18T15:25:51  <randomax> and more importantly in the "finalresults" div
  39 2014-06-18T15:26:06  <randomax> but the problem i have now is that each time a new query is made
  40 2014-06-18T15:27:03  <randomax> the finalresults div is loaded again
  41 2014-06-18T15:27:35  <randomax> and as such the previous ticked options are lost and each of the default options is ticked now
  42 2014-06-18T15:28:07  <randomax> as in the search options checkboxes
  43 2014-06-18T15:30:05  <RogerHaase> randomax: this is ajax update vs. http?  cr of current code?
  44 2014-06-18T15:33:51  *** skathpalia has joined #moin-dev
  45 2014-06-18T15:34:30  <RogerHaase> skathpalia:  ./m coding-std
  46 2014-06-18T15:36:39  <skathpalia> Oh sorry I didn't check for that
  47 2014-06-18T15:36:49  <skathpalia> Thanks RogerHaase for pointing that
  48 2014-06-18T15:37:14  <skathpalia> I am making a cleanup commit
  49 2014-06-18T15:42:20  <randomax> RogerHaase, cr https://codereview.appspot.com/109730047/
  50 2014-06-18T15:53:53  <RogerHaase> randomax: if you do hgheads, what is last changeset on default/tip branch?
  51 2014-06-18T15:56:44  <skathpalia> RogerHaase, corrected that error and also added minor changes in basic.less https://bitbucket.org/saurabh_k/moin-2.0/commits/f5bd3a0b0e07fec158191077494b565272eb8740
  52 2014-06-18T15:57:43  <randomax> changeset:   2626:1663ebfcb4c4.. I know its behind the current original repo
  53 2014-06-18T15:59:14  <randomax> but i dont think that'd make much difference to this problem
  54 2014-06-18T16:00:41  <RogerHaase> I think I have it running, one patch was rejected, but seems to not matter
  55 2014-06-18T16:06:26  <RogerHaase> randomax: when I check a content types box, the ajax search triggers and the search options get compressed, then when you expand the search options, the checkbox is cleared -- that is what you are seeing?
  56 2014-06-18T16:06:42  <randomax> yes
  57 2014-06-18T16:06:58  <randomax> the html is getting reloaded everytime
  58 2014-06-18T16:30:27  <RogerHaase> randomax: not sure this makes sense, but if you put that <div class="moin-advanced-search"> back into search.html, can you add some js to hide/cut the <div id="finalresults"> and clone/paste the div where you want it?
  59 2014-06-18T16:46:35  <RogerHaase> randomax: iirc, moving the search options (suggestions) came out of last meeting?  This patch is getting too big - I suggest you delay moving the  search suggestions for another changeset.  Address some of the other comments made to patchset 10 and try to get that committed.
  60 2014-06-18T16:46:57  <randomax> ok
  61 2014-06-18T16:47:26  <randomax> btw i did what you said with the pygments css classes - cr https://codereview.appspot.com/102430045/
  62 2014-06-18T16:50:20  *** sl33k_ has joined #moin-dev
  63 2014-06-18T17:00:30  *** skathpalia has quit IRC
  64 2014-06-18T17:06:00  <RogerHaase> randomax: did you delete those pygments_default.css in foobar and modernized themes?  Don't remember how deleted files show up on code review)
  65 2014-06-18T17:06:21  <randomax> Oops.. forgot that.. i'll do that..
  66 2014-06-18T17:07:58  <RogerHaase> randomax: OK, add that and commit.  Nice work on that :)
  67 2014-06-18T17:08:33  <RogerHaase> randomax: anything else? I have to leave in a few minutes
  68 2014-06-18T17:08:45  <randomax> nope.. :)
  69 2014-06-18T17:25:30  *** RogerHaase has left #moin-dev
  70 2014-06-18T17:51:58  *** randomax has quit IRC
  71 2014-06-18T18:18:21  *** moin4 has joined #moin-dev
  72 2014-06-18T18:18:27  <moin4> Hi All, I'm having trouble running moinmoin on my box. It is currently running Nginx on 80 so I set apache port.conf to listen to 9090 and changed the /usr/local/share/moin/wikiserverconfig.py to 9090 also. Im getting a ConfigurationError no module named wikiconfig. What did I misconfigure? Any ideas?
  73 2014-06-18T18:22:48  *** greg_f has quit IRC
  74 2014-06-18T18:29:00  *** derdon has joined #moin-dev
  75 2014-06-18T19:27:54  <moin4> hi all, what do I do if I cant find htdocs?
  76 2014-06-18T19:35:18  *** moin4 has quit IRC
  77 2014-06-18T20:30:07  *** RogerHaase has joined #moin-dev
  78 2014-06-18T21:08:25  <RogerHaase> ThomasWaldmann: mediawiki: made tags for s, del, u, and ins https://codereview.appspot.com/109000044/
  79 2014-06-18T21:08:59  *** dave_largo has quit IRC
  80 2014-06-18T22:13:33  *** RogerHaase has left #moin-dev
  81 2014-06-18T22:25:03  *** sl33k_ has quit IRC
  82 2014-06-18T22:26:57  *** derdon has quit IRC
  83 

MoinMoin: MoinMoinChat/Logs/moin-dev/2014-06-18 (last edited 2014-06-18 01:15:56 by IrcLogImporter)