Re: [Zope-dev] Acquisition wrapped objects do not behave well on unicode call

2011-03-01 Thread Christian Zagrodnick
On 2011-02-28 07:43:55 +0100, Christian Zagrodnick said: > On 2011-02-25 21:56:49 +0100, David Glick said: > >> On 2/20/11 1:32 AM, Christian Zagrodnick wrote: >>> On 2011-02-19 17:17:44 +0100, Hanno Schlichting said: >>> >>>> On Thu, Feb 17, 2011 at

Re: [Zope-dev] Acquisition wrapped objects do not behave well on unicode call

2011-02-27 Thread Christian Zagrodnick
On 2011-02-25 21:56:49 +0100, David Glick said: > On 2/20/11 1:32 AM, Christian Zagrodnick wrote: >> On 2011-02-19 17:17:44 +0100, Hanno Schlichting said: >> >>> On Thu, Feb 17, 2011 at 8:27 AM, Christian Zagrodnick >>> wrote: >>>> On 2011

Re: [Zope-dev] Acquisition wrapped objects do not behave well on unicode call

2011-02-20 Thread Christian Zagrodnick
On 2011-02-19 17:17:44 +0100, Hanno Schlichting said: > On Thu, Feb 17, 2011 at 8:27 AM, Christian Zagrodnick wrote: >> On 2011-02-16 22:22:53 +0100, Hanno Schlichting said: >>>> svn+ssh://svn.zope.org/repos/main/Acquisition/branches/zagy-unicode-should-be-called Sure.

Re: [Zope-dev] Acquisition wrapped objects do not behave well on unicode call

2011-02-16 Thread Christian Zagrodnick
On 2011-02-16 22:22:53 +0100, Hanno Schlichting said: > On Wed, Feb 16, 2011 at 10:19 PM, Christian Zagrodnick > wrote: >> I suspect a change in python (which I did not follow up after getting >> strange feelings when looking at PyObject_Unicode). >> >> Neverthele

Re: [Zope-dev] Acquisition wrapped objects do not behave well on unicode call

2011-02-16 Thread Christian Zagrodnick
up after getting strange feelings when looking at PyObject_Unicode). Nevertheless I've fixed that on a branch: svn+ssh://svn.zope.org/repos/main/Acquisition/branches/zagy-unicode-should-be-called Hanno: Would you review that change please? Thanks. -- Christian Zagrodnick · c...@gocept.com goc

Re: [Zope-dev] Acquisition wrapped objects do not behave well on unicode call

2011-02-15 Thread Christian Zagrodnick
weak to attempt this. Heh. My C-fu is also rather weak but I might try it if there are no objections. (or there is somebody hacking it in 5 minutes …) > The workaround is to call > unicode(aq_base(my_object)). Yes, but that's not really an option. Regards, -- Christian Zag

Re: [Zope-dev] Can ZTK 1.0 support Python 2.7?

2010-07-13 Thread Christian Zagrodnick
On 2010-07-13 20:37:42 +0200, Tres Seaver said: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Christian Zagrodnick wrote: >> On 2010-07-13 14:12:01 +0200, Hanno Schlichting said: >> >>> Hi. >>> >>> We have Python 2.7 final now

Re: [Zope-dev] Can ZTK 1.0 support Python 2.7?

2010-07-13 Thread Christian Zagrodnick
le/released soon. Adding a new Python version or removing one, doesn't help. But I really want to see Python 2.7 support rather soon. So how do we actually proceed there? Even after ZTK 1.0 is out, how is the transition made to 1.1? I suppose there could be a 1.0.1 at the same time as a 1.1

Re: [Zope-dev] zope.server: "Exception during task" logging

2010-06-11 Thread Christian Zagrodnick
On 2010-05-27 16:44:58 +0200, Tres Seaver said: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Christian Zagrodnick wrote: >> On 2010-04-14 14:58:47 +0200, Christian Zagrodnick said: >> >>> Hi, >>> >>> zope.server logs the "Ex

Re: [Zope-dev] zope.server: "Exception during task" logging

2010-05-27 Thread Christian Zagrodnick
On 2010-04-14 14:58:47 +0200, Christian Zagrodnick said: > Hi, > > zope.server logs the "Exception during task" message to the root > > logger. So there is no (easy/useful) way to filter that. > > I'd like to change this logging to a zope.server logger

[Zope-dev] zope.server: "Exception during task" logging

