1 2010-01-14T00:17:54  *** grzywacz has quit IRC
   2 2010-01-14T01:58:03  *** johill has quit IRC
   3 2010-01-14T02:02:29  *** TheSheep has quit IRC
   4 2010-01-14T02:02:32  *** TheSheep has joined #moin-dev
   5 2010-01-14T02:19:29  *** TheSheep_ has joined #moin-dev
   6 2010-01-14T02:20:51  *** TheSheep has quit IRC
   7 2010-01-14T02:23:50  *** TheSheep_ has quit IRC
   8 2010-01-14T02:38:40  *** TheSheep has joined #moin-dev
   9 2010-01-14T03:15:11  *** johill has joined #moin-dev
  10 2010-01-14T09:18:49  <dreimark> moin
  11 2010-01-14T09:19:08  <dreimark> firefox 3.6 Support for the new HTML5 File API has been added to Gecko, making it possible for web applications to access local files selected by the user. This includes support for selecting multiple files using the input type="file" HTML element's new multiple attribute.
  12 2010-01-14T09:20:03  <dreimark> https://developer.mozilla.org/en/Using_files_from_web_applications
  13 2010-01-14T10:10:23  *** grzywacz has joined #moin-dev
  14 2010-01-14T10:42:31  *** grzywacz has quit IRC
  15 2010-01-14T10:44:10  <dreimark> johill: can you check if these patches are also valid for openid login http://moinmo.in/MoinMoinBugs/LoginDialogIfLoggedIn
  16 2010-01-14T10:59:18  <johill> should be fine, but will check in more detail in the afternoon, gotta run
  17 2010-01-14T10:59:25  <dreimark> thx
  18 2010-01-14T12:23:37  <johill> dreimark: patch looks good, I'd prefer the first one
  19 2010-01-14T12:23:40  <johill> i.e. show message
  20 2010-01-14T12:29:51  <dreimark> :)
  21 2010-01-14T12:58:31  <dreimark> johill: do you have an example about the link param of the text_csv parser. seems I don't understand it
  22 2010-01-14T13:00:56  <johill> let me think
  23 2010-01-14T13:01:43  <johill> http://wireless.kernel.org/en/users/Drivers/zd1211rw/devices?action=raw
  24 2010-01-14T13:02:01  <johill> n/m that it's "devtable" there, that's a three-line wrapper around it for css
  25 2010-01-14T13:38:36  <ThomasWaldmann> moin
  26 2010-01-14T13:57:44  <johill> hey
  27 2010-01-14T14:16:46  <ThomasWaldmann> btw, I want to release 1.9.1 next weekend, so no critical / big last minute changes please :)
  28 2010-01-14T14:17:34  <ThomasWaldmann> (we need to release the fixes we already have, esp. the cookie/session stuff)
  29 2010-01-14T14:19:12  <ThomasWaldmann> johill: some fastcgi users miss x-moin-location / script_path hacks - did you have that problem, too?
  30 2010-01-14T14:19:24  <johill> yes
  31 2010-01-14T14:19:34  <johill> I hacked it into the sources
  32 2010-01-14T14:20:41  <ThomasWaldmann> can we fix it cleanly somehow for 1.9.1?
  33 2010-01-14T14:21:16  * ThomasWaldmann didn't have that problem yet, so it is slightly unclear him, what problem is and how to fix best
  34 2010-01-14T14:22:31  <johill> ok my problem is that my moin really is at /moinwiki
  35 2010-01-14T14:22:36  <johill> but I want it shown at /
  36 2010-01-14T14:22:48  <johill> but my web server can't be configured to pretend it is /
  37 2010-01-14T14:22:52  <johill> so I need moin to pretend it is at /
  38 2010-01-14T14:23:58  <johill> even though all the environment vars say it is /moinwiki/
  39 2010-01-14T14:25:26  <ThomasWaldmann> ok, you you rewrite /* to /moinwiki/*?
  40 2010-01-14T14:25:51  <johill> unless it's statically served or otherwise
  41 2010-01-14T14:26:19  <johill> also I never managed to get moin to really _be_ at / with lighttpd/fastcgi
  42 2010-01-14T14:27:05  <ThomasWaldmann> hmm, I slightly remember having had that with lighty, too.
  43 2010-01-14T14:27:42  <ThomasWaldmann> so, this is a rather generic problem, not moin-specific
  44 2010-01-14T14:28:25  <ThomasWaldmann> werkzeug.contrib.LighttpdCGIRootFix?
  45 2010-01-14T14:29:01  <johill> it really does need manual configuration
  46 2010-01-14T14:29:10  <johill> don't think you can really detect it
  47 2010-01-14T14:30:17  <ThomasWaldmann> ok, so if that fix doesn't work, fix it or add another one there?
  48 2010-01-14T14:30:25  <johill> I changed MoinMoin/support/flup/server/fcgi_base.py
  49 2010-01-14T14:30:32  <johill>          if not environ.has_key('SCRIPT_NAME'):
  50 2010-01-14T14:30:32  <johill> -            environ['SCRIPT_NAME'] = ''
  51 2010-01-14T14:30:32  <johill> +            pass
  52 2010-01-14T14:30:32  <johill> +        environ['SCRIPT_NAME'] = ''
  53 2010-01-14T14:31:19  <ThomasWaldmann> werkzeug 0.6 will be released soon, so a clean and simple fix could maybe get in still
  54 2010-01-14T14:33:11  <ThomasWaldmann> hmm, does that werkzeug fixer even work? looks strange to me, esp. the PATH_INFO rewriting
  55 2010-01-14T14:34:28  <johill> I have no idea
  56 2010-01-14T14:46:58  <ThomasWaldmann> johill: http://moinmo.in/HelpOnConfiguration/IntegratingWithLighttpd see the 1.5 solution, is that what you need?
  57 2010-01-14T14:48:40  <johill> maybe
  58 2010-01-14T14:48:42  <johill> let's try :)
  59 2010-01-14T14:49:35  <johill> well no
  60 2010-01-14T14:50:05  <johill> I let lighty start fastcgi
  61 2010-01-14T15:57:40  <dreimark> johill: thx,  magic :)
  62 2010-01-14T15:58:03  <johill> :)
  63 2010-01-14T16:05:03  <ThomasWaldmann> btw, i had some idea about windows/AD related stuff
  64 2010-01-14T16:05:52  <ThomasWaldmann> what do you think, shall we ask if $someone wants to give us remote access to some windows test server for moin development?
  65 2010-01-14T16:08:03  <johill> isn't AD just pretty much ldap from a client pov?
  66 2010-01-14T16:08:45  <ThomasWaldmann> it's not just about speaking ldap, it is also about typical AD structure
  67 2010-01-14T16:09:13  <ThomasWaldmann> (and also to debug general windows problems, not just AD stuff)
  68 2010-01-14T16:09:21  <johill> true
  69 2010-01-14T16:09:59  <johill> well I don't know, if I had to integrate I'd probably still run it on a linux box
  70 2010-01-14T16:10:23  <ThomasWaldmann> I've seen that a win 2000 foundation server 2008 r2 might be available for rather cheap soon
  71 2010-01-14T16:11:15  <ThomasWaldmann> otoh waldi told some time ago that it maybe is no good idea to run a windows vm under xen due to security issues
  72 2010-01-14T16:11:30  <ThomasWaldmann> (on moinmo.in)
  73 2010-01-14T16:12:54  <ThomasWaldmann> so the idea was to outsource that to $someone who has a bigger interest in windows stuff than us
  74 2010-01-14T16:14:28  <ThomasWaldmann> maybe I just throw the idea on a wiki page and see what happens :)
  75 2010-01-14T16:18:44  <johill> :)
  76 2010-01-14T16:36:49  <dreimark> ThomasWaldmann: that login patch fix can be shifted into 1.9.2
  77 2010-01-14T16:42:01  <dreimark> johill: can I use three lines of your example on master19 for documentation of the csv parser?
  78 2010-01-14T16:57:49  <dreimark> (for a more complex example)
  79 2010-01-14T17:06:18  <dreimark> johill: autofilter seems only to work on one table, so I've added only the link example
  80 2010-01-14T17:19:36  <ThomasWaldmann> http://moinmo.in/FeatureRequests/WindowsTestSystem
  81 2010-01-14T18:53:16  <dreimark> bbl
  82 2010-01-14T19:01:15  *** eSyr has joined #moin-dev
  83 2010-01-14T19:19:35  <eSyr> (hm, looks like moin does something strange with trailing newlines in page on page saving)
  84 2010-01-14T19:45:45  <eSyr> ThomasWaldmann, i have took into account your and Radomir's notes on http://moinmo.in/MoinMoinBugs/LineNumberAnchorsInPreformattedText and have updated the patch.
  85 2010-01-14T19:58:58  *** grzywacz has joined #moin-dev
  86 2010-01-14T20:01:27  <eSyr> also, looks like i've found a bug. if i'll make #pragma\n#pragma\ntext\n{{{\text2\n}}} then text2 will have span with id "line-1": http://master19.moinmo.in/4ct10n/info/WikiSandBox?action=diff&rev2=220&rev1=218#line-1
  87 2010-01-14T20:03:08  <eSyr> ThomasWaldmann, also, what do you think about  http://moinmo.in/FeatureRequests/LeaveRedirectInPlaceWhenRenamingPages ? last time you said i should left it for 1.9.1 :)
  88 2010-01-14T20:05:28  <eSyr> oh shi, wrong sandbox -_-
  89 2010-01-14T20:19:25  <johill> dreimark: we never determined a license for that site ... don't really see anyone complaining though
  90 2010-01-14T20:46:53  <eSyr> ThomasWaldmann, http://www.moinmo.in/MoinMoinBugs/LineNumberSpansForProcessInstructionsMissed
  91 2010-01-14T20:50:52  *** eSyr has quit IRC
  92 2010-01-14T22:24:07  *** grzywacz has left #moin-dev
  93 2010-01-14T23:04:15  *** eSyr has joined #moin-dev
  94 2010-01-14T23:05:37  <eSyr> i'm back.
  95 2010-01-14T23:19:20  <dreimark> eSyr: likly it was meant not to do bigger changes just before a release day
  96 2010-01-14T23:20:29  <eSyr> :(
  97 2010-01-14T23:21:57  <eSyr> dreimark, so no it applies o 1.9.1?
  98 2010-01-14T23:22:00  <eSyr> *to
  99 2010-01-14T23:22:04  <eSyr> *now
 100 2010-01-14T23:23:34  <dreimark> my opinion is add it just after 1.9.1 release then we have a month to see site effects
 101 2010-01-14T23:26:00  <dreimark> the same was true for 1.9.0
 102 2010-01-14T23:26:28  <eSyr> well, to which paches this statment is applies to?
 103 2010-01-14T23:26:57  <eSyr> *patches
 104 2010-01-14T23:31:12  <dreimark> FeatureRequests/LeaveRedirectInPlaceWhenRenamingPages
 105 2010-01-14T23:32:44  <eSyr> ok.
 106 2010-01-14T23:33:51  <ThomasWaldmann> re
 107 2010-01-14T23:36:41  <eSyr> ThomasWaldmann, hello.
 108 2010-01-14T23:37:50  <ThomasWaldmann> eSyr: line numbers - did you check correct start value emitted?
 109 2010-01-14T23:38:52  <eSyr> ThomasWaldmann, yes, i've checked different tests with debug output of start_umber
 110 2010-01-14T23:40:11  <eSyr> (sorry for missing chars, my noebook keyboard behaving badly)
 111 2010-01-14T23:40:14  <ThomasWaldmann> i still see that lineno is incremented before it is emitted
 112 2010-01-14T23:40:22  <eSyr> yes.
 113 2010-01-14T23:40:28  <ThomasWaldmann> so if start_lineno is 1, it'll emit 2
 114 2010-01-14T23:40:40  <eSyr> no.
 115 2010-01-14T23:40:49  <eSyr> strart_lineno count from 0.
 116 2010-01-14T23:40:57  <eSyr> *counts
 117 2010-01-14T23:41:13  <ThomasWaldmann> so?
 118 2010-01-14T23:41:14  <eSyr> the same thing is in text_moni_wiki parser
 119 2010-01-14T23:41:36  <eSyr> and line numbers in diff/any other output counts from 1.
 120 2010-01-14T23:42:27  <ThomasWaldmann> isn't that start_lineno also what the wiki user can give as param?
 121 2010-01-14T23:42:36  <eSyr> no.
 122 2010-01-14T23:43:03  <eSyr> there is start parameter for code output, and it is parsed in different place.
 123 2010-01-14T23:43:16  <eSyr> (in text_html formatter, as i can remember)
 124 2010-01-14T23:43:23  <eSyr> *parsed -> used
 125 2010-01-14T23:44:40  <eSyr>                 res += '<span class="LineNumber">%4d </span>' % (self._code_area_state[4], )
 126 2010-01-14T23:44:41  <eSyr>                 self._code_area_state[4] += self._code_area_state[3]
 127 2010-01-14T23:46:16  <eSyr>         fmt.result.append(formatter.code_area(1, self._code_id, self.parsername, self.show_nums, self.num_start, self.num_step, msg))
 128 2010-01-14T23:46:41  <eSyr> (first two lines is from text_html formatterm and the hird is call statement from highlight parser)
 129 2010-01-14T23:46:57  <eSyr> self._code_area_state = [None, show, start, step, start]
 130 2010-01-14T23:47:16  <eSyr> (and this part from code_area() function)
 131 2010-01-14T23:48:47  <ThomasWaldmann> ok, pep8 check it and commit it
 132 2010-01-14T23:48:55  <eSyr> thanks!
 133 2010-01-14T23:49:34  <ThomasWaldmann> thank you :)
 134 2010-01-14T23:55:37  <eSyr> lol, i broke tests.
 135 2010-01-14T23:55:45  <dreimark> fix it
 136 2010-01-14T23:55:48  <dreimark> :)
 137 2010-01-14T23:56:27  <eSyr> (because of new span inside of pre, "assert 'Example <ul><li style="list-style-type:none"><pre>You can use {{{brackets}}}</pre>' in output" now fails)
 138 2010-01-14T23:58:16  <dreimark> that means {{{{ {{{ somethin }}} }}}} is broken?
 139 2010-01-14T23:58:51  <eSyr> test is broken now :) there is span right after pre now :)

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-01-14 (last edited 2010-01-13 23:30:03 by IrcLogImporter)