1 2012-10-06T00:03:36  <RogerHaase> ThomasWaldmann:  forgot to run pytest on my last 2 changes; broke 2 tests and external page transclusion :-(
   2 2012-10-06T00:07:13  <ThomasWaldmann> oops
   3 2012-10-06T00:34:43  *** RogerHaase has left #moin-dev
   4 2012-10-06T00:55:32  <moinBot> http://hg.moinmo.in/moin/2.0/rev/6ef26d1fa2fe 2012-10-05 Cheer Xiao  Use different macros for dir and file in index, make dir items link to +index view instead of +show
   5 2012-10-06T00:55:33  <moinBot> http://hg.moinmo.in/moin/2.0/rev/9e8e47fd8fba 2012-10-05 Cheer Xiao  Add cross-reference when an item present in both dir and file sections in index view.
   6 2012-10-06T00:57:16  <moinBot> http://hg.moinmo.in/moin/2.0/rev/3f633fafcfc3 2012-10-05 Tarashish Mishra gae remove unnecessary files from download archive and add moin.py app.yaml and wikiconfig_gae.py
   7 2012-10-06T05:02:56  *** MattMaker has quit IRC
   8 2012-10-06T05:03:30  *** MattMaker has joined #moin-dev
   9 2012-10-06T06:42:06  <xiaq> hm, RogerHaase not here
  10 2012-10-06T06:43:45  <xiaq> the validation error is due to the hack to generate <label> for attributes with an attached value, which i used simply 'f_{0}_{1}'.format(name, value)
  11 2012-10-06T06:44:38  <xiaq> a real solution would be to use flatland.out.generic._generate_raw_domid to generate the `for` attribute
  12 2012-10-06T06:44:48  <xiaq> or implement this: https://bitbucket.org/jek/flatland/issue/9
  13 2012-10-06T06:45:05  * xiaq will work on a fix shortly
  14 2012-10-06T09:10:19  *** \rs has quit IRC
  15 2012-10-06T14:04:11  <ThomasWaldmann> moin
  16 2012-10-06T14:17:34  * ThomasWaldmann is currently merging default -> namespaces branch
  17 2012-10-06T14:58:22  *** grzywacz has joined #moin-dev
  18 2012-10-06T14:58:22  *** grzywacz has joined #moin-dev
  19 2012-10-06T15:04:33  * dreimark will work later today on the plugin ideas
  20 2012-10-06T15:12:13  <dreimark> bbl
  21 2012-10-06T15:26:52  *** sunu1 has joined #moin-dev
  22 2012-10-06T16:41:05  *** RogerHaase has joined #moin-dev
  23 2012-10-06T17:06:41  *** AndChat-690900 has joined #moin-dev
  24 2012-10-06T17:09:21  *** sunu1 has quit IRC
  25 2012-10-06T17:19:41  *** AndChat-690900 has quit IRC
  26 2012-10-06T17:34:50  <ThomasWaldmann> xiaq: spy_: namespaces branch will need some code changes in the code
  27 2012-10-06T17:35:12  <ThomasWaldmann> one of the main differences is that meta[NAME] is a list of names now, len >= 0
  28 2012-10-06T17:37:36  <sunu> ThomasWaldmann: http://codereview.appspot.com/6619053 please review :) and also see my reply.
  29 2012-10-06T17:47:21  <moinBot> http://hg.moinmo.in/moin/2.0/rev/ff503e7ea7a0 2012-10-06 Thomas Waldmann <tw AT waldmann-edv DOT de> namespaces merged default into namespaces branch, some stuff XXX BROKEN
  30 2012-10-06T17:47:24  <ThomasWaldmann> sunu: ok, looking now
  31 2012-10-06T18:07:45  <ThomasWaldmann> sunu: done
  32 2012-10-06T18:08:31  <ThomasWaldmann> xiaq: spy_: the rough merging work was done, see ^^.
  33 2012-10-06T18:11:43  <sunu> ThomasWaldmann: should i create a gae app and try sending mails or there is a better way to do it ?
  34 2012-10-06T18:13:28  <ThomasWaldmann> maybe password recovery works in moin2
  35 2012-10-06T18:14:31  <sunu> ThomasWaldmann: thre is no specific settings for developement environment ?
  36 2012-10-06T18:15:57  *** dwcramer has joined #moin-dev
  37 2012-10-06T18:25:11  <ThomasWaldmann> sunu: not sure what you mean
  38 2012-10-06T18:33:43  <sunu> ThomasWaldmann: I mean I'll be able to send email from localhost by default?
  39 2012-10-06T18:36:32  <ThomasWaldmann> for a realistic test, do it on real gae
  40 2012-10-06T18:39:21  <sunu> ThomasWaldmann: ok
  41 2012-10-06T19:01:09  <sunu> ThomasWaldmann: How come mail_from is None on gae ?
  42 2012-10-06T19:03:20  <sunu> How can I specify it in the config ?
  43 2012-10-06T19:05:06  <ThomasWaldmann> mail_from
  44 2012-10-06T19:05:31  <ThomasWaldmann> mail_from = u"Foo Bar <foobar@example.org>"
  45 2012-10-06T19:06:47  *** dwcramer has quit IRC
  46 2012-10-06T19:06:47  <sunu> ThomasWaldmann: manually specify it?
  47 2012-10-06T19:07:31  <ThomasWaldmann> well, read the gae docs, there might be some requirements
  48 2012-10-06T20:44:40  <sunu> ThomasWaldmann: http://codereview.appspot.com/6619053 updated :)
  49 2012-10-06T20:45:09  <sunu> Working gae copy at http://moin-test.appspot.com
  50 2012-10-06T21:06:18  * sunu is going to bed. good night everyone :)
  51 2012-10-06T21:21:24  *** dwcramer has joined #moin-dev
  52 2012-10-06T21:35:20  <RogerHaase> ThomasWaldmann: try 2 at eliminate double wrapping of transcluded svg objects:  http://codereview.appspot.com/6613063/
  53 2012-10-06T21:36:38  <RogerHaase> I backed out this attempt:  http://codereview.appspot.com/6587044/
  54 2012-10-06T21:51:18  *** breton_ has joined #moin-dev
  55 2012-10-06T21:55:25  *** breton has quit IRC
  56 2012-10-06T21:55:25  *** waldi has quit IRC
  57 2012-10-06T22:01:36  *** waldi has joined #moin-dev
  58 2012-10-06T22:01:36  *** waldi has joined #moin-dev
  59 2012-10-06T23:11:30  <dreimark> sunu: reviewed
  60 2012-10-06T23:18:09  *** dwcramer has quit IRC
  61 2012-10-06T23:20:28  <dreimark> RogerHaase: does this also explain the svg issues with svg-edit
  62 2012-10-06T23:26:28  <RogerHaase> dreimark: no, I noted the issues with svg-edit and IEx but did not try to fix.  I have another fix in process to display svg images with IE8
  63 2012-10-06T23:32:05  *** dwcramer has joined #moin-dev
  64 2012-10-06T23:39:46  <dreimark> in the past http://svg-edit.googlecode.com/svn/branches/2.5.1/editor/svg-editor.html has also worked with ie
  65 2012-10-06T23:44:46  <dreimark> cool bigbluebutton will have an html5 client
  66 2012-10-06T23:45:12  <RogerHaase> dreimark: hmm, IE9 works with that url, but test.moinmo.in gives "Unable to load from URL: undefined" message and other issues
  67 2012-10-06T23:47:22  <RogerHaase> gtg
  68 2012-10-06T23:47:26  *** RogerHaase has left #moin-dev
  69 2012-10-06T23:51:15  <dreimark> the undefined message is because if it gets feeded with an object which initially not exists
  70 2012-10-06T23:52:14  <dreimark> this is because the item did not exist I look on how I can improve it

MoinMoin: MoinMoinChat/Logs/moin-dev/2012-10-06 (last edited 2012-10-05 22:45:07 by IrcLogImporter)