1 2012-07-16T00:02:10  <ThomasWaldmann> RogerHaase:
   2 2012-07-16T00:02:11  <ThomasWaldmann> {{ "buttons.attr('title', '%s');" % _("Hide comments") }}
   3 2012-07-16T00:02:24  <ThomasWaldmann> this form is needed in the .js templates because i18ned strings are not
   4 2012-07-16T00:02:25  <ThomasWaldmann> extracted from inside of '...'
   5 2012-07-16T00:08:31  <ThomasWaldmann> RogerHaase: and it would be great if you first edit it in place and then hg mv it without content change (as i did above)
   6 2012-07-16T00:09:12  <RogerHaase> OK, will give it a try later this evening
   7 2012-07-16T00:09:52  <ThomasWaldmann> ok, thanks
   8 2012-07-16T00:17:16  *** RogerHaase has left #moin-dev
   9 2012-07-16T00:56:34  <ThomasWaldmann> eSyr-ng: esyr: btw, when i asked mitsuhiko about flask-themes, he mentioned that could be done with jinja2's get_or_select_template
  10 2012-07-16T01:02:13  <ThomasWaldmann> MaikuMori: ^^
  11 2012-07-16T01:31:17  *** spy has quit IRC
  12 2012-07-16T05:33:42  *** dcramer_ has quit IRC
  13 2012-07-16T07:40:41  *** josep2 has joined #moin-dev
  14 2012-07-16T07:44:06  *** josep2 has quit IRC
  15 2012-07-16T09:52:45  <ThomasWaldmann> moin
  16 2012-07-16T09:57:15  *** spy has joined #moin-dev
  17 2012-07-16T10:52:59  <dreimark> moin
  18 2012-07-16T10:59:08  *** greg_f has joined #moin-dev
  19 2012-07-16T13:43:18  *** ThomasWaldmann has quit IRC
  20 2012-07-16T13:43:18  *** CIA-54 has quit IRC
  21 2012-07-16T13:44:40  *** ThomasWaldmann has joined #moin-dev
  22 2012-07-16T13:44:40  *** CIA-54 has joined #moin-dev
  23 2012-07-16T14:07:28  *** dcramer_ has joined #moin-dev
  24 2012-07-16T15:09:42  *** dcramer_ has quit IRC
  25 2012-07-16T16:13:33  <CIA-54> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1432:6219e911d261 2.0/MoinMoin/user.py: if user.__getattr__ internally triggers a KeyError, transform it to AttributeError
  26 2012-07-16T16:46:47  *** dcramer_ has joined #moin-dev
  27 2012-07-16T17:12:38  *** RogerHaase has joined #moin-dev
  28 2012-07-16T17:45:26  <RogerHaase> ThomasWaldmann:  I pushed the global index i18n changes to https://bitbucket.org/RogerHaase/moin-2.0
  29 2012-07-16T17:48:12  <ThomasWaldmann> ah, great.
  30 2012-07-16T17:49:10  <CIA-54> Roger Haase <crosseyedpenguin@yahoo.com> default * 1433:246a8b1019d4 2.0/MoinMoin/ (static/js/index_action.js templates/index.html): add i18n to global index javascript; Requires following cs to move index_action.js from /static/js/ to /templates/
  31 2012-07-16T17:49:10  <CIA-54> Roger Haase <crosseyedpenguin@yahoo.com> default * 1434:5b83b088da6e 2.0/MoinMoin/ (templates/index_action.js static/js/index_action.js): i18n for global index javascript part 2 - move /static/js/index_action.js to /templates/
  32 2012-07-16T17:49:11  <CIA-54> Roger Haase <crosseyedpenguin@yahoo.com> default * 1435:9a165b096ff9 2.0/MoinMoin/user.py: merge
  33 2012-07-16T17:49:29  * ThomasWaldmann needs to leave now, bb in some hours
  34 2012-07-16T18:16:21  *** josep2 has joined #moin-dev
  35 2012-07-16T18:39:02  *** dcramer_ has quit IRC
  36 2012-07-16T18:42:50  <dreimark> re
  37 2012-07-16T18:52:36  *** dcramer_ has joined #moin-dev
  38 2012-07-16T19:02:11  *** dcramer_ has quit IRC
  39 2012-07-16T19:15:28  *** dcramer_ has joined #moin-dev
  40 2012-07-16T19:28:44  *** josep2 has quit IRC
  41 2012-07-16T19:42:46  *** greg_f has quit IRC
  42 2012-07-16T20:40:03  <dreimark> ThomasWaldmann: i am thinking about adapting editmoin for moin2
  43 2012-07-16T20:40:38  <dreimark> that may be also similar usable as simple uploader
  44 2012-07-16T20:51:49  *** RogerHaase has quit IRC
  45 2012-07-16T21:34:06  <dreimark> ThomasWaldmann: http://localhost:8080/%2Bmodify/s3?contenttype=img%2Fpng%3Bcharset=utf-8&template=#4297880562268469801
  46 2012-07-16T21:34:35  <dreimark> if i generate such an url, i guess i can just use the file uploader or?
  47 2012-07-16T21:37:27  <dreimark> and download is just http://localhost:8080/+get/s3
  48 2012-07-16T21:53:20  *** grzywacz has joined #moin-dev
  49 2012-07-16T21:53:20  *** grzywacz has joined #moin-dev
  50 2012-07-16T22:17:26  *** dcramer_ has quit IRC
  51 2012-07-16T22:26:09  *** RogerHaase has joined #moin-dev
  52 2012-07-16T22:34:52  *** dcramer_ has joined #moin-dev
  53 2012-07-16T23:44:34  <ThomasWaldmann> dreimark: there should be a reasonable web api first, editmoin is rather a hack
  54 2012-07-16T23:50:23  <ThomasWaldmann> so, if you want to work on it, make a plan on etherpad first
  55 2012-07-16T23:51:41  <ThomasWaldmann> but maybe it is a better idea to first fix existing issues before starting new/optional stuff

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