1 2010-02-10T02:24:45  *** vpv has quit IRC
   2 2010-02-10T02:27:29  *** vpv has joined #moin-dev
   3 2010-02-10T03:06:54  *** eSyr has joined #moin-dev
   4 2010-02-10T03:07:31  <eSyr> I understood, RecentChanges is not about (recent) changes, it's about (recently edited) pages.
   5 2010-02-10T03:07:36  <eSyr> Rather odd.
   6 2010-02-10T03:11:34  * eSyr is rewriting RC macro to add some bells and whistles and turn it into interface for working with edit-log
   7 2010-02-10T03:21:27  <ThomasWaldmann> eSyr: moin2 needs a good rc
   8 2010-02-10T03:22:13  <eSyr> good edit log file format, at first <_<
   9 2010-02-10T03:29:32  <ThomasWaldmann> hmm? that's gone in moin2
  10 2010-02-10T03:30:05  <eSyr> and what is used instead?
  11 2010-02-10T03:34:51  <ThomasWaldmann> storage api call
  12 2010-02-10T03:36:03  <eSyr> mmm, but there is still should be index of edit history, or it will be big efficiency drope in other case.
  13 2010-02-10T03:37:41  <ThomasWaldmann> there is some basic generic implementation, backend may implement faster
  14 2010-02-10T09:05:32  <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7335:3fd14d19fe0f 2.0-storage/MoinMoin/support/jinja2/ (23 files): updated jinja2 to version 2.3
  15 2010-02-10T09:06:32  <ThomasWaldmann> moin
  16 2010-02-10T09:23:06  <eSyr> moin
  17 2010-02-10T09:53:21  <ronny> ThomasWaldmann: have you taken a look at how fossil does its wiki stuff?
  18 2010-02-10T11:27:14  *** eSyr has quit IRC
  19 2010-02-10T12:29:49  <ThomasWaldmann> ronny: anything to see there? except madness? :D
  20 2010-02-10T12:53:54  <ronny> ThomasWaldmann: its pretty nifty
  21 2010-02-10T12:55:30  <ThomasWaldmann> Well, I obviously enjoy C code less than its author. :) Anything specific.
  22 2010-02-10T12:55:43  <ThomasWaldmann> ?
  23 2010-02-10T13:12:08  <ronny> ThomasWaldmann: the interesting part is the history structure
  24 2010-02-10T13:19:37  *** PawelPacana has joined #moin-dev
  25 2010-02-10T13:22:09  <PawelPacana> moin!
  26 2010-02-10T13:26:44  <dennda> haha
  27 2010-02-10T13:26:53  <dennda> somebody doesn't like me apparently
  28 2010-02-10T13:26:56  <dennda> http://moinmo.in/4ct10n/diff/ChristopherDenter?action=diff&rev1=49&rev2=50
  29 2010-02-10T13:26:57  <dennda> lovely :)
  30 2010-02-10T14:18:45  *** PawelPacana has quit IRC
  31 2010-02-10T15:03:21  <ThomasWaldmann> yeah, somebody at intel :|
  32 2010-02-10T15:03:50  <dennda> must be johill
  33 2010-02-10T15:03:56  <dennda> :)
  34 2010-02-10T15:04:08  <johill> what?
  35 2010-02-10T15:04:09  * johill reads up
  36 2010-02-10T15:04:17  <johill> huh
  37 2010-02-10T15:04:25  <ThomasWaldmann> yeah, he's the only one working there :P
  38 2010-02-10T15:04:54  <dennda> well the number of intel employees i know is rather limited
  39 2010-02-10T15:04:59  <johill> why intel anyway?
  40 2010-02-10T15:05:04  <dennda> intel ip
  41 2010-02-10T15:05:34  <johill> ah
  42 2010-02-10T15:29:02  <ThomasWaldmann> dennda, johill: btw, i recently did a clone of "fs" and then modified it to do some things differently
  43 2010-02-10T15:29:27  <ThomasWaldmann> use sqlalchemy/sqlite instead of cdb
  44 2010-02-10T15:29:45  <dennda> yeah we talked about it
  45 2010-02-10T15:29:51  <ThomasWaldmann> store revision data using hash addressing
  46 2010-02-10T15:30:31  <ThomasWaldmann> use uuid for items
  47 2010-02-10T15:30:48  <ThomasWaldmann> store metadata and data separately
  48 2010-02-10T15:31:58  <ThomasWaldmann> and modify the main moin code to store item name into name: metadata key for every revision
  49 2010-02-10T15:33:06  <ThomasWaldmann> that makes the name -> id thing just another (deletable and recreatable) index on the metadata
  50 2010-02-10T15:36:24  <dreimark> any arguments against applying the patch of johill from http://moinmo.in/MoinMoinBugs/GroupsNoLongerKeepOrder ?
  51 2010-02-10T15:38:34  <ThomasWaldmann> i guess it needs review (parts of the code using groups ) and documentation.
  52 2010-02-10T15:39:02  <ThomasWaldmann> making sure nothing breaks and people use it correctly.
  53 2010-02-10T15:40:57  <ThomasWaldmann> btw, fs2 has 1.5k less code than fs :)
  54 2010-02-10T19:38:34  <ThomasWaldmann> (19:26) < brokencyc> PHEW!!! Unfortunately,I don't know how to configure external logging, but it was this in nginx's configuration: "gzip on;". I  switched it to "gzip off;", and things started to work, after I found this in my error logs:
  55 2010-02-10T19:38:38  <ThomasWaldmann> (19:26) < brokencyc> deflate() failed: 2, -5, client: 127.0.0.1, server: localhost, request: "GET /onwiki HTTP/1.1", host: "localhost:9100"
  56 2010-02-10T19:38:55  <ThomasWaldmann> (just to put that into the logs in case he does not write a HowTo)
  57 2010-02-10T19:50:48  *** grzywacz has joined #moin-dev
  58 2010-02-10T21:36:03  <ThomasWaldmann> re
  59 2010-02-10T22:37:41  <dreimark> re
  60 2010-02-10T23:27:19  <TheSheep> swearing and offending on the mailing list:(
  61 2010-02-10T23:30:59  <ThomasWaldmann> hm?
  62 2010-02-10T23:40:55  <dreimark> which one
  63 2010-02-10T23:48:20  *** grzywacz has quit IRC
  64 

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