1 2011-07-10T00:17:09  <dreimark> ;)
   2 2011-07-10T00:20:30  <dreimark> haha, looks like BC makes that spammer a headache
   3 2011-07-10T00:23:48  <Marchael> ThomasWaldmann: please, review pathset 9 http://codereview.appspot.com/4675066/
   4 2011-07-10T00:24:54  <Marchael> I want to commit this until I won't going sleep at keyboard
   5 2011-07-10T00:35:43  <Marchael> dreimark: I made a typo to comment, so just update that page
   6 2011-07-10T00:35:51  <Marchael> s/to/in/
   7 2011-07-10T00:37:58  <Marchael> dreimark: patchset 10
   8 2011-07-10T00:40:19  <Marchael> 5:00, /me almost sleep
   9 2011-07-10T00:43:28  *** raignarok has quit IRC
  10 2011-07-10T00:46:03  <ThomasWaldmann> Marchael: continue after sleeping. gn.
  11 2011-07-10T00:46:41  <Marchael> wait
  12 2011-07-10T00:47:01  <Marchael> > flaskg only works at request-time
  13 2011-07-10T00:47:02  <Marchael> I'm calling that from script
  14 2011-07-10T00:47:12  <Marchael> in create_app_ext()
  15 2011-07-10T00:47:25  <Marchael> so flaskg not initialized yet
  16 2011-07-10T00:48:41  <Marchael> ThomasWaldmann: ^
  17 2011-07-10T00:50:54  <Marchael> when I tried initialize it in create_app_ext() I got RuntimeError: working outside of request context
  18 2011-07-10T00:51:19  <Marchael> it == flaskg.clock = Clock()
  19 2011-07-10T00:53:47  *** raignarok has joined #moin-dev
  20 2011-07-10T01:01:58  <ThomasWaldmann> i can't comment without seeing the code.
  21 2011-07-10T01:02:34  <Marchael> I pasted all my changes to codereview
  22 2011-07-10T01:03:14  <Marchael> I can repost traceback and code what causing problem
  23 2011-07-10T01:03:23  <ThomasWaldmann> you need to give more details, urls, line numbers, etc.
  24 2011-07-10T01:04:52  <Marchael> ThomasWaldmann: there is traceback http://paste.pocoo.org/show/434698/
  25 2011-07-10T01:05:27  <Marchael> all code what I added was "flaskg.clock = Clock()" in line 97 app.py
  26 2011-07-10T01:08:24  *** m4k3r has quit IRC
  27 2011-07-10T01:08:35  <ThomasWaldmann> that is not what you showed on codereview
  28 2011-07-10T01:08:46  <ThomasWaldmann> and you just don't do that.
  29 2011-07-10T01:10:50  <Marchael> so what should I do, if I can't access to flaskg?
  30 2011-07-10T01:11:17  <ThomasWaldmann> you just don't do THAT.
  31 2011-07-10T01:12:01  <ThomasWaldmann> and as I have no idea what's the point of that anyway, I can't give advice.
  32 2011-07-10T01:16:00  <Marchael> ThomasWaldmann: patchset 11, traceback here http://paste.pocoo.org/show/434704/
  33 2011-07-10T01:16:42  <Marchael> (I rollback my changes in app.py)
  34 2011-07-10T01:17:38  *** grzywacz has quit IRC
  35 2011-07-10T01:19:23  <ThomasWaldmann> ah, ok, I'll have a look what I can do about this.
  36 2011-07-10T01:23:40  <Marchael> ok, I get some sleep
  37 2011-07-10T01:23:46  <Marchael> bbl/gn
  38 2011-07-10T01:34:41  *** raignarok has quit IRC
  39 2011-07-10T02:45:11  *** sinha has quit IRC
  40 2011-07-10T04:46:05  *** Marchael has quit IRC
  41 2011-07-10T05:29:39  *** Marchael has joined #moin-dev
  42 2011-07-10T05:30:03  <Marchael> moin
  43 2011-07-10T06:36:08  *** m4k3r has joined #moin-dev
  44 2011-07-10T06:50:43  *** m4k3r has quit IRC
  45 2011-07-10T08:44:02  *** hardy89 has joined #moin-dev
  46 2011-07-10T09:00:20  *** raignarok has joined #moin-dev
  47 2011-07-10T09:18:04  <dreimark> moin
  48 2011-07-10T09:35:39  <dreimark> ThomasWaldmann: TheSheep comments please to http://moinmo.in/AkashSinha/Gsoc2011Diary/2011-07-09
  49 2011-07-10T09:35:45  <dreimark> bbl
  50 2011-07-10T09:54:27  *** raignarok has quit IRC
  51 2011-07-10T11:03:54  *** MattMaker has joined #moin-dev
  52 2011-07-10T11:53:33  *** raignarok has joined #moin-dev
  53 2011-07-10T12:04:15  *** sinha has joined #moin-dev
  54 2011-07-10T12:20:03  *** hardy89 has quit IRC
  55 2011-07-10T12:33:14  <Marchael> ThomasWaldmann: ping
  56 2011-07-10T12:33:30  <Marchael> could you give me advice about my issue with clock timer?
  57 2011-07-10T12:35:14  <ThomasWaldmann> Marchael: read test_request_context docs
  58 2011-07-10T12:38:57  *** Marchael has quit IRC
  59 2011-07-10T12:47:10  *** Marchael has joined #moin-dev
  60 2011-07-10T13:20:19  *** raignarok has quit IRC
  61 2011-07-10T13:54:08  <sinha> ThomasWaldmann: i have created a flatland form and have all checkboxes input, and by default i want all of them to be checked, so how to do that ? do i need to change something in  Form.from_defaults()  thing ?
  62 2011-07-10T13:55:55  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 287:a4461b58fba3 2.0/MoinMoin/app.py: app: cosmetic changes
  63 2011-07-10T13:57:16  <ThomasWaldmann> sinha: i think we already have code using checkboxes, did you look there?
  64 2011-07-10T14:01:38  <sinha> yes there is one, but it takes value from the user configs or something
  65 2011-07-10T14:04:07  <sinha> it calls that from_object()  method of Form by passing the user object there
  66 2011-07-10T14:06:39  *** raignarok has joined #moin-dev
  67 2011-07-10T14:08:28  <sinha> ThomasWaldmann:can't i pass some default value to any method ?
  68 2011-07-10T14:08:53  <dreimark> sinha: Check boxes will add a checked="checked" attribute if the literal value= matches the element’s value.
  69 2011-07-10T14:09:04  <dreimark> see http://readthedocs.org/docs/flatland/en/latest/markup.html?highlight=checkbox
  70 2011-07-10T14:10:00  <dreimark> there  are some more examples
  71 2011-07-10T14:10:32  <sinha> dreimark: when the form is posted, it is happening,
  72 2011-07-10T14:10:46  <sinha> but when it isn't posted that time also i need to set them as checked
  73 2011-07-10T14:12:45  <dreimark> when did second occur?
  74 2011-07-10T14:14:11  <sinha> by default when nothing is posted
  75 2011-07-10T14:14:13  <dreimark> i mean why can't you send something to the template
  76 2011-07-10T14:15:18  <sinha> i can, this is how i have done in my current implementation
  77 2011-07-10T14:15:53  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 288:e6f585ac9766 2.0/MoinMoin/ (app.py conftest.py): use teardown_request (teardown_wiki) instead of after_request (after_wiki), because it is called when an exception happened
  78 2011-07-10T14:17:38  <ThomasWaldmann> sinha: it is rather unclear to me what exactly the problem is
  79 2011-07-10T14:18:00  <ThomasWaldmann> and it might be useful if you just use codereview
  80 2011-07-10T14:18:08  <dreimark> sinha: can't you send always values and left out some it one unchecks something?
  81 2011-07-10T14:18:26  <dreimark> s/it/if/
  82 2011-07-10T14:19:21  <ThomasWaldmann> xorAxAx: waldi: your students might want to merge that changeset soon ^^ and adapt their stuff accordingly
  83 2011-07-10T14:19:57  <ThomasWaldmann> Marchael: same for you
  84 2011-07-10T14:20:01  <sinha> dreimark: ThomasWaldmann: this is my concern http://paste.pocoo.org/show/435100/, i have created a form class, so when request.method is not "POST" i want to render the form with all checkboxes as checked
  85 2011-07-10T14:20:41  <sinha> i am using this, form = ContenttypeFilterForm.from_defaults()
  86 2011-07-10T14:20:51  <dreimark> sinha: in codereview it saves time because of commenting functions
  87 2011-07-10T14:21:05  <sinha> okay uploading it
  88 2011-07-10T14:21:45  <ThomasWaldmann> well, the question for that form is whether it makes sense at all
  89 2011-07-10T14:22:25  <ThomasWaldmann> it is a 1:1 thing for the major types, but for most wiki users that is not really usable
  90 2011-07-10T14:23:19  <dreimark> in the past we hasd only text Pages / text items
  91 2011-07-10T14:23:54  <dreimark> i think it must be possible to a give a user a chance to see again what is the page like content
  92 2011-07-10T14:24:00  <dreimark> and what is others
  93 2011-07-10T14:25:18  <ThomasWaldmann> what i mean is IF we want such a type selection thing, THEN it maybe should not be based on major type directly
  94 2011-07-10T14:26:30  <ThomasWaldmann> but maybe rather on sets of types
  95 2011-07-10T14:27:39  <sinha> ThomasWaldmann: this is how user will be selecting http://moinmo.in/AkashSinha/Gsoc2011Diary/2011-07-09?action=AttachFile&do=get&target=index_contenttype.png
  96 2011-07-10T14:28:57  <ThomasWaldmann> sinha: how many percent of all users do you think know what "application" means in that context?
  97 2011-07-10T14:29:48  <sinha> ThomasWaldmann: i know these terms are too technical
  98 2011-07-10T14:29:58  <sinha> but we could change them later
  99 2011-07-10T14:30:11  <sinha> but others are image, audio, video
 100 2011-07-10T14:30:20  <ThomasWaldmann> it's not just about the terms, but also about what your code does
 101 2011-07-10T14:30:23  <sinha> they are pretty understandable
 102 2011-07-10T14:30:48  <ThomasWaldmann> and if you just go for the major type, it won't work as needed
 103 2011-07-10T14:31:05  <ThomasWaldmann> so, do it correct from the beginning
 104 2011-07-10T14:31:55  <sinha> ThomasWaldmann: so what should i do now ?
 105 2011-07-10T14:32:52  <ThomasWaldmann> (14:23) < ThomasWal> what i mean is IF we want such a type selection thing, THEN it maybe should not be based on major type directly
 106 2011-07-10T14:32:55  <ThomasWaldmann> (14:24) < ThomasWal> but maybe rather on sets of types
 107 2011-07-10T14:34:20  <sinha> how to define sets of types, i mean similar to the types shown, when one creates a new item ?
 108 2011-07-10T14:35:38  <ThomasWaldmann> foo = set([...])
 109 2011-07-10T14:35:46  <ThomasWaldmann> that's how you define a set
 110 2011-07-10T14:37:50  <sinha> ThomasWaldmann: please see this http://codereview.appspot.com/4686045/, this is what i have done yesterday and tell me what needed to be changed ( in the logic)
 111 2011-07-10T14:37:59  <dreimark> one could add the common extension/shortcut for mimetypes instead of the technical name into a set
 112 2011-07-10T14:38:25  <ThomasWaldmann> yes, you could maybe reuse / share the definition in class NonExistent
 113 2011-07-10T14:40:21  <ThomasWaldmann> (and keep the lists for the definition [do not use sets there], we need order for showing them for create item)
 114 2011-07-10T14:40:52  <ThomasWaldmann> you can even get your label texts from there
 115 2011-07-10T14:41:47  <sinha> yes this is what i have done without using the flatland form
 116 2011-07-10T14:41:59  <sinha> you can see in that codereview
 117 2011-07-10T14:42:50  <sinha> now i am replacing that form by a flatland form, and then i  asked my first question today
 118 2011-07-10T14:43:23  <ThomasWaldmann> btw, it would be great if not all your URLs ended with a trailing comma
 119 2011-07-10T14:44:33  *** greg_f has joined #moin-dev
 120 2011-07-10T14:46:21  <ThomasWaldmann> sinha: your checkbox selection will only select the name of the predefined set of content types
 121 2011-07-10T14:47:40  <sinha> yes i am aware of that pre-defined types, thats what i also asked how/from where  to fetch list of all major types
 122 2011-07-10T14:48:04  <ThomasWaldmann> that also solves the problem that not every text item is markup, btw
 123 2011-07-10T14:48:48  <ThomasWaldmann> sinha: shall i move that datastructure to config module for you?
 124 2011-07-10T14:49:44  <sinha> cant i use it from where it is now ? i mean from the mimetypes
 125 2011-07-10T14:50:01  <ThomasWaldmann> (14:36) < ThomasWal> yes, you could maybe reuse / share the definition in class NonExistent
 126 2011-07-10T14:51:41  <sinha> ThomasWaldmann: " that also solves the problem that not every text item is markup, btw", but markups have their major tyyes as text
 127 2011-07-10T14:51:49  <sinha> s/tyyes/types
 128 2011-07-10T14:55:57  <ThomasWaldmann> so?
 129 2011-07-10T14:56:25  <sinha> so they will be shown under text filter is selected
 130 2011-07-10T14:56:56  <ThomasWaldmann> you don't have a "text filter"
 131 2011-07-10T14:57:28  <sinha> i meant the text contenttype  selection in that filter form
 132 2011-07-10T14:57:54  <ThomasWaldmann> just look at contenttype_groups in items/__init__.py
 133 2011-07-10T14:58:28  <ThomasWaldmann> and I already said that just selecting on the major type is not really usable, so...
 134 2011-07-10T15:02:56  <sinha> okay so not the major types, so what to display for selection, these contenttype_groups ?
 135 2011-07-10T15:03:07  <ThomasWaldmann> for example, if you just select major type == text (as you intended), it will show you "wiki pages", source code items, diffs/patches, csv data, logs, plain text files, ...
 136 2011-07-10T15:03:27  <sinha> yes it will
 137 2011-07-10T15:03:45  <ThomasWaldmann> but that's not what we want :)
 138 2011-07-10T15:04:10  <sinha> so we should show their contenttype_groups and list some of the minor types into that
 139 2011-07-10T15:04:20  <ThomasWaldmann> users will rather think in categories like "wiki pages" vs. "other text stuff"
 140 2011-07-10T15:04:43  <dreimark> I did that mapping failure sorry, we have now also text items which were in the past attachments
 141 2011-07-10T15:05:17  <dreimark> 7.3 in japan
 142 2011-07-10T15:05:32  <ThomasWaldmann> sinha: except for the fact that it might not be complete (which is fixable), you can use contenttype_groups almost 1:1
 143 2011-07-10T15:07:53  <sinha> okay, doing that and should also list the minor types under them just to get better idea, like in other items i will list pdf, zip, tar ...
 144 2011-07-10T15:09:13  <ThomasWaldmann> if the outcome would be a generally usable widget for one-or-multiple mimetype selection, that'ld be best :)
 145 2011-07-10T15:10:07  <ThomasWaldmann> we could also use it for item creation then
 146 2011-07-10T15:11:41  <sinha> yes, we can do it so, but i wasn't talking about mime type selection above, i was just saying to put them there to give user a better idea, but anyways thanks for your suggestion :)
 147 2011-07-10T15:13:50  <sinha> ThomasWaldmann: dreimark: do i really need to move the form (contenttype filter selections) to a flatland form, i mean i will not using any useful methods of flatland, neither i am saving any thing coming from the form fields, and now that using the contnettpye group i will be picking the fields from a function and then creating input fields, so tell me what to do ?
 148 2011-07-10T15:14:10  <sinha> s/contnet/content
 149 2011-07-10T15:16:29  <ThomasWaldmann> flatland is always nice for feeding, extracting and validation
 150 2011-07-10T15:17:34  <ThomasWaldmann> (and also for form html creation)
 151 2011-07-10T15:28:47  <sinha> exactly, it is but i dont need feeding here, extraction ( not by each field, in checkboxes just need to retrieve the name of fields which are passed) and ofcourse no validation
 152 2011-07-10T15:29:04  <sinha> but anyways i will do with flatland, maybe later on we may extend it
 153 2011-07-10T15:29:21  <sinha> bbl
 154 2011-07-10T15:30:28  *** hardy89 has joined #moin-dev
 155 2011-07-10T15:33:42  <dreimark> bbl2
 156 2011-07-10T17:04:12  *** esyr_ has joined #moin-dev
 157 2011-07-10T17:05:14  *** esyr_ has quit IRC
 158 2011-07-10T18:10:10  *** pkumar has joined #moin-dev
 159 2011-07-10T18:19:10  *** hardy89 has quit IRC
 160 2011-07-10T18:29:31  *** raignarok has quit IRC
 161 2011-07-10T18:30:26  <xorAxAx> pkumar: have you seen thomas' message regarding the new event handling in teardown?
 162 2011-07-10T18:31:29  <pkumar> xorAxAx : no, is it there in today's chat log ?
 163 2011-07-10T18:31:36  <xorAxAx> yes
 164 2011-07-10T18:31:43  <xorAxAx> and you should always read or skim the chatlog
 165 2011-07-10T18:32:18  <pkumar> xorAxAx : I'll just check it.
 166 2011-07-10T18:34:06  <Marchael> ThomasWaldmann: clean_index() must clean index in index_dir or index_dir_tmp?
 167 2011-07-10T18:35:23  <Marchael> btw, move_index() clean index in app.cfg.index_dir before moving
 168 2011-07-10T18:36:06  <pkumar> xorAxAx : thanks, I just went through that changeset also. I'll pull the latest changes in my repo.
 169 2011-07-10T18:36:20  <xorAxAx> ok
 170 2011-07-10T18:38:35  <ThomasWaldmann> Marchael: do whatever makes sense. for wiki farm it must be possible to build one index from multiple wikis.
 171 2011-07-10T18:39:15  <CIA-114> pkumar <contactprashantat@gmail.com> * 123a42cf18bc r367 pytest2/MoinMoin/_tests/test_user.py: added test for bookmark related functions of user in _tests/test_user
 172 2011-07-10T18:39:16  <CIA-114> pkumar <contactprashantat@gmail.com> * e2db0443175b r368 pytest2/MoinMoin/_tests/test_user.py: added display msg on failure in _tests/test_user
 173 2011-07-10T18:39:17  <CIA-114> pkumar <contactprashantat@gmail.com> * f63541967a07 r370 pytest2/MoinMoin/_tests/test_user.py: user.User.delBookmark() should return 1 on failure
 174 2011-07-10T18:39:18  <CIA-114> pkumar <contactprashantat@gmail.com> * 948b5584e941 r372 pytest2/MoinMoin/util/_tests/test_thread_monitor.py: added test for trigger_dump of util.thread_monitor.Monitor in util/test_thread_monitor
 175 2011-07-10T18:39:21  <CIA-114> pkumar <contactprashantat@gmail.com> * ed84a79e72b7 r369 pytest2/MoinMoin/_tests/test_user.py: user.User.delBookmark() should return 0 on success
 176 2011-07-10T18:39:22  <CIA-114> pkumar <contactprashantat@gmail.com> * a42e136162a5 r371 pytest2/MoinMoin/util/_tests/test_thread_monitor.py: added test test_thread_monitor for util.thread_monitor
 177 2011-07-10T18:41:37  <Marchael> ThomasWaldmann: For building it's ok now, but for moving index for one wiki erases records to others.
 178 2011-07-10T18:43:18  <ThomasWaldmann> Marchael: you first build the index for all wikis in the tmp location, then you move it
 179 2011-07-10T18:43:19  <Marchael> btw, I WhooshIndex object in script creating with WhooshIndex(index_dir=app.cfg.index_dir_tmp)
 180 2011-07-10T18:44:59  <Marchael> but indexes not merging, new replaces older
 181 2011-07-10T18:46:10  <Marchael> may be add merge_index()?
 182 2011-07-10T18:46:27  <Marchael> because not all wiki admins have wiki farms
 183 2011-07-10T18:47:29  <Marchael> so move_index() will replace old indexes by new and merge_index() will merge old index with new
 184 2011-07-10T18:47:35  <Marchael> ThomasWaldmann: what you think?
 185 2011-07-10T19:01:19  <ThomasWaldmann> if you do a rebuild in tmp for all wikis, you don't need to merge with old index, you have a full new one
 186 2011-07-10T19:03:10  <Marchael> If I understand correctly for farm wikis we have a lot of index_dir_tmp, but have one index_dir. And If admin will do rebuild & move for one wiki, he removes index for other wikis
 187 2011-07-10T19:05:08  <Marchael> because it's just move index files
 188 2011-07-10T19:07:37  <ThomasWaldmann> (18:41) < ThomasWal> Marchael: you first build the index for all wikis in the tmp location, then you move it
 189 2011-07-10T19:35:15  <ThomasWaldmann> looks like we can reuse flask's deployment docs
 190 2011-07-10T19:35:57  <ThomasWaldmann> http://flask.pocoo.org/docs/deploying/
 191 2011-07-10T19:55:41  <dreimark> re
 192 2011-07-10T20:01:42  *** Marchael has quit IRC
 193 2011-07-10T20:07:08  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 289:1c377ccaf6a1 2.0/docs/admin/serve.rst: docs: for deployment just point to Flask deployment docs
 194 2011-07-10T20:14:27  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> * 0513cfd0aaeb r373 pytest2/ (wikiconfig.py quickinstall): use XStatic-MathJax package, require it via setup.py, remove it from quickinstall scripts
 195 2011-07-10T20:14:27  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> * 88d8b4663efc r374 pytest2/setup.py: setup: require MathJax, missed in previous changeset
 196 2011-07-10T20:14:27  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> * ab67dd35c5f2 r375 pytest2/setup.py: setup.py: only Flask == 0.7.1 until we have fixed moin2 for newer releases
 197 2011-07-10T20:14:27  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> * 6addf72bd94e r376 pytest2/setup.py: setup.py: reverted to 88d8b4663efc
 198 2011-07-10T20:14:27  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * a9afdff3f42f r377 pytest2/ (quickinstall.bat setup.py quickinstall): XStatic: pin XStatic==0.0.1 and compatible ressource packages
 199 2011-07-10T20:14:27  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> * 3f4ebd1f2fd0 r378 pytest2/setup.py: XStatic: pin XStatic==0.0.1 and compatible ressource packages 2nd part
 200 2011-07-10T20:14:28  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> * d28a3434b40c r379 pytest2/ (4 files in 2 dirs): use XStatic-svg-edit-moin==2011.07.07.1, require it via setup.py, remove it from quickinstall scripts
 201 2011-07-10T20:14:28  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * da04ea3f5817 r380 pytest2/quickinstall: remove download of svgedit from quickinstall, it is handled via XStatic package now
 202 2011-07-10T20:14:29  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * 5afd19296f66 r381 pytest2/ (quickinstall.bat quickinstall): removed unneeded stuff from quickinstall*
 203 2011-07-10T20:15:11  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * 865c3780d091 r382 pytest2/ (wikiconfig.py quickinstall.bat setup.py quickinstall): upgrade to XStatic 0.0.2 and packages made for it
 204 2011-07-10T20:15:11  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * f0288e2a7d09 r383 pytest2/docs/admin/ (install.rst requirements.rst): update docs: now every dependency is installed via setup.py, no wget any more
 205 2011-07-10T20:15:11  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * a4461b58fba3 r384 pytest2/MoinMoin/app.py: app: cosmetic changes
 206 2011-07-10T20:15:11  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * e6f585ac9766 r385 pytest2/MoinMoin/ (conftest.py app.py): use teardown_request (teardown_wiki) instead of after_request (after_wiki), because it is called when an exception happened
 207 2011-07-10T20:15:12  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * 1c377ccaf6a1 r386 pytest2/docs/admin/serve.rst: docs: for deployment just point to Flask deployment docs
 208 2011-07-10T20:16:12  <CIA-114> pkumar <contactprashantat@gmail.com> * 0fe63375525e r387 pytest2/ (10 files in 4 dirs): merged with default
 209 2011-07-10T20:43:25  *** grzywacz has joined #moin-dev
 210 2011-07-10T20:43:25  *** grzywacz has joined #moin-dev
 211 2011-07-10T20:44:55  *** greg_f has quit IRC
 212 2011-07-10T21:09:15  *** pkumar has quit IRC
 213 2011-07-10T21:12:11  *** m4k3r has joined #moin-dev
 214 2011-07-10T21:12:46  <ThomasWaldmann> moin-2.0-whoosh$ hg heads|grep change
 215 2011-07-10T21:12:46  <ThomasWaldmann> changeset:   312:dc04953b1ee8
 216 2011-07-10T21:12:46  <ThomasWaldmann> changeset:   307:ff38aed82112
 217 2011-07-10T21:12:46  <ThomasWaldmann> changeset:   278:750781283141
 218 2011-07-10T21:12:59  * ThomasWaldmann is unimpressed
 219 2011-07-10T21:15:24  *** m4k3r has quit IRC
 220 2011-07-10T21:26:26  <dreimark> also bitbucket finds the merge conflicts, i think he is not aware of merge resolving
 221 2011-07-10T21:26:40  <dreimark> +conflict
 222 2011-07-10T21:46:38  <dreimark> ThomasWaldmann: why don't i see for pkumars repo "compare fork" but for all others
 223 2011-07-10T21:46:56  <dreimark> changeset:   387:0fe63375525e
 224 2011-07-10T21:46:56  <dreimark> changeset:   386:1c377ccaf6a1
 225 2011-07-10T21:47:11  <dreimark> moin-2-pkumar$ hg heads | grep change
 226 2011-07-10T21:47:16  <dreimark> xorAxAx: ^
 227 2011-07-10T21:47:39  <dreimark> do you see the compare fork button?
 228 2011-07-10T21:50:09  <dreimark> moin-2-hardy$ hg heads | grep change
 229 2011-07-10T21:50:15  <dreimark> changeset:   277:0f4b0ef805b4
 230 2011-07-10T21:50:16  <dreimark> changeset:   273:5a3f3a4d307f
 231 2011-07-10T21:50:16  <dreimark> changeset:   234:f6e023768f35
 232 2011-07-10T21:50:40  <xorAxAx> it looks like he didnt use the fork feature of bb
 233 2011-07-10T21:51:04  <xorAxAx> pkumar, my student reading the logs, why do you have two heads?
 234 2011-07-10T21:52:16  * dreimark remembers, this repo was initially by ronny
 235 2011-07-10T21:54:01  <ronny> hu?
 236 2011-07-10T21:54:25  <ronny> hmm
 237 2011-07-10T21:54:36  <dreimark> ronny: nothing special just checked all repos
 238 2011-07-10T21:54:40  <ronny> do i have to check what the hell pkumar and hardy doing with the repos?
 239 2011-07-10T21:54:47  <ronny> they might be doing random weird crap again
 240 2011-07-10T21:54:57  <dreimark> ronny: no, it was not directed to you
 241 2011-07-10T21:55:07  <dreimark> i just remembered
 242 2011-07-10T21:55:18  <dreimark> next time i try to write r o n n y
 243 2011-07-10T21:55:35  <dreimark> so you don't become highlighted
 244 2011-07-10T21:55:47  <ronny> well, i hear merge conflics and repo orginated from me
 245 2011-07-10T21:55:56  <ronny> so its probably the students messing up
 246 2011-07-10T21:56:09  <dreimark> i wondered why i can't see bb compare
 247 2011-07-10T21:56:10  <ronny> i suppose i'll plan to be availiable the whole of next wendsday
 248 2011-07-10T21:56:27  <dreimark> that was the explaintation
 249 2011-07-10T21:56:51  <dreimark> it was just not a fork on bb
 250 2011-07-10T21:57:20  <dreimark> ronny: thx
 251 2011-07-10T22:06:52  *** raignarok has joined #moin-dev
 252 2011-07-10T22:33:04  *** grzywacz has quit IRC
 253 2011-07-10T23:22:54  <CIA-114> pkumar <contactprashantat@gmail.com> * a135f319182f r388 pytest2/MoinMoin/util/_tests/test_diff_html.py: added tests for util.diff_html in util/test_diff_html

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