1 2012-01-31T00:01:00  <CIA-45> Thomas Waldmann <tw AT waldmann-edv DOT de> namespaces * 1250:3efab21fdc7e 2.0/MoinMoin/storage/middleware/protecting.py: use lru_cache from whoosh to cache ACL parsing
   2 2012-01-31T00:49:35  <CIA-45> Thomas Waldmann <tw AT waldmann-edv DOT de> namespaces * 1251:3c7883d30c7b 2.0/MoinMoin/storage/middleware/protecting.py: use lru_cache from whoosh to cache ACL evaluation
   3 2012-01-31T00:50:34  <ThomasWaldmann> ok, hopefully that made acl intensive stuff much faster
   4 2012-01-31T01:41:45  *** CIA-45 has quit IRC
   5 2012-01-31T01:42:59  *** CIA-52 has joined #moin-dev
   6 2012-01-31T02:22:42  <CIA-52> Roger Haase <crosseyedpenguin@yahoo.com> default * 1252:d14a5729fe24 2.0/MoinMoin/themes/modernized/static/css/common.css: remove some unused css selectors
   7 2012-01-31T02:22:42  <CIA-52> Roger Haase <crosseyedpenguin@yahoo.com> default * 1253:e6eb86a85ffe 2.0/docs/user/moinwiki.rst: document wiki classes used by wiki parsers
   8 2012-01-31T02:26:40  *** jimi_hendrix has left #moin-dev
   9 2012-01-31T03:25:33  *** xjjk has quit IRC
  10 2012-01-31T03:25:33  *** vpv has quit IRC
  11 2012-01-31T03:25:34  *** aa_ has quit IRC
  12 2012-01-31T03:25:40  *** aa_ has joined #moin-dev
  13 2012-01-31T03:25:41  *** vpv has joined #moin-dev
  14 2012-01-31T03:25:42  *** vpv has joined #moin-dev
  15 2012-01-31T03:31:43  *** xjjk has joined #moin-dev
  16 2012-01-31T03:56:53  *** sudo_dirk has quit IRC
  17 2012-01-31T06:03:12  *** sudo_dirk has joined #moin-dev
  18 2012-01-31T06:26:21  *** MattMaker has quit IRC
  19 2012-01-31T07:04:05  *** dreimark has quit IRC
  20 2012-01-31T07:04:57  *** dreimark has joined #moin-dev
  21 2012-01-31T08:25:51  <dreimark> moin
  22 2012-01-31T10:18:13  *** greg_f has joined #moin-dev
  23 2012-01-31T10:29:37  *** qxcv has joined #moin-dev
  24 2012-01-31T10:58:44  *** qxcv has quit IRC
  25 2012-01-31T11:07:34  <ThomasWaldmann> moin
  26 2012-01-31T11:10:44  *** qxcv has joined #moin-dev
  27 2012-01-31T11:38:33  *** eSyr has quit IRC
  28 2012-01-31T11:52:37  *** eSyr has joined #moin-dev
  29 2012-01-31T12:19:04  *** eSyr has quit IRC
  30 2012-01-31T12:19:30  *** eSyr has joined #moin-dev
  31 2012-01-31T13:37:58  *** dave_largo has joined #moin-dev
  32 2012-01-31T13:41:15  *** qxcv has quit IRC
  33 2012-01-31T16:02:00  *** humbu has joined #moin-dev
  34 2012-01-31T16:02:50  *** humbu has left #moin-dev
  35 2012-01-31T16:38:52  *** MattMaker has joined #moin-dev
  36 2012-01-31T18:23:02  *** greg_f has quit IRC
  37 2012-01-31T18:24:58  *** dreimark has quit IRC
  38 2012-01-31T18:26:25  *** dreimark has joined #moin-dev
  39 2012-01-31T18:40:26  <ThomasWaldmann> bbl
  40 2012-01-31T20:06:11  *** raignarok has joined #moin-dev
  41 2012-01-31T20:17:52  <ThomasWaldmann> re
  42 2012-01-31T20:37:46  <sudo_dirk> moin. i am confused. i installed moin2. to learn about how it works, i started to add a converter which i think interprets the page data and generates the output. i added x_in.py and x_out.py in MoinMoin directory. after loading a page with the new mime, i was wondering that there were no x*.pyc files.
  43 2012-01-31T20:38:21  <sudo_dirk> i deleted the rest of the pyc files startet moin2 again loaded a page and found no pyc files in MoinMoin.
  44 2012-01-31T20:39:55  <sudo_dirk> it seems that my new files weren't used at all.
  45 2012-01-31T20:46:04  <ThomasWaldmann> yup
  46 2012-01-31T20:46:20  <ThomasWaldmann> did you register some type?
  47 2012-01-31T20:48:21  <sudo_dirk> in x_in.py i executed default_registry.register...
  48 2012-01-31T20:48:41  <sudo_dirk> with the new mime
  49 2012-01-31T20:51:48  <ThomasWaldmann> and you used that contenttype in a new item you created?
  50 2012-01-31T20:54:05  <sudo_dirk> i regestered Type(type='text', subtype='x.moin.task'); and the page is "contenttype": "text/x.moin.task;charset=utf-8"
  51 2012-01-31T20:54:35  <ThomasWaldmann> sounds ok
  52 2012-01-31T20:54:45  <ThomasWaldmann> maybe show the code, use codereview
  53 2012-01-31T20:56:30  <sudo_dirk> i took text_*.py and just changed the Type(...). and added blockcode.append('some text\n') after the for loop. just a sec a put it to cr
  54 2012-01-31T20:59:55  <sudo_dirk> http://codereview.appspot.com/5605044
  55 2012-01-31T21:00:17  <sudo_dirk> i added those file except of __init__.py to MoinMoin/converter
  56 2012-01-31T21:04:17  <sudo_dirk> and i just changed x_out.py in cr, cause i took the files for upload from the wrong source
  57 2012-01-31T21:04:57  *** sudo_dirk2 has joined #moin-dev
  58 2012-01-31T21:09:42  <ThomasWaldmann> sudo_dirk: is it _factory or factory?
  59 2012-01-31T21:15:04  <sudo_dirk2> i took nearly everything from text_*.py except of the register line. this on i took from moinwiki_*.py. so i took factory.
  60 2012-01-31T21:16:11  <sudo_dirk2> ah, but not in the class
  61 2012-01-31T21:16:20  <sudo_dirk2> of task_in.py
  62 2012-01-31T21:18:21  <sudo_dirk2> but it makes no difference when i use _factory in task_in.py
  63 2012-01-31T21:18:59  <ThomasWaldmann> you need to be consistent
  64 2012-01-31T21:20:22  <sudo_dirk2> between _in and _out? or in _in
  65 2012-01-31T21:20:24  <ThomasWaldmann> review done
  66 2012-01-31T21:26:43  <sudo_dirk2> sorry, what do you mean? do i have to take both times factory? or both times _factory?
  67 2012-01-31T21:27:19  <sudo_dirk2> both version did not work
  68 2012-01-31T21:30:27  <ThomasWaldmann> start again from a working version
  69 2012-01-31T21:30:41  <ThomasWaldmann> and don't make changes that make names inconsistent
  70 2012-01-31T21:42:29  <sudo_dirk2> is it correct that i get in Converter.__call__, when i load a page? if i put in a "print text" should i see the raw content in my shell?
  71 2012-01-31T21:44:30  <sudo_dirk2> in x_in.py
  72 2012-01-31T21:44:36  <ThomasWaldmann> yes
  73 2012-01-31T21:48:11  <sudo_dirk2> so i put a print text in MoinMoin/converter/moinwiki_in.py and loaded a "contenttype": "text/x.moin.wiki;charset=utf-8". no output in the shell.
  74 2012-01-31T21:48:27  <sudo_dirk2> i do not have any pyc files. is that normal?
  75 2012-01-31T21:51:59  <ThomasWaldmann> are you sure you are running the code you are editing?
  76 2012-01-31T21:54:36  * ThomasWaldmann gets pyc files
  77 2012-01-31T21:58:16  <sudo_dirk2> it seems that i copied the moin2 to another location. it was before i got the information that i should not copy moin2
  78 2012-01-31T22:01:17  <sudo_dirk2> i could bet that i got this via hg from bitbucket.
  79 2012-01-31T22:10:28  *** dave_largo has quit IRC
  80 2012-01-31T22:38:23  *** sudo_dirk2 has quit IRC
  81 2012-01-31T23:07:29  *** raignarok has quit IRC
  82 2012-01-31T23:34:42  <CIA-52> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1254:17bc56149420 2.0/MoinMoin/storage/middleware/serialization.py: deserializer: avoid error condition if limited stream data is not read
  83 2012-01-31T23:43:52  <CIA-52> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1255:fe8171d89053 2.0/ (docs/admin/install.rst contrib/serialized/items.moin): add serialized sample items
  84 2012-01-31T23:59:29  *** humbu has joined #moin-dev
  85 

MoinMoin: MoinMoinChat/Logs/moin-dev/2012-01-31 (last edited 2012-01-30 23:45:03 by IrcLogImporter)