1 2010-03-04T02:13:33  <CIA-47> Eugene Syromyatnikov <evgsyr@gmail.com> default * 5600:354356b125b4 1.9/MoinMoin/ (action/RenamePage.py config/multiconfig.py): RenamePage action: added ability to create redirect pages when renaming (turned off by default, see show_rename_redirect config option).
   2 2010-03-04T03:38:10  *** Acedip has joined #moin-dev
   3 2010-03-04T04:07:41  *** Acedip has quit IRC
   4 2010-03-04T08:58:54  *** Acedip has joined #moin-dev
   5 2010-03-04T08:58:55  *** Acedip has joined #moin-dev
   6 2010-03-04T09:21:56  <dreimark> moin
   7 2010-03-04T09:30:02  *** eSyr has quit IRC
   8 2010-03-04T10:03:31  <ThomasWaldmann> http://www.europython.eu/ < try super early bird as long as it works
   9 2010-03-04T10:03:58  <ThomasWaldmann> http://wiki.europython.eu/RoomSharing < one I found that page yet :P
  10 2010-03-04T14:25:18  <dreimark> ThomasWaldmann: i have lots of failing test search tests
  11 2010-03-04T14:25:25  <dreimark> e.g. query = u're:SearchTestPage'
  12 2010-03-04T14:31:11  *** eSyr has joined #moin-dev
  13 2010-03-04T14:31:15  <eSyr> moin
  14 2010-03-04T14:36:19  <ThomasWaldmann> dreimark: as already noted, search tests are crap
  15 2010-03-04T14:36:53  <ThomasWaldmann> they assume some specific state of storage, but don't create that state
  16 2010-03-04T14:36:59  <ThomasWaldmann> they're much too slow
  17 2010-03-04T14:37:21  <ThomasWaldmann> and if they fail, you hardly get any information out of them except "something failed"
  18 2010-03-04T14:40:21  <dreimark> yes and the state problem is fixed by 2.0 (some other tests have that issue too)
  19 2010-03-04T14:40:50  <dreimark> i debug it a bit later, while installing a laptop
  20 2010-03-04T15:09:17  <eSyr> i'd like to propose some simple indexing schema to event logs. http://moinmo.in/EugeneSyromyatnikov/EventLogIndexing
  21 2010-03-04T15:10:01  <eSyr> with this, i'll be able to implement applying filters on RecentChanges without worrying about performance much.
  22 2010-03-04T15:11:16  <ThomasWaldmann> eSyr: look at moin2, moin 1.x won't get any major changes
  23 2010-03-04T15:12:27  <eSyr> ThomasWaldmann, is rc/other log viewer implemented in moin2 now?
  24 2010-03-04T15:13:28  <ThomasWaldmann> there is a simple recent changes action and iirc it shows item history at bottom of every page
  25 2010-03-04T15:14:49  <eSyr> hm, have you anything against implementing log viewer with navigation and filtering for both moin 1.9 and moin 2?
  26 2010-03-04T15:15:31  <ThomasWaldmann> no big changes in moin 1.x :)
  27 2010-03-04T15:15:43  <eSyr> -_-
  28 2010-03-04T15:15:58  <ThomasWaldmann> you're welcome to code lots of stuff for moin2 :)
  29 2010-03-04T15:16:10  <eSyr> ok
  30 2010-03-04T15:16:41  <ThomasWaldmann> doing it in 1.x and porting to 2 would be rather pointless anyway, due to the big differences
  31 2010-03-04T15:17:49  <ThomasWaldmann> btw, I am thinking about generic metadata indexing. if that's interesting for you, we can discuss it later today.
  32 2010-03-04T15:18:15  <ThomasWaldmann> 1.x edit-log -> 2.x meta-data
  33 2010-03-04T15:19:36  <eSyr> yes, intresting.
  34 2010-03-04T15:19:44  <ThomasWaldmann> btw, the summer of code process is starting soon. what we need most right now is cleanup and refactoring in moin2, so it can be used as base for SOC.
  35 2010-03-04T15:20:30  <ThomasWaldmann> or more work in the dom stuff, so we can finally merge it with storage to have just one moin2 repo, not 2
  36 2010-03-04T15:22:12  * ThomasWaldmann doesn't want to base SOC projects on 1.9, because that'll just mean more code that will have to get rewritten for moin2
  37 2010-03-04T15:22:35  <ThomasWaldmann> ok, gtg/bbl
  38 2010-03-04T15:24:24  <ThomasWaldmann> eSyr: http://paste.pocoo.org/show/185506/ < some thoughts about metadata index, not finished yet
  39 2010-03-04T15:26:51  <eSyr> ok.
  40 2010-03-04T15:31:38  *** eSyr has quit IRC
  41 2010-03-04T16:37:07  * dreimark looks at re bug 
  42 2010-03-04T16:55:07  *** cdyson37 has joined #moin-dev
  43 2010-03-04T17:59:46  *** cdyson37 has quit IRC
  44 2010-03-04T18:56:43  <dreimark> bbl
  45 2010-03-04T19:50:07  <xorAxAx> ThomasWaldmann: what is tokyo cabinet?
  46 2010-03-04T19:50:09  <xorAxAx> sounds like a band
  47 2010-03-04T19:53:39  <ThomasWaldmann> hehe, no, it's software, k/v store
  48 2010-03-04T19:54:42  <ThomasWaldmann> I still search something that runs in-process, python-binding, fast and scalable k/v storage
  49 2010-03-04T19:56:29  <ThomasWaldmann> sql-db-like stuff is either too static (columns) or requires storing both keys and values into columns, making queries complicated
  50 2010-03-04T19:56:33  <ThomasWaldmann> xorAxAx: ^^
  51 2010-03-04T19:57:02  <xorAxAx> ok
  52 2010-03-04T19:57:25  *** grzywacz has joined #moin-dev
  53 2010-03-04T21:12:25  *** Acedip has quit IRC
  54 2010-03-04T22:20:24  *** grzywacz has quit IRC
  55 2010-03-04T22:52:28  <dreimark> re

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-03-04 (last edited 2010-03-04 01:15:02 by IrcLogImporter)