2008-07-20T00:35:43  <dreimark> hmm, has leslie programmed picasa ?
2008-07-20T00:36:46  <xorAxAx> not really :)
2008-07-20T00:37:50  <dreimark> some functions e.g.  LH_editDialog looks like prefixed
2008-07-20T00:57:57  <dreimark> gn
2008-07-20T10:46:02  <gizmach> ThomasWaldmann: how do you mean to simplify code ? in which case
2008-07-20T10:48:06  <gizmach> moin
2008-07-20T11:15:28  <dreimark> moin
2008-07-20T11:17:33  <gizmach> bbl
2008-07-20T11:18:03  <dreimark> umh
2008-07-20T11:36:19  <ThomasWaldmann> moin
2008-07-20T13:40:32  * ThomasWaldmann prepares 1.7.1 release
2008-07-20T15:12:15  <dreimark> moin
2008-07-20T15:31:15  <ThomasWaldmann> moin
2008-07-20T15:35:25  <PawelPacana> moin
2008-07-20T15:35:48  <dennda> moin
2008-07-20T15:36:15  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3763:273a648d8ab7 1.7/docs/CHANGES: update CHANGES
2008-07-20T15:36:17  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3764:3d3cbae4c550 1.7/MoinMoin/ (config/multiconfig.py request/__init__.py): surge protection: add exception and a high limit for 'cache' action, more comments
2008-07-20T15:36:18  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3765:a016745f4cca 1.7/ (docs/INSTALL.html docs/UPDATE.html wiki/data/intermap.txt): make install-docs interwiki
2008-07-20T15:36:19  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3766:b7f8d9359c32 1.7/MoinMoin/i18n/ (12 files): updated i18n
2008-07-20T15:36:21  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3767:a96636a03024 1.7/wiki/underlay.tar: updated underlay pages
2008-07-20T16:01:55  <gizmach> re (I'm setting network and environment I can use when I go to my parents so I can go on the net)
2008-07-20T16:10:30  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 194:57609945a3f5 1.7-extensions/data/plugin/parser/text_x_arnica.py: text_x_arnica: removed dependeny of filter.EXIF, exif tags by Image and ExifTags
2008-07-20T16:18:18  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 195:17c81c85637f 1.7-extensions/data/plugin/parser/text_x_arnica.py: text_x_arnica.get_exif_info: return date default also for not isPicture
2008-07-20T16:20:56  <dreimark> ... and now let's see it can be cached
2008-07-20T16:21:03  <dreimark> +how
2008-07-20T16:31:04  <ThomasWaldmann> dreimark: i'll change the cache code slightly so it stores the name of the source into metadata
2008-07-20T16:31:40  <gizmach> ThomasWaldmann: what you mean by simplifying code?
2008-07-20T16:32:03  <ThomasWaldmann> you currently use factories to solve the "no request in config" problem
2008-07-20T16:32:48  <ThomasWaldmann> but maybe just using a function is enough
2008-07-20T16:33:18  <ThomasWaldmann> (could be a lambda expression for one liners :)
2008-07-20T16:33:54  <gizmach> ThomasWaldmann: ok I will take a look at it soon as I can have acces to my code agin (seting vm on win)
2008-07-20T17:00:16  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3768:85c7b3b9c48c 1.7/MoinMoin/action/cache.py: cache action: use dict for metadata, store also original item name and last_modified (as UNIX timestamp)
2008-07-20T17:00:42  <ThomasWaldmann> dreimark: can you do a arnica test with this ^^ (please clean sendcache cache first)
2008-07-20T17:03:16  <dreimark> ThomasWaldmann: you were faster I've had a similiar idea
2008-07-20T17:03:30  <ThomasWaldmann> :)
2008-07-20T17:04:03  <ThomasWaldmann> should not require changes to work, but optionally you can feed original=(wikiname, itemname, attachname) to cache.put()
2008-07-20T17:04:30  <dreimark> ThomasWaldmann: that is currently only in 1.7 ?
2008-07-20T17:04:38  <ThomasWaldmann> yes
2008-07-20T17:05:05  <ThomasWaldmann> put all stuff you need for arnica is likely in 1.7 meanwhile, too
2008-07-20T17:06:21  <ThomasWaldmann> (at least all cache/caching related stuff)
2008-07-20T17:08:59  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 196:ce2e7a350435 1.7-extensions/data/plugin/parser/text_x_arnica.py: text_x_arnica: refactored get_exif_info to a method of the parser and added caching capability
2008-07-20T17:09:00  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 197:459dbc1b8bd5 1.7-extensions/data/plugin/parser/text_x_arnica.py: text_x_arnica: i18n fix because of existing i18n string with similiar meaning
2008-07-20T17:10:27  <dreimark> ThomasWaldmann: we should change this fixed i18n string ^^ (I guess there are some more which can be used on several places if more generic rephrased)
2008-07-20T17:10:50  * dreimark sets links and tries
2008-07-20T17:10:54  <dreimark> 1.7
2008-07-20T17:22:58  <ThomasWaldmann> dreimark: be careful with sorted()
2008-07-20T17:26:18  <ThomasWaldmann> dreimark: there is action.cache.exists()
2008-07-20T17:29:02  <dreimark> ok, currently I do have a problem with german umlauts as filename. (that wasn't some time ago)
2008-07-20T17:29:33  <ThomasWaldmann> btw, you do a strange mix of cache and caching calls
2008-07-20T17:31:14  <dreimark> seen that also and decided to refactor all places at once
2008-07-20T17:34:18  <dreimark> I test the umlaut problem on a other box later. it smells like a local problem of this box
2008-07-20T17:44:12  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3769:3be52acb3f43 1.7/MoinMoin/script/server/standalone.py: server.standalone script: fix check for failing import of wikiserverconfig module
2008-07-20T17:53:18  <dreimark> ThomasWaldmann: how can I get the content of the cache.data file without sending ?
2008-07-20T17:54:24  <ThomasWaldmann> why would you want to?
2008-07-20T17:57:25  <dreimark> I want to store the exif date as text in a cache file
2008-07-20T17:57:36  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3770:76c3f5181b43 1.7/MoinMoin/script/server/standalone.py: server.standalone script: fix --group option (wasn't used)
2008-07-20T17:58:18  <ThomasWaldmann> but that's not a "sendcache" use case, is it?
2008-07-20T17:59:27  <ThomasWaldmann> btw, did the new cache code work for you?
2008-07-20T18:00:43  <dreimark> it works
2008-07-20T18:01:38  <dreimark> this an edge case because all the other caches are done by cache
2008-07-20T18:02:10  <dreimark> and the key logic makes it possible to have per item cache files
2008-07-20T18:02:33  <ThomasWaldmann> just use the key with the caching.* code
2008-07-20T18:04:10  <ThomasWaldmann> ok, any last words before 1.7.1 release? :)
2008-07-20T18:07:55  <dreimark> :)
2008-07-20T18:12:51  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3771:a0babca35e5d 1.7/ (10 files in 7 dirs): release 1.7.1 (bump version numbers, update CHANGES)
2008-07-20T18:31:14  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3772:78c452cf0257 1.7/MoinMoin/ (3 files in 3 dirs): fix tests, PEP8
2008-07-20T18:40:36  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3773:7fa289e48089 1.7/ (3 files in 2 dirs): update meta file to 1.7.1, add dummy mig scripts
2008-07-20T18:43:49  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 198:d13bd1096377 1.7-extensions/data/plugin/parser/text_x_arnica.py: removed sorted
2008-07-20T18:43:50  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 199:b82d3ce1764a 1.7-extensions/data/plugin/ (action/arnica_slides.py parser/text_x_arnica.py): action cache method used instead of similiar one from caching
2008-07-20T18:43:50  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 200:833c10d63d94 1.7-extensions/data/plugin/parser/text_x_arnica.py: text_x_arnica: PEP8 fixes
2008-07-20T18:44:32  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3774:da9e664b3f51 1.7/wiki/server/wikiserverconfig.py: duplicate wikiserverconfig.py to wiki/server/ so it gets installed if you use setup.py
2008-07-20T18:45:47  * ThomasWaldmann runs make dist
2008-07-20T18:47:52  <dreimark> :) will look later on it will have some dinner before
2008-07-20T18:47:56  <dreimark> bbl
2008-07-20T18:54:20  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3920:a29fd3a9e91f 1.8-wsgi-fkrupicka/MoinMoin/ (action/AttachFile.py web/request.py): Try using werkzeugs Href object for URL generation (first in AttachFile)
2008-07-20T18:54:22  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3921:42352c0b2a51 1.8-wsgi-fkrupicka/MoinMoin/web/session.py: Don't send session cookie when session was already established
2008-07-20T18:54:22  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3922:1c412625fdda 1.8-wsgi-fkrupicka/MoinMoin/web/contexts.py: Removed slots from Context-class, proxied some more attributes to underlying Request
2008-07-20T18:54:23  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3923:5ddcd9fe00b4 1.8-wsgi-fkrupicka/MoinMoin/action/_tests/test_attachfile.py: Fixed test: removed '&' from expected (test shouldn't test for context)
2008-07-20T18:54:26  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3924:a6c315ff8d66 1.8-wsgi-fkrupicka/MoinMoin/ (17 files in 6 dirs): Make more use of werkzeugs Href object for URL-generation in MoinMoin
2008-07-20T18:54:29  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3925:97bffc03c15f 1.8-wsgi-fkrupicka/MoinMoin/web/_tests/test_utils.py: Test cases for UniqueIDGenerator (incomplete)
2008-07-20T18:54:34  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3926:162002d5b148 1.8-wsgi-fkrupicka/MoinMoin/ (13 files in 8 dirs): Replaced some references to request.form with MultiDict-compatible semantics
2008-07-20T19:08:07  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3775:6816ffbeef49 1.7/.hgtags: tagged release 1.7.1
2008-07-20T20:22:16  <dreimark> re
2008-07-20T20:29:41  <CIA-53> Pawel Pacana <pawel.pacana@gmail.com> default * 4347:c8e329b30df9 1.8-mercurialbackend-ppacana/MoinMoin/storage/_tests/test_backends.py: (test_backends) Missing copyright notice.
2008-07-20T20:29:41  <CIA-53> Pawel Pacana <pawel.pacana@gmail.com> default * 4348:87f5f8aa3dfc 1.8-mercurialbackend-ppacana/MoinMoin/storage/_tests/test_backends_hg.py: (test_backends_hg) __init__ simplification.
2008-07-20T20:29:42  <CIA-53> Pawel Pacana <pawel.pacana@gmail.com> default * 4349:6a23167a14d8 1.8-mercurialbackend-ppacana/MoinMoin/storage/backends/hg.py: (hg) Module docstring update. Documenting desgin and problems of future (yet) iteration.
2008-07-20T20:29:43  <CIA-53> Pawel Pacana <pawel.pacana@gmail.com> default * 4350:425a967877be 1.8-mercurialbackend-ppacana/MoinMoin/storage/backends/hg.py: (hg) Fixed to follow mercurial-devel API.
2008-07-20T20:29:45  <CIA-53> Pawel Pacana <pawel.pacana@gmail.com> default * 4351:055966812312 1.8-mercurialbackend-ppacana/MoinMoin/storage/backends/hg.py: (hg) Attribute name fixed.
2008-07-20T20:29:50  <CIA-53> Pawel Pacana <pawel.pacana@gmail.com> default * 4352:4f79292436ed 1.8-mercurialbackend-ppacana/MoinMoin/storage/backends/hg.py: (hg) Backend implementation using new hg features - memory changestes. _item_commit, _item_rename dont use working copy any more.
2008-07-20T20:32:58  <mmihaljevic> re
2008-07-20T20:34:51  <ThomasWaldmann> moin mmihaljevic
2008-07-20T20:39:10  <ThomasWaldmann> johill: http://www.linux-magazin.de/news/wiki_engine_moin_moin_1_7_mit_openid_anbindung
2008-07-20T20:40:44  <dreimark> cool
2008-07-20T20:48:20  <RaphaelBossek> hi all; working on 1.8 moin devel tree and do not know how to setup the "secrets" configuration variable :-(
2008-07-20T20:50:29  <ThomasWaldmann> moin RaphaelBossek
2008-07-20T20:50:44  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 201:64d37c4dd8d1 1.7-extensions/data/plugin/action/refresh.py: action.refresh: remove all related cache files not only the first found
2008-07-20T20:51:13  <ThomasWaldmann> there is a snippet about it
2008-07-20T20:51:26  <RaphaelBossek> multiconfig.py:383 fails for me...
2008-07-20T20:51:45  <ThomasWaldmann> (and as soon as the latest 1.7 changes are merged, it will work by default)
2008-07-20T20:52:00  <RaphaelBossek> secret_key_name='action/cache'
2008-07-20T20:52:28  * RaphaelBossek is on a trip the next days and thought to work a little bit on moin 1.8
2008-07-20T20:52:36  <ThomasWaldmann> just put secrets = 'ansapdjapsdiojapdojapfoja' into your wikiconfig :)
2008-07-20T20:53:10  <RaphaelBossek> my secrets = '1234567890' but it does not work because multiconfig.py:383 expect an array !
2008-07-20T20:53:24  <ThomasWaldmann> ehrm....
2008-07-20T20:53:28  * ThomasWaldmann looks
2008-07-20T20:56:42  <johill> ThomasWaldmann: heh cool
2008-07-20T20:57:53  <ThomasWaldmann> RaphaelBossek: that secrets = ... works for me
2008-07-20T20:58:08  <johill> didn't know that still was a differentiating feature these days
2008-07-20T20:58:14  <ThomasWaldmann> do you use moin/1.8 tip?
2008-07-20T20:59:57  <RaphaelBossek> I'm at tip
2008-07-20T21:03:06  <RaphaelBossek> is multiconfig.py:383 secret = self.secrets[secret_key_name] for you too ?
2008-07-20T21:03:45  <ThomasWaldmann> yes, see code above that makes this working
2008-07-20T21:04:08  <ThomasWaldmann> did you really use '1234567890' or maybe rather u'1234567890'?
2008-07-20T21:04:42  <RaphaelBossek> ups, of course UTF-8; will change this
2008-07-20T21:05:21  <ThomasWaldmann> u is a unicode object, not utf-8
2008-07-20T21:06:03  <ThomasWaldmann> (therefore the if isinstance(..., str) didn't trigger)
2008-07-20T21:06:31  <RaphaelBossek> sorry UNICODE of course; I've changed it and now it works :-) hm, maybe a patch whould be helpful which point this out ?
2008-07-20T21:08:17  <ThomasWaldmann> I'll first have to merge 1.7 (that will make that stuff more easy).
2008-07-20T21:08:34  <RaphaelBossek> ok
2008-07-20T21:08:35  <ThomasWaldmann> afterwards, I'll add unicode treatment, no problem.
2008-07-20T21:08:56  <ThomasWaldmann> btw, 1.7.1 is out :)
2008-07-20T21:09:17  * RaphaelBossek did hg pull -u already on this 1.7 development tree
2008-07-20T21:10:41  <ThomasWaldmann> btw, we merged your xslt patch / test at europython sprint
2008-07-20T21:10:54  <ThomasWaldmann> and while doing this, we found more strangeness :D
2008-07-20T21:11:43  <ThomasWaldmann> the xslt parser seems to behave different when used with #format xslt than when used with {{{#!xslt ... }}}
2008-07-20T21:12:58  <RaphaelBossek> is this problem fixed already or is there work to do ?
2008-07-20T21:15:02  <ThomasWaldmann> no, it is not fixed yet. as it happened before and after your patch in the same way, we didn't touch that problem, but rather applied your patch and test and did some work on it.
2008-07-20T21:18:40  <RaphaelBossek> one question about coordination of jobs; if would like to work on a problem how can I make sure that nobody else do the same in the meantime ?
2008-07-20T21:19:11  <RaphaelBossek> with 1.7.1 those bugs are fixed: MoinMoinBugs/1.7.0_TableOfContentsNotUpToDateInPreview and MoinMoinBugs/1.7NoTableOfContentsInPagePreview
2008-07-20T21:20:33  <ThomasWaldmann> if it is a bug, just assign it to yourself
2008-07-20T21:21:47  <RaphaelBossek> hmm, so those bugs where created while the problem was fixed ?
2008-07-20T21:22:18  <RaphaelBossek> those bugs are not assigned to anybody... but the problem was solved... there is not enought time to verify the bug reports, is that right ?
2008-07-20T21:22:28  <dreimark> and don't start to fix something without a description.
2008-07-20T21:22:51  <RaphaelBossek> a description about how the problem will be fixed ?
2008-07-20T21:23:50  <dreimark> no a bug report or FR telling the problem
2008-07-20T21:24:33  <ThomasWaldmann> RaphaelBossek: If you are sure they are fixed, close them (and give changeset url of fix)
2008-07-20T21:25:20  * RaphaelBossek checked those bugs after an update of his 1.7 devel tree; they are fixed... will try to find out the changeset
2008-07-20T21:28:40  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 202:95e0ff6c22f7 1.7-extensions/data/plugin/CHANGES_arnica: update CHANGES
2008-07-20T21:36:09  <CIA-53> Pawel Pacana <pawel.pacana@gmail.com> default * 4353:3daf6885053d 1.8-mercurialbackend-ppacana/MoinMoin/storage/backends/hg.py: (hg) Code cleanup, PEP8 fixes. Removed _has_revisions, added _tipctx
2008-07-20T21:38:09  <PawelPacana> dennda: have you thought about moving some stuff which is now in every backend (hg, fs, memory) to abstract?
2008-07-20T21:38:38  <PawelPacana> i mean things, which johill pointed in some #XXX in fs.py
2008-07-20T21:38:42  <dennda> PawelPacana: What exactly are you talking of?
2008-07-20T21:38:46  <PawelPacana> and some types checking
2008-07-20T21:39:09  <PawelPacana> i mean mostly 2 or 3 things
2008-07-20T21:39:11  <dennda> oh, ok. I will look at that tomorrow
2008-07-20T21:39:12  <dennda> ok?
2008-07-20T21:39:15  <PawelPacana> sure
2008-07-20T21:41:46  <PawelPacana> just as a reference: if not isinstance(newname, (str, unicode)): checking in create, rename, item._uncommitted_revision = None  on commit/rollback
2008-07-20T21:43:38  <dennda> I'll pull it up if it makes sense
2008-07-20T22:01:40  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 203:974bbf21073f 1.7-extensions/data/plugin/CHANGES_arnica: CHANGES_arnica: prepared for beta2
2008-07-20T22:19:07  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 204:019d11153688 1.7-extensions/.hgtags: Added tag 1.7.1beta2 for changeset 974bbf21073f
2008-07-20T22:23:40  * ThomasWaldmann plays with eclipse 3.4
2008-07-20T22:26:33  <PawelPacana> any new features?
2008-07-20T22:28:16  <ThomasWaldmann> still downloading stuff from the ide
2008-07-20T22:33:32  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 205:8d25330f0ab0 1.7-extensions/data/plugin/CHANGES_arnica: CHANGES_arnica: HINTS really moved
2008-07-20T22:53:02  <mmihaljevic> gn
2008-07-20T22:53:13  <dreimark> good night mmihaljevic
2008-07-20T23:09:34  <ThomasWaldmann> http://www.ibm.com/developerworks/linux/library/wa-googlecal/index.html?ca=dgr-lnxw97wa-googlecal&S_TACT=105AGX59&S_CMP=GRsitelnxw97
2008-07-20T23:09:59  <ThomasWaldmann> if somebody is bored and like gpg, I guess we could use a similar approach to have encrypted wiki pages :)
2008-07-20T23:28:13  <ThomasWaldmann> http://www.flickr.com/photos/tags/europython2008
2008-07-20T23:31:17  <dreimark> http://www.flickr.com/photos/23176450@N08/2664543876/
2008-07-20T23:35:37  <dreimark> http://www.flickr.com/photos/tv42/2646590189/
2008-07-20T23:37:20  <ThomasWaldmann> now they know all my quicklinks :P
2008-07-20T23:38:21  <ThomasWaldmann> hmm, no, not sharp enough X)
2008-07-20T23:39:33  <dreimark> ThomasWaldmann: only the one who has done the shot
2008-07-20T23:40:37  * dreimark has seen my X0 but not me 
2008-07-20T23:45:08  <dreimark> good night
2008-07-20T23:46:56  <ThomasWaldmann> gn dreimark
2008-07-20T23:50:03  <PawelPacana> gn dreimark

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-07-20 (last edited 2008-07-19 22:45:02 by IrcLogImporter)