1 2011-07-13T00:00:11  *** raignarok has quit IRC
   2 2011-07-13T00:02:15  <ThomasWaldmann> AttributeError: 'Config' object has no attribute 'wiki_name'
   3 2011-07-13T01:30:14  <CIA-114> Akash Sinha <akash2607@gmail.com> * b6149c732926 r312 default/MoinMoin/ (5 files in 5 dirs): contenttype filtering added to global index page
   4 2011-07-13T01:31:09  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * a9afdff3f42f r313 default/ (quickinstall.bat setup.py quickinstall): XStatic: pin XStatic==0.0.1 and compatible ressource packages
   5 2011-07-13T01:31:09  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> * 3f4ebd1f2fd0 r314 default/setup.py: XStatic: pin XStatic==0.0.1 and compatible ressource packages 2nd part
   6 2011-07-13T01:31:09  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> * d28a3434b40c r315 default/ (4 files in 2 dirs): use XStatic-svg-edit-moin==2011.07.07.1, require it via setup.py, remove it from quickinstall scripts
   7 2011-07-13T01:31:09  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * da04ea3f5817 r316 default/quickinstall: remove download of svgedit from quickinstall, it is handled via XStatic package now
   8 2011-07-13T01:31:10  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * 5afd19296f66 r317 default/ (quickinstall.bat quickinstall): removed unneeded stuff from quickinstall*
   9 2011-07-13T01:31:10  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * 865c3780d091 r318 default/ (wikiconfig.py quickinstall.bat setup.py quickinstall): upgrade to XStatic 0.0.2 and packages made for it
  10 2011-07-13T01:31:10  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * f0288e2a7d09 r319 default/docs/admin/ (install.rst requirements.rst): update docs: now every dependency is installed via setup.py, no wget any more
  11 2011-07-13T01:31:10  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * a4461b58fba3 r320 default/MoinMoin/app.py: app: cosmetic changes
  12 2011-07-13T01:31:11  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * e6f585ac9766 r321 default/MoinMoin/ (conftest.py app.py): use teardown_request (teardown_wiki) instead of after_request (after_wiki), because it is called when an exception happened
  13 2011-07-13T01:32:00  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * 1c377ccaf6a1 r322 default/docs/admin/serve.rst: docs: for deployment just point to Flask deployment docs
  14 2011-07-13T01:32:00  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * 6ecab9748faa r323 default/MoinMoin/translations/MoinMoin.pot: update MoinMoin.pot
  15 2011-07-13T01:32:00  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * 46e37e4197d4 r324 default/MoinMoin/translations/de/LC_MESSAGES/messages.po: updated german translation
  16 2011-07-13T01:32:00  <CIA-114> Akash Sinha <akash2607@gmail.com> * bdf613f0a062 r325 default/ (12 files in 6 dirs): branch merged with main repo
  17 2011-07-13T01:37:54  *** bmoloney has joined #moin-dev
  18 2011-07-13T01:38:33  *** sinha has quit IRC
  19 2011-07-13T01:46:52  <bmoloney> I am having an issue with search not working on my wiki.  I have set the MOIN_DEBUG env variable but this is not helping.  How do I debug this?
  20 2011-07-13T04:16:56  *** Marchael has joined #moin-dev
  21 2011-07-13T04:40:16  *** MattMaker has quit IRC
  22 2011-07-13T06:51:35  *** hardy89 has joined #moin-dev
  23 2011-07-13T06:59:23  <Marchael> moin
  24 2011-07-13T07:00:20  <Marchael> ThomasWaldmann: I could use multi segment writer only for rebuilding indexes, because for updating I'm need delete_document() (removes document by internal id)
  25 2011-07-13T07:03:35  <Marchael> hm, I wrong
  26 2011-07-13T07:03:46  <Marchael> I could use multi writer there too
  27 2011-07-13T07:10:45  <ThomasWaldmann> moin
  28 2011-07-13T07:11:46  <ThomasWaldmann> btw, i had all sorts of crashes with a clean unmodified clone of your repo and trying to use moin index command
  29 2011-07-13T07:12:14  <ThomasWaldmann> i suggest you try the same and fix the issues
  30 2011-07-13T07:13:15  <ThomasWaldmann> that stuff needs to work with default configuration, so you maybe need to modify MoinMoin/config/default.py (or wikiconfig.py in some cases)
  31 2011-07-13T07:16:13  <Marchael> ThomasWaldmann: what exactly crashes? If you don't specify index_dir and index_dir_tmp then you will have crashes
  32 2011-07-13T07:17:41  <ThomasWaldmann> for example, yes
  33 2011-07-13T07:18:34  <Marchael> ok, you suggest me to add index_dir to wikiconfig?
  34 2011-07-13T07:19:42  <Marchael> btw, I added indx_dir to wikiconfig
  35 2011-07-13T07:19:55  <ThomasWaldmann> it is already there, but ..._tmp is missing
  36 2011-07-13T07:21:36  <Marchael> ok, I'll add this
  37 2011-07-13T07:24:48  <ThomasWaldmann> also, you'll find more bugs. just use a unmodified clone and try to use moin index.
  38 2011-07-13T07:27:02  <Marchael> ThomasWaldmann: what could be reason of that traceback? http://paste.pocoo.org/show/437513/
  39 2011-07-13T07:27:21  <Marchael> I don't touch MoinMoin/config/default.py
  40 2011-07-13T07:29:16  <ThomasWaldmann> looks like you broke something right now
  41 2011-07-13T07:29:25  <Marchael> ehrn
  42 2011-07-13T07:29:53  <Marchael> moin start if I uncomment "from wikiconfig_editme import *" in wikiconfig_local.py
  43 2011-07-13T07:31:09  <ThomasWaldmann> then you broke wikiconfig_local.py
  44 2011-07-13T07:32:04  <Marchael> moin started when I removed that
  45 2011-07-13T07:32:51  <Marchael> there is diff http://paste.pocoo.org/show/437517/
  46 2011-07-13T07:35:04  * Marchael trying with clean repo
  47 2011-07-13T07:35:10  *** hardy89 has quit IRC
  48 2011-07-13T07:36:13  <ThomasWaldmann> there is no such thing as "wiki_name" in a moin config
  49 2011-07-13T07:36:39  <ThomasWaldmann> EP line 17
  50 2011-07-13T07:37:19  <Marchael> I should rename it to interwikiname? or this value already defined?
  51 2011-07-13T07:38:14  * Marchael don't see this value in wikiconfig
  52 2011-07-13T07:40:05  <ThomasWaldmann> it is the name moin is using for its own interwiki name
  53 2011-07-13T07:40:40  <ThomasWaldmann> and as it can't know what you want, there is likely only some sort of "empty" default
  54 2011-07-13T07:40:42  <Marchael> so I just should use  app.cfg.interwikiname there?
  55 2011-07-13T07:40:51  <ThomasWaldmann> yes
  56 2011-07-13T07:41:35  <Marchael> hm, I got NameError: name 'app' is not defined
  57 2011-07-13T07:41:47  <Marchael> in wikiconfig
  58 2011-07-13T07:42:19  <Marchael> ah
  59 2011-07-13T07:42:47  <Marchael> you meaned what I should use app.cfg.interwikiname everwhere isntead of app.cfg.wikiname
  60 2011-07-13T07:43:50  <ThomasWaldmann> yes
  61 2011-07-13T07:52:58  <Marchael> hm, seems like app.cfg.interwikiname is empty
  62 2011-07-13T07:53:04  <Marchael> *None
  63 2011-07-13T07:53:53  <Marchael> ThomasWaldmann: it's not defined
  64 2011-07-13T07:56:15  <ThomasWaldmann> sure, it can't know what interwikiname you want
  65 2011-07-13T07:56:36  <ThomasWaldmann> and being None or not defined is something different
  66 2011-07-13T07:58:32  <Marchael> ThomasWaldmann: that's working http://paste.pocoo.org/show/437531/
  67 2011-07-13T08:00:46  <ThomasWaldmann> interwikiname is expected to be without blanks and starting with uppercase
  68 2011-07-13T08:00:55  <ThomasWaldmann> like Foo or MoinMoin
  69 2011-07-13T08:01:14  <ThomasWaldmann> what happens if interwikiname is None and you run the code?
  70 2011-07-13T08:06:21  <Marchael> error
  71 2011-07-13T08:06:47  <Marchael> TypeError: coercing to Unicode: need string or buffer, NoneType found
  72 2011-07-13T08:07:14  <Marchael> gtg/bbl
  73 2011-07-13T08:09:26  *** raignarok has joined #moin-dev
  74 2011-07-13T08:21:10  <dreimark> moin
  75 2011-07-13T08:21:34  <ThomasWaldmann> moin dreimark
  76 2011-07-13T08:24:03  * dreimark All students should regulary try to use a fresh clone of their stuff
  77 2011-07-13T08:24:36  <dreimark> and best unit tests really covers new code, so a simple py.test finds all that missing stuff
  78 2011-07-13T09:21:53  *** Marchael has quit IRC
  79 2011-07-13T09:42:11  *** Marchael has joined #moin-dev
  80 2011-07-13T09:53:54  *** hardy89 has joined #moin-dev
  81 2011-07-13T10:00:26  *** raignarok has quit IRC
  82 2011-07-13T10:08:50  *** mkerrin has joined #moin-dev
  83 2011-07-13T10:22:40  *** pkumar has joined #moin-dev
  84 2011-07-13T10:24:53  *** Marchael has quit IRC
  85 2011-07-13T10:28:40  *** Marchael has joined #moin-dev
  86 2011-07-13T11:09:21  *** Marchael has quit IRC
  87 2011-07-13T11:09:35  *** raignarok has joined #moin-dev
  88 2011-07-13T11:13:38  *** greg_f has joined #moin-dev
  89 2011-07-13T11:18:15  *** raignarok has quit IRC
  90 2011-07-13T11:28:42  *** Marchael has joined #moin-dev
  91 2011-07-13T11:38:12  *** Marchael has quit IRC
  92 2011-07-13T11:39:02  *** raignarok has joined #moin-dev
  93 2011-07-13T11:41:42  *** Marchael has joined #moin-dev
  94 2011-07-13T11:48:41  *** waldi_ has joined #moin-dev
  95 2011-07-13T11:49:34  *** waldi has quit IRC
  96 2011-07-13T11:49:54  *** raignarok has quit IRC
  97 2011-07-13T11:50:26  *** waldi_ is now known as waldi
  98 2011-07-13T11:50:27  *** waldi has joined #moin-dev
  99 2011-07-13T11:54:19  *** Marchael has quit IRC
 100 2011-07-13T12:00:12  *** hardy89_ has joined #moin-dev
 101 2011-07-13T12:07:17  *** hardy89 has quit IRC
 102 2011-07-13T12:07:48  *** Marchael has joined #moin-dev
 103 2011-07-13T12:20:53  *** hardy89_ has quit IRC
 104 2011-07-13T12:29:04  *** gwork has joined #moin-dev
 105 2011-07-13T12:30:14  *** Marchael has quit IRC
 106 2011-07-13T12:36:57  *** raignarok has joined #moin-dev
 107 2011-07-13T12:50:41  *** Marchael has joined #moin-dev
 108 2011-07-13T13:07:24  *** Marchael has quit IRC
 109 2011-07-13T13:09:01  *** MattMaker has joined #moin-dev
 110 2011-07-13T13:10:58  *** sinha has joined #moin-dev
 111 2011-07-13T13:13:21  <sinha> dreimark: after merging do i need to run quickinstall once more ?
 112 2011-07-13T13:23:55  <dreimark> sinha: yes
 113 2011-07-13T13:24:15  <dreimark> move the old env away
 114 2011-07-13T13:24:24  <sinha> yeah did that, working now
 115 2011-07-13T13:29:13  *** Marchael has joined #moin-dev
 116 2011-07-13T13:43:02  <pkumar> xorAxAx : hey, in util.pycdb, what does CDBMaker.add() exactly do. more precisely, what are those 'k' and 'v' there?
 117 2011-07-13T13:44:35  <pkumar> are those just string values?
 118 2011-07-13T14:19:12  *** pkumar has quit IRC
 119 2011-07-13T14:22:45  *** gwork has quit IRC
 120 2011-07-13T14:31:28  *** sinha has quit IRC
 121 2011-07-13T14:46:27  *** sinha has joined #moin-dev
 122 2011-07-13T15:06:12  <xorAxAx> pkumar, yes
 123 2011-07-13T15:07:18  <sinha> ThomasWaldmann: contenttype groups structure moved http://codereview.appspot.com/4695053
 124 2011-07-13T15:34:59  *** MattMaker has quit IRC
 125 2011-07-13T15:54:10  *** gwork has joined #moin-dev
 126 2011-07-13T15:54:41  *** Marchael has quit IRC
 127 2011-07-13T16:03:07  *** Marchael has joined #moin-dev
 128 2011-07-13T16:06:49  *** pkumar has joined #moin-dev
 129 2011-07-13T16:13:39  *** Marchael has quit IRC
 130 2011-07-13T16:20:50  *** pkumar has quit IRC
 131 2011-07-13T16:34:28  *** Marchael has joined #moin-dev
 132 2011-07-13T16:35:54  <dreimark> bbl
 133 2011-07-13T16:45:35  *** Marchael has quit IRC
 134 2011-07-13T17:14:30  *** Marchael has joined #moin-dev
 135 2011-07-13T17:17:36  *** Marchael has quit IRC
 136 2011-07-13T18:12:20  <dreimark> re
 137 2011-07-13T18:13:40  <dreimark> sinha: sounds good
 138 2011-07-13T18:14:00  <sinha> dreimark: okay, committing
 139 2011-07-13T18:41:20  *** gwork has quit IRC
 140 2011-07-13T18:51:43  *** raignarok has quit IRC
 141 2011-07-13T18:52:57  *** mkerrin has quit IRC
 142 2011-07-13T19:10:10  *** raignarok has joined #moin-dev
 143 2011-07-13T19:25:05  *** hardy89 has joined #moin-dev
 144 2011-07-13T19:30:42  <hardy89> hi waldi
 145 2011-07-13T19:30:52  <hardy89> i've fixed the rest of the module
 146 2011-07-13T19:31:09  <hardy89> hardy89: but i'm stuck with test_middleware_acl.py
 147 2011-07-13T19:31:13  <hardy89> err
 148 2011-07-13T19:31:49  <hardy89> waldi: this is the traceback that i get after running the test. http://paste.pocoo.org/show/437919/
 149 2011-07-13T19:31:57  <hardy89> kindly see to it
 150 2011-07-13T19:38:55  *** raignarok has quit IRC
 151 2011-07-13T19:55:06  *** greg_f has quit IRC
 152 2011-07-13T20:05:05  *** MattMaker has joined #moin-dev
 153 2011-07-13T20:12:20  *** hardy89 has quit IRC
 154 2011-07-13T21:25:59  *** Marchael has joined #moin-dev
 155 2011-07-13T21:26:33  <Marchael> moin
 156 2011-07-13T21:49:22  <Marchael> ThomasWaldmann: where is it blanked?
 157 2011-07-13T21:49:52  <Marchael> I specified interwikiname in wikiconfig
 158 2011-07-13T21:53:39  <Marchael> ah, blank
 159 2011-07-13T21:54:12  <Marchael> there is :) http://paste.pocoo.org/show/438022/
 160 2011-07-13T22:06:54  <Marchael> ThomasWaldmann: ping
 161 2011-07-13T22:07:07  <Marchael> may I commit this?
 162 2011-07-13T22:12:36  <ThomasWaldmann> if you fixed it...
 163 2011-07-13T22:12:55  <Marchael> ok
 164 2011-07-13T22:13:32  * Marchael testing now
 165 2011-07-13T22:25:35  <CIA-114> Michael Mayorov <marchael@kb.csu.ru> * fd28cf720d2c r342 moin-2.0/wikiconfig.py: Added index_dir_tmp and wiki_name to default config
 166 2011-07-13T22:25:36  <CIA-114> Michael Mayorov <marchael@kb.csu.ru> * f7c91c4b601a r343 moin-2.0/ (3 files in 3 dirs): Fixed issue with interwikiname
 167 2011-07-13T22:25:55  <Marchael> ThomasWaldmann: now tested, please try
 168 2011-07-13T22:29:24  *** Marchael has quit IRC
 169 2011-07-13T22:29:28  *** Marchael has joined #moin-dev
 170 2011-07-13T22:46:10  *** raignarok has joined #moin-dev
 171 2011-07-13T23:04:27  <sinha> dreimark: Reg creating the Flatland form for that contenttype filtering,  can we create a form using loop or something, because i will be fetching the groups from that defined  CONTENTTYPE_GROUPS (i am not seeing any such example in existing definitions )
 172 2011-07-13T23:08:45  <CIA-114> Akash Sinha <akash2607@gmail.com> * 8462764f59d2 r326 default/MoinMoin/ (apps/frontend/views.py config/__init__.py items/__init__.py): contenttype_groups structure moved under config
 173 2011-07-13T23:08:46  <CIA-114> Akash Sinha <akash2607@gmail.com> * 59f8fd972e16 r327 default/MoinMoin/themes/modernized/static/img/ (moin-movedown.png moin-moveup.png): up/down images added used on contenttype filter form
 174 2011-07-13T23:20:41  *** raignarok has quit IRC
 175 

MoinMoin: MoinMoinChat/Logs/moin-dev/2011-07-13 (last edited 2011-07-12 22:45:02 by IrcLogImporter)