1 2010-01-24T00:14:25  <ThomasWaldmann> btw, I am short before needing to add name: item_name_this_revision_has to revision metadata
   2 2010-01-24T00:19:34  <ThomasWaldmann> any comments about this?
   3 2010-01-24T00:23:42  <dreimark> mom
   4 2010-01-24T00:27:42  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7182:9e03b5fdae83 2.0-storage/MoinMoin/storage/backends/fs2.py: fs2 backend: kill the 'name' file, it should be in meta data
   5 2010-01-24T00:34:19  <dreimark> ThomasWaldmann: it knows then also the old name so  we could something like a rename history?
   6 2010-01-24T00:34:26  <dreimark> +have
   7 2010-01-24T00:38:22  <dreimark> the comment we use in 1.x the ## this page was renamed that...
   8 2010-01-24T00:38:42  <dreimark> is also meta data
   9 2010-01-24T00:46:12  <ThomasWaldmann> yes
  10 2010-01-24T00:46:55  <ThomasWaldmann> for the fs2 backend, I need that metadata. but it is a global change.
  11 2010-01-24T00:49:23  <dreimark> is the new key shorter for some of the russian pages
  12 2010-01-24T00:50:29  <dreimark> or page hierarchic can get also the length problem
  13 2010-01-24T00:50:40  <dreimark> in any lang
  14 2010-01-24T00:52:01  <dreimark> so we need to solve this problem too
  15 2010-01-24T00:52:16  <ThomasWaldmann> fs2 uses uuids for storage, no length problem
  16 2010-01-24T00:52:39  <ThomasWaldmann> (same for fs, but implemented a bit differently)
  17 2010-01-24T00:53:57  <dreimark> we can add a link logic, that one can only rename a page when he solves all links too
  18 2010-01-24T00:59:21  <dreimark> if we look from the scope of esyr on the filenames they are all not readable
  19 2010-01-24T00:59:56  <dreimark> so for him and similiar langs it is not a big difference
  20 2010-01-24T01:00:30  <dreimark> for us it needs a simple command for translation.
  21 2010-01-24T01:01:13  <dreimark> the more interesting question is how difficult it is to manipulate  a revision on the filesytem level
  22 2010-01-24T01:07:12  <ThomasWaldmann> there won't be hacking in the backend for moin2 without tool support anyway
  23 2010-01-24T01:10:19  <dreimark> currently we can delete lots of moin data without crashing it
  24 2010-01-24T01:11:11  <dreimark> we should keep that and if needed we need to add a cleanup script
  25 2010-01-24T01:16:42  <ThomasWaldmann> moin2 will have multiple backends, so it doesn't help if you only can "clean up" in the filesystem
  26 2010-01-24T01:17:55  <ThomasWaldmann> for fs2, you wouldn't easily find your stuff anyway
  27 2010-01-24T01:20:14  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7183:ea944ea23ca8 2.0-storage/MoinMoin/storage/backends/fs2.py:
  28 2010-01-24T01:20:17  <CIA-30> fs2 backend: more cleanup
  29 2010-01-24T01:20:19  <CIA-30> updated more docstrings
  30 2010-01-24T01:20:21  <CIA-30> fix typo
  31 2010-01-24T01:20:23  <CIA-30> use meta/<uuid>/item (.tmp / .lock) for item level metadata
  32 2010-01-24T02:38:12  <ThomasWaldmann> name meta looks good :)
  33 2010-01-24T02:50:06  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7184:8b4a1a558b0a 2.0-storage/MoinMoin/ (items/__init__.py templates/rc.html templates/show.html):
  34 2010-01-24T02:50:09  <CIA-30> items: use new revision metadata entries NAME and NAME_OLD
  35 2010-01-24T02:50:11  <CIA-30> As the functionality is done now more cleanly by NAME_OLD, "extra" field
  36 2010-01-24T02:50:13  <CIA-30> usage was removed at some places (copy/rename item).
  37 2010-01-24T02:50:15  <CIA-30> Show revision's name in item revision display.
  38 2010-01-24T02:50:17  <CIA-30> Show old name additionally on recent changes if it differs from current name.
  39 2010-01-24T02:50:19  <CIA-30> Fix closing th in template.
  40 2010-01-24T02:59:07  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7185:088fb188be34 2.0-storage/MoinMoin/storage/backends/fs2.py: fs2 backend: updated docstring/comment
  41 2010-01-24T05:26:10  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7186:dbfa9a3a9248 2.0-storage/MoinMoin/storage/backends/fs19.py: fs19 backend: support for 'name' and 'sha1' metadata, format to mimetype conversion
  42 2010-01-24T05:26:13  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7187:ce042a82f384 2.0-storage/MoinMoin/storage/backends/fs19.py: fs19: add creole mimetype
  43 2010-01-24T05:26:19  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7188:a7ec6bd73f9a 2.0-storage/wiki/syspages.xml: update syspages.xml (en all_pages, sha1, mimetype)
  44 2010-01-24T05:26:25  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7189:b8b28f0807a2 2.0-storage/MoinMoin/storage/backends/fs19.py: fs19: add more formats
  45 2010-01-24T05:26:37  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7190:80a15a5bfe53 2.0-storage/wiki/syspages.xml: update syspages.xml (HelpOnCreoleSyntax)
  46 2010-01-24T06:07:10  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7191:5bc9f64a469f 2.0-storage/MoinMoin/storage/backends/fs19.py: fs19 backend: add syspages support, fix NameError
  47 2010-01-24T06:07:17  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7192:bc6a0d63b823 2.0-storage/MoinMoin/_tests/testitems.xml: update testitems.xml
  48 2010-01-24T06:17:26  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7193:d55f748d1767 2.0-storage/wiki/syspages.xml: update syspages.xml
  49 2010-01-24T10:08:58  *** grzywacz has joined #moin-dev
  50 2010-01-24T12:10:08  <ThomasWaldmann> moin
  51 2010-01-24T14:12:59  <dreimark> moin
  52 2010-01-24T14:17:52  <dreimark> ThomasWaldmann: i have 2 failed, 983 passed, 83 skipped in 43.79 seconds
  53 2010-01-24T14:18:26  <dreimark> MoinMoin/_tests/test_test_environ.py ..FF
  54 2010-01-24T19:12:06  <ThomasWaldmann> i know
  55 2010-01-24T19:22:59  <dreimark> ok
  56 2010-01-24T19:26:54  <ThomasWaldmann> btw, if someone is bored: review fs2 code
  57 2010-01-24T19:58:46  *** eSyr has joined #moin-dev
  58 2010-01-24T20:46:13  <ThomasWaldmann> dreimark: i am fixing the 2 test_env tests
  59 2010-01-24T20:48:31  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7194:12249c0c7245 2.0-storage/MoinMoin/_tests/test_test_environ.py: fix test_environment tests, syspages all have acl -All:write, but we want to write, thus override it with before acl
  60 2010-01-24T21:10:28  * ThomasWaldmann merges 1.9 > 2.0-storage
  61 2010-01-24T21:33:51  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7263:893e4470f30a 2.0-storage/ (97 files in 27 dirs): merged moin/1.9
  62 2010-01-24T21:35:25  *** ser has quit IRC
  63 2010-01-24T23:39:20  <dreimark> ThomasWaldmann: loading of old revisions for modifications for twikidraw and anywikidraw seems not to work
  64 2010-01-24T23:43:00  <dreimark> gn
  65 2010-01-24T23:43:36  <ThomasWaldmann> hm, not even saving works
  66 2010-01-24T23:43:39  <ThomasWaldmann> gn dreimark
  67 2010-01-24T23:59:03  <CIA-30> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 7264:b01b25777dd4 2.0-storage/MoinMoin/storage/backends/fs2.py: fs2 backend: consistently name revision parameter as 'rev'

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