1 2013-02-02T02:20:17  *** xiaq has joined #moin-dev
   2 2013-02-02T03:11:47  <moinBot> http://hg.moinmo.in/moin/2.0/rev/20867923566a 2013-02-02 Thomas Waldmann <tw AT waldmann-edv DOT de>  fix ItemNameConverter regex, fixes #316
   3 2013-02-02T03:15:17  <moinBot> http://hg.moinmo.in/moin/2.0/rev/5539f873e3d2 2013-01-23 Roger Haase  remove workaround for firefox wordbreak within tables, fixed in firefox version 15
   4 2013-02-02T03:15:18  <moinBot> http://hg.moinmo.in/moin/2.0/rev/0fbb4321de4a 2013-01-23 Roger Haase  improve display of archive member list, right align size, omit directories, remove T from timestamp
   5 2013-02-02T03:15:19  <moinBot> http://hg.moinmo.in/moin/2.0/rev/2920ee8b3b6d 2013-01-23 Roger Haase  merge
   6 2013-02-02T03:15:20  <moinBot> http://hg.moinmo.in/moin/2.0/rev/aad93e28d9d6 2013-01-24 Roger Haase  fix traceback when logging password verification error
   7 2013-02-02T03:15:21  <moinBot> http://hg.moinmo.in/moin/2.0/rev/2f923072f62b 2013-01-24 Roger Haase  fix traceback when email not configured
   8 2013-02-02T03:15:22  <moinBot> http://hg.moinmo.in/moin/2.0/rev/b992bfbf70ae 2013-01-31 Roger Haase  improve styling for inserted text
   9 2013-02-02T03:15:23  <moinBot> http://hg.moinmo.in/moin/2.0/rev/a1bebd238065 2013-01-31 Roger Haase  fix 314 correct rendering of comments with internal markup and mixed emphasis/strong markup
  10 2013-02-02T03:15:24  <moinBot> http://hg.moinmo.in/moin/2.0/rev/62678298a3e6 2013-02-02 Thomas Waldmann <tw AT waldmann-edv DOT de>  merged
  11 2013-02-02T04:31:40  <sunu> ThomasWaldmann: updated https://codereview.appspot.com/7231078
  12 2013-02-02T04:37:57  *** philipsd6 has left #moin-dev
  13 2013-02-02T05:02:49  <xiaq> ThomasWaldmann: bug fixed, PR resent: https://bitbucket.org/thomaswaldmann/moin-2.0/pull-request/124
  14 2013-02-02T05:09:52  <prologic> Anyone know how to tell pip/easy_install how to look for package==dev?
  15 2013-02-02T05:10:13  <prologic> I was sure there was a special link you could put on your pypi page to implicitely tell pip/easy_install where to go
  16 2013-02-02T11:21:42  *** ronny has joined #moin-dev
  17 2013-02-02T11:21:42  *** ronny has joined #moin-dev
  18 2013-02-02T14:57:38  *** ronny has quit IRC
  19 2013-02-02T15:10:16  *** RogerHaase has joined #moin-dev
  20 2013-02-02T15:20:10  *** ronny has joined #moin-dev
  21 2013-02-02T15:50:33  *** ronny has quit IRC
  22 2013-02-02T15:59:43  <sunu> ThomasWaldmann: moin is crashing on appengine due to imports in whoosh.
  23 2013-02-02T16:23:13  <dreimark> sunu: is it recent whoosh?
  24 2013-02-02T16:26:33  <dreimark> still the issue #307 you found ?
  25 2013-02-02T16:27:04  <dreimark> hmm, no work in the repo since
  26 2013-02-02T16:27:06  <dreimark> 2012-12-28
  27 2013-02-02T17:38:36  <sunu> dreimark: My env is new so I'm using latest whoosh I suppose. Btw issue #307 is about contenttype of .gz files. How's that related to this ? gae crashes due to 'import mmap'  in whoosh/filedb/compound.py
  28 2013-02-02T17:58:54  <sunu> mmap is optional inside compound.py. So a try block will fix things I guess.
  29 2013-02-02T18:30:10  <RogerHaase> sunu:  maybe this 307:  https://bitbucket.org/mchaput/whoosh/issue/307/gae-storage-implementation-missing
  30 2013-02-02T19:01:43  <ThomasWaldmann> sunu: are you sure you are working on gae branch?
  31 2013-02-02T19:02:04  <ThomasWaldmann> import mmap sounds like you use an older whoosh (as moin2 default branch does)
  32 2013-02-02T19:03:07  * ThomasWaldmann brb
  33 2013-02-02T19:18:40  <sunu> RogerHaase: Oh thanks :)
  34 2013-02-02T19:20:07  <sunu> ThomasWaldmann: yes, that was the problem I created support directory from the default branch, so i was using 2.4.0 whoosh. Now everything is fine :)
  35 2013-02-02T19:20:23  <dreimark> :)
  36 2013-02-02T19:20:48  <ThomasWaldmann> sunu: great :)
  37 2013-02-02T19:23:18  <sunu> ThomasWaldmann: dreimark: I will try #304 gae-no-way-to-do-index-storage-operations
  38 2013-02-02T19:23:55  <dreimark> yay that is an important one, if it gets fixed
  39 2013-02-02T19:24:41  <sunu> ThomasWaldmann: btw is it ok to send a pr on https://codereview.appspot.com/7231078/ now ?
  40 2013-02-02T19:30:56  <ThomasWaldmann> sunu: yes
  41 2013-02-02T19:47:56  <RogerHaase> ThomasWaldmann:  I forgot about this one, I think I am waiting for a review on 275 https://codereview.appspot.com/6928049/
  42 2013-02-02T19:57:27  <ThomasWaldmann> will look after dinner
  43 2013-02-02T20:02:49  * dreimark good that we have all that gsoc docu in the wiki
  44 2013-02-02T20:06:54  <moinBot> http://hg.moinmo.in/moin/2.0/rev/b97f0a329819 2013-01-31 Cheer Xiao  base MoinMoin.util.mime.Type on collections.namedtuple
  45 2013-02-02T20:06:55  <moinBot> http://hg.moinmo.in/moin/2.0/rev/95101fe50e49 2013-02-02 Cheer Xiao  fix ordering of RegistryContent.Entry
  46 2013-02-02T20:06:56  <moinBot> http://hg.moinmo.in/moin/2.0/rev/41c8fbd0abc6 2013-02-02 Cheer Xiao  Automated merge with http://hg.moinmo.in/moin/2.0
  47 2013-02-02T20:06:57  <moinBot> http://hg.moinmo.in/moin/2.0/rev/7dc5085f4960 2013-02-02 Thomas Waldmann <tw AT waldmann-edv DOT de>  fix pep8 issue
  48 2013-02-02T21:21:54  <ThomasWaldmann> RogerHaase: the latest change is ok, but somehow this whole stuff looks much too complex
  49 2013-02-02T21:22:26  <ThomasWaldmann> i'll apply the patch locally for testing / having a look at the whole file
  50 2013-02-02T21:26:34  <RogerHaase> ThomasWaldmann:  OK, I did move some code around trying to make it less complex.  I was thinking that macros will have some of the same issues if we try to generate valid html when user inserts block macro into a P.
  51 2013-02-02T21:26:46  <ThomasWaldmann> RogerHaase: /home/tw/w/moin-2.0/MoinMoin/converter/_tests/test_include.py:181:5: E303 too many blank lines (2)
  52 2013-02-02T21:40:45  <sunu> ThomasWaldmann: https://codereview.appspot.com/7229080 for #304
  53 2013-02-02T22:04:23  <RogerHaase> ThomasWaldmann:  do we ignore the E226 missing optional whitespace around operator errors ?
  54 2013-02-02T22:53:25  <ThomasWaldmann> yes, seesetup.cfg
  55 2013-02-02T23:06:17  <ThomasWaldmann> sunu: done
  56 2013-02-02T23:07:35  <ThomasWaldmann> sunu: how about a input line for script commands?
  57 2013-02-02T23:08:27  <ThomasWaldmann> of course such stuff is highly critical, so we need to be careful
  58 2013-02-02T23:09:19  <ThomasWaldmann> but that would solve invoking such stuff in a consistent way, so we don't need to invent and document another way.
  59 2013-02-02T23:09:51  <ThomasWaldmann> (it would not be limited/special to gae btw., but also be convenient for moin setups without shell access)
  60 2013-02-02T23:12:11  <ThomasWaldmann> of course one should also see the output (so kind of a remote moin-command shell or even a remote shell)
  61 2013-02-02T23:12:35  <ThomasWaldmann> which needs to be configurable and disabled by default
  62 2013-02-02T23:27:16  <sunu> ThomasWaldmann: I tried with the remote api provided with gae api. It doesn't work. May be we can make a cli app using requests that will visit the right url according to the options provided in the command line ?
  63 2013-02-02T23:31:09  *** RogerHaase has left #moin-dev
  64 2013-02-02T23:35:14  <ThomasWaldmann> well, if you have a "cli app", you don't need it to "visit the right url"
  65 2013-02-02T23:37:44  <sunu> How can it trigger the relevant code on server without sending a request then ?
  66 2013-02-02T23:40:44  <sunu> Btw the code that adds support to the system path has to be repeated for every wsgi application object. How can I prevent that?
  67 2013-02-02T23:48:43  <ThomasWaldmann> ehrm, maybe i misunderstood. i thought of a cli within the server.
  68 2013-02-02T23:52:27  <sunu> No. I meant a cliend side cli app that can just send a request to the appropriate url based on the options. Is that any good ?
  69 2013-02-02T23:52:35  <sunu> client*
  70 2013-02-02T23:55:52  <ThomasWaldmann> well, it doesn't solve the issue that you have to map everything into a url then
  71 2013-02-02T23:56:10  <ThomasWaldmann> not just commands and subcomments, but also params and options
  72 2013-02-02T23:58:56  <ThomasWaldmann> ehrm, subcommands*
  73 2013-02-02T23:59:03  <sunu> What's the alternative ? GAE doesn't provide any commandline, just a pythong shell.
  74 2013-02-02T23:59:16  <sunu> python*

MoinMoin: MoinMoinChat/Logs/moin-dev/2013-02-02 (last edited 2013-02-02 01:30:06 by IrcLogImporter)