1 2011-08-23T02:10:12  <dreimark> gn
   2 2011-08-23T02:22:53  <dreimark> 62 failed, 2171 passed, 227 skipped, 1 xfailed, 4 error in 250.48 seconds
   3 2011-08-23T02:32:10  <dreimark> -1
   4 2011-08-23T04:51:17  *** Marchael has joined #moin-dev
   5 2011-08-23T04:51:56  <Marchael> moin
   6 2011-08-23T04:58:40  *** Marchael has quit IRC
   7 2011-08-23T05:48:29  *** Marchael has joined #moin-dev
   8 2011-08-23T06:26:16  *** Marchael has quit IRC
   9 2011-08-23T07:16:32  *** Marchael has joined #moin-dev
  10 2011-08-23T07:36:43  *** pkumar has joined #moin-dev
  11 2011-08-23T08:14:44  <ThomasWaldmann> moin
  12 2011-08-23T08:14:53  <pkumar> ThomasWaldmann : moin
  13 2011-08-23T08:15:06  <pkumar> ThomasWaldmann : what's the tool you are referring to there?
  14 2011-08-23T08:15:33  <ThomasWaldmann> dreimark: we have branches now in main repo, too. if you want to test pytest2, switch to the branch with that name.
  15 2011-08-23T08:16:17  <pkumar> and sorry for vanishing last night suddenly :), laptop battery died rather unexpectedly
  16 2011-08-23T08:16:24  <ThomasWaldmann> pkumar: you mean for replacing the strings?
  17 2011-08-23T08:16:46  <pkumar> yeah, changing the (C)
  18 2011-08-23T08:16:59  <ThomasWaldmann> just a small py script
  19 2011-08-23T08:17:32  <pkumar> any link I can pull it from?
  20 2011-08-23T08:18:01  <ThomasWaldmann> i didn't publish it
  21 2011-08-23T08:18:25  <ThomasWaldmann> but if you give me the new string, i can do the replacement
  22 2011-08-23T08:19:01  <pkumar> ThomasWaldmann : MoinMoin:PrashantKumar  sounds fine to me
  23 2011-08-23T08:19:18  <ThomasWaldmann> ok
  24 2011-08-23T08:20:37  <ThomasWaldmann> pkumar: http://moinmo.in/4ct10n/diff/MoinMoinAcknowledgements?action=diff&rev1=25&rev2=28
  25 2011-08-23T08:21:05  <ThomasWaldmann> i pulled your stuff into main repo last night (i kept the branch for now)
  26 2011-08-23T08:21:41  <pkumar> ThomasWaldmann : wow, my changes in main repo.. I think I gonna have party tonight
  27 2011-08-23T08:21:54  <ThomasWaldmann> :)
  28 2011-08-23T08:22:32  <Marchael> pkumar: congratulations! :)
  29 2011-08-23T08:23:03  <pkumar> Marchael : thanks, to you too :)
  30 2011-08-23T08:37:08  <ThomasWaldmann> pkumar: i think I'll try to get completely rid of that load_xml/save_xml stuff later today (based on your stuff)
  31 2011-08-23T08:38:17  <pkumar> ThomasWaldmann : ok, please tell me if it works out or I need to do some more things with tests(hopefully it should)
  32 2011-08-23T08:58:11  <pkumar> ThomasWaldmann : how do I get pytest2 branch to view in bb. its https://bitbucket.org/thomaswaldmann/moin-2.0/overview right?
  33 2011-08-23T09:24:38  *** MattMaker has quit IRC
  34 2011-08-23T09:31:14  *** MattMaker has joined #moin-dev
  35 2011-08-23T09:33:23  * ThomasWaldmann looks at bb
  36 2011-08-23T09:34:35  <ThomasWaldmann> pkumar: hmm, looks like the usual sync-push from our main repo did not work because it'ld have created a new branch
  37 2011-08-23T09:35:16  <ThomasWaldmann> http://hg.moinmo.in/moin/2.0 < main repo
  38 2011-08-23T09:37:39  <pkumar> ThomasWaldmann: hmm.. ok.
  39 2011-08-23T09:37:46  <ThomasWaldmann> ok, pushed manually. now it should work automatically in future for this branch.
  40 2011-08-23T09:38:51  <ThomasWaldmann> pkumar: btw, i have seen you have 3 moin repos
  41 2011-08-23T09:40:02  <pkumar> yeah.. of the initial works.. some messed up due to pytest2 branch as I was working on default branch itself initially
  42 2011-08-23T09:40:07  <ThomasWaldmann> maybe check which ones are really needed / whether some have unmerged, but useful changes
  43 2011-08-23T09:42:44  <ThomasWaldmann> maybe in the end we should have all useful student changesets in the main repo and then fork that again to each student as $NAME/moin-2.0
  44 2011-08-23T09:43:02  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> default * 755:d5daf53230ad 2.0/MoinMoin/ (apps/frontend/views.py templates/content.html): frontend.views: show_content reintroduced. Same as show_item, but we only show the content.
  45 2011-08-23T09:45:15  <ThomasWaldmann> hmm, it may sound a bit strange, but following the naming convention, that should be content_item()
  46 2011-08-23T09:45:49  <ThomasWaldmann> also, do you need the search form there?
  47 2011-08-23T09:45:49  <pkumar> ThomasWaldmann : regarding my other repos, I don't think so. those were changes of the very beginning. and new repo is build over them, just that in different branches. though I'll check if any.
  48 2011-08-23T09:46:26  <dreimark> ThomasWaldmann: ok, then i rename it
  49 2011-08-23T09:47:55  <ThomasWaldmann> dreimark: also that Response(... 200) might be unneccessary as it is the default
  50 2011-08-23T09:48:12  <ThomasWaldmann> most view funcs just end with return render_template(...)
  51 2011-08-23T09:49:39  <ThomasWaldmann> No newline at end of file  < content.html
  52 2011-08-23T09:50:03  <dreimark> ok, i change that too. test_sourcecode did not fail on that, so i missed it
  53 2011-08-23T09:50:57  *** mkerrin has joined #moin-dev
  54 2011-08-23T09:55:15  <ThomasWaldmann> dreimark: also, did you check html output if data_rendered is just some inline element?
  55 2011-08-23T09:55:39  <ThomasWaldmann> not sure, but maybe some blocklevel container is needed then
  56 2011-08-23T09:56:21  <ThomasWaldmann> (there are some <div>s in the templates)
  57 2011-08-23T09:58:08  <dreimark> it validates for html5 (an error is related to link)
  58 2011-08-23T09:58:32  <dreimark> i removed the outer div because of the style
  59 2011-08-23T09:59:36  <dreimark> e.g. the inner object is also in a div
  60 2011-08-23T09:59:40  <dreimark> <div class="page-object" xmlns="http://www.w3.org/1999/xhtml"><img alt="Image" src="/+get/0/Image" /><div class="object-overlay-wrapper"><div class="object-overlay"><a href="/0/Image">→</a></div></div></div>
  61 2011-08-23T10:03:31  *** Gnarlodious has joined #moin-dev
  62 2011-08-23T10:03:33  <dreimark> ThomasWaldmann: new line is missing on other templates too
  63 2011-08-23T10:03:38  <ThomasWaldmann> i guess i'ld just use same div as in show view
  64 2011-08-23T10:03:46  *** Gnarlodious has left #moin-dev
  65 2011-08-23T10:03:58  <dreimark> but then you have a border around an image
  66 2011-08-23T10:04:30  *** Gnarlodious has joined #moin-dev
  67 2011-08-23T10:04:43  *** Gnarlodious has left #moin-dev
  68 2011-08-23T10:20:31  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> default * 756:ab4083ea79ed 2.0/MoinMoin/apps/frontend/views.py: frontend.views: renamed show_content to content_item
  69 2011-08-23T10:20:32  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> default * 757:c9381c5ce219 2.0/MoinMoin/apps/frontend/views.py: frontend.views.content_item: simplified
  70 2011-08-23T10:20:33  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> default * 758:6d0ab44672d7 2.0/MoinMoin/templates/content.html: content template: used same div container as for show template
  71 2011-08-23T10:36:55  *** greg_f has joined #moin-dev
  72 2011-08-23T10:57:07  <pkumar> bbl
  73 2011-08-23T10:57:11  *** pkumar has quit IRC
  74 2011-08-23T12:33:24  *** xorAxAx has quit IRC
  75 2011-08-23T12:37:33  *** xorAxAx has joined #moin-dev
  76 2011-08-23T12:41:53  <ThomasWaldmann> xorAxAx: waldi: dreimark: Marchael: (and sinha, pkumar): today meeting as usual, for the last time this summer
  77 2011-08-23T12:42:02  <xorAxAx> ok
  78 2011-08-23T12:42:06  <Marchael> ok
  79 2011-08-23T12:42:52  <ThomasWaldmann> if mentors have time, take a final look at what your student did this summer :)
  80 2011-08-23T12:45:19  <xorAxAx> pkumar, regarding your file to be reviewed, did you isntall the ldap binding and run the test?
  81 2011-08-23T12:58:58  <ThomasWaldmann> pkumar, when running py.test on my office machine, it crashes in distutils
  82 2011-08-23T13:01:27  <ThomasWaldmann> it seems to completely crash on a test it should not even execute, because it is no test of moin
  83 2011-08-23T13:02:31  <ThomasWaldmann> env/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/setuptools/tests/test_easy_install.py ..F
  84 2011-08-23T13:03:40  <ThomasWaldmann> hmm, no, it doesn't crash, it just fails the tests and the test was at the end. i assumed a crash because tests were so quickly finished. :D
  85 2011-08-23T13:08:35  <ThomasWaldmann> so congrats for speeding up the tests!
  86 2011-08-23T13:55:41  *** pkumar has joined #moin-dev
  87 2011-08-23T13:56:49  <pkumar> ThomasWaldmann : thanks a lot :) you surely had me scared a bit with your first comment though
  88 2011-08-23T14:03:52  <Marchael> ThomasWaldmann: have you publish some instructions about placing our projects to google hosting?
  89 2011-08-23T14:04:31  <Marchael> s/have/could/
  90 2011-08-23T14:18:19  <pkumar> xorAxAx : I'm on it.
  91 2011-08-23T14:31:37  <pkumar> bbl
  92 2011-08-23T14:31:43  *** pkumar has quit IRC
  93 2011-08-23T14:42:36  <ThomasWaldmann> Marchael: there are some instructions on our GoogleSoc2011 wiki page iirc (if not, look last year)
  94 2011-08-23T14:42:49  <Marchael> ok
  95 2011-08-23T14:57:08  * ThomasWaldmann kills the rest of load_xml/save_xml
  96 2011-08-23T14:57:31  * Marchael will be missed
  97 2011-08-23T14:59:58  <ThomasWaldmann> that sounded strange :)
  98 2011-08-23T15:03:02  <Marchael> we done so much work to avoid troubles wth load\save xml and in to the end we remove this
  99 2011-08-23T15:03:21  * Marchael a bit frustrated
 100 2011-08-23T15:06:22  <dreimark> Marchael: we told many times to defined it as None because we want to remove it
 101 2011-08-23T15:07:58  <dreimark> and you should not become blocked by that
 102 2011-08-23T15:08:04  <dreimark> I remember lots of minutes
 103 2011-08-23T15:14:20  <dreimark> http://www.html5rocks.com/en/tutorials/file/filesystem/#toc-samples-basic
 104 2011-08-23T15:38:35  <ThomasWaldmann> Marchael: some of the troubles go away with it :)
 105 2011-08-23T15:38:59  <ThomasWaldmann> and the functionality is still there by using moin maint_xml --load/--save --file=...
 106 2011-08-23T15:39:35  <ThomasWaldmann> e.g. no tracebacks at startup any more, with maint_xml it just works (tm) :)
 107 2011-08-23T15:40:14  <Marchael> cool!
 108 2011-08-23T15:51:41  <ThomasWaldmann> (and also no need to edit that load/save_xml stuff in the config all the time - one just uses that moin maint_xml command when needed)
 109 2011-08-23T15:59:19  <ThomasWaldmann> hmm, that xml load is quite cpu intensive
 110 2011-08-23T15:59:27  <ThomasWaldmann> and slow...
 111 2011-08-23T16:22:24  <dreimark> ThomasWaldmann: is the xml data space compressed?
 112 2011-08-23T16:22:37  <dreimark> it its faster if it is all in one line usually
 113 2011-08-23T16:23:31  <ThomasWaldmann> i don't think this makes a big difference in that case
 114 2011-08-23T16:23:50  <ThomasWaldmann> data is just base64 encoded
 115 2011-08-23T16:24:43  <ThomasWaldmann> i think the issue might rather be that it
 116 2011-08-23T16:24:57  <ThomasWaldmann> a) runs everything through the converter before indexing
 117 2011-08-23T16:24:59  *** mkerrin has quit IRC
 118 2011-08-23T16:25:09  <ThomasWaldmann> b) commits index after each revision
 119 2011-08-23T16:27:39  <ThomasWaldmann> c) only uses 1 core
 120 2011-08-23T16:27:45  <dreimark> b) is the normal workflow
 121 2011-08-23T16:27:50  <ThomasWaldmann> (but that one at 100%)
 122 2011-08-23T16:27:57  <dreimark> ha
 123 2011-08-23T16:28:23  <ThomasWaldmann> 14674 tw        20   0  139m  75m 4172 R  100  0.9  40:26.59 moin
 124 2011-08-23T16:28:42  <ThomasWaldmann> 100% cpu since 40 cpu minutes
 125 2011-08-23T16:28:57  <dreimark> hmm, is this related to whoosh or standalone server?
 126 2011-08-23T16:29:31  <ThomasWaldmann> no server running
 127 2011-08-23T16:29:51  <dreimark> do you see progress or is it in one revision may be having problems
 128 2011-08-23T16:29:51  <ThomasWaldmann> moin maint_xml --load --file=data.xml
 129 2011-08-23T16:30:09  <dreimark> so that there is a endless loop
 130 2011-08-23T16:30:37  <ThomasWaldmann> no, du -sk in the storage/index dir shows progress
 131 2011-08-23T16:31:09  <ThomasWaldmann> 1GB -> 3h
 132 2011-08-23T16:31:11  <dreimark> in the past we had a) and c) with sqla
 133 2011-08-23T16:31:19  *** pkumar has joined #moin-dev
 134 2011-08-23T16:31:39  <dreimark> can we first add everything and then build index?
 135 2011-08-23T16:32:15  <ThomasWaldmann> not sure
 136 2011-08-23T16:32:32  <dreimark> ls -lrt storage/index look if you have progress in more than one file
 137 2011-08-23T16:33:21  <dreimark> hmm, thats the idea but not easy to find out
 138 2011-08-23T16:33:31  <dreimark> (me has not looked at that dir before)
 139 2011-08-23T16:34:49  <ThomasWaldmann> quite a lot files there
 140 2011-08-23T16:37:13  <ThomasWaldmann> currently, all revs index = 50x the size of current revs index
 141 2011-08-23T16:39:08  <dreimark> how much revs do your data.xml have ?
 142 2011-08-23T16:41:43  <dreimark> that amount sounds like a recursion
 143 2011-08-23T16:43:16  <dreimark> bbl
 144 2011-08-23T16:43:28  <ThomasWaldmann> the xml is ~500MB
 145 2011-08-23T16:44:43  <dreimark> hmm. may be add logging to tell if it really continues on all items and don't get stuck somewhere
 146 2011-08-23T16:45:53  <dreimark> i need to buy some food, bb soon
 147 2011-08-23T17:10:55  <xorAxAx> pkumar: what the hell is 1ca1b9351f5e?
 148 2011-08-23T17:11:38  <pkumar> xorAxAx : lemme check
 149 2011-08-23T17:12:37  <xorAxAx> is  3020b2d70afe a backout cs?
 150 2011-08-23T17:13:19  <xorAxAx> if not, what is ec9618bd0b2a?
 151 2011-08-23T17:16:31  <xorAxAx> why is c99e62a9d672 empty?
 152 2011-08-23T17:17:33  <xorAxAx> re 23c94af9b145, you didnt consider thomas review comments
 153 2011-08-23T17:17:55  <xorAxAx> esp. is the cleanup code broken - just destroy()ing the items in the unprotected storage should be enough
 154 2011-08-23T17:20:15  <ThomasWaldmann> xorAxAx: https://bitbucket.org/pkumar/pytest_moin/changeset/700c3f22ea19#chg-MoinMoin/conftest.py
 155 2011-08-23T17:22:16  <Marchael> i should leave, try to get back until meeting time, bbl
 156 2011-08-23T17:22:18  *** Marchael has quit IRC
 157 2011-08-23T17:25:00  <pkumar> xorAxAx : sorry for the late response.about backouts, when I used hg backout -r (revision) a vim terminal opended in front with a comment regarding the backout commit. next again a commit after merging
 158 2011-08-23T17:25:22  <pkumar> so two commits per backout
 159 2011-08-23T17:26:59  <pkumar> xorAxAx : and clean up works with up backends only now
 160 2011-08-23T17:31:41  <xorAxAx> ThomasWaldmann: ah
 161 2011-08-23T17:31:51  <xorAxAx> pkumar: so what is 1ca1b9351f5e?
 162 2011-08-23T17:33:04  <xorAxAx> it seems like a mislabelled merge
 163 2011-08-23T17:35:56  <pkumar> xorAxAx : hmm... seems to me like that. should have been a commit message after merge for the backout of d9eb2bd90918
 164 2011-08-23T17:36:00  * ThomasWaldmann files lots of bugs while playing with moin
 165 2011-08-23T17:36:12  <xorAxAx> pkumar: ah, ok
 166 2011-08-23T17:40:19  <pkumar> xorAxAx : and regarding test_ldap_login, imports are the problem there. seems like all the imports and its related vars/declarations are executed before setup_module. so that won't work in this case
 167 2011-08-23T17:44:53  <pkumar> and keeping imports inside setup_method doesn't seem a good idea. get import errors
 168 2011-08-23T17:45:05  <pkumar> setup_module*
 169 2011-08-23T17:46:51  <dreimark> re
 170 2011-08-23T17:51:35  <dreimark> 11 minutes left
 171 2011-08-23T18:00:07  <xorAxAx> pkumar: i dont understand
 172 2011-08-23T18:00:27  *** Marchael has joined #moin-dev
 173 2011-08-23T18:00:36  <Marchael> re
 174 2011-08-23T18:00:42  <dreimark> wb Marchael
 175 2011-08-23T18:01:36  <ThomasWaldmann> ok, welcome to our last week SOC meeting.
 176 2011-08-23T18:01:40  <pkumar> xorAxAx : module level setup functions won't work there due to imports
 177 2011-08-23T18:01:43  <ThomasWaldmann> +ly
 178 2011-08-23T18:01:59  <pkumar> ThomasWaldmann : thanks
 179 2011-08-23T18:02:33  <xorAxAx> pkumar: please elaborate, what exactly does not work? (after the meeting)
 180 2011-08-23T18:02:35  <dreimark> sinha is missing
 181 2011-08-23T18:02:43  <pkumar> xorAxAx : ok, sure
 182 2011-08-23T18:02:44  <ThomasWaldmann> let me begin to say we liked to work with all of you and that the end of SOC coding phase doesn't need to be the end of your involvement.
 183 2011-08-23T18:03:23  <ThomasWaldmann> feel welcome to continue contributing code to moin (and to FOSS projects in general).
 184 2011-08-23T18:03:37  <pkumar> sure, thanks.
 185 2011-08-23T18:04:07  <ThomasWaldmann> btw, i need to do other stuff soon, so please Marchael begin.
 186 2011-08-23T18:04:23  <Marchael> Last week I made bug fixes and working on docs and test
 187 2011-08-23T18:04:23  <Marchael> backrefs using whoosh now
 188 2011-08-23T18:04:23  <Marchael> written admin docs
 189 2011-08-23T18:04:30  <Marchael> added some api docs
 190 2011-08-23T18:04:31  <ThomasWaldmann> (NEXT: obviously is not needed this time, at least not for SOC :)
 191 2011-08-23T18:05:00  <Marchael> written tests for runtime indexing
 192 2011-08-23T18:05:09  <Marchael> blockers: none :)
 193 2011-08-23T18:05:33  <Marchael> Next week I'll add missing dev docs and try to work on other stuff from by bb
 194 2011-08-23T18:05:50  <ThomasWaldmann> indexing / searching works quite good.
 195 2011-08-23T18:06:19  <ThomasWaldmann> we didn't get as far as initially planned, but the basic stuff works. great! :)
 196 2011-08-23T18:06:33  <dreimark> the search box could be moved to right a little bit, but thats ui
 197 2011-08-23T18:06:49  <Marchael> also, wi-fi is crap, so my appologies if I'll disconnect
 198 2011-08-23T18:07:26  <ThomasWaldmann> sorry, need to go, someone else please continue for my part
 199 2011-08-23T18:08:05  <dreimark> ok
 200 2011-08-23T18:08:07  <Marchael> ThomasWaldmann: thanks a lot!
 201 2011-08-23T18:08:27  <dreimark> more questions to Marchael now ?
 202 2011-08-23T18:08:43  <Marchael> without your greatest help and patient I was failed before midterm :)
 203 2011-08-23T18:09:27  <dreimark> we all started somewhere there needing help, we just longer trained
 204 2011-08-23T18:10:22  <dreimark> so if there is no further question to Marchael then again thank you for this implementations
 205 2011-08-23T18:10:36  <dreimark> and we continue with pkumar and xorAxAx
 206 2011-08-23T18:10:50  <pkumar> ok :)
 207 2011-08-23T18:10:52  <pkumar> this week:
 208 2011-08-23T18:10:53  <pkumar> worked on fixing tests occured due to latest changes(quite a lot) in main repo.
 209 2011-08-23T18:10:53  <pkumar> Fixed such failures in storage mainly. Implemented test cleanup using up storage only(thanks to whoosh).
 210 2011-08-23T18:10:53  <pkumar> Worked on the documentations(in progress). will end in 1 or max 2 days.
 211 2011-08-23T18:10:53  <pkumar> Went through the tests to check for possible improvement.
 212 2011-08-23T18:10:54  <pkumar> Also worked on the code cleanup in the repo. Will finish it by today or max tomorrow.
 213 2011-08-23T18:10:57  <pkumar> Next: long way to go :)
 214 2011-08-23T18:10:59  <pkumar> BLockers: nothing as if now
 215 2011-08-23T18:11:49  <xorAxAx> ok
 216 2011-08-23T18:12:44  <dreimark> sounds good, you likly do only dev documentation or?
 217 2011-08-23T18:13:02  <dreimark> pkumar: ^
 218 2011-08-23T18:13:21  *** sinha has joined #moin-dev
 219 2011-08-23T18:13:28  <sinha> moin
 220 2011-08-23T18:13:33  <pkumar> dreimark : yeah ,currently I'm doing work on dev docs
 221 2011-08-23T18:14:24  <dreimark> ThomasWaldmann: has told a surprising speed up so we can write bigger tests again :)
 222 2011-08-23T18:14:50  <pkumar> and needless to say, couldn't have been here without all the supports. so thanks a lot
 223 2011-08-23T18:15:27  <pkumar> dreimark : sure, I have done some, room more more :)
 224 2011-08-23T18:16:20  <dreimark> more questions to pkumar ?
 225 2011-08-23T18:17:15  <pkumar> xorAxAx : thanks a lot for the support and to reply patiently all my doubts :)
 226 2011-08-23T18:17:35  <xorAxAx> no problem :)
 227 2011-08-23T18:18:38  <dreimark> ok, thanks for all the effort and working with us and for moin development
 228 2011-08-23T18:19:01  <dreimark> sinha: you will be next, i repeat the warm words you missed first
 229 2011-08-23T18:19:09  <dreimark> 18:01 < ThomasWaldmann> let me begin to say we liked to work with all of you  and that the end of SOC coding phase doesn't need to be  the end of your involvement.
 230 2011-08-23T18:19:09  <pkumar> I'm privileged :)
 231 2011-08-23T18:19:12  <dreimark> 18:01 < ThomasWaldmann> feel welcome to continue contributing code to moin (and  to FOSS projects in general).
 232 2011-08-23T18:20:00  <sinha> dreimark: i like writing codes especially UI stuffs, so definitely continue
 233 2011-08-23T18:20:23  <dreimark> :)
 234 2011-08-23T18:21:10  <dreimark> sinha: please summarize last week, next of course is not needed at least not for SOC
 235 2011-08-23T18:21:35  <sinha> LAST: i was almost engaged on the index page stuffs
 236 2011-08-23T18:21:56  <sinha> and correcting some earlier bugs (as the hasubitem flag one)
 237 2011-08-23T18:22:20  <xorAxAx> pkumar: can you copy the etherpad document to the wiki for historical purposes?
 238 2011-08-23T18:22:41  <sinha> On index page, i corrected the positional changes on Actions bar, added toggle/more handlers in contenttype filter
 239 2011-08-23T18:23:17  <sinha> and had spent times in merging my stuff :)
 240 2011-08-23T18:24:40  <pkumar> xorAxAx : sure, will do it, and put the link in the project page :)
 241 2011-08-23T18:24:54  <dreimark> xorAxAx: pkumar psssst
 242 2011-08-23T18:25:00  <dreimark> after the meeting please
 243 2011-08-23T18:25:23  <sinha> and also added that "unknown items" filter, which shows the items which do not belong to any contenttype
 244 2011-08-23T18:27:10  <pkumar> brb
 245 2011-08-23T18:28:04  <sinha> dreimark: i guess i am done
 246 2011-08-23T18:28:16  <sinha> dreimark: should i start writing the docs now ?
 247 2011-08-23T18:28:21  <dreimark> ok. no blockers i think
 248 2011-08-23T18:28:26  <dreimark> sinha: yes
 249 2011-08-23T18:28:33  <sinha> dreimark: or fix the issues first ?
 250 2011-08-23T18:28:41  <dreimark> all together
 251 2011-08-23T18:28:52  <sinha> okay
 252 2011-08-23T18:28:57  <dreimark> if you find time write docs if you are bored from writing docs fix issues
 253 2011-08-23T18:29:07  <sinha> yes :)
 254 2011-08-23T18:29:31  <dreimark> I am satisfied from global history and especialy index which looks now like a very great tool. This had take
 255 2011-08-23T18:29:34  <dreimark> n more time as at the beginning expected because now it has a much bigger functi
 256 2011-08-23T18:29:38  <dreimark> onality as at the beginning.
 257 2011-08-23T18:30:08  <dreimark> that does compensite that we don't have everything from the list :)
 258 2011-08-23T18:30:15  <sinha> yes, i really wanted to thanks you for all your inputs in there
 259 2011-08-23T18:30:51  <dreimark> are there further questions to sinha ?
 260 2011-08-23T18:31:44  <dreimark> don't so thanks again sinha for the great work, big improvements of ui and further contribution
 261 2011-08-23T18:31:58  <dreimark> thanks all students to work with us
 262 2011-08-23T18:31:59  <sinha> dreimark: :)
 263 2011-08-23T18:32:26  * dreimark meeting finished
 264 2011-08-23T18:32:40  <dreimark> normal talk mode now :)
 265 2011-08-23T18:32:56  <sinha> brb
 266 2011-08-23T18:37:36  <dreimark> bbl
 267 2011-08-23T18:56:25  <xorAxAx> pkumar: i am waiting :)
 268 2011-08-23T18:58:35  <dreimark> sinha: the idea by xorAxAx is good, please copy also the etherpad documentation to a wiki page.
 269 2011-08-23T18:59:14  <dreimark> We should avoid that if they upgrade to epl that it become purged
 270 2011-08-23T18:59:55  *** MattMaker has quit IRC
 271 2011-08-23T18:59:55  *** aa_ has quit IRC
 272 2011-08-23T19:00:00  *** aa_ has joined #moin-dev
 273 2011-08-23T19:00:01  <pkumar> re
 274 2011-08-23T19:01:46  <pkumar> xorAxAx : http://paste.pocoo.org/show/463092/
 275 2011-08-23T19:02:51  <pkumar> xorAxAx : if I give a setup_module, the imports are always encountered in the execution process before the setup_module
 276 2011-08-23T19:03:13  *** MattMaker has joined #moin-dev
 277 2011-08-23T19:03:14  <pkumar> import in line 24
 278 2011-08-23T19:04:11  <pkumar> and we want to check the condition in which that import is included
 279 2011-08-23T19:04:17  <pkumar> xorAxAx : ^
 280 2011-08-23T19:04:55  <pkumar> and keeping that import inside setup_module doesn't work well
 281 2011-08-23T19:05:10  <xorAxAx> pkumar: http://pytest.org/latest/skipping.html#skipping-on-a-missing-import-dependency
 282 2011-08-23T19:07:09  <pkumar> xorAxAx : yeah, if I use skip(any skip) outside the function, the whole test skips without displaying in the list
 283 2011-08-23T19:07:29  <xorAxAx> well, thats probably a bug
 284 2011-08-23T19:07:43  <xorAxAx> have you investigated it by chatting on irc to the pytest guys?
 285 2011-08-23T19:07:44  <sinha> dreimark: yes copying them
 286 2011-08-23T19:08:02  <pkumar> xorAxAx :not yet, will do that
 287 2011-08-23T19:09:30  <pkumar> need to go, brb
 288 2011-08-23T19:09:41  <xorAxAx> bye
 289 2011-08-23T19:09:50  <pkumar> xorAxAx : cya
 290 2011-08-23T19:10:02  <pkumar> :)
 291 2011-08-23T19:39:06  <pkumar> re
 292 2011-08-23T20:00:55  *** Marchael has quit IRC
 293 2011-08-23T20:00:58  *** greg_f has quit IRC
 294 2011-08-23T20:03:28  <CIA-114> pkumar <contactprashantat@gmail.com> * c3ec667a4bfa r755 pytest2/MoinMoin/_tests/test_test_environ.py: removed '#' from item.commit, was left there during previous works
 295 2011-08-23T20:03:28  <CIA-114> pkumar <contactprashantat@gmail.com> * e031a34d248a r756 pytest2/MoinMoin/converter/rst_in.py: keyword 'py' and 'py.test' changed to pytest in converter.rst_in
 296 2011-08-23T20:03:28  <CIA-114> pkumar <contactprashantat@gmail.com> * ada8cbfc165d r757 pytest2/MoinMoin/conftest.py: format for commit messages in conftest corrected
 297 2011-08-23T20:03:28  <CIA-114> pkumar <contactprashantat@gmail.com> * 57af51410c3a r758 pytest2/MoinMoin/ (10 files in 4 dirs): old style classes changed to new style classes
 298 2011-08-23T20:17:43  <dreimark> .oO earthquake in the us
 299 2011-08-23T20:34:27  *** pkumar has quit IRC
 300 2011-08-23T20:35:57  *** xorAxAx has quit IRC
 301 2011-08-23T20:36:09  *** xorAxAx has joined #moin-dev
 302 2011-08-23T20:39:10  <ThomasWaldmann> sinha: btw, found an issue with index page and upload:
 303 2011-08-23T20:40:04  <ThomasWaldmann> if you drop stuff onto background for upload and there are already many items there, it would be better to show the upload stuff at the top (same place where you show later those "recently uploaded items"), not at the bottom
 304 2011-08-23T20:40:32  <ThomasWaldmann> also, mimetype detection malfunctioned for foo.pdf, was saved as text/html
 305 2011-08-23T20:44:45  <sinha> ThomasWaldmann: that dropping thing is really confusing, one can drop on top area or in bottom area, so what i am thinking to do is, let it be at bottom area, when something is dropped, i will take the scroll bar to that region, such that it will be visible
 306 2011-08-23T20:45:36  <sinha> and reg mimetype malfunctioning, i just used the already implemented converter (contenttype_to_class ), so need to look into that
 307 2011-08-23T20:47:33  <ThomasWaldmann> well, show both at same place. currently they are at opposite places.
 308 2011-08-23T20:48:36  <ThomasWaldmann> no, i mean the contenttype written to metadata
 309 2011-08-23T21:07:47  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> pytest2 * 759:6097284a3cdc 2.0/ (7 files in 5 dirs):
 310 2011-08-23T21:07:47  <CIA-114> remove load_xml/save_xml support at wiki startup, use moin maint_xml script
 311 2011-08-23T21:07:47  <CIA-114> updated wikiconfig.py
 312 2011-08-23T21:07:47  <CIA-114> updated docs with instructions about how to load example items
 313 2011-08-23T21:07:47  <CIA-114> updated docs about 1.9 to 2.0 upgrading
 314 2011-08-23T21:12:13  <ThomasWaldmann> yay :)
 315 2011-08-23T21:12:30  <ThomasWaldmann> (that is in pytest2 branch, btw=
 316 2011-08-23T21:12:31  <ThomasWaldmann> )
 317 2011-08-23T21:55:56  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> pytest2 * 760:bb3ea5043a4f 2.0/MoinMoin/app.py: remove load/save xml timer calls
 318 2011-08-23T22:07:00  <dreimark> ThomasWaldmann: have you found why it was so slow?
 319 2011-08-23T22:09:28  <dreimark> hmm, i am not happy with the branches at the moment, thats mostly because i am not used them often.
 320 2011-08-23T22:20:51  <ThomasWaldmann> dreimark: i first fix global history, also crap slow
 321 2011-08-23T22:28:18  <dreimark> ok
 322 2011-08-23T23:20:28  <dreimark> gn

MoinMoin: MoinMoinChat/Logs/moin-dev/2011-08-23 (last edited 2011-08-23 00:45:03 by IrcLogImporter)