2010-04-14 Thread Christian Zagrodnick
Hi, zope.server logs the "Exception during task" message to the root logger. So there is no (easy/useful) way to filter that. I'd like to change this logging to a zope.server logger. (i.e. using logging.getLogger(...)) Objections? -- Christian Zagrodnick · c...@gocept.com g

Re: [Zope-dev] ZConfig + SMTP Auth email logger

2010-04-11 Thread Christian Zagrodnick
On 2010-04-10 18:41:11 +0200, Chris Withers said: > Christian Zagrodnick wrote: >> I just added SMTP authentication to the email notification logger in ZConfig. >> >> Would somebody make a release please or give me (zagy) the proper PyPI >> rights? > > Why

[Zope-dev] ZConfig + SMTP Auth email logger

2010-04-10 Thread Christian Zagrodnick
Hi, I just added SMTP authentication to the email notification logger in ZConfig. Would somebody make a release please or give me (zagy) the proper PyPI rights? Thanks, -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany

Re: [Zope-dev] IAbsoluteURL for browser view should contain @@?

2010-04-01 Thread Christian Zagrodnick
luteURL adapter for IBrowserView will break the URL for file resources. But that's solvable. -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 4 · fax +49 345 1229889 1 Zope and Plone c

[Zope-dev] IAbsoluteURL for browser view should contain @@?

2010-04-01 Thread Christian Zagrodnick
should I place this adapter? The two relevant interfaces are zope.browser.interfaces.IBrowserView zope.traversing.browser.interfaces.IAbsoluteURL But neither package depends on the other, so a different package might be more suiteable? Regards, -- Christian Zagrodnick · c...@gocept.com gocept

Re: [Zope-dev] Update ZTK: zc.resourcelibrary 1.3.1

2010-03-24 Thread Christian Zagrodnick
On 2010-03-24 12:12:07 +0100, Baiju M said: > On Wed, Mar 24, 2010 at 3:06 PM, Christian Zagrodnick wrote: >> Hi, >> >> I just released zc.resourcelibrary 1.3.1. > > Great ! > >> IMO the ZTK should be updated accordingly. > > +1 done (r110171)

[Zope-dev] Update ZTK: zc.resourcelibrary 1.3.1

2010-03-24 Thread Christian Zagrodnick
Hi, I just released zc.resourcelibrary 1.3.1. IMO the ZTK should be updated accordingly. Regards, -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 4 · fax +49 345 1229889 1 Zope and P

Re: [Zope-dev] Generations in Zope 2

2009-12-15 Thread Christian Zagrodnick
On 2009-12-15 11:20:19 +0100, Wichert Akkerman said: > On 12/15/09 11:02 , Christian Zagrodnick wrote: >> Hi, >> >> to get generations working in Zope 2 the following subscriber is needed: >> >> @zope.component.adapter(zope.app.appsetup.IProcessStartingE

[Zope-dev] Generations in Zope 2

2009-12-15 Thread Christian Zagrodnick
become part of Zope 2 / Five. Objections? Regards, -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 4 · fax +49 345 1229889 1 Zope and Plone consulting and develop

Re: [Zope-dev] zope.testing: Define __add__ for RENormalizing

2009-12-06 Thread Christian Zagrodnick
On 2009-06-18 10:00:01 +0200, Christian Zagrodnick said: > Hi, > > I suggest defining __add__ for zope.testing.renormalizing.RENormalizing > > which would return a new Checker with the transformers combined. > > This allow better reuse of those checkers without

Re: [Zope-dev] z3c.recipe.i18n tests fail

2009-12-01 Thread Christian Zagrodnick
On 2009-12-01 16:36:50 +0100, yuppie said: > Christian Zagrodnick wrote: >> Error in test /private/tmp/trunk/src/z3c/recipe/i18n/README.txt >> Traceback (most recent call last): >> File "/Users/zagy/development/python/lib/python2.6/unittest.py", line >>

[Zope-dev] z3c.recipe.i18n tests fail

2009-12-01 Thread Christian Zagrodnick
; object has no attribute 'location' I actually have no idea why this is happening. Anybody got a clue? Regards, -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel

Re: [Zope-dev] zc.zope3recipes:instance: zdaemon/eventlog rotatation

2009-09-17 Thread Christian Zagrodnick
On 2009-09-16 13:03:44 +0200, Jim Fulton said: > On Wed, Sep 16, 2009 at 5:28 AM, Christian Zagrodnick wrote: >> The zc.zope3recipes:instance recipe creates a zdaemon.conf which writes >> the transcript_log and zdaemon's eventlog to the same file. That's >>

[Zope-dev] zc.zope3recipes:instance: zdaemon/eventlog rotatation

2009-09-16 Thread Christian Zagrodnick
mments? Suggestsions? -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 4 · fax +49 345 1229889 1 Zope and Plone consulting and development ___ Zope-D

[Zope-dev] zope.testing: Define __add__ for RENormalizing

2009-06-18 Thread Christian Zagrodnick
? -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 4 · fax +49 345 1229889 1 Zope and Plone consulting and development ___ Zope-Dev maillist - Zope

Re: [Zope-dev] [Checkins] SVN: zope.app.publisher/trunk/ To make browsers update their caches of resources immediately when the

2009-06-10 Thread Christian Zagrodnick
mework. Do we really want to not change any zope.* package any more in regard to new features? Regards, -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 4 · fax +49 345 1229889 1 Zope and Plone consulti

Re: [Zope-dev] z3c.recipe.i18n tests break on unix

2009-05-15 Thread Christian Zagrodnick
ak on windows. I can catchup the tests later and try > to make them running again on windows and linux. Okay, would you give me the pypi access (user zagy)? > > Thanks a lot for help improve missing parts or fix issues! np, after all I want to use it :) -- Christian Zagrodnick ·

