1 2011-08-30T01:01:33  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> pytest2 * 805:7b28a1e0774e 2.0/MoinMoin/ (apps/frontend/views.py templates/search.html): search: add name/content key terms as suggestions to search result view
   2 2011-08-30T06:07:14  *** Marchael has joined #moin-dev
   3 2011-08-30T06:26:01  *** Marchael has quit IRC
   4 2011-08-30T06:26:09  *** Marchael has joined #moin-dev
   5 2011-08-30T07:32:13  <Marchael> moin
   6 2011-08-30T07:33:57  <Marchael> ThomasWaldmann: what better way for exporting my changes? export all my commits to repo or make global diff from repo since first commit?
   7 2011-08-30T07:54:20  *** pkumar has joined #moin-dev
   8 2011-08-30T07:54:25  <pkumar> moin
   9 2011-08-30T09:28:05  *** pkumar has quit IRC
  10 2011-08-30T09:32:36  *** Marchael has quit IRC
  11 2011-08-30T09:46:11  *** Marchael has joined #moin-dev
  12 2011-08-30T10:12:43  <Marchael> bbl
  13 2011-08-30T10:35:45  <ThomasWaldmann> moin
  14 2011-08-30T10:38:07  * ThomasWaldmann fixes the wikipage himself as sinha didn't do it :|
  15 2011-08-30T10:41:00  <ThomasWaldmann> hmm, he did, but he left the old stuff there
  16 2011-08-30T10:43:37  <ThomasWaldmann> hmm, no, he did not. the solution was already there. he just didn't read it because the old stuff still was there also.
  17 2011-08-30T10:44:30  <ThomasWaldmann> Marchael: http://moinmo.in/GoogleSoc2011 see "What you need to do after GSoC has ended"
  18 2011-08-30T10:54:35  <Marchael> ok
  19 2011-08-30T10:54:52  <dreimark> moin
  20 2011-08-30T11:10:33  *** greg_f has joined #moin-dev
  21 2011-08-30T11:13:44  <Marchael> ThomasWaldmann: I used that template for export
  22 2011-08-30T11:13:44  <Marchael> hg log -M --template '{rev} '  -k 'Michael Mayorov' -r bc7b8834eff5
  23 2011-08-30T11:13:44  <Marchael> but I see only one number
  24 2011-08-30T11:14:33  <Marchael> ThomasWaldmann: ah, sorry. I didn't recognize ":" in the end.
  25 2011-08-30T11:15:32  <ThomasWaldmann> copy and paste rules :) sometimes.
  26 2011-08-30T11:29:32  * Marchael uploaded own stuff to code.google
  27 2011-08-30T11:30:56  <Marchael> tarball size greater than sinha's tarball size almost in 2 times :D
  28 2011-08-30T11:33:58  <ThomasWaldmann> accumulated changeset size doesn't say anything about real quantity (and quality) :P
  29 2011-08-30T11:36:32  <Marchael> yep :) /me remebers how many times he rewritten code :D
  30 2011-08-30T11:41:17  <ThomasWaldmann> Marchael: btw, pull from moin-2.0 main repo, quite some whoosh changes there (in pytest2 branch)
  31 2011-08-30T11:44:53  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> * 9375b8a6a188 r768 moin-2.0/MoinMoin/apps/frontend/views.py: fix crash when user bookmark is None
  32 2011-08-30T11:44:53  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> * a4ec2c6f0bb7 r770 moin-2.0/MoinMoin/ (8 files in 7 dirs): (log message trimmed)
  33 2011-08-30T11:44:53  <CIA-23> history: do not yield Revision objects, but directly result documents from whoosh
  34 2011-08-30T11:44:53  <CIA-23> we have all that global and local history view (and also the atom feed) needs
  35 2011-08-30T11:44:53  <CIA-23> in the whoosh index. the whoosh documents yielded are dicts with all stored fields.
  36 2011-08-30T11:44:53  <CIA-23> by just using that, we do not need to access the backend storage any more for
  37 2011-08-30T11:44:54  <CIA-23> displaying history (which was one of the reasons for the slow global history
  38 2011-08-30T11:44:54  <CIA-23> for wikis with many revisions).
  39 2011-08-30T11:44:55  <CIA-23> pkumar <contactprashantat@gmail.com> * c3ec667a4bfa r772 moin-2.0/MoinMoin/_tests/test_test_environ.py: removed '#' from item.commit, was left there during previous works
  40 2011-08-30T11:44:55  <CIA-23> pkumar <contactprashantat@gmail.com> * e031a34d248a r773 moin-2.0/MoinMoin/converter/rst_in.py: keyword 'py' and 'py.test' changed to pytest in converter.rst_in
  41 2011-08-30T11:44:56  <CIA-23> pkumar <contactprashantat@gmail.com> * ada8cbfc165d r774 moin-2.0/MoinMoin/conftest.py: format for commit messages in conftest corrected
  42 2011-08-30T11:44:56  <CIA-23> pkumar <contactprashantat@gmail.com> * 57af51410c3a r775 moin-2.0/MoinMoin/ (10 files in 4 dirs): old style classes changed to new style classes
  43 2011-08-30T11:45:01  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> * 21a6765b793d r777 moin-2.0/MoinMoin/ (6 files in 6 dirs): (log message trimmed)
  44 2011-08-30T11:45:01  <CIA-23> killed backend.history(), replace it by .search() and appropriate query/reverse/sortedby/limit params
  45 2011-08-30T11:45:01  <CIA-23> killed the .history() tests, added a few tests for .search().
  46 2011-08-30T11:45:01  <CIA-23> Note: whoosh has own tests, so we maybe do not need that many tests there.
  47 2011-08-30T11:45:01  <CIA-23> global history view got a major speedup when the user uses a bookmark (because
  48 2011-08-30T11:45:01  <CIA-23> we then can add a DateRange term to massively reduce the search results in
  49 2011-08-30T11:45:29  <Marchael> done
  50 2011-08-30T11:45:52  <ThomasWaldmann> hmm, sure you have all?
  51 2011-08-30T11:46:00  <CIA-23> a whoosh query
  52 2011-08-30T11:46:00  <CIA-23> whoosh can not do regex yet, but you can use wildcards. also, you can search in
  53 2011-08-30T11:46:00  <CIA-23> other fields than in name_exact (which is the default).
  54 2011-08-30T11:46:00  <CIA-23> remove MoinMoin.storage.serialization.TermMatch - it is not used and we need
  55 2011-08-30T11:46:00  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> * 815c46100e2c r779 moin-2.0/MoinMoin/ (3 files in 3 dirs): whooshify get_templates, adapt MimeType analyzer so it yields also a full and normalized contenttype
  56 2011-08-30T11:46:00  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> * f5e0f85e66ce r780 moin-2.0/MoinMoin/items/__init__.py: whooshify get_index()
  57 2011-08-30T11:46:01  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> * 33bfaf10d752 r781 moin-2.0/MoinMoin/converter/__init__.py: better error message for conversion exceptions, including item name and revno, fixes #52
  58 2011-08-30T11:46:01  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> * 5c60754f8d1a r782 moin-2.0/MoinMoin/apps/frontend/views.py: save memory by not including content in history list. Fixes #42
  59 2011-08-30T11:47:00  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> * 66c5f8bdfb2b r783 moin-2.0/MoinMoin/items/ (_tests/test_Item.py __init__.py): remove count_items (unused, uses deprecated code)
  60 2011-08-30T11:47:00  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> * 22350c783ec5 r784 moin-2.0/MoinMoin/ (storage/backends/indexing.py apps/frontend/views.py): add backend.documents(), simplify tags code (by using .search and .documents)
  61 2011-08-30T11:47:00  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> * e0c61257b6c4 r785 moin-2.0/MoinMoin/converter/include.py: (log message trimmed)
  62 2011-08-30T11:47:00  <CIA-23> (61 lines omitted)
  63 2011-08-30T11:49:11  <Marchael> seems like CIA, divide large amount of comments to several parts
  64 2011-08-30T11:49:44  <ThomasWaldmann> yeah, it is slow. and often rather unsorted.
  65 2011-08-30T12:53:01  *** pkumar has joined #moin-dev
  66 2011-08-30T13:15:47  <pkumar> Marchael: hi, where did you upload your code in code.google? links?
  67 2011-08-30T13:16:21  <Marchael> http://code.google.com/p/google-summer-of-code-2011-moinmoin/downloads/list
  68 2011-08-30T13:19:16  <pkumar> thanks. I was using MoinMoin in place of moinmoin.
  69 2011-08-30T13:20:01  <pkumar> as a result was getting 404
  70 2011-08-30T13:20:37  <Marchael> I just copy-pasted part of that link from there http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2011/codeguidelines :)
  71 2011-08-30T13:22:28  <pkumar> ah, I missed the list
  72 2011-08-30T14:17:08  <pkumar> uploaded my code to code.google :) yay
  73 2011-08-30T14:24:31  <xorAxAx> cool
  74 2011-08-30T14:26:21  <pkumar> xorAxAx : hi, seems like I did a little mistake in uploading. I should have uploaded file.diff(diff format) but I uploaded only file(text format). Is it fine or can be corrected?
  75 2011-08-30T14:27:09  <xorAxAx> pkumar: i have no idea how their site works
  76 2011-08-30T14:27:21  <xorAxAx> its different from when i was a student :)
  77 2011-08-30T14:29:01  <pkumar> yeah, The Change :)
  78 2011-08-30T14:29:49  <pkumar> may be ThomasWaldmann  can help in this?
  79 2011-08-30T14:30:16  <xorAxAx> why would have more of a clue?
  80 2011-08-30T14:34:22  <pkumar> I'm not sure, what that download count means there?http://code.google.com/p/google-summer-of-code-2011-moinmoin/downloads/list
  81 2011-08-30T14:34:39  <pkumar> can we download more than once there?
  82 2011-08-30T14:35:08  <xorAxAx> it means how often the file was downloaded
  83 2011-08-30T14:36:00  <pkumar> doesn't that mean we can download more than once?
  84 2011-08-30T14:36:43  <xorAxAx> sure
  85 2011-08-30T14:38:12  <pkumar> so lemme try downloading once more. should I?
  86 2011-08-30T14:38:27  <pkumar> with file as file.diff
  87 2011-08-30T14:41:58  <xorAxAx> why not?
  88 2011-08-30T14:51:14  <pkumar> xorAxAx : did it :)
  89 2011-08-30T15:19:53  *** pkumar has quit IRC
  90 2011-08-30T16:41:02  *** brunomartin has joined #moin-dev
  91 2011-08-30T17:13:04  *** Marchael has quit IRC
  92 2011-08-30T17:29:19  *** pkumar has joined #moin-dev
  93 2011-08-30T18:26:52  *** Marchael has joined #moin-dev
  94 2011-08-30T18:55:34  *** pkumar has quit IRC
  95 2011-08-30T19:24:22  *** greg_f has quit IRC
  96 2011-08-30T20:20:49  *** Marchael1 has joined #moin-dev
  97 2011-08-30T20:20:59  *** Marchael has quit IRC
  98 2011-08-30T20:26:55  *** Marchael1 has quit IRC
  99 2011-08-30T20:26:59  <ThomasWaldmann> re
 100 2011-08-30T20:50:48  *** MattMaker has quit IRC
 101 2011-08-30T21:53:46  <dreimark> re
 102 2011-08-30T22:23:42  *** MattMaker has joined #moin-dev
 103 2011-08-30T23:10:30  * ThomasWaldmann added comments to search schemas / tokenizers
 104 2011-08-30T23:23:34  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> pytest2 * 806:1165a3658720 2.0/MoinMoin/search/indexing.py: indexing: store all dynamic fields
 105 2011-08-30T23:23:35  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> pytest2 * 807:0ffa96e9e7f2 2.0/MoinMoin/search/ (analyzers.py indexing.py): search tokenizers/analyzers/schema: add comments/docstrings

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