1 2009-12-02T00:48:59  <ThomasWaldmann> dreimark: those 2 httpauth related bug reports are strange
   2 2009-12-02T00:51:43  <eSyr> (dreimark is testing moin ever asleep)
   3 2009-12-02T00:51:56  <eSyr> *even
   4 2009-12-02T01:24:04  <eSyr> gn
   5 2009-12-02T04:40:05  *** grzywacz has quit IRC
   6 2009-12-02T09:02:57  <dreimark> moin
   7 2009-12-02T09:03:13  <ThomasWaldmann> moin
   8 2009-12-02T09:05:32  <dreimark> eSyr: I wanted to look at the multistage feature for the login patch
   9 2009-12-02T09:06:07  <dreimark> and tried different browsers for the cases
  10 2009-12-02T11:25:47  *** eSyr has quit IRC
  11 2009-12-02T11:35:41  *** eSyr has joined #moin-dev
  12 2009-12-02T11:51:22  *** ronny has quit IRC
  13 2009-12-02T12:15:20  <eSyr> dreimark, ThomasWaldmann, moin/
  14 2009-12-02T12:16:30  <eSyr> if i want to add request parameter which determines, should comments be shown at page load or not, is adding request parameter checking in text_html formatter is bad style?
  15 2009-12-02T12:17:11  <eSyr> i think it's better to add formatter state parameter and change it somewhere in action handler/send_page, but i'm not sure.
  16 2009-12-02T12:21:06  <ThomasWaldmann> usecase?
  17 2009-12-02T12:23:03  <eSyr> i want to add query parameter to determine, should comments be shown on page load or not.
  18 2009-12-02T12:23:15  <eSyr> for solving http://www.moinmo.in/MoinMoinBugs/1.6devCommentSectionsNotPrintable
  19 2009-12-02T12:23:36  <ThomasWaldmann> ah
  20 2009-12-02T12:23:42  <ThomasWaldmann> - www.
  21 2009-12-02T12:24:09  <eSyr> (hm, firefox adds it sometimes)
  22 2009-12-02T12:25:01  <eSyr> in text_html formatter there is display = self.request.user.show_comments and "display:''" or "display:none"
  23 2009-12-02T12:25:24  <ThomasWaldmann> why don't you just print the stuff after clicking on show comments?
  24 2009-12-02T12:25:44  <eSyr> the simple solution is add  display = (self.request.user.show_comments or self.request.form.get('show_comments', False)) and "display:''" or "display:none", but i'm not sure that this is good
  25 2009-12-02T12:26:03  <eSyr> ThomasWaldmann, ie users have problems with it :)
  26 2009-12-02T12:26:37  <eSyr> i know they are unrelevant, but anyway, i want something which determine behaviour of showing comments right at page load
  27 2009-12-02T12:27:29  <ThomasWaldmann> well, maybe also think about the ui
  28 2009-12-02T12:27:55  <ThomasWaldmann> currently they just print the page (sane browser?) or use print action from the menue
  29 2009-12-02T12:28:31  <eSyr> ThomasWaldmann, "Of course this does not work with IE7 (same trouble as on MoinMoinBugs/ToggleLineNumbersInPrintPreview): IE completly reloads a page from the scratch when displayed in print preview and does not reload the page as it is currently shown on the screen. Thus all the changes done to a page by javascript (toggle linenumbers, comments...) are lost. Thank you Microsoft! -- OliverSiemoneit  2007-05-05 "
  30 2009-12-02T12:28:35  <eSyr> for example.
  31 2009-12-02T12:28:43  <ThomasWaldmann> I'ld have to look at the code where it is best implemented, but can't do that right now.
  32 2009-12-02T12:28:55  <eSyr> ok, thanks.
  33 2009-12-02T12:30:09  <ThomasWaldmann> also, please target friday for moin 1.9 being release-ready, because I'll be low on time at saturday
  34 2009-12-02T12:31:16  <dreimark> ok, for me
  35 2009-12-02T12:32:26  <eSyr> ok.
  36 2009-12-02T12:32:29  <dreimark> eSyr: usually we will have bug fix releases every month after major release
  37 2009-12-02T12:33:12  <dreimark> so there is no hurry for last minute changes. currently I think the login patch also should go in 1.9.1
  38 2009-12-02T12:33:12  <eSyr> oh, ok. i'll try to concentrate on finishing of translations.
  39 2009-12-02T12:33:16  <ThomasWaldmann> first one likely after a month, but next ones in bigger intervals
  40 2009-12-02T12:33:30  <dreimark> ok
  41 2009-12-02T12:34:36  <ThomasWaldmann> 8 bugfix releases should span 1 or even 2 yeahr
  42 2009-12-02T12:34:57  <dreimark> take 1.5 as an example
  43 2009-12-02T12:35:13  <ThomasWaldmann> (to get 2.0 ready before we run out of 1.9.x numbers)
  44 2009-12-02T12:37:51  <ThomasWaldmann> hmm, my "yeah, get 2.0 ready" idea was backfiring to the sentence before :P
  45 2009-12-02T12:38:51  * dreimark knows
  46 2009-12-02T12:39:57  <ThomasWaldmann> eSyr: is  not working?
  47 2009-12-02T12:40:58  <dreimark> ThomasWaldmann: see http://master19.moinmo.in/EugeneSyromyatnikov/MyDict the
  48 2009-12-02T12:41:33  <dreimark> i think he has done it by two vars. but it should work out of the box on a template
  49 2009-12-02T12:41:38  <dreimark> created page
  50 2009-12-02T12:42:07  <ThomasWaldmann> ah, that trick, ok
  51 2009-12-02T12:43:39  <ThomasWaldmann> gtg/bbl
  52 2009-12-02T12:46:39  <eSyr> ThomasWaldmann, it is working. I've tried to test  double expansion.
  53 2009-12-02T12:48:25  *** ronny has joined #moin-dev
  54 2009-12-02T13:43:16  <dreimark> xmlprc upload creates too long comment strings
  55 2009-12-02T14:23:46  <dreimark> bbl
  56 2009-12-02T14:33:42  <eSyr> hm, may be #format wiki should be added on all system/help pages thus making change of default wiki parser not breaks rendering of system/help pages?
  57 2009-12-02T14:41:16  <eSyr> good bye all.
  58 2009-12-02T14:44:14  *** eSyr has quit IRC
  59 2009-12-02T18:38:05  *** grzywacz has joined #moin-dev
  60 2009-12-02T19:12:51  <ThomasWaldmann> re
  61 2009-12-02T21:23:00  <CIA-34> Bastian Blank <bblank@thinkmo.de> default * 7476:d4537cf32248 2.0-storage-dom-bblank/MoinMoin/ (converter2/_registry.py util/registry.py): Factor out base registry
  62 2009-12-02T21:23:00  <CIA-34> Bastian Blank <bblank@thinkmo.de> default * 7477:46592a613a28 2.0-storage-dom-bblank/MoinMoin/util/registry.py: Module registry - Fix get method
  63 2009-12-02T21:23:00  <CIA-34> Bastian Blank <bblank@thinkmo.de> default * 7478:cddd70da3492 2.0-storage-dom-bblank/MoinMoin/ (2 files in 2 dirs): Move module registry tests
  64 2009-12-02T21:23:01  <CIA-34> Bastian Blank <bblank@thinkmo.de> default * 7479:656a79a22ed0 2.0-storage-dom-bblank/MoinMoin/ (3 files in 3 dirs): Rename module registry
  65 2009-12-02T21:23:04  <CIA-34> Bastian Blank <bblank@thinkmo.de> default * 7480:04feb3764df3 2.0-storage-dom-bblank/MoinMoin/converter2/include.py: Include converter - Use absolute imports
  66 2009-12-02T21:23:07  <CIA-34> Bastian Blank <bblank@thinkmo.de> default * 7481:31f88e2692df 2.0-storage-dom-bblank/MoinMoin/converter2/ (__init__.py _registry.py): Move converter registry
  67 2009-12-02T21:28:27  <CIA-34> Bastian Blank <bblank@thinkmo.de> default * 7482:010bbee278b7 2.0-storage-dom-bblank/MoinMoin/util/_tests/test_registry.py: Update tests for module registry
  68 2009-12-02T21:28:29  <CIA-34> Bastian Blank <bblank@thinkmo.de> default * 7483:fb0d73d94550 2.0-storage-dom-bblank/MoinMoin/util/registry.py: Module registry - Remove unneeded sort
  69 2009-12-02T22:54:13  *** dreimark has quit IRC
  70 2009-12-02T22:54:13  *** dimazest has quit IRC
  71 2009-12-02T22:54:14  *** dreimark_ has joined #moin-dev
  72 2009-12-02T22:54:15  *** dimazest_ has joined #moin-dev
  73 2009-12-02T23:08:08  *** dreimark_ is now known as dreimark
  74 

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-12-02 (last edited 2009-12-02 00:00:02 by IrcLogImporter)