1 2011-09-04T00:43:11  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 839:cc23787a37d0 2.0/MoinMoin/ (9 files in 7 dirs): use search_users() or User() instead of specialized lookup functions
   2 2011-09-04T00:53:07  *** raignarok has quit IRC
   3 2011-09-04T01:06:56  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 840:a120fdc8773e 2.0/MoinMoin/ (_tests/test_user.py user.py):
   4 2011-09-04T01:06:56  <CIA-23> user: remove unused signature code (for -- <unknown> <<DateTime(2011-09-04T22:00:03Z)>>)
   5 2011-09-04T01:06:56  <CIA-23> this is not used and needs to be implemented differently anyway in case we need
   6 2011-09-04T01:06:56  <CIA-23> it again - we must not create markup in the user object, as the required markup
   7 2011-09-04T01:06:56  <CIA-23> is different depending on the contenttype.
   8 2011-09-04T01:21:13  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 841:1035352dc68a 2.0/MoinMoin/converter/_tests/test_moinwiki_in_out.py: remove test for variable replacement (there is no code for this)
   9 2011-09-04T02:21:16  * ThomasWaldmann tries to kill the item metadata code
  10 2011-09-04T06:54:36  *** Marchael has joined #moin-dev
  11 2011-09-04T07:39:23  *** Marchael has quit IRC
  12 2011-09-04T08:44:26  <dreimark> moin
  13 2011-09-04T09:04:34  *** moinBot has joined #moin-dev
  14 2011-09-04T09:06:40  *** moinBot` has quit IRC
  15 2011-09-04T09:22:14  <dreimark> has someone else problems with eclipse debug and reloader ?
  16 2011-09-04T09:22:20  *** birkenfeld has quit IRC
  17 2011-09-04T09:27:49  *** birkenfeld has joined #moin-dev
  18 2011-09-04T09:40:50  *** birkenfeld has quit IRC
  19 2011-09-04T09:45:56  *** birkenfeld has joined #moin-dev
  20 2011-09-04T09:58:26  *** raignarok has joined #moin-dev
  21 2011-09-04T10:20:26  *** birkenfeld has quit IRC
  22 2011-09-04T10:22:39  *** birkenfeld has joined #moin-dev
  23 2011-09-04T10:39:11  *** birkenfeld has quit IRC
  24 2011-09-04T10:40:42  <CIA-23> Reimar Bauer <rb.proj AT googlemail DOT com> default * 842:a52b0d330be8 2.0/MoinMoin/converter/html_out.py: converter.html_out: Fixes #50, wrong link on mouse over of transcluded item
  25 2011-09-04T10:41:48  <dreimark> ThomasWaldmann: i was not able to change the wrong titel of #50. It has nothing to do with js
  26 2011-09-04T10:42:10  <dreimark> bbl
  27 2011-09-04T10:42:42  *** birkenfeld has joined #moin-dev
  28 2011-09-04T10:45:03  <dreimark> ThomasWaldmann: currently we can't have a users homepage
  29 2011-09-04T10:45:35  <dreimark> with the same name as the user
  30 2011-09-04T10:45:59  <dreimark> meta shows all user settings also  "enc_password":
  31 2011-09-04T10:47:24  <dreimark> hmm, if we can export meta a user could store his profile locally
  32 2011-09-04T10:48:08  <dreimark> it may be also a nice feature import profile
  33 2011-09-04T10:50:35  <dreimark> i thinks we should have also data with meta characteristics
  34 2011-09-04T10:50:59  <dreimark> key, value item
  35 2011-09-04T10:51:24  <dreimark> and have this kind of data there
  36 2011-09-04T10:51:39  <dreimark> oterwise this can become a strange mix
  37 2011-09-04T10:56:07  <dreimark> in principle this is now the opposite what we had before in 1.x everything in meta
  38 2011-09-04T10:58:22  <dreimark> bbl
  39 2011-09-04T11:00:59  <dreimark> mom, if we define item methods for such storage we also need only transclusion or include on other markups to use that kind of items
  40 2011-09-04T11:02:15  <dreimark> or read from to do something similiar to the MyDict we had
  41 2011-09-04T11:08:53  *** birkenfeld has quit IRC
  42 2011-09-04T11:11:04  *** birkenfeld has joined #moin-dev
  43 2011-09-04T11:22:03  *** raignarok has quit IRC
  44 2011-09-04T11:38:00  *** raignarok has joined #moin-dev
  45 2011-09-04T12:20:01  *** birkenfeld has quit IRC
  46 2011-09-04T12:37:19  *** birkenfeld has joined #moin-dev
  47 2011-09-04T12:54:35  *** birkenfeld has quit IRC
  48 2011-09-04T12:55:39  *** birkenfeld has joined #moin-dev
  49 2011-09-04T13:44:43  *** greg_f has joined #moin-dev
  50 2011-09-04T14:25:55  <ThomasWaldmann> moin
  51 2011-09-04T14:29:42  <ThomasWaldmann> dreimark: yes, as it uses same item name, it conflicts with the user homepage
  52 2011-09-04T14:50:08  <ThomasWaldmann> dreimark: try editing it, change mimetype to wiki item, i guess that should work
  53 2011-09-04T16:22:12  * ThomasWaldmann does some package restructuring in storage
  54 2011-09-04T17:07:49  *** raignarok has quit IRC
  55 2011-09-04T17:09:36  *** raignarok has joined #moin-dev
  56 2011-09-04T17:19:12  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 843:226499a0b42b 2.0/MoinMoin/ (19 files in 7 dirs):
  57 2011-09-04T17:19:12  <CIA-23> split storage into backends (really storing stuff) and middleware (and mixins also in there)
  58 2011-09-04T17:19:12  <CIA-23> moved acl and router middleware there, also indexing and serialization mixins
  59 2011-09-04T17:26:11  *** grzywacz has joined #moin-dev
  60 2011-09-04T18:09:54  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 844:a3fe8ad5d893 2.0/MoinMoin/ (5 files in 4 dirs): deduplicate - make all code import make_uuid and UUID_LEN from MoinMoin.util.crypto
  61 2011-09-04T18:29:40  <CIA-23> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 845:c58b083f670d 2.0/MoinMoin/storage/_tests/test_backends_hg.py: (log message trimmed)
  62 2011-09-04T18:29:40  <CIA-23> comment stuff in hg backend tests which seem to have strange side effects on other storage tests
  63 2011-09-04T18:29:40  <CIA-23> (note: i have a current mercurial installed in this virtualenv)
  64 2011-09-04T18:29:40  <CIA-23> before this change:
  65 2011-09-04T18:29:40  <CIA-23> MoinMoin/storage/_tests/test_backends_fs.py .............................................................
  66 2011-09-04T18:29:41  <CIA-23> MoinMoin/storage/_tests/test_backends_fs19.py .....................
  67 2011-09-04T18:29:41  <CIA-23> MoinMoin/storage/_tests/test_backends_fs2.py .............................................................
  68 2011-09-04T18:30:05  <ThomasWaldmann> xorAxAx: ^^ can you have a look?
  69 2011-09-04T18:31:59  <xorAxAx> quite busy today, preparing for tomorrows first workday
  70 2011-09-04T19:13:55  *** greg_f has quit IRC
  71 2011-09-04T22:23:12  <ThomasWaldmann> i guess i have to rewrite those storage tests
  72 2011-09-04T22:38:03  <ronny> ThomasWaldmann: the hg ones?
  73 2011-09-04T22:42:04  <dreimark> re
  74 2011-09-04T22:55:11  <ThomasWaldmann> ronny: not sure yet, maybe all

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