[Zope-dev] z3c.recipe.i18n tests break on unix

2009-05-15 Thread Christian Zagrodnick
his. I also see most recipes are tested only for unix (which would be fine for me). How should we proceed in this special case? Actually there is a bug which I'm going to fix w/o having passing tests now. Regards, -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsters

[Zope-dev] release of lovely.remotetask?

2009-02-11 Thread Christian Zagrodnick
Hi, I'd like to create a new release of lovely.remotetask. Could somebody give me (zagy) the pypi rights? Thanks, -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 4 · fax +49 345

Re: [Zope-dev] Release zc.selenium on pypi

2009-01-19 Thread Christian Zagrodnick
On 2009-01-07 14:32:07 +0100, "Benji York" said: > On Wed, Jan 7, 2009 at 7:29 AM, Christian Zagrodnick wrote: >> there is zc.selenium on svn.zope.org which is not on pypi. Could this >> be released? > > Yes. > >> Also it speaks of the ZVLS in some f

[Zope-dev] Release zc.selenium on pypi

2009-01-07 Thread Christian Zagrodnick
Hi, there is zc.selenium on svn.zope.org which is not on pypi. Could this be released? Also it speaks of the ZVLS in some files which doesn't seem to be correct. -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · ger

Re: [Zope-dev] Deprecate ITerms in zope.app.form? [Re:zope.browser?]

2009-01-07 Thread Christian Zagrodnick
n how the tool will work in the end. A correctly crafted BBB together with some simple grep-like tool would be sufficient, would it not? -- Christian Zagrodnick · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 4 · fa

Re: [Zope-dev] Deprecate ITerms in zope.app.form? [Re: zope.browser?]

2008-12-15 Thread Christian Zagrodnick
bility. > Without such announcements our code can get very quick out > of date and we have no change to know about that. Yes, for necessary API changes which do not need to be shipped immeadiately I can see that. > > btw, > we also should deprecate the ISite interface at the old loca

[Zope-dev] Deprecate ITerms in zope.app.form? [Re: zope.browser?]

2008-12-15 Thread Christian Zagrodnick
On 2008-12-12 16:04:09 +0100, Robert Niederreiter said: > Hi, > > Am Freitag, den 12.12.2008, 15:51 +0100 schrieb Christian Zagrodnick: >> On 2008-12-12 14:24:09 +0100, Martijn Faassen said: >> >>> Hey, >>> >>> Christian Zagrodnick wrote: >

Re: [Zope-dev] zope.browser?

2008-12-12 Thread Christian Zagrodnick
On 2008-12-12 14:24:09 +0100, Martijn Faassen said: > Hey, > > Christian Zagrodnick wrote: > [snip] >> That's good. One thing which is not good is that you deprecated the use >> of ITerms from zope.app.form. I'd just leave the reference/import

Re: [Zope-dev] zope.browser?

2008-12-12 Thread Christian Zagrodnick
interface > to this package. Which makes it possible to implement ISource > and their widgets in z3c.form wihtout to depend on zope.app.browser. > (zagy branch in z3c.form) That's good. One thing which is not good is that you deprecated the use of ITerms from zope.app.form. I'd

