1 2011-08-10T00:03:26  * ThomasWaldmann works on updating moin2 slides
   2 2011-08-10T05:55:03  *** Marchael has joined #moin-dev
   3 2011-08-10T05:55:32  <Marchael> moin
   4 2011-08-10T05:56:30  <Marchael> ThomasWaldmann: I get up kb.csu.ru, so my primary mail is available now
   5 2011-08-10T07:26:04  *** Marchael has quit IRC
   6 2011-08-10T07:26:31  *** Marchael has joined #moin-dev
   7 2011-08-10T07:37:03  *** pkumar has joined #moin-dev
   8 2011-08-10T09:02:18  <dreimark> Marchael: happy birthday
   9 2011-08-10T09:02:58  <Marchael> dreimark: thank you :)
  10 2011-08-10T09:06:42  <pkumar> Marchael : happy B'day dude
  11 2011-08-10T09:07:38  <Marchael> thx pkumar!
  12 2011-08-10T09:40:38  *** Marchael has quit IRC
  13 2011-08-10T09:44:17  *** raignarok has joined #moin-dev
  14 2011-08-10T10:09:12  *** pkumar has quit IRC
  15 2011-08-10T10:49:59  *** Marchael has joined #moin-dev
  16 2011-08-10T11:04:40  <ThomasWaldmann> moin
  17 2011-08-10T11:04:56  <ThomasWaldmann> Marchael: happy birthday (retrospectively) :)
  18 2011-08-10T11:05:14  <Marchael> hi ThomasWaldmann!
  19 2011-08-10T11:05:19  <Marchael> thank you :)
  20 2011-08-10T11:05:45  <Marchael> I'm working on https://bitbucket.org/marchael/moin-2.0/issue/15/wrong-links-in-search-results-farm-support
  21 2011-08-10T11:05:57  <Marchael> Seems like someone forget import logging there
  22 2011-08-10T11:07:38  <Marchael> I mean interwiki.py see http://paste.pocoo.org/show/455822/
  23 2011-08-10T11:10:44  <Marchael> ThomasWaldmann: there is my changes http://codereview.appspot.com/4847052 rather simple
  24 2011-08-10T11:12:30  <ThomasWaldmann> yes, i already said that :)
  25 2011-08-10T11:13:27  <Marchael> I'm just checking main repo and don't find any fixes, so I said it again :)
  26 2011-08-10T11:14:22  <ThomasWaldmann> review done
  27 2011-08-10T11:15:23  <ThomasWaldmann> Marchael: as the bug is also in main repo, I'll fix this in main repo.
  28 2011-08-10T11:15:33  <Marchael> ok
  29 2011-08-10T11:17:00  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 318:b5c4372d5194 2.0/MoinMoin/util/interwiki.py: add missing log/logging import
  30 2011-08-10T11:27:21  <CIA-114> Michael Mayorov <marchael@kb.csu.ru> * 643dd888e74a r425 moin-2.0/MoinMoin/templates/search_results.html: Fixed showing results for wikis sharing one index
  31 2011-08-10T11:27:22  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * b5c4372d5194 r426 moin-2.0/MoinMoin/util/interwiki.py: add missing log/logging import
  32 2011-08-10T11:27:23  <CIA-114> Michael Mayorov <marchael@kb.csu.ru> * e818c98d3790 r427 moin-2.0/MoinMoin/util/interwiki.py: Merged
  33 2011-08-10T11:28:32  <Marchael> ThomasWaldmann: ^^
  34 2011-08-10T11:29:47  <Marchael> may I close #15 or there is something else?
  35 2011-08-10T11:30:34  <ThomasWaldmann> well, farm support needs testing is not done, right?
  36 2011-08-10T11:31:18  <Marchael> ok, so how can I test it? create another wiki and use same index files?
  37 2011-08-10T11:31:22  <ThomasWaldmann> for an easy test, you could build an index, change interwikiname in the config, update index, move index and then try a search
  38 2011-08-10T11:31:43  <Marchael> ah
  39 2011-08-10T11:32:03  <ThomasWaldmann> then it should look like your pages are found in the local wiki as well as in another wiki (with the previous interwikiname)
  40 2011-08-10T11:32:23  <ThomasWaldmann> maybe you have to add the previous interwikiname to the interwiki_map in the wikiconfig
  41 2011-08-10T11:33:26  <ThomasWaldmann> also "index show" should show different interwiki names in the index contents then
  42 2011-08-10T11:40:45  <ThomasWaldmann> hmm, make sure the you set any interwikiname before starting the test i mentioned
  43 2011-08-10T11:41:04  <ThomasWaldmann> it won't work if it uses None or '' for the first index build
  44 2011-08-10T11:45:14  *** greg_f has joined #moin-dev
  45 2011-08-10T11:48:29  <Marchael> ThomasWaldmann: I using 'wiki1' for interwikiname, but after building I see only preloaded set of documents Home, creole, etc.
  46 2011-08-10T11:49:39  <Marchael> hm, no. ignore that
  47 2011-08-10T11:49:50  *** eSyr has quit IRC
  48 2011-08-10T11:50:39  *** eSyr has joined #moin-dev
  49 2011-08-10T11:53:38  <Marchael> ThomasWaldmann: hm, I see results from both wikis
  50 2011-08-10T11:54:07  <Marchael> i mean simple query, like "Home"
  51 2011-08-10T12:03:36  <ThomasWaldmann> how do both link urls look like?
  52 2011-08-10T12:04:32  <Marchael> for wiki1 they look like http://localhost:8080/Home?q=Home&submit=Search&pagelen=25
  53 2011-08-10T12:05:08  <Marchael> for wiki they are correct
  54 2011-08-10T12:05:12  <Marchael> *wiki2
  55 2011-08-10T12:08:00  <ThomasWaldmann> hm? it uses same urls for both?
  56 2011-08-10T12:08:33  <ThomasWaldmann> maybe try using 'MoinMoin' as interwikiname for first index run
  57 2011-08-10T12:09:00  <Marchael> no, urls correct only for wiki2, All wiki1 urls looking like http://localhost:8080/Home?q=Home&submit=Search&pagelen=25
  58 2011-08-10T12:09:43  <ThomasWaldmann> and how do they look for wiki2?
  59 2011-08-10T12:10:38  <Marchael> like they do, http://localhost:8080/+show/1/Home3
  60 2011-08-10T12:10:44  <Marchael> e.g.
  61 2011-08-10T12:11:27  <ThomasWaldmann> try it with 'MoinMoin' for the first index run
  62 2011-08-10T12:11:57  <ThomasWaldmann> as this likely is already in the interwiki_map, you'll see really different urls then
  63 2011-08-10T12:15:01  <Marchael> ThomasWaldmann: links now are opens, but it shows me "This page does not exist yet. You can create a new empty page, or use one of the page templates. "
  64 2011-08-10T12:15:40  <ThomasWaldmann> urls?
  65 2011-08-10T12:16:00  <Marchael> lol
  66 2011-08-10T12:16:29  <Marchael> for MoinMoin http://moinmo.in/+show/6/Home
  67 2011-08-10T12:16:29  <Marchael> for MoinMoin2 http://localhost:8080/+show/6/Home
  68 2011-08-10T12:16:34  <Marchael> wtf?
  69 2011-08-10T12:17:02  <ThomasWaldmann> yes, that's ok and expected.
  70 2011-08-10T12:17:34  <Marchael> hm, then I shouldn't use MoinMoin for wikiname?
  71 2011-08-10T12:17:39  <ThomasWaldmann> now, make those links look correctly to the user
  72 2011-08-10T12:17:56  <ThomasWaldmann> you can use it for experimentation
  73 2011-08-10T12:18:15  <ThomasWaldmann> make a wiki page and put that on it:
  74 2011-08-10T12:18:21  <ThomasWaldmann> [[Home]]
  75 2011-08-10T12:18:29  <ThomasWaldmann> [[MoinMoin:Home]]
  76 2011-08-10T12:18:47  <ThomasWaldmann> look how the links look like. also look into html for them.
  77 2011-08-10T12:18:49  <Marchael> ok
  78 2011-08-10T12:19:16  <ThomasWaldmann> make your search result links use same styling, similar html
  79 2011-08-10T12:20:24  <ThomasWaldmann> (so wiki users will see at first glance whether a hit is local or interwiki)
  80 2011-08-10T12:20:33  <Marchael> and which markup I should use?
  81 2011-08-10T12:21:38  <ThomasWaldmann> hm?
  82 2011-08-10T12:22:05  <Marchael> I meant contentype of document
  83 2011-08-10T12:22:27  <ThomasWaldmann> moin wiki
  84 2011-08-10T12:23:59  <Marchael> hm, for [[MoinMoin:Home]] it just show me the link on moinmo.in
  85 2011-08-10T12:24:08  <Marchael> is that correct?
  86 2011-08-10T12:24:36  <Marchael> I mean http://moinmo.in/Home
  87 2011-08-10T12:24:50  <ThomasWaldmann> yes, that's exactly what is expected
  88 2011-08-10T12:25:17  <Marchael> ok
  89 2011-08-10T12:25:21  <ThomasWaldmann> interwiki is for having a short syntax, so you just need to remember wiki names, not full urls
  90 2011-08-10T12:25:59  <ThomasWaldmann> and the mapping from name to url is done via the interwiki_map, see wikiconfig
  91 2011-08-10T12:27:51  <ThomasWaldmann> you can also imagine a company wiki setup. each department has an own wiki and the interwiki map has entries for them
  92 2011-08-10T12:28:15  <ThomasWaldmann> interwiki names: Sales, Engineering, Production
  93 2011-08-10T12:28:34  <ThomasWaldmann> map entries:
  94 2011-08-10T12:29:09  <ThomasWaldmann> Sales='http://sales.wiki.intranet.company.com/',
  95 2011-08-10T12:29:10  <Marchael> but all url have same format as [[Home]] and [[MoinMoin:Home]]
  96 2011-08-10T12:29:24  <ThomasWaldmann> Engineering='http://engineering.wiki.intranet.company.com/',
  97 2011-08-10T12:29:26  <ThomasWaldmann> ...
  98 2011-08-10T12:29:49  <ThomasWaldmann> that is markup, not a url
  99 2011-08-10T12:30:00  *** raignarok has quit IRC
 100 2011-08-10T12:30:10  <ThomasWaldmann> (moin wiki markup)
 101 2011-08-10T12:36:57  <ThomasWaldmann> http://awesomescreenshot.com/06eib9of4
 102 2011-08-10T12:41:51  <Marchael> brb
 103 2011-08-10T13:02:31  *** raignarok has joined #moin-dev
 104 2011-08-10T13:54:48  <ThomasWaldmann> Marchael: please speed up. stuff that usually takes less than an hour should not take a day.
 105 2011-08-10T13:55:44  <ThomasWaldmann> (if it does, one could think you are not working enough on your project, but rather doing some other job most of the time.)
 106 2011-08-10T14:04:21  <Marchael> ThomasWaldmann: I'm not quite understand what I should do. url_for_item() is already generates valid url for document
 107 2011-08-10T14:04:58  <ThomasWaldmann> if you don't know what to do (after thinking about it), you should ask
 108 2011-08-10T14:06:00  <ThomasWaldmann> it's quite simple in this case: you compare the html produced by the links on the wiki page (see above) with the html produced for the links by your search_results.html template
 109 2011-08-10T14:06:35  <ThomasWaldmann> the href attribute is likely ok already, but other attributes need more work
 110 2011-08-10T14:08:00  <ThomasWaldmann> e.g. class, maybe title
 111 2011-08-10T14:21:56  <Marchael> ok
 112 2011-08-10T14:30:51  <Marchael> done
 113 2011-08-10T14:35:31  <Marchael> ThomasWaldmann: http://i.imgur.com/tsawU.png
 114 2011-08-10T14:35:31  <Marchael> incoming crap! http://codereview.appspot.com/4837070
 115 2011-08-10T14:45:48  <ThomasWaldmann> :)
 116 2011-08-10T14:51:50  <ThomasWaldmann> Marchael: review done
 117 2011-08-10T15:06:59  <Marchael> ThomasWaldmann: where i can see this title="OtherWiki:OtherItem" example?
 118 2011-08-10T15:15:58  <ThomasWaldmann> don't you get it on the wiki markup test page you have just created?
 119 2011-08-10T15:17:20  <ThomasWaldmann> hmm, looks like not. ok, no title for now.
 120 2011-08-10T15:17:35  <Marchael> no, I found title
 121 2011-08-10T15:17:43  <ThomasWaldmann> where? :)
 122 2011-08-10T15:17:59  <Marchael> hm, everywhere!
 123 2011-08-10T15:18:29  <Marchael> but I don't quite understand how I can use it in that place
 124 2011-08-10T15:18:59  <Marchael> or just title="MoinMoin:Home" ?
 125 2011-08-10T15:19:00  <ThomasWaldmann> give a specific example where you found title for an interwiki link
 126 2011-08-10T15:19:28  <ThomasWaldmann> i just tried for moin and creole markup and it does not look like it is implemented yet
 127 2011-08-10T15:19:57  <Marchael> then may be I just don't understand you :)
 128 2011-08-10T15:20:18  <ThomasWaldmann> title is an attribute of the <a> tag
 129 2011-08-10T15:20:18  <Marchael> ok, then I leave it for now
 130 2011-08-10T15:20:38  <ThomasWaldmann> but it doesn't look like we use it moin2 for interwiki links yet
 131 2011-08-10T15:20:58  <ThomasWaldmann> you can maybe just use WikiName:ItemName as text of the link
 132 2011-08-10T15:21:12  <ThomasWaldmann> that's how creole renders interwiki link text
 133 2011-08-10T15:21:33  <ThomasWaldmann> (moin markup only give the ItemName and no title, which is a bit strange)
 134 2011-08-10T15:22:15  <Marchael> so links will look like <a href ..>WikiName:ItemName</a> ?
 135 2011-08-10T15:23:18  <ThomasWaldmann> ye
 136 2011-08-10T15:23:19  <ThomasWaldmann> s
 137 2011-08-10T15:23:52  <ThomasWaldmann> maybe also with bold, as you also use bold for the normal ones. be consistent.
 138 2011-08-10T15:29:43  <Marchael> looks funny
 139 2011-08-10T15:30:56  <Marchael> ThomasWaldmann: http://codereview.appspot.com/4837070 ps 2
 140 2011-08-10T15:48:36  <ThomasWaldmann> Marchael: review done
 141 2011-08-10T15:49:38  <ThomasWaldmann> btw, you should try to never repeat mistakes. learn from own mistakes. after achieving that, learn from other people's mistakes also.
 142 2011-08-10T15:50:23  <Marchael> ah
 143 2011-08-10T15:52:52  *** sinha has joined #moin-dev
 144 2011-08-10T15:59:48  <Marchael> ThomasWaldmann: ps 3
 145 2011-08-10T16:01:25  <ThomasWaldmann> Marchael: ok, fine. test it, commit it if it works.
 146 2011-08-10T16:02:27  <Marchael> may I close #15?
 147 2011-08-10T16:08:11  <Marchael> ThomasWaldmann: ^
 148 2011-08-10T16:14:49  <ThomasWaldmann> i didn't test it. but if you did and it solves that, sure.
 149 2011-08-10T16:16:48  <sinha> ThomasWaldmann: please see this traceback http://paste.pocoo.org/show/455956/ and the function corresponding to that url link http://paste.pocoo.org/show/455959/
 150 2011-08-10T16:18:00  <CIA-114> Michael Mayorov <marchael@kb.csu.ru> * 78a2962bf192 r428 moin-2.0/ (3 files in 3 dirs): Fixed displaying results for multiple wikis(wiki farm) Fixes #15.
 151 2011-08-10T16:18:13  <ThomasWaldmann> choose another one marked "critical" next
 152 2011-08-10T16:19:00  <Marchael> this https://bitbucket.org/marchael/moin-2.0/issue/14/security-issue-acl-checks-for-search
 153 2011-08-10T16:25:48  <sinha> ThomasWaldmann: plz see the above links, i am stuck at that, dont know why this is happening because same thing is implemented in other places also(jfu-server)
 154 2011-08-10T16:26:37  <ThomasWaldmann> sinha: that means that no rule matched
 155 2011-08-10T16:27:16  <sinha> ThomasWaldmann: so what is wrong in that, i have also given the function (link2) for which i am putting that url
 156 2011-08-10T16:28:04  <ThomasWaldmann> sinha: if you want a code review, use codereview
 157 2011-08-10T16:28:59  <ThomasWaldmann> Marchael: yes, acls are required and critical
 158 2011-08-10T16:41:07  <ThomasWaldmann> sinha: did you get it working?
 159 2011-08-10T16:41:13  <sinha> no
 160 2011-08-10T16:41:22  <sinha> i have removed that itemname param
 161 2011-08-10T16:41:35  <sinha> and only has just that "ajaxdelete" in route
 162 2011-08-10T16:41:45  <sinha> but still it is showing that error
 163 2011-08-10T16:42:20  <ThomasWaldmann> well, it must match. as i don't know how the code looks like currently in your workdir, I suggested codereview.
 164 2011-08-10T16:43:17  <sinha> i have posted the route lines, i thought that would be enough, anyways i am posting the codereview
 165 2011-08-10T16:48:03  *** pkumar has joined #moin-dev
 166 2011-08-10T16:48:31  *** Marchael has quit IRC
 167 2011-08-10T16:52:01  <ThomasWaldmann> sinha: there is no frontend.ajaxdelete
 168 2011-08-10T16:52:09  <ThomasWaldmann> because you named it ajax_delete
 169 2011-08-10T16:52:20  <ThomasWaldmann> be consistent and it works
 170 2011-08-10T16:53:06  <sinha> ThomasWaldmann: but for /+delete the functions is named as delete_item
 171 2011-08-10T16:53:10  <ThomasWaldmann> btw that status = 0/1 thing is pretty bad code
 172 2011-08-10T16:53:14  <sinha> *function
 173 2011-08-10T16:53:43  <sinha> ThomasWaldmann: i am passing the status back to js, so i was wondering whether python's True/False may work or not
 174 2011-08-10T16:54:28  <ThomasWaldmann> that's one thing. the other thing is that "status" doesn't tell much. if 1/True is success, the name should be "success" maybe?
 175 2011-08-10T16:55:38  <sinha> yes but again in js i have to check the status by comparing strings, so i thought integers would work well
 176 2011-08-10T16:56:53  <ThomasWaldmann> also, you are passing all stuff via request.form as form fields? if that stuff is ajax, wouldn't be json more appropriate?
 177 2011-08-10T16:57:11  <ThomasWaldmann> esp. that itemnames.split("|") is a bit ugly.
 178 2011-08-10T16:57:48  <sinha> yes i will work on that itemnames
 179 2011-08-10T16:58:03  <ThomasWaldmann> http://paste.pocoo.org/show/455959/ line 13 and 15 misses i18n
 180 2011-08-10T16:58:05  <sinha> but i have to post that json field anyway
 181 2011-08-10T16:58:33  <ThomasWaldmann> (and me misses codereview functionality. pastebins suck after you have worked with CR)
 182 2011-08-10T16:59:07  <sinha> yes i was testing some changes, posting code review now
 183 2011-08-10T16:59:30  <ThomasWaldmann> also, you are handling status wrong
 184 2011-08-10T16:59:46  <ThomasWaldmann> you do not just need one status, you in fact need it per item
 185 2011-08-10T17:00:02  <ThomasWaldmann> and you also need the error msg per item
 186 2011-08-10T17:57:34  <pkumar> xorAxAx : hi, in log.auth how do I read/get the values like login/session?
 187 2011-08-10T17:57:36  *** Marchael has joined #moin-dev
 188 2011-08-10T17:57:48  <xorAxAx> log.auth?
 189 2011-08-10T17:58:17  <pkumar> uh, sorry, auth.log
 190 2011-08-10T17:58:32  <xorAxAx> i dont understand
 191 2011-08-10T17:59:34  <pkumar> In auth.log what exactly login method does? It logs the auth parameters right?
 192 2011-08-10T18:00:00  <xorAxAx> probably
 193 2011-08-10T18:00:12  <pkumar> so if I exactly I get those parameters form there?
 194 2011-08-10T18:01:32  <pkumar> s/if/how
 195 2011-08-10T18:01:32  <xorAxAx> by using pdb and peeking into the arguments?
 196 2011-08-10T18:02:51  <Marchael> ThomasWaldmann: if user try search in all revisions and found some item, but in latest revision that user have no right to this item, what we should do? denied?
 197 2011-08-10T18:03:00  <Marchael> s/some//
 198 2011-08-10T18:04:20  <ThomasWaldmann> Marchael: only latest revision counts. but in fact, you don't even need to know that, you just use user.may.read(itemname) or so.
 199 2011-08-10T18:06:32  <ThomasWaldmann> https://bitbucket.org/marchael/moin-2.0/issue/20/the-one-thing-that-does-all-killer-feature#comment-597563
 200 2011-08-10T18:07:35  *** Marchael has quit IRC
 201 2011-08-10T18:08:07  <ThomasWaldmann> in soviet russia, your internet connections owns you
 202 2011-08-10T18:12:14  <ThomasWaldmann> xorAxAx: dreimark: ronny: TheSheep: waldi: i recently thought about putting user profile data just into revision metadata
 203 2011-08-10T18:12:47  <ThomasWaldmann> that way, we could get rid of that "item level metadata" and simplify the code quite a bit
 204 2011-08-10T18:12:59  <ronny> ThomasWaldmann: sounds good then
 205 2011-08-10T18:13:21  <ThomasWaldmann> the initial purpose, why we wanted itemlevel metadata was mostly as a cache for current revision
 206 2011-08-10T18:13:46  <ThomasWaldmann> but we'll have that "cache" in form of a whoosh latest-revisions index now
 207 2011-08-10T18:14:53  <ThomasWaldmann> so I am asking myself if anything should keep me back from killing itemlevel metadata or user profile data being stored there
 208 2011-08-10T18:16:57  <ThomasWaldmann> maybe revisioning is not really needed for user profiles, but that could be handled by some sort of kill policy also (we'll need that anyway some day)
 209 2011-08-10T18:18:35  <pkumar> brb
 210 2011-08-10T18:39:26  *** raignarok has quit IRC
 211 2011-08-10T18:44:02  *** marchael has joined #moin-dev
 212 2011-08-10T18:44:18  <marchael> damned proxy
 213 2011-08-10T18:44:34  <marchael> ThomasWaldmann: I tried that new whoosh 2.1, and result is expected http://paste.pocoo.org/show/456049/
 214 2011-08-10T18:45:55  <marchael> ThomasWaldmann: if you have some free time could you reproduce it to file bug report?
 215 2011-08-10T18:49:27  <marchael> and also I think what better change >= to == in setup.py
 216 2011-08-10T18:49:36  <marchael> for whoosh
 217 2011-08-10T19:08:10  <ThomasWaldmann> re
 218 2011-08-10T19:09:04  <ThomasWaldmann> if it has known issues, yes
 219 2011-08-10T19:09:47  <ThomasWaldmann> you just use the comparison operators that make most sense
 220 2011-08-10T19:09:55  *** greg_f has quit IRC
 221 2011-08-10T19:10:14  <ThomasWaldmann> i.e. do not require more minimum requirement than needed
 222 2011-08-10T19:10:29  <ThomasWaldmann> exclude broken stuff (is there some <> or != ?)
 223 2011-08-10T19:10:42  <ThomasWaldmann> and avoid == if possible
 224 2011-08-10T19:11:19  <ThomasWaldmann> how did you trigger that exception marchael ?
 225 2011-08-10T19:11:45  <marchael> moin doesn't start
 226 2011-08-10T19:12:21  <ThomasWaldmann> it starts for me
 227 2011-08-10T19:14:24  <marchael> ThomasWaldmann: could you try some base functions
 228 2011-08-10T19:14:41  <marchael> like searhcing, index rebilding, etc
 229 2011-08-10T19:16:36  <ThomasWaldmann> works (but, here on my work machine, i have python 2.6.5, not sure whether it matters)
 230 2011-08-10T19:17:02  <marchael> hm
 231 2011-08-10T19:17:12  <marchael> seems like heisenbug
 232 2011-08-10T19:17:51  <ThomasWaldmann> it disappeared for you?
 233 2011-08-10T19:19:11  <marchael> ThomasWaldmann: I try searching for "Home" and got this traceback
 234 2011-08-10T19:19:37  <marchael> Issue in query parsing
 235 2011-08-10T19:19:41  <marchael> I ues
 236 2011-08-10T19:19:44  <marchael> *guess
 237 2011-08-10T19:20:29  <ThomasWaldmann> http://localhost:8080/Home?q=Home&submit=Suche&pagelen=25
 238 2011-08-10T19:20:31  <ThomasWaldmann> works here
 239 2011-08-10T19:20:43  <ThomasWaldmann> 2 results due to uuid bug
 240 2011-08-10T19:21:03  <marchael> for me it doesn't
 241 2011-08-10T19:21:20  <marchael> and traceback is the same
 242 2011-08-10T19:22:20  <ThomasWaldmann> do you have local changes in your repo or workdir which i do not have?
 243 2011-08-10T19:23:02  <marchael> I worked on acl stuff, but I guess unrelated with this traceback
 244 2011-08-10T19:23:11  <marchael> *I guess this
 245 2011-08-10T19:23:18  <ThomasWaldmann> you cut do:
 246 2011-08-10T19:23:26  <ThomasWaldmann> hg diff >mychanges.diff
 247 2011-08-10T19:23:33  <ThomasWaldmann> hg revert --all
 248 2011-08-10T19:23:46  <ThomasWaldmann> then you have a clean workdir
 249 2011-08-10T19:23:57  <marchael> http://paste.pocoo.org/show/456071/
 250 2011-08-10T19:24:08  <marchael> this is all my changes :)
 251 2011-08-10T19:24:16  <ThomasWaldmann> you can reapply your changes with: patch -p1 < mychanges.diff
 252 2011-08-10T19:24:51  <ThomasWaldmann> you don't need to save that :)
 253 2011-08-10T19:25:07  <marchael> done, but search doesn't working anyway
 254 2011-08-10T19:25:19  <ThomasWaldmann> ok, then I suggest you file the bug
 255 2011-08-10T19:25:36  <ThomasWaldmann> mention your python version in the issue report
 256 2011-08-10T19:25:57  <ThomasWaldmann> and of course the full traceback
 257 2011-08-10T19:26:12  <marchael> ok
 258 2011-08-10T19:26:40  * ThomasWaldmann must go, bbl
 259 2011-08-10T19:30:10  <marchael> ThomasWaldmann: seems like that bug already reported https://bitbucket.org/mchaput/whoosh/changeset/52f6c0bfbec0
 260 2011-08-10T19:30:24  <marchael> and rather fixed
 261 2011-08-10T19:32:43  <marchael> ThomasWaldmann: seems like that bug was reported by you or it another bug?
 262 2011-08-10T19:58:04  <marchael> ThomasWaldmann: now it's looking like http://i.imgur.com/60hr2.png
 263 2011-08-10T19:58:29  *** raignarok has joined #moin-dev
 264 2011-08-10T19:59:53  <marchael> ThomasWaldmann: http://codereview.appspot.com/4837073
 265 2011-08-10T20:20:38  <sinha> dreimark: ThomasWaldmann: Ajax delete http://codereview.appspot.com/4837074/
 266 2011-08-10T20:28:43  *** marchael has quit IRC
 267 2011-08-10T20:33:42  *** pkumar has quit IRC
 268 2011-08-10T20:55:56  <ThomasWaldmann> sinha: well, work on the stuff i already mentioned
 269 2011-08-10T20:58:54  *** m4k3r has joined #moin-dev
 270 2011-08-10T21:06:41  <sinha> ThomasWaldmann: can i commit this one OR commit them together
 271 2011-08-10T21:09:09  <sinha> ThomasWaldmann: suppose i get delete status of each one, how would i show them ? if i would be showing status of all of them, wouldnt it be too long ? OR i can simply say X items deleted and Y items operation aborted ?
 272 2011-08-10T21:16:52  *** betelgeuse_ has joined #moin-dev
 273 2011-08-10T21:18:14  <ThomasWaldmann> maybe you could show red crosses on failed items? greend checkmarks on successful ones?
 274 2011-08-10T21:18:23  *** betelgeuse_ has joined #moin-dev
 275 2011-08-10T21:18:43  <ThomasWaldmann> moin betelgeuse_ :)
 276 2011-08-10T21:19:28  <betelgeuse_> hey , i code in python and i wanted to start doing something for moin-moin , so where do i start ?
 277 2011-08-10T21:21:53  <betelgeuse_> ThomasWaldmann,
 278 2011-08-10T21:21:57  <betelgeuse_> ThomasWaldmann ,
 279 2011-08-10T21:24:07  <ThomasWaldmann> ah, cool :)
 280 2011-08-10T21:24:28  <ThomasWaldmann> start by forking the moin-2.0 repo on bitbucket
 281 2011-08-10T21:25:42  <ThomasWaldmann> did you read the MoinMoin2.0 page on the wiki?
 282 2011-08-10T21:26:47  <betelgeuse_> yes,i read the moinmoin2.0 on wiki ,and installed it on my system ,i still have to make tests on it to know a lot about moin,
 283 2011-08-10T21:27:16  <dreimark> re
 284 2011-08-10T21:27:22  <ThomasWaldmann> there is also a issue tracker on bb
 285 2011-08-10T21:27:36  <ThomasWaldmann> if you find something new or want to fix something, use the tracker
 286 2011-08-10T21:28:56  <betelgeuse_> ok,will do that ,and another thing  i have the source code , its a bit confusing , from which point should i start reading the code ?
 287 2011-08-10T21:28:59  <ThomasWaldmann> if you want to code, tell about what would be interesting for you, there are many fields
 288 2011-08-10T21:29:25  <ThomasWaldmann> MoinMoin.app is the beginning where execution starts
 289 2011-08-10T21:30:24  <ThomasWaldmann> btw, in the issue tracker are not just bugs, but also other ideas/todos
 290 2011-08-10T21:30:39  <betelgeuse_> am still  new to higher level of coding but am working on GUI with python using pyqt
 291 2011-08-10T21:32:36  <ThomasWaldmann> linux/windows?
 292 2011-08-10T21:32:47  <betelgeuse_> linux, arch linux
 293 2011-08-10T21:33:11  <betelgeuse_> with gnome 3
 294 2011-08-10T21:35:00  <betelgeuse_> can i have the link of the issue tracker on bb?
 295 2011-08-10T21:48:41  <betelgeuse_> ThomasWaldmann ,thanks for the help, will try and contribute to moin-moin .
 296 2011-08-10T21:50:35  *** betelgeuse_ has quit IRC
 297 2011-08-10T21:51:10  * dreimark .oO birmingham 
 298 2011-08-10T21:53:47  <dreimark> sinha: reviewed, added some of thomas points
 299 2011-08-10T21:54:24  *** raignarok has quit IRC
 300 2011-08-10T21:55:51  *** m4k3r has quit IRC
 301 2011-08-10T21:58:50  *** raignarok has joined #moin-dev
 302 2011-08-10T22:08:35  *** m4k3r has joined #moin-dev
 303 2011-08-10T22:17:55  *** m4k3r_ has joined #moin-dev
 304 2011-08-10T22:20:46  *** m4k3r has quit IRC
 305 2011-08-10T22:47:10  <dreimark> ThomasWaldmann: http://ace.ajax.org/ and it is gpl
 306 2011-08-10T22:56:57  <ThomasWaldmann> dreimark: yes, i know
 307 2011-08-10T22:57:14  <ThomasWaldmann> that initially was some collab editor, but not any more
 308 2011-08-10T23:01:42  <dreimark> oh, hm it was mentioned on a thread for etherpad alternatives
 309 2011-08-10T23:02:10  <dreimark> but without colab it isn't that good
 310 2011-08-10T23:07:16  <dreimark> gn
 311 2011-08-10T23:07:32  <ThomasWaldmann> gn dreimark
 312 2011-08-10T23:16:11  *** m4k3r has joined #moin-dev
 313 2011-08-10T23:19:26  *** m4k3r_ has quit IRC
 314 2011-08-10T23:45:18  *** raignarok has quit IRC
 315 

MoinMoin: MoinMoinChat/Logs/moin-dev/2011-08-10 (last edited 2011-08-09 22:45:03 by IrcLogImporter)