1 2011-04-30T00:35:15  <RogerHaase> bbl
   2 2011-04-30T00:35:27  <ThomasWaldmann> RogerHaase: i am currently fixing some interwiki stuff
   3 2011-04-30T00:36:59  <ThomasWaldmann> the link converter has some issue
   4 2011-04-30T01:03:19  <CIA-25> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 199:c4da076b6cbe 2.0/MoinMoin/ (3 files in 3 dirs): link converter: fix interwiki link conversion, add test
   5 2011-04-30T06:49:59  *** RogerHaase has left #moin-dev
   6 2011-04-30T09:17:18  *** ronny has quit IRC
   7 2011-04-30T10:07:03  *** ronny has joined #moin-dev
   8 2011-04-30T11:22:56  <ThomasWaldmann> moin
   9 2011-04-30T13:16:09  * ThomasWaldmann updated http://test.moinmo.in/
  10 2011-04-30T13:18:32  *** ronny has quit IRC
  11 2011-04-30T13:58:36  *** ronny has joined #moin-dev
  12 2011-04-30T14:26:52  <CIA-25> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 200:af91f53c87e8 2.0/MoinMoin/translations/de/LC_MESSAGES/messages.po: de translation: minor fixes
  13 2011-04-30T14:32:27  <CIA-25> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 201:159473d3b7e7 2.0/setup.py: setup.py: remove outdated stuff
  14 2011-04-30T14:45:07  *** greg_f has joined #moin-dev
  15 2011-04-30T16:07:29  <CIA-25> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 202:9ffa82e550ba 2.0/MoinMoin/ (apps/frontend/views.py items/__init__.py): highlight view: move dom conversion code to Item method
  16 2011-04-30T16:40:55  <CIA-25> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 203:1d416427b7be 2.0/MoinMoin/items/__init__.py: items: do some imports globally
  17 2011-04-30T16:56:48  <CIA-25> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 204:af274db0ed53 2.0/MoinMoin/items/__init__.py: items: move duplicated code to function conv_serialize
  18 2011-04-30T17:50:28  *** RogerHaase has joined #moin-dev
  19 2011-04-30T18:19:29  <RogerHaase> ThomasWaldmann: Perhaps just a different way of saying what you were thinking yesterday, but an alternative to a sidebar for index, index2, meta?, others?, is to add an "extra-content" div inside of the moin-content div and  float the extra-content div to the left.
  20 2011-04-30T18:21:12  <RogerHaase> So not really a sidebar, but close.  Anything that could fit in a narrow column would be a candidate.
  21 2011-04-30T18:21:39  <ThomasWaldmann> yes
  22 2011-04-30T18:22:02  <ThomasWaldmann> the subitems / meta etc. display of course is only needed when showing an item
  23 2011-04-30T18:22:40  <ThomasWaldmann> are you getting forward with the stuff on rietveld?
  24 2011-04-30T18:25:20  <RogerHaase> Slowly, not much time over next few days.  As I understand rietveld, I cannot update the code, so it is time for a new page.
  25 2011-04-30T18:26:40  <RogerHaase> Thanks for you help - it would have taken me a long time to figure out the changes you made.
  26 2011-04-30T18:27:38  <ThomasWaldmann> RogerHaase: afaik, you can submit a new patch. and it'll even show the diff between the patches then.
  27 2011-04-30T18:28:23  <ThomasWaldmann> you need to give the id to upload then, iirc
  28 2011-04-30T18:36:48  <RogerHaase> I will give that a try first, but if it looks too messy I will start a new page.
  29 2011-04-30T18:55:12  <CIA-25> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 205:57078169052b 2.0/MoinMoin/converter/ (18 files): dom converters: cosmetic changes to comments/whitespace
  30 2011-04-30T19:53:04  *** greg_f has quit IRC
  31 2011-04-30T20:24:59  *** ronny has quit IRC
  32 2011-04-30T20:27:10  *** ronny has joined #moin-dev
  33 2011-04-30T21:29:32  <CIA-25> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 206:0ff3c43a0a26 2.0/MoinMoin/storage/ (12 files in 2 dirs): storage: iter_items_noindex() does not use the index (use for index rebuild)
  34 2011-04-30T21:29:33  <CIA-25> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 207:2652fa715b44 2.0/ (quickinstall wikiconfig.py): quickinstall/wikiconfig: make the env directory and python interpreter configurable
  35 2011-04-30T21:44:08  *** RogerHaase has left #moin-dev
  36 2011-04-30T21:51:00  *** franklin_ has joined #moin-dev
  37 2011-04-30T21:53:48  *** franklin has quit IRC
  38 2011-04-30T22:28:53  * ThomasWaldmann plays with pypy1.5
  39 2011-04-30T22:42:17  *** sinha has joined #moin-dev
  40 2011-04-30T22:44:36  *** sinha has left #moin-dev
  41 2011-04-30T23:19:46  <CIA-25> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 208:321898d8273f 2.0/MoinMoin/ (storage/backends/fs.py storage/backends/hg.py util/pycdb.py): (log message trimmed)
  42 2011-04-30T23:19:46  <CIA-25> pycdb: add context manager. fs/hg storage: only use pycdb, not cdb.
  43 2011-04-30T23:19:46  <CIA-25> When testing moin2 with pypy 1.5, I had crashes due to "too many files open".
  44 2011-04-30T23:19:46  <CIA-25> I found out that cdb.init() opens the cdb file, but it is never explicitly
  45 2011-04-30T23:19:47  <CIA-25> closed. Pypy seems to be a bit more lazy with garbage collecting than CPython,
  46 2011-04-30T23:19:47  <CIA-25> so it quickly runs out of file handles.
  47 2011-04-30T23:19:48  <CIA-25> I added the context manager, so it can be used with "with" statement, so

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