Re: [Zope-dev] [Checkins] SVN: zope.testbrowser/trunk/ - Switched to Zope 3.4 KGS.

2008-12-09 Thread Christian Zagrodnick
wrote: >>> >>>> On Sat, Dec 6, 2008 at 10:28 AM, Christian Zagrodnick <[EMAIL PROTECTED]> >>>> wrote: >>>>> Log message for revision 93722: >>>>> - Switched to Zope 3.4 KGS. >>>>> >>>>> - New lines

Re: [Zope-dev] deprecate http://download.zope.org/distribution

2008-11-14 Thread Christian Zagrodnick
tories). I'd > like to deprecate this site, making it read-only for now, but > eventually removing it. Yeah, make it read only. But I'd just leave it there. We have the policy of not removing eggs which are out there, so I suggest leaving the eggs there. -- Christian Zagrodnick ·

[Zope-dev] z3c.autoinclude doesn't include extra_requires

2008-11-11 Thread Christian Zagrodnick
Hi, when I include an egg with extras (like gocept.foo[server]) the dependencies from the extra are not automatically included with autoinclude. I'm posting this here, because there is no other obvious place (no project for this on lauchpad). Regards, -- Christian Zagrodnick · [

[Zope-dev] zope.testbrowser: Newlines in textarea not always preserved

2008-10-17 Thread Christian Zagrodnick
ython 2.5 :) Regards, -- Christian Zagrodnick · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 4 · fax +49 345 1229889 1 Zope and Plone consulting and development ___

Re: [Zope-dev] ForbiddenAttribute: why subclass AttributeError?

2008-10-17 Thread Christian Zagrodnick
'd never get an AttributeError but only ForbidenAttribute, wouldn't you? So I think an ForbiddenAttribute as subclass of AttributeError is the right thing. -- Christian Zagrodnick · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://g

Re: [Zope-dev] Make simple ISource usable

2008-08-31 Thread Christian Zagrodnick
On 2008-08-31 22:51:38 +0200, Marius Gedminas <[EMAIL PROTECTED]> said: > > > > > On Sun, Aug 31, 2008 at 10:23:00PM +0200, Christian Zagrodnick wrote: >> Wait. zope.schema really shouldn't know about terms. Terms are about=20 >> the user interface, hence

Re: [Zope-dev] Make simple ISource usable

2008-08-31 Thread Christian Zagrodnick
my side) right > now. > > Can you try to phrase what you want to achieve and maybe not use the > word 'ITerms' (for now)? Right. What's the difference from the ITerms we have now? Why do I need it? -- Christian Zagrodnick · [EMAIL PROTECTED] gocept gmbh & co.

Re: [Zope-dev] Make simple ISource usable

2008-08-31 Thread Christian Zagrodnick
ess none > > queriable ISource implementations. > > Of corse such a ITerms adapter for ISource doesn't adapt > the request. The PrincipalSource ITerms implementation > from zope.app.security doesn't even use the implemented > request. > > Probably we shou

[Zope-dev] Re: zc.testbrowser.real support for mozlab 0.1.9

2008-07-04 Thread Christian Zagrodnick
lines? I guess the time.sleep() on line 191 implies that there's something we might want to wait for. I increased it by 10x and only got 1 failure out of 10, so I guess that helps. I had this error, too and checked in a maybe-fix in r87964. Have you tried with this revision or the one be

[Zope-dev] Re: Deciphering Zope Comments

2008-06-04 Thread Christian Zagrodnick
but importhing the python implementation. The module is there for backward compatibility. -- Christian Zagrodnick · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 4 · fax +49 345 1229889 1 Zope and Pl

[Zope-dev] Re: AW: AW: Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-20 Thread Christian Zagrodnick
ou will have to update i18ndude to add new zcml tags though. What's translatable and what not is defined by the schema of the configuration which can be extended by any package. So adding this information to the extractor would duplicate it. Not good. -- Christian Zagrodnick · [EMAIL PROT

[Zope-dev] Re: New i18n locale extraction concept

2008-05-01 Thread Christian Zagrodnick
ckage for a real usecase. What do you think? Should we switch the locale extraction to that concept for the zope.* packages too or not? Exctaction should be in a recipe, of course. But I'm also advocating for having the translations in the package and having one domain per package. ` --

[Zope-dev] Re: zope.app.locales i18nmergeall.py not used anymore?

