1 2012-05-12T00:07:58  *** Trip_ has joined #moin-dev
   2 2012-05-12T00:11:09  *** MattMaker has quit IRC
   3 2012-05-12T00:33:51  *** brunomartin has left #moin-dev
   4 2012-05-12T02:14:40  *** Trip_ has quit IRC
   5 2012-05-12T02:36:04  *** MattMaker has joined #moin-dev
   6 2012-05-12T03:50:58  *** Trip__ has joined #moin-dev
   7 2012-05-12T03:50:58  *** MattMaker has quit IRC
   8 2012-05-12T04:12:18  *** spy has quit IRC
   9 2012-05-12T05:35:21  <xiaq> ThomasWaldmann: haven't looked into Whoosh doc yet, but instead of request version type support, why not just request tuple type support? that would be more general.
  10 2012-05-12T06:13:46  *** dwcramer has joined #moin-dev
  11 2012-05-12T06:28:09  *** xorAxAx has quit IRC
  12 2012-05-12T06:31:13  *** xorAxAx has joined #moin-dev
  13 2012-05-12T07:27:55  *** dwcramer has quit IRC
  14 2012-05-12T08:36:21  <esyr> MaikuMori: please check out http://moinmo.in/EugeneSyromyatnikov/PluginConcept maybe there something that may be useful
  15 2012-05-12T09:00:30  *** DasIch has quit IRC
  16 2012-05-12T10:55:25  *** greg_f has joined #moin-dev
  17 2012-05-12T12:22:35  <ThomasWaldmann> xiaq: right.
  18 2012-05-12T12:29:27  * ThomasWaldmann changed the FR
  19 2012-05-12T14:34:17  *** DasIch has joined #moin-dev
  20 2012-05-12T14:36:28  *** dwcramer has joined #moin-dev
  21 2012-05-12T15:11:28  *** kanha_ has quit IRC
  22 2012-05-12T15:11:32  *** kanha has joined #moin-dev
  23 2012-05-12T15:58:25  *** chuck1 has joined #moin-dev
  24 2012-05-12T15:58:26  *** chuck1 has left #moin-dev
  25 2012-05-12T15:58:34  *** chuck1 has joined #moin-dev
  26 2012-05-12T16:06:32  <chuck1> Hello, how is it possible to write a makro which gets a varibale string list as argument?
  27 2012-05-12T16:18:09  *** spy has joined #moin-dev
  28 2012-05-12T16:19:33  *** RogerHaase has joined #moin-dev
  29 2012-05-12T16:20:34  *** spy has joined #moin-dev
  30 2012-05-12T16:20:41  <ThomasWaldmann> chuck1: read wikiutil.invoke_extension_function
  31 2012-05-12T16:21:23  <chuck1> ok, thanks !
  32 2012-05-12T16:22:08  <breton> don't expect anything from me today - no electricity till morning.
  33 2012-05-12T16:23:10  <chuck1> hm why so complicated? in std python its easy to give a tupel as argument
  34 2012-05-12T16:29:02  <ThomasWaldmann> it looks a bit like you need to use _kwargs
  35 2012-05-12T16:29:43  <ThomasWaldmann> breton: you need a laptop with long battery life :)
  36 2012-05-12T16:31:36  <ThomasWaldmann> breton: as long as you don't have that and in case electricity issues are common at some daytimes, you need to schedule your work to the times when there usually is electricity
  37 2012-05-12T16:33:26  <ThomasWaldmann> chuck1: it would be all much simpler with eval(). :D
  38 2012-05-12T16:33:40  <ThomasWaldmann> and much more dangerous...
  39 2012-05-12T16:45:44  <breton> ThomasWaldmann: nope, not common at all. just a big failure somewhere.
  40 2012-05-12T16:51:16  <ThomasWaldmann> ah, ok. I thought you have mentioned electricity issues a while ago already, but maybe it was somebody else.
  41 2012-05-12T16:51:45  * ThomasWaldmann will be away for a while, but trying to be online if possible.
  42 2012-05-12T17:31:01  *** yufra_ has joined #moin-dev
  43 2012-05-12T17:40:23  *** DasIch_ has joined #moin-dev
  44 2012-05-12T17:42:54  *** DasIch has quit IRC
  45 2012-05-12T17:42:54  *** DasIch_ is now known as DasIch
  46 2012-05-12T17:55:35  <chuck1> ThomasWaldmann: This http://www.python-kurs.eu/parameter.php in section "Variable Anzahl von Parametern" work in a moin macro? if yes - how exactly - it didnt work in my tests
  47 2012-05-12T18:31:34  <chuck1> The soluton for my Problem with multiple arguments: <<Makro([arg_1, arg_2, arg_n, ....])>>
  48 2012-05-12T18:40:44  *** chuck1 has left #moin-dev
  49 2012-05-12T19:11:23  *** chuck1 has joined #moin-dev
  50 2012-05-12T19:11:32  *** chuck1 has left #moin-dev
  51 2012-05-12T19:41:11  *** greg_f has quit IRC
  52 2012-05-12T20:01:26  *** yufra_ has quit IRC
  53 2012-05-12T20:05:10  <ThomasWaldmann> re
  54 2012-05-12T20:11:38  <dreimark> ThomasWaldmann: http://pypi.python.org/pypi/pwgen
  55 2012-05-12T20:11:55  <dreimark> we can add an option in m2 to autogenerate a strong password
  56 2012-05-12T20:12:44  <dreimark> (Pure python version of pwgen)
  57 2012-05-12T20:21:34  <ThomasWaldmann> use case?
  58 2012-05-12T20:22:11  <dreimark> similiar to ubuntu user creation, there you don't need to think about a good password too
  59 2012-05-12T20:22:51  <dreimark> it is not important just the workflow is similar
  60 2012-05-12T20:24:05  <ThomasWaldmann> that pwgen is crap
  61 2012-05-12T20:26:37  <ThomasWaldmann> hmm, no, they show just bad invokation of the code as their first example...
  62 2012-05-12T20:37:42  <RogerHaase> ThomasWaldmann:  footnote placement patch ready for review:  http://codereview.appspot.com/6195077/
  63 2012-05-12T20:40:27  <ThomasWaldmann> right, had a quick look yesterday, now looking again
  64 2012-05-12T20:47:37  <dreimark> RogerHaase: if i click on the first radish1
  65 2012-05-12T20:47:45  <dreimark> in Start of FootNotes3
  66 2012-05-12T20:48:12  <dreimark> it scrolls correctly down
  67 2012-05-12T20:48:45  <dreimark> but if I click on that radish1 link it has scrolled too
  68 2012-05-12T20:48:47  <dreimark> -o
  69 2012-05-12T20:48:55  <dreimark> it jumps to the end of the page
  70 2012-05-12T20:49:48  <dreimark> I think it should scroll upwards and not downwards
  71 2012-05-12T20:52:28  <RogerHaase> dreimark:  I probably made a confusing example.  I have 3 similar pages, two of which are transcluded into footnote -- so there are 3 radishes (one from each pagge).
  72 2012-05-12T20:52:58  <RogerHaase> click the transclusions button
  73 2012-05-12T20:54:26  <ThomasWaldmann> review done
  74 2012-05-12T20:55:12  <dreimark> hmm, yes, but I guess that happens also if you have twice the same footnote and have transcluded them together
  75 2012-05-12T20:55:25  <dreimark> e.g. if you have slides
  76 2012-05-12T20:55:51  <dreimark> and make one continous by transclusion
  77 2012-05-12T20:56:55  <dreimark> that would only change if transclusion adds a uniq ID
  78 2012-05-12T21:00:46  <dreimark> (current limitation)
  79 2012-05-12T21:01:31  <dreimark> bbl
  80 2012-05-12T21:01:56  <RogerHaase> dreimark:  there is a counter in the footnote link - note-0-1.  Each time there is an explicit footnote placement, the 0 is incremented to 1, 2,...
  81 2012-05-12T21:15:50  *** MattMaker has joined #moin-dev
  82 2012-05-12T21:19:32  *** Trip__ has quit IRC
  83 2012-05-12T21:42:48  <RogerHaase> ThomasWaldmann:  footnote placement, try 3:  http://codereview.appspot.com/6195077/
  84 2012-05-12T21:44:01  <RogerHaase> back in 1 hr
  85 2012-05-12T22:30:40  <ThomasWaldmann> RogerHaase: looks ok
  86 2012-05-12T22:42:51  <RogerHaase> ThomasWaldmann:  pushed to https://bitbucket.org/RogerHaase/moin-2.0
  87 2012-05-12T22:50:36  <ThomasWaldmann> RogerHaase: vv
  88 2012-05-12T22:50:38  <CIA-146> Roger Haase <crosseyedpenguin@yahoo.com> default * 1348:04f567afe65f 2.0/MoinMoin/themes/modernized/static/css/common.css: move search stats lower - was too close to page header
  89 2012-05-12T22:50:39  <CIA-146> Roger Haase <crosseyedpenguin@yahoo.com> default * 1349:5947f6bde9c2 2.0/MoinMoin/templates/login.html: eliminate html validation errors on +login
  90 2012-05-12T22:50:39  <CIA-146> Roger Haase <crosseyedpenguin@yahoo.com> default * 1350:3054bf16971b 2.0/MoinMoin/templates/ (forms.html search.html): eliminate html validation errors on +search; rework similar +usersettings patch for consistency
  91 2012-05-12T22:50:41  <CIA-146> Roger Haase <crosseyedpenguin@yahoo.com> default * 1351:7eaa960db814 2.0/MoinMoin/converter/macro.py: eliminate traceback, create error message for invalid macro name
  92 2012-05-12T22:50:41  <CIA-146> Roger Haase <crosseyedpenguin@yahoo.com> default * 1352:0576ddb55cfc 2.0/MoinMoin/converter/ (_wiki_macro.py html_out.py): footnote placement - fixes #127
  93 2012-05-12T23:22:27  *** grzywacz has joined #moin-dev
  94 

MoinMoin: MoinMoinChat/Logs/moin-dev/2012-05-12 (last edited 2012-05-11 22:45:03 by IrcLogImporter)