1 2012-07-17T00:10:18  *** RogerHaase has left #moin-dev
   2 2012-07-17T01:17:32  *** dcramer_ has quit IRC
   3 2012-07-17T01:51:53  *** dcramer_ has joined #moin-dev
   4 2012-07-17T01:57:28  *** grzywacz has quit IRC
   5 2012-07-17T02:58:00  *** dcramer_ has quit IRC
   6 2012-07-17T03:13:05  *** dcramer_ has joined #moin-dev
   7 2012-07-17T04:30:17  *** dcramer_ has quit IRC
   8 2012-07-17T05:03:03  *** dcramer_ has joined #moin-dev
   9 2012-07-17T05:31:42  *** dcramer_ has quit IRC
  10 2012-07-17T08:33:08  <dreimark> ThomasWaldmann: ok
  11 2012-07-17T08:35:14  *** josep2 has joined #moin-dev
  12 2012-07-17T09:54:53  <ThomasWaldmann> moin
  13 2012-07-17T11:06:34  *** greg_f has joined #moin-dev
  14 2012-07-17T12:07:58  *** B_ has joined #moin-dev
  15 2012-07-17T12:08:45  *** B_ is now known as spy_
  16 2012-07-17T12:13:29  *** betelgeuse_ has quit IRC
  17 2012-07-17T12:26:24  *** betelgeuse_ has joined #moin-dev
  18 2012-07-17T13:21:05  *** dcramer_ has joined #moin-dev
  19 2012-07-17T13:29:34  *** dcramer_ has quit IRC
  20 2012-07-17T13:43:13  *** dcramer_ has joined #moin-dev
  21 2012-07-17T13:52:41  <spy_> moin, I have some uncommited changes in my local repo and I want to pull recent changes from the main repo. Then merge my changes. Could I somehow do that without committing of my current changes? just apply them later as a patch and continue to work on them?
  22 2012-07-17T13:57:26  <ronny> spy_: you can use the mq extension for that, but its a pain to fix patches that dont apply
  23 2012-07-17T13:57:50  <ronny> spy_: in future hg mutable history will allow you to just commit and rebase later
  24 2012-07-17T14:01:31  <spy_> is it ok if I will commit my current buggy changes and then improve them in next commits?
  25 2012-07-17T14:02:24  <ronny> ThomasWaldmann: whats the policy on that?
  26 2012-07-17T14:42:24  <MaikuMori> Moin
  27 2012-07-17T15:07:19  *** dcramer_ has quit IRC
  28 2012-07-17T16:22:11  *** dcramer_ has joined #moin-dev
  29 2012-07-17T16:47:33  *** dcramer_ has quit IRC
  30 2012-07-17T16:49:35  *** dcramer_ has joined #moin-dev
  31 2012-07-17T17:08:42  *** RogerHaase has joined #moin-dev
  32 2012-07-17T17:16:40  *** xiaq has quit IRC
  33 2012-07-17T17:19:46  *** xiaq has joined #moin-dev
  34 2012-07-17T17:26:06  *** jaiditya has joined #moin-dev
  35 2012-07-17T17:36:53  <ThomasWaldmann> hi MaikuMori
  36 2012-07-17T17:38:01  <ThomasWaldmann> spy_: having some bugs is not an issue, but it should not totally crash, of course
  37 2012-07-17T17:39:17  <ThomasWaldmann> and i personally always have a clean workdir when pulling/merging
  38 2012-07-17T17:43:49  <xiaq> i always manage my work in a mq...
  39 2012-07-17T17:44:08  <xiaq> when merging, i do hg qpop -a; hg fetch
  40 2012-07-17T17:44:31  <xiaq> although when there are conflicts between incoming changesets and patches in mq it can be somehow painful to rebase the patches
  41 2012-07-17T17:44:40  *** brunomartin has joined #moin-dev
  42 2012-07-17T17:45:40  <RogerHaase> I do:   hg diff > my.patch;  hg revert --all;   hg pull -u;   hg import --no-commit my.patch
  43 2012-07-17T17:45:57  <MaikuMori> ThomasWaldmann: http://codereview.appspot.com/6344080/, I'm also thinking about reworking how themes are found either by putting a little bit more logic in that custom template loader class or by using the function you mentioned
  44 2012-07-17T17:46:22  <xiaq> RogerHaase: mq just automates that :)
  45 2012-07-17T17:48:02  <RogerHaase> xiaq: thanks, I will give mq a try
  46 2012-07-17T17:49:43  <spy_> oh, so many tricks, thanks :)
  47 2012-07-17T18:03:26  *** josep2 has left #moin-dev
  48 2012-07-17T18:06:22  <RogerHaase> ThomasWaldmann: try 2 on #148 similar name crash:  http://codereview.appspot.com/6397051/
  49 2012-07-17T18:08:04  <RogerHaase> ThomasWaldmann: also this small css change adding horizontal scroll bar for wide images and tables:  http://codereview.appspot.com/6357053/
  50 2012-07-17T18:38:03  <dreimark> spy: fixing short time after is ok, no big delay please
  51 2012-07-17T18:39:43  *** ThomasWaldmann has quit IRC
  52 2012-07-17T18:39:44  *** CIA-54 has quit IRC
  53 2012-07-17T18:39:51  <dreimark> and at the time it is the main repo, you should have less broken stuff
  54 2012-07-17T18:39:54  <dreimark> bbl
  55 2012-07-17T18:50:54  <dreimark> spy xiaq I miss diary pages :-)
  56 2012-07-17T18:53:26  *** dcramer_ has quit IRC
  57 2012-07-17T18:57:32  *** ThomasWaldmann has joined #moin-dev
  58 2012-07-17T18:57:32  *** CIA-54 has joined #moin-dev
  59 2012-07-17T19:22:19  <ThomasWaldmann> RogerHaase: patch -p1 < my.patch is shorter :)
  60 2012-07-17T19:23:08  <ThomasWaldmann> MaikuMori: did you read my comment about load_or_select()?
  61 2012-07-17T19:23:17  <ThomasWaldmann> (or hower that was called again)
  62 2012-07-17T19:23:23  <ThomasWaldmann> however*
  63 2012-07-17T19:26:41  <RogerHaase> ThomasWaldmann: by only one character, but a win is a win...
  64 2012-07-17T19:28:26  * ThomasWaldmann rather thinks of it as "create a diff, apply a diff"
  65 2012-07-17T19:29:00  <ThomasWaldmann> hg import i consider rather as the counterpart of hg export than hg diff
  66 2012-07-17T19:44:28  *** greg_f has quit IRC
  67 2012-07-17T20:12:28  *** dcramer_ has joined #moin-dev
  68 2012-07-17T20:16:35  <MaikuMori> ThomasWaldmann: yes.
  69 2012-07-17T20:38:58  *** dcramer_ has quit IRC
  70 2012-07-17T20:39:03  <RogerHaase> ThomasWaldmann: dreimark:  minor css fix for #213 transcluded heading looks different:  http://codereview.appspot.com/6404054/
  71 2012-07-17T20:40:24  <RogerHaase> did not include foobar because it does not have any styling for transclusions yet
  72 2012-07-17T20:40:26  * ThomasWaldmann looks
  73 2012-07-17T20:41:36  <ThomasWaldmann> jaiditya: can you work on that ^^
  74 2012-07-17T20:41:47  *** brunomartin has quit IRC
  75 2012-07-17T20:43:38  <ThomasWaldmann> RogerHaase: so the headings were both same level (h1 e.g.), but looked different due to that=
  76 2012-07-17T20:43:41  <ThomasWaldmann> ?
  77 2012-07-17T20:45:00  <RogerHaase> yes, without the width: 100%, the heading underline does not go completely across the page
  78 2012-07-17T20:45:41  <jaiditya> yeah
  79 2012-07-17T20:46:57  <jaiditya> ThomasWaldmann: I am having a bit figuring out why multiple upload is not working in foobar theme
  80 2012-07-17T20:47:31  <RogerHaase> all heading lines have the same problem.  transcluded pages with content that force the div to 100% "work".  Transclusions with small content look different because of the short underline
  81 2012-07-17T20:47:53  <ThomasWaldmann> jaiditya: is it not just some js missing?
  82 2012-07-17T20:48:15  <jaiditya> no
  83 2012-07-17T20:50:03  <RogerHaase> jaiditya: a traceback like issue #196 fails in modernized as well
  84 2012-07-17T20:53:14  <jaiditya> RogerHaase: I don't get any traceback its just it doesn't work
  85 2012-07-17T20:53:20  <ThomasWaldmann> jaiditya: about that "jumping" panel: yes, always showing the text could work.
  86 2012-07-17T20:53:41  <ThomasWaldmann> https://dl.dropbox.com/u/43518659/filter-panel.jpg < like there, alternatively maybe in mouse-over bubbles?
  87 2012-07-17T20:53:43  *** dcramer_ has joined #moin-dev
  88 2012-07-17T20:55:48  <jaiditya> I think there is too much text in some for a mouse-over bubble
  89 2012-07-17T20:56:29  <jaiditya> so I'd like to go with always visible help text
  90 2012-07-17T20:57:42  <ThomasWaldmann> ok for me, other comments about that?
  91 2012-07-17T20:58:20  *** brunomartin has joined #moin-dev
  92 2012-07-17T21:03:33  <ThomasWaldmann> brb
  93 2012-07-17T21:16:30  *** brunomartin has quit IRC
  94 2012-07-17T21:19:40  <RogerHaase> jaiditya:  did you pull recently to get the changes I made to index-action.js?  At your tip, I still see the old js code.
  95 2012-07-17T21:21:15  <jaiditya> I'll just push it
  96 2012-07-17T21:23:37  <jaiditya> I have just pulled them
  97 2012-07-17T21:25:25  <jaiditya> js has been moved to a new location
  98 2012-07-17T21:27:14  <jaiditya> path has not been changed in templates ?
  99 2012-07-17T21:28:36  <dreimark> re
 100 2012-07-17T21:28:48  *** brunomartin has joined #moin-dev
 101 2012-07-17T21:28:53  <RogerHaase> yes, some js is now in moinmoin/templates - jinja2 is being used to add i18n
 102 2012-07-17T21:31:10  <jaiditya> RogerHaase: So should I change the path in templates now ?
 103 2012-07-17T21:31:10  *** xiaq has quit IRC
 104 2012-07-17T21:31:28  <dreimark> jaiditya: have you seen my comment on one of your diary pages?
 105 2012-07-17T21:32:11  <dreimark> it was mostly about if we can have some of this awfull font used at some places where we have may be too much text
 106 2012-07-17T21:33:35  <RogerHaase> jaiditya: yes, similar to: <script src="{{ url_for('frontend.template', filename='index_action.js') }}"></script>
 107 2012-07-17T21:34:29  <dreimark> spy: have you something new to look at?
 108 2012-07-17T21:34:30  <RogerHaase> and:  <script src="{{ url_for('frontend.template', filename='common.js') }}"></script>
 109 2012-07-17T21:34:31  <jaiditya> dreimark: yes.
 110 2012-07-17T21:35:06  <jaiditya> it looks good
 111 2012-07-17T21:35:54  <RogerHaase> jaiditya: tw and I only updated modernized for the move of .js to /templates
 112 2012-07-17T21:36:45  <jaiditya> RogerHaase: I m changing it for foobar
 113 2012-07-17T21:43:28  <jaiditya> RogerHaase: I have updated my tip
 114 2012-07-17T21:49:21  <RogerHaase> jaiditya:  crazy, but I have to click to right of "upload files" text to get Firefox select file dialog, I select 2 files, then click start upload button, then get the tracebacks in the server command window
 115 2012-07-17T21:49:33  * dreimark pulls too
 116 2012-07-17T21:52:03  <RogerHaase> the firebug console shows errors:  "NetworkError: 500 INTERNAL SERVER ERROR - http://127.0.0.1:8080/%2Bjfu-server"
 117 2012-07-17T21:53:56  <dreimark> RogerHaase: have you the env for that repo, i did recently the same mistake
 118 2012-07-17T21:54:46  <RogerHaase> dreimark: hmm, no, will give that a try...
 119 2012-07-17T21:55:16  <jaiditya> RogerHaase: works fine here
 120 2012-07-17T21:57:08  <jaiditya> https://dl.dropbox.com/u/43518659/upload.jpg
 121 2012-07-17T21:57:26  <dreimark> jaiditya: drag and drop files from nautilus to the white area of index does not work
 122 2012-07-17T21:57:45  <dreimark> (Drag and drop multiple files to this white area to upload them)
 123 2012-07-17T21:58:13  *** betelgeuse__ has joined #moin-dev
 124 2012-07-17T21:58:20  <jaiditya> yeah. I am not able to figure out whats going wrong there
 125 2012-07-17T21:58:58  *** RogerHaase has quit IRC
 126 2012-07-17T21:58:59  *** betelgeuse_ has quit IRC
 127 2012-07-17T21:59:00  *** xorAxAx has quit IRC
 128 2012-07-17T21:59:01  *** technossomy has quit IRC
 129 2012-07-17T21:59:03  *** betelgeuse__ is now known as betelgeuse_
 130 2012-07-17T21:59:13  *** xorAxAx has joined #moin-dev
 131 2012-07-17T21:59:24  <jaiditya> I looked at the code, thought some js might be missing but didn't find anything wrong there
 132 2012-07-17T21:59:40  *** technossomy has joined #moin-dev
 133 2012-07-17T21:59:45  *** RogerHaase has joined #moin-dev
 134 2012-07-17T22:00:26  <jaiditya> RogerHaase: https://dl.dropbox.com/u/43518659/upload-started.jpg
 135 2012-07-17T22:00:54  <jaiditya> dreimark: https://bitbucket.org/Jaiditya/moin-2.0/issue/37/size-of-upload-box
 136 2012-07-17T22:01:07  <jaiditya> i can't duplicate that
 137 2012-07-17T22:01:19  <jaiditya> it works fine here
 138 2012-07-17T22:01:46  <dreimark> jaiditya: i just selected a ton of images, i can upload it but the major box is too small
 139 2012-07-17T22:02:21  <dreimark> we also need a method to handle images at all
 140 2012-07-17T22:02:40  <dreimark> in foobar i see only a corner, no scrollbar
 141 2012-07-17T22:03:04  <dreimark> I guess we need a smaller one anyway created while uploading or so
 142 2012-07-17T22:03:50  <RogerHaase> jaiditya:  I do see the file upload start, the tracebacks occur at the end of the upload after the files are uploaded.  What is the failure you were having?
 143 2012-07-17T22:03:55  <dreimark> https://bitbucket-assetroot.s3.amazonaws.com/Jaiditya/moin-2.0/1342337330.05/37/Global%20Index%20-%20My%20MoinMoin.png?Signature=zuj9IEeNsvhllZui4L7wQqlvsNo%3D&Expires=1342557211&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82
 144 2012-07-17T22:04:14  <dreimark> there you see the border problem I have
 145 2012-07-17T22:04:45  * dreimark has all uploaded without a message
 146 2012-07-17T22:05:04  <dreimark> jaiditya: I examine the drag and drop issue
 147 2012-07-17T22:05:43  <jaiditya> dreimark: https://dl.dropbox.com/u/43518659/upload-ton.jpg
 148 2012-07-17T22:06:13  <jaiditya> this is what I got when I uploaded tons of images
 149 2012-07-17T22:09:47  *** dcramer_ has quit IRC
 150 2012-07-17T22:13:39  <RogerHaase> jaiditya: starting over, I do not understand what you meant by "I am having a bit figuring out why multiple upload is not working in foobar theme"
 151 2012-07-17T22:14:27  <dreimark> jaiditya: try longer filenames
 152 2012-07-17T22:15:45  <jaiditya> RogerHaase: I see no reason why (Drag and drop multiple files to this white area to upload them) is not working in foobar theme
 153 2012-07-17T22:16:42  <jaiditya> it is working in modernized theme but not in foobar theme
 154 2012-07-17T22:16:57  <dreimark> only if i use very small font it looks like in your image
 155 2012-07-17T22:17:15  <dreimark> but the width is much smaller as on your image
 156 2012-07-17T22:17:48  <dreimark> it has the width of the text field for the "item name"
 157 2012-07-17T22:18:59  <dreimark> also not any click on "Upload files" triggers something
 158 2012-07-17T22:20:38  <jaiditya> dreimark: longer names caused a problem...but I have corrected it by breaking the word
 159 2012-07-17T22:21:12  <dreimark> hmm, which browser have you?
 160 2012-07-17T22:22:33  *** dcramer_ has joined #moin-dev
 161 2012-07-17T22:22:34  <jaiditya> chrome
 162 2012-07-17T22:23:14  <dreimark> jaiditya: look with firefox
 163 2012-07-17T22:27:07  <jaiditya> hmm...its a problem there
 164 2012-07-17T22:55:23  *** xiaq has joined #moin-dev
 165 2012-07-17T23:03:29  <dreimark> gn
 166 2012-07-17T23:03:49  <RogerHaase> jaiditya:  the drag and drop problem is caused by lack of #moin-content.  Change line 53 of jfu.js to         this.dropZone = $("#moin-content-with-panel");
 167 2012-07-17T23:03:56  *** xiaq has quit IRC
 168 2012-07-17T23:04:04  <dreimark> :)
 169 2012-07-17T23:04:45  <dreimark> oh #moin-content is different in both, thats not good
 170 2012-07-17T23:04:50  <dreimark> anyway gn
 171 2012-07-17T23:06:38  <jaiditya> RogerHaase: ohh...thank you
 172 2012-07-17T23:06:57  <RogerHaase> it would be better if all themes have more consistent names.  Else an alternative is to make a smaller target area with a consistent name
 173 2012-07-17T23:08:03  <jaiditya> RogerHaase: I don't think I should replace #moin-content
 174 2012-07-17T23:08:54  <jaiditya> as this would result in non-functioning of Drag and Drop in modernized theme
 175 2012-07-17T23:11:02  <RogerHaase> right, the change is just for your test.  you either have to rename moin-content-with panel to moin-content or maybe you can change jfu.js to moin-upload-cont
 176 2012-07-17T23:13:29  <jaiditya> RogerHaase: moin-upload-cont is more appropriate but it has a small area
 177 2012-07-17T23:13:45  *** xiaq has joined #moin-dev
 178 2012-07-17T23:14:55  <RogerHaase> yes, just saw that.  Probably changing to moin-content-with-panel to moin-content is better.  Unless that breaks something else.
 179 2012-07-17T23:16:34  <RogerHaase> If you make a smaller area, you probably need a border so users know where it is.
 180 2012-07-17T23:18:08  <jaiditya> yeah, but I think I'd prefer renaming moin-content-with-panel
 181 2012-07-17T23:18:26  <RogerHaase> agree
 182 2012-07-17T23:18:42  <jaiditya> as drag drop on full content area is better
 183 2012-07-17T23:24:46  <jaiditya> too tired now...gn
 184 2012-07-17T23:24:56  <RogerHaase> gn
 185 2012-07-17T23:27:20  *** RogerHaase has left #moin-dev
 186 

MoinMoin: MoinMoinChat/Logs/moin-dev/2012-07-17 (last edited 2012-07-16 22:45:03 by IrcLogImporter)