2008-04-30 Thread Christian Zagrodnick
This would allow all the .po files to be always up to date. Actually I don't really use the merge script. I prefere using somethink like poedit and its "update from pot file" feature. This also tells me what I have to translate and what is gone. -- Christian Zagrodnick gocept

[Zope-dev] Re: Zope2 monitoring

2008-04-30 Thread Christian Zagrodnick
r people use? Is there any interest in improving the medusa monitor server? We're monitoring Z2 using Nagios and the ZNagios plugin in ±ope (http://svn.gocept.com/viewcvs/ZNagios/trunk/). -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.co

[Zope-dev] Re: Splitting up zope.app.container

2008-04-16 Thread Christian Zagrodnick
ust to get these frameworky definitions. Is it package overkill to move these out to, say, zope.container? +1 Also the container interfaces could be moved there. -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.com · fon. +49 345 12298894

[Zope-dev] Re: AW: Field for blobs?

2008-04-16 Thread Christian Zagrodnick
ht be a bit confusing. -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.com · fon. +49 345 12298894 · fax. +49 345 12298891 ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/li

[Zope-dev] Field for blobs?

2008-04-15 Thread Christian Zagrodnick
Hi, I'd need a zope.schema field for blobs. Should this go directly to zope.schema or some third party package? Something like bla = zope.schema.Blob(title=...) would be nice to have. -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.g

[Zope-dev] Re: testing a meta-egg

2008-04-07 Thread Christian Zagrodnick
uld do [test] eggs = foo ${test:dependent-eggs} But unfortunatly to understand recursion you have to undertand recursion. So this would only work to test the dependent eggs of another section. But forget about that. Regards, -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse

[Zope-dev] Re: Setting the size of a zope.formlib's schema html input

2008-04-07 Thread Christian Zagrodnick
On 2008-04-07 09:25:28 +0200, Wichert Akkerman <[EMAIL PROTECTED]> said: Previously Christian Zagrodnick wrote: On 2008-04-07 03:41:34 +0200, "Marcelo de Moraes Serpa" <[EMAIL PROTECTED]> said: Hello, This might sound lik a stupid question, but I couldn't find an

[Zope-dev] Re: testing a meta-egg

2008-04-06 Thread Christian Zagrodnick
ou could do what ever you want then. -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.com · fon. +49 345 12298894 · fax. +49 345 12298891 ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail

[Zope-dev] Re: Setting the size of a zope.formlib's schema html input

2008-04-06 Thread Christian Zagrodnick
something? No, use CSS for layout. :) You could also use a custom widget which has a different size, but CSS might be the more correct separation. Regards, -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.goc

[Zope-dev] zope.component.zcml _protectedFactory not protecting?

2008-03-27 Thread Christian Zagrodnick
ob = Proxy(ob, checker) return ob factory.factory = original_factory return factory I wonder why the factory only creates a security proxy when it cannot assign __Security_checker__ to the adapter. I suppose this is intentional? Regards, -- Christian Zagrodnick gocept gm

[Zope-dev] Test isolation problems starting with zope.app.publisher 3.5.0a3

2008-03-13 Thread Christian Zagrodnick
=== + +- make it possible to override menus: this was not possible because new + interfaces where created any time a menu with the same name was created. + - Resolve ``ZopeSecurityPolicy`` deprecation warning. [] -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29

[Zope-dev] Re: SVN: zc.recipe.filestorage/trunk/ Removed 'shared-blob-dir' from blobstorage section

2008-02-28 Thread Christian Zagrodnick
def install(self): if self.make_part: @@ -70,7 +68,6 @@ blob-dir %(blob_dir)s -shared-blob-dir %(shared)s path %(path)s -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.com · fon. +49 345 122988

[Zope-dev] Re: Mailinglists on Launchpad

2008-02-18 Thread Christian Zagrodnick
an not be hosted using custom domains (@zope.org). IMHO when migrating mailing lists the addresses should not change. -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.com · fon. +49 345 12298894 · fax. +49 34

[Zope-dev] Re: SVN: zc.resourcelibrary/branches/resources-bundles-branch/src/zc/resourcelibrary/ Implemented resource manager capable of bundling resources based on library intersection and resource c

2008-02-15 Thread Christian Zagrodnick
On 2008-02-13 13:07:47 +0100, Malthe Borch <[EMAIL PROTECTED]> said: Christian Zagrodnick wrote: when will this be merged to the trunk and released? Any plans for that? I still need to hook up the resource bundle with the publisher. The implementation hasn't been tested in a

[Zope-dev] Re: SVN: zc.resourcelibrary/branches/resources-bundles-branch/src/zc/resourcelibrary/ Implemented resource manager capable of bundling resources based on library intersection and resource c

2008-02-13 Thread Christian Zagrodnick
ontent digests. This is explained in detail in README.txt under the section Resource bundles. -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.com · fon. +49 345 12298894 · fax. +49 345 12298891 __

[Zope-dev] Re: zope.viewlet 3.4.1 release broken

2008-01-24 Thread Christian Zagrodnick
On 2008-01-24 18:04:44 +0100, Stephan Richter <[EMAIL PROTECTED]> said: On Thursday 24 January 2008, Christian Zagrodnick wrote: the release of zope.viewlet 3.4.1 on pypi is missing the data files (like .txt and .zcml), hence it is unusable. Also the date in the CHANGES is wrong (2007

[Zope-dev] Re: AW: zope.viewlet 3.4.1 release broken

2008-01-24 Thread Christian Zagrodnick
On 2008-01-24 22:28:19 +0100, Marius Gedminas <[EMAIL PROTECTED]> said: On Thu, Jan 24, 2008 at 12:06:16PM -0500, Stephan Richter wrote: On Thursday 24 January 2008, Christian Zagrodnick wrote: Probably you know already. That's a (linux) bug in the python tar library. I did no

[Zope-dev] Re: AW: zope.viewlet 3.4.1 release broken

2008-01-24 Thread Christian Zagrodnick
ks then? That's the great mystery I suppose ;) -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.com · fon. +49 345 12298894 · fax. +49 345 12298891 ___ Zope-Dev maillist - Zope-Dev@zope.org h

[Zope-dev] Re: zope.viewlet 3.4.1 release broken

2008-01-24 Thread Christian Zagrodnick
On 2008-01-24 14:21:44 +0100, Christian Theune <[EMAIL PROTECTED]> said: Christian Zagrodnick schrieb: Hi, the release of zope.viewlet 3.4.1 on pypi is missing the data files (like .txt and .zcml), hence it is unusable. Also the date in the CHANGES is wrong (2007 should be 2008)

[Zope-dev] zope.viewlet 3.4.1 release broken

2008-01-24 Thread Christian Zagrodnick
cannot fix it since I don't have access to zope.viewlet, so somebody else please fix it (or give me access). BTW Roger, z3c.menu.simple has the same problem of missing data files. Regards, -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.

[Zope-dev] Re: Should zope.annotation.factory send ObjectAddedEvent?

2007-12-21 Thread Christian Zagrodnick
On 2007-12-21 09:52:34 +0100, Christian Zagrodnick <[EMAIL PROTECTED]> said: Hi, zope.annotation.factory is a very handy tool. I wonder if it should not send an ObjectAddedEvent when the annotation object is created. After all an object is added. But there is no (easy) way catalog

[Zope-dev] Re: Request typing (to get the xmlrpc layer discussion finished)

2007-12-21 Thread Christian Zagrodnick
On 2007-12-18 17:32:01 +0100, Stephan Richter <[EMAIL PROTECTED]> said: On Monday 17 December 2007, Christian Zagrodnick wrote: a couple of weeks ago there was some discussion about the skin/layer support for XML-RPC which I implemented without asking (shame on me). As some time has

[Zope-dev] Should zope.annotation.factory send ObjectAddedEvent?

2007-12-21 Thread Christian Zagrodnick
gards, -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.com · fon. +49 345 12298894 · fax. +49 345 12298891 ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev **

[Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Christian Zagrodnick
mlrpc. Regards, -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.com · fon. +49 345 12298894 · fax. +49 345 12298891 ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-d

[Zope-dev] Re: Bug in AbsoluteURL Adapter

2007-12-02 Thread Christian Zagrodnick
utility that it is either acquition wrapped or not. If it is not wrapped I don't really see how to get the physical path in Z2. If it is wrapped you'll probably have fun with pickling acquisition wrappers. -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112

[Zope-dev] Re: New Contributor References

2007-09-16 Thread Christian Zagrodnick
ple provide the names of one or more existing committers who can vouch for them. I think that is good. It's just like noting references on a job application. Sobody you (as employer) can call/mail and ask about the applicant. -- Christian Zagrodnick gocept gmbh & co. kg