[Zope-dev] RDBM Connections per User

2001-06-05 Thread Christian Theune
TED_USER"] and am storing the handles in an _v_connections Dictionary, which is explicitly not stored in database, but lets every user have exactly one connection. Any comments on this? -- Christian Theune - [EMAIL PROTECTED] gocept gmbh & co.kg - schalaunische strasse 6 - 06366 koethen/anh

[Zope-dev] Bug in Zope VersionControl

2001-06-07 Thread Christian Theune
mechanism working at least on opera. The last is my personal favorite, because you can have different versions concurrently open on different projects @ one server. Proposed patch for both solutions comes as attachement. (both intended for zope 2.4.0a1) (btw: remember same behaviour on function

[Zope-dev] Opera seems to cause memory leak on Zope Server (Linux)

2001-06-26 Thread Christian Theune
es on POST requests then it rises on this requests EVERYTIME I have two files for you, tracing the conversation of an example post. The first one traces a post trying to create a DTML Method with opera 5.02 Linux, the second tries the same thing, same urls, with Netscape 4.77. -- Christian Theun

[Zope-dev] TransParentFolder reverseable?

2001-06-26 Thread Christian Theune
ave a set of Folders as incremental updates to the main tree that are a bit more "atomic". Any hints? At most, i require more information of the process of finding an object, to know where to threshold the alternative search procedure. Tnx and good night. Christian Theune -- Christian

[Zope-dev] traversal: different with and without a request

2008-10-15 Thread Christian Theune
e way it is, or whether this could be changed to behave more obvious and consistent. Christian and Wolfgang -- Christian Theune · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope

[Zope-dev] ForbiddenAttribute: why subclass AttributeError?

2008-10-15 Thread Christian Theune
ainer again and again because getattr(obj '__annotations__', None) would return None instead of propagating the ForbiddenAttribute exception. Christian and Wolfgang -- Christian Theune · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://goc

Re: [Zope-dev] traversal: different with and without a request

2008-10-15 Thread Christian Theune
On Wed, 2008-10-15 at 20:34 +0200, Dieter Maurer wrote: > Christian Theune wrote at 2008-10-15 17:42 +0200: > >we stumbled over an annoyance that took a while to debug: > > > >Writing an ITraversable, we used zope.traversing.api.traverse() in a > >test to verify

Re: [Zope-dev] zope.interface: verifyObject vs properties

2008-10-16 Thread Christian Theune
akes us instanciated the objects and then use verifyObject. I don't remember what it was right now. Do you? Christian -- Christian Theune · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 3

Re: [Zope-dev] traversal: different with and without a request

2008-10-17 Thread Christian Theune
On Wed, 2008-10-15 at 18:02 +0200, Philipp von Weitershausen wrote: > Christian Theune wrote: > > we stumbled over an annoyance that took a while to debug: > > > > Writing an ITraversable, we used zope.traversing.api.traverse() in a > > test to verify our code. We reg

Re: [Zope-dev] [ZODB-Dev] Blobs and modes

2008-10-24 Thread Christian Theune
. Maybe the archive of zodb-dev knows. > This distinction is similar to why __init__ methods aren't described in > (zope.interface) interfaces; how you construct an object isn't > prescribed by the interface exposed by the object itself. I'm not sure what you're sayi

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-25 Thread Christian Theune
ur cache will happily deliver never-committed data and also it will not isolate transactions from each other. Christian -- Christian Theune · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-25 Thread Christian Theune
On Sat, 2008-10-25 at 14:43 +0200, Andreas Jung wrote: > On 25.10.2008 14:37 Uhr, Christian Theune wrote: > > Hi, > > > > On Fri, 2008-10-24 at 15:41 +0200, Hedley Roos wrote: > >> The product is a monkey patch to Catalog.py. I'd love some feedback and > &g

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-25 Thread Christian Theune
nally when another transaction is already running in parallel, it will see cache inserts from other transactions. Christian -- Christian Theune · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 3

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-25 Thread Christian Theune
27;t a good idea in general but works reliable if your backend supports a "one phase commit" (which memcache doesn't seem to do). I'd also avoid putting a generally reusable "tool" package in the place that it uses the "one phase" data manager hack. Generally

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-25 Thread Christian Theune
even talking about invalidation as your cache wouldn't see 'invalidations' anyways. It's memcached's task to forget stuff: it's a cache anyway. -- Christian Theune · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http

[Zope-dev] Increase logging for zope.app.generations

2008-11-10 Thread Christian Theune
be able to follow the log on what happened. I also think this would be good practice because a startup that triggers generations is an anormal condition compared to a regular start. Any objections? Christian -- Christian Theune · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29

Re: [Zope-dev] [ZODB-Dev] svn.zope.org up again?

2008-11-11 Thread Christian Theune
inished with exit code 1 > > > > Seems that one revision did not get restored. > > It breaks also on "show log", where other folders with older revisions > > seem to work. > > I've a full svn mirror up to rev 92837 if it turns out to be needed. Same here

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

2008-11-13 Thread Christian Theune
like to deprecate this site, making it read-only for now, but > eventually removing it. +1 -- Christian Theune · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plo

[Zope-dev] Bug in zope.app.generations fixed and logging increased. Release?

2008-11-24 Thread Christian Theune
Hi, I've fixed a bug in zope.app.generations and added more logging. Can someone have a look on this with a second pair of eyes and give me a go for releasing that code as 3.4.2? Christian -- Christian Theune · [EMAIL PROTECTED] gocept gmbh & co. kg · forsterstraße 29 · 06112 hal

Re: [Zope-dev] Bug in zope.app.generations fixed and logging increased. Release?

2008-11-26 Thread Christian Theune
On Wed, 2008-11-26 at 12:08 +0200, Christophe Combelles wrote: > Christian Theune a écrit : > > Hi, > > > > I've fixed a bug in zope.app.generations and added more logging. Can > > someone have a look on this with a second pair of eyes and give me a go >

[Zope-dev] Deprecation warning in zope.app.appsetup.bootstrap

2008-12-07 Thread Christian Theune
with that, but I can't write my code in a way to both silences the deprecation warning and stays future compatible (because of the argument that will go away). I wonder whether removing that argument is still a todo. If it is, I'd be happy to do so now. Christian -- Christian Theune · [

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

2008-12-09 Thread Christian Theune
equirements that the author thinks are good are documented in a well known place and in a structured manner b) the requirements can be applied by standard tools and for people who choose to ignore the issue (and are not bitten by it) c) you can still override in your case. Christian -- C

Re: [Zope-dev] z3c.form 2.0 release

2008-12-09 Thread Christian Theune
other packages > which use ITerms except the one in zope.*? Re-import into the old place, put BBB warnings in place without the need to have them removed immediately. At least zc.sourcefactory does and other software out in the wild. Christian -- Christian Theune · [EMAIL PROTECTED] gocept gmbh

Re: [Zope-dev] z3c.form 2.0 release

2008-12-09 Thread Christian Theune
On Tue, 2008-12-09 at 12:39 +0100, Michael Howitz wrote: > [...] Which Christian? If you mean me [...] I hope he doesn't mean you. That would increase gocept's "Christian"-ratio back to 38%. SCNR. -- Christian Theune · [EMAIL PROTECTED] gocept gmbh & co. kg · for

[Zope-dev] zope.globalrequest?

2009-01-16 Thread Christian Theune
Hi, I noticed 'zope.globalrequest' on the PyPI RSS feed today and wonder about it. IMHO this implements an anti-pattern in an official way without a warning that this needs to be handled with care. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstr

Re: [Zope-dev] zope.globalrequest?

2009-01-19 Thread Christian Theune
uest from anywhere is definitely not intended to be turned into an *everywhere* but needs careful though. For me, if my apps domain logic can't be used in `bin/zopectl debug` (or run) without faking a request, they're broken. Christian -- Christian Theune · c...@gocept.com gocept gmbh &

Re: [Zope-dev] zope.globalrequest?

2009-01-19 Thread Christian Theune
On Mon, 19 Jan 2009 09:24:09 -0800 Stephan Richter wrote: > On Monday 19 January 2009, Christian Theune wrote: > > Using the 'reversal of dependency' (not sure whether this is the > > accurate English term) > > I think it is called "dependency injection

Re: [Zope-dev] can these wrong DEPENDENCIES.cfg files be removed?

2009-01-27 Thread Christian Theune
orrect already. Why exactly don't you just take everything thats in the Zope3 tree checkout and ignore those DEPENDENCY.cfg files? Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889

Re: [Zope-dev] extracting things out of zope.app.component

2009-01-27 Thread Christian Theune
ice' and ignore those manually (like zope.interface). After that the graph only contains the messy parts but becomes a bit more readable. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 122

[Zope-dev] Outage wiki.zope.org

2009-01-29 Thread Christian Theune
wiki.zope.org is down. The hosting centre operator just sent a mail that they have power outages and the location at which wiki.zope.org sits is affected. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept

[Zope-dev] Fw: ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-01-31 Thread Christian Theune
P/1.1 404 Not Found -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development ___ Zope-Dev

Re: [Zope-dev] Fw: ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-01-31 Thread Christian Theune
Darn. The moment I send the mail I realise that Stephan said he'll move the URLs around. I'll update my Nagios. Sorry for the noise. On Sat, 31 Jan 2009 09:17:11 +0100 Christian Theune wrote: > Hi, > > the KGS turned from not-having-been-updated to missing. At leas

Re: [Zope-dev] ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-01-31 Thread Christian Theune
e if > it's fixed. My Nagios looks at this URL: http://download.zope.org/zope3.4/pypi-poll-access.lock I'm not sure this is relevant anymore. I guess this might be a better URL now: http://download.zope.org/zope3.4/3.4.0/pypi-poll-access.lock Stephan? -- Christian Theune · c...

Re: [Zope-dev] zope.app.keyreference, zope.app.intid and zope.app.catalog

2009-01-31 Thread Christian Theune
B issues: I've started working on a 'touch' tool for ZODB that analyzes (pickle-based) storages for class references which are missing in your code base and (if all class references exist) can touch all objects that reference classes from indirect imports. Just a note: Martijn and I

Re: [Zope-dev] zope.app.keyreference, zope.app.intid and zope.app.catalog

2009-01-31 Thread Christian Theune
Hi, On Sat, 31 Jan 2009 15:11:44 +0300 Dan Korostelev wrote: > 2009/1/31 Christian Theune : > > WRT the ZODB issues: I've started working on a 'touch' tool for ZODB > > that analyzes (pickle-based) storages for class references which are > > missing

Re: [Zope-dev] ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-02-01 Thread Christian Theune
On Sat, 31 Jan 2009 21:55:43 -0800 Stephan Richter wrote: > On Saturday 31 January 2009, Christian Theune wrote: > > I'm not sure this is relevant anymore. I guess this might be a > > better URL now: > > http://download.zope.org/zope3.4/3.4.0/pypi-poll-access.lock >

Re: [Zope-dev] Progress on zope intid/keyreference.

2009-02-01 Thread Christian Theune
We definitely didn't add that kind of code to our new packages and to me it doesn't look very appealing too although my alternative isn't great either. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http:/

[Zope-dev] Lower default socket timeout for buildout?

2009-02-01 Thread Christian Theune
such a low timeout -- I only got annoyed when running with the longer default. I wonder whether it might be an idea to lower the default in general? Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com

[Zope-dev] Post-Sprint releases done -- a few tests failing

2009-02-01 Thread Christian Theune
" problems. Cheers, Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development _

Re: [Zope-dev] [Checkins] SVN: zope.app.apidoc/trunk/s - savepoint.txt moved out of the tests directory, follow.

2009-02-01 Thread Christian Theune
On Sun, 1 Feb 2009 23:14:39 +0300 Dan Korostelev wrote: > 2009/1/30 Christian Theune : > > Log message for revision 95598: > > - savepoint.txt moved out of the tests directory, follow. > > - Fix UI changes in tests depending on the new zope.site module. > > sa

Re: [Zope-dev] ** PROBLEM alert - Zope Project Services (SVN/Downloads/Mailman/...)/KGS age is WARNING **

2009-02-01 Thread Christian Theune
On Sun, 1 Feb 2009 12:34:39 -0800 Stephan Richter wrote: > On Sunday 01 February 2009, Christian Theune wrote: > > Ok, I'm pointing to the versions.cfg now. Is this file's mtime being > > updates regularly when that cron job runs? > > No, is that a problem? I can

Re: [Zope-dev] Post-Sprint releases done -- a few tests failing

2009-02-01 Thread Christian Theune
On Sun, 1 Feb 2009 23:29:41 +0300 Dan Korostelev wrote: > 2009/2/1 Christian Theune : > > > compat-zope.app.keyreference > > doctest comparison error, probably this is still in flux as Dan is > > working on that > > Is that still true? I can't get a

Re: [Zope-dev] Lower default socket timeout for buildout?

2009-02-01 Thread Christian Theune
On Mon, 02 Feb 2009 06:53:24 +0100 Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01.02.2009 20:54 Uhr, Christian Theune wrote: > > Hi, > > > > in the last week I noticed that reducing buildout's socket timeout > > to some

[Zope-dev] "zope3docs"

2009-02-02 Thread Christian Theune
e long term I'd also like to incorporate documentation about Zope 3 components themselve there. I'd be happy to get feedback on this and I'll probably come up with some questions if I can't find an answer in the existing documents. Christian -- Christian Theune · c...@goce

Re: [Zope-dev] "zope3docs"

2009-02-02 Thread Christian Theune
On Mon, 2 Feb 2009 09:16:38 -0800 Paul Carduner wrote: > On Mon, Feb 2, 2009 at 8:49 AM, Christian Theune > wrote: > > My short-term goal is to produce a document that I can pass to new > > developers with reasonable confidence that they know roughly how to > > move in o

Re: [Zope-dev] How can we update our source?

2009-02-02 Thread Christian Theune
t perfect (it cannot report on > instances being imported, only classes and functions) but should be > useful in finding hints of better import locations. It doesn't depend > on the deprecation system. Christian Theune should be able to tell > people more about this tool. I'll w

Re: [Zope-dev] Lower default socket timeout for buildout?

2009-02-06 Thread Christian Theune
On Fri, 06 Feb 2009 12:42:37 + Chris Withers wrote: > Christian Theune wrote: > > It's only a command line option right now. > > Which one? -t > > Making it configurable > > through a buildout option would be nice too. > > Yes, so it can live in

Re: [Zope-dev] multiple packages in the same namespace

2009-02-06 Thread Christian Theune
t; packagea/__init__.py > packagea/amodule.py > > "packagea.something": > packagea/__init__.py > packagea/something/__init__.py > packagea/something/bmodule.py > > If so, which packagea/__init__.py gets used? It does. You're supposed to assume that neither __init__.py gets us

Re: [Zope-dev] multiple packages in the same namespace

2009-02-07 Thread Christian Theune
er for modules and subpackages." > > If so, which packagea/__init__.py gets used? Only the __init__.py isn't allowed to have code is what I read from the documentation. > That's why it doesn't. :) That's also why zope.configuration isn't a > namespace

Re: [Zope-dev] Lower default socket timeout for buildout?

2009-02-12 Thread Christian Theune
On Wed, 11 Feb 2009 09:18:19 +0100 Michael Howitz wrote: > Am 06.02.2009 um 14:21 schrieb Christian Theune: >> On Fri, 06 Feb 2009 12:42:37 + >> Chris Withers wrote: >> >>> Christian Theune wrote: >>>> It's only a command line option right now

[Zope-dev] Coding style clarifications

2009-02-19 Thread Christian Theune
te is +1 on it) Cheers, Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development signature.asc Description: This is a d

Re: [Zope-dev] Coding style clarifications

2009-02-20 Thread Christian Theune
On Fri, 2009-02-20 at 18:18 +0100, Martijn Faassen wrote: > We discovered this when Christian Theune said he wanted his package > __init__.py empty as otherwise he runs into circular import issues. Some > of the others including myself were puzzled as we put APIs in > __ini

Re: [Zope-dev] the Zope Framework project

2009-03-02 Thread Christian Theune
27;t "herd" for open issues, for example. So you still would need someone to invoke/maintain the procedures *around* the voting system. For nurturing the community I think people are needed. And I think those people should have a public mandate that they're in charge for certain i

Re: [Zope-dev] the Zope Framework project

2009-03-02 Thread Christian Theune
of an open source project. Having major issues resolved in RL meetings will exclude all those whose schedules don't match and those who can't afford to travel to Far Far Away. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saal

Re: [Zope-dev] the Zope Framework project

2009-03-03 Thread Christian Theune
Hi, On Tue, 2009-03-03 at 08:52 +0100, Lennart Regebro wrote: > On Tue, Mar 3, 2009 at 08:42, Christian Theune wrote: > > On Tue, 2009-03-03 at 08:35 +0100, Lennart Regebro wrote: > >> 1. Areas that need somebody responsible should get one. We need > >> somebody to b

Re: [Zope-dev] the Zope Framework project

2009-03-03 Thread Christian Theune
y (due to last GSOC) is having lots of conditional imports sprinkled all over the code base with an 'if sys.platform == "java"'. For some reason there was no discussion about that and we even didn't get enough stop-energy in my POV. ;) -- Christian Theune · c...@gocept

Re: [Zope-dev] zope3docs -> zopeframework?

2009-03-04 Thread Christian Theune
general than Zope Framework, but, then again, they're also more general than Zope 3. So even for that its better to have them in the Zope Framework area than Zope 3. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany

Re: [Zope-dev] the Zope Framework Steering Group expands!

2009-03-05 Thread Christian Theune
On Thu, 2009-03-05 at 16:53 +0100, Martijn Faassen wrote: > Hi there, > > I'm happy to announce that the Zope Framework Steering Group is now > bigger than Just Me. > > Stephan Richter and Christian Theune have now joined the Steering Group, > bringing it up to 3 m

[Zope-dev] z3c.form: object.createObject should raise TypeError

2009-03-11 Thread Christian Theune
for changing this? Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development signature.asc Description: This

Re: [Zope-dev] zope.site

2009-03-13 Thread Christian Theune
ng on. But I'd like to make a release of this package. For me this t est works but the following tests fail: zope.site.tests.test_folder zope.site.tests.test_localsitemanager zope.site.tests.test_registration zope.site.tests.test_site Christian -- Christian Theune · c...@gocept.com gocept gmb

Re: [Zope-dev] producing a list of packages in the Zope Framework?

2009-03-15 Thread Christian Theune
odule > zope.app.onlinehelp > zope.app.pluggableauth > zope.app.preference > zope.app.preview > zope.app.principalannotation > zope.app.pythonpage > zope.app.renderer > zope.app.rotterdam > zope.app.securitypolicy > zope.app.server > zope.app.session > zope.app.ski

Re: [Zope-dev] setup.py "extra" dependencies

2009-03-15 Thread Christian Theune
uite convention? > Personally I much prefer nose's habit of automatically picking up > tests. I think there is not. One of the reasons I refactored the test runner a while ago was to make it possible to support a less-boilerplate-heavy scheme of getting tests set up. Christian --

Re: [Zope-dev] Standard request/response API

2009-03-15 Thread Christian Theune
eople can adopt it > easily. I think it would be very interesting to look for ways to make > bits of Zope work with WebOb somehow. @Martijn: This thread somewhat overlapped with the forming of the steering group. Do you think this should go to the list of open issues? -- Christian Theun

Re: [Zope-dev] [zope.testbrowser] r84900

2009-03-18 Thread Christian Theune
be solved in a way that didn't break the mechanize > functionality. Did this get resolved by any means? As it didn't spur any discussion at all, you might want to at least file a bug tracker issue for that problem. Christian -- Christian Theune · c...@gocept.com gocept gmbh &

Re: [Zope-dev] SVN: zope.component/trunk/ Merge the 'tseaver-wo_zope_deferredimport' branch:

2009-03-18 Thread Christian Theune
ness of the C implementation. If we drop it then we can IMHO live without the standalone package. If we keep two implementations then I'd move both of them to a separate package. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 ha

Re: [Zope-dev] ZPT attributes and ""

2009-03-18 Thread Christian Theune
t break apps. Adding an option to enable it first and then moving this to a default setting later is a good way to go, IMHO. I'm not sure how to time the move, though. One option would be to release a bugfix with the option as non-default and a feature release with the option as default.

Re: [Zope-dev] ZPT attributes and ""

2009-03-18 Thread Christian Theune
On Wed, 2009-03-18 at 10:55 +0300, Malthe Borch wrote: > 2009/3/18 Christian Theune : > > I'm not sure how to time the move, though. One option would be to > > release a bugfix with the option as non-default and a feature release > > with the option as default. &

Re: [Zope-dev] zope.password

2009-03-18 Thread Christian Theune
entify packages which are "always good". E.g. zope.interface is a declared no-brainer to add to your dependencies. The other two that keep popping up that we *might* wanna white-list are zope.schema and zope.component. In addition this would need documentation as well. Christian -- Christ

Re: [Zope-dev] zope.password

2009-03-18 Thread Christian Theune
On Wed, 2009-03-18 at 13:07 -0600, Shane Hathaway wrote: > Christian Theune wrote: > > I remember that at the sprint we used to identify packages which are > > "always good". E.g. zope.interface is a declared no-brainer to add to > > your dependencies. The other t

Re: [Zope-dev] Proposal: refactoring of zope.app.security

2009-03-20 Thread Christian Theune
r for > > zope.i18nmessageid.Message and adds __name__ and __parent__ attributes > > to _available_by_default. This module was executed in > > zope.app.security.__init__ and generally does useful things for most > > of applications. The problem is that neither zope.i18nmes

Re: [Zope-dev] XML-RPC does not work under the paster process

2009-03-21 Thread Christian Theune
file" or "compatibility with cStringIO". Nevertheless: passing in 0 seems to be the safe bet in general and I wonder what is actually breaking. I haven't seen a traceback be attached at either bug. Also, those bugs should probably be marked as duplicates. Christian -- Christi

Re: [Zope-dev] zope.site

2009-03-21 Thread Christian Theune
On Fri, 2009-03-13 at 13:28 +0300, Dan Korostelev wrote: > 2009/3/13 Christian Theune : > > On Thu, 2009-03-12 at 22:00 +0300, Dan Korostelev wrote: > >> Please, can someone review the current zope.site's trunk? It fails the > >> "persistent_interfaces"

Re: [Zope-dev] setup.py "extra" dependencies

2009-03-23 Thread Christian Theune
On Mon, 2009-03-23 at 14:20 +0100, Wichert Akkerman wrote: > On 3/23/09 12:57 PM, Chris Withers wrote: > > Christian Theune wrote: > >>>>> Wichert. > >>>> Be aware of nose issue #102: > >>>> > >>>> http://code.google.com/

Re: [Zope-dev] Common permissions (final bits of zope.app.security refactoring)

2009-03-25 Thread Christian Theune
in the sense that ManageSite very likely only applies locally (at a site) whereas the application is a global thing (the server that runs everything) that needs management (like shutting down the server) independent of giving someone the right to administer a site (or even the top-level site). Christ

[Zope-dev] Please use launchpad bugtracking/blueprints more

2009-03-25 Thread Christian Theune
le want to get solved using an appropriate tracking system. I can't follow every single email on zope-dev and having to review large threads that were solved already isn't good use of anybodies time. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 061

Re: [Zope-dev] Please use launchpad bugtracking/blueprints more

2009-03-25 Thread Christian Theune
On Wed, 2009-03-25 at 09:01 +0100, Wichert Akkerman wrote: > Previously Christian Theune wrote: > > We need to start using Launchpads tracking mechanisms for issues, filing > > bugs or blueprints much earlier and much more often than having threads > > just sit around in the

Re: [Zope-dev] Please use launchpad bugtracking/blueprints more

2009-03-25 Thread Christian Theune
#x27;m happy to ask people to put stuff into launchpad. However, I think that if a topic goes onto the washing list of the steering group, it should definitely go into launchpad. The document we maintain in SVN already asks whether it should better live in LP and I think it should. Yeesh. I so wish I

[Zope-dev] zope.testing.runner: protecting against rogue threads

2009-04-02 Thread Christian Theune
Hi, if tests spawn non-daemon threads, then the test runner can get stuck. The easiest way that I see is to always --exit-with-status and to make --exist-with-status also call sys.exit() when the tests passed. Any objections? Christian -- Christian Theune · c...@gocept.com gocept gmbh &

Re: [Zope-dev] zope.testing.runner: protecting against rogue threads

2009-04-02 Thread Christian Theune
On Thu, 2009-04-02 at 13:30 +0200, Christian Theune wrote: > Hi, > > if tests spawn non-daemon threads, then the test runner can get stuck. > > The easiest way that I see is to always --exit-with-status and to make > --exist-with-status also call sys.exit() when the test

Re: [Zope-dev] [ZF] Zope Source Code Repository

2009-04-02 Thread Christian Theune
(Note: you can't force a passphrase onto the client either.) From my understanding, the interesting part is what the DVCSs do: let people sign their commits with e.g. their PGP key (strong auth) and allow them to share that data somewhere (different mechanism maybe not so strong auth). Christian

Re: [Zope-dev] zope.testing.runner: protecting against rogue threads

2009-04-02 Thread Christian Theune
On Thu, 2009-04-02 at 21:17 +0200, Dieter Maurer wrote: > Christian Theune wrote at 2009-4-2 13:30 +0200: > >if tests spawn non-daemon threads, then the test runner can get stuck. > > > >The easiest way that I see is to always --exit-with-status and to make > >--

[Zope-dev] Dependencies on new packages should require feature releases

2009-04-03 Thread Christian Theune
o say with this mail.) :) Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development signature.asc Description: This is a di

[Zope-dev] chameleon.zpt: broken html output?

2009-04-06 Thread Christian Theune
Hi, for some reason chameleon.zpt gives the following output: ... head> ... /html> The template seems fine, anybody seen that before? Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · t

Re: [Zope-dev] Best way to invoke paster/WSGI apps on cmdline

2009-04-18 Thread Christian Theune
> I still have to give a path to an "instance home" in a zope.conf file, > which either needs to be filled in by buildout or otherwise '..' needs > to be handled correctly for the etc/ case. If your buildout does the right thing, then you should be able to abstract t

Re: [Zope-dev] SVN: zope.traversing/trunk/ zcml now only depends on zope.component meta, not zope.app.component

2009-04-22 Thread Christian Theune
terfaces.ITraversable" > > > factory="zope.traversing.namespace.etc" > > > /> > > > ... > > > > Excellent fix. > > *applause* > > Incidentally, I've a long-standing wish to be able to register browser > views in ZC

Re: [Zope-dev] zope.documentetemplate breaks with unicode

2009-04-22 Thread Christian Theune
like a typical bug. Do the tests talk about unicode somewhere? Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development

Re: [Zope-dev] Proposal: Remove the dependency of zope.app.exception on zope.formlib

2009-04-23 Thread Christian Theune
. I'm somewhat expecting that doing will cause this package to do everything it needs to activate its configuration. E.g. z3c.form is partially painful because one has to do the same work over and over again in figuring out which depending libraries need to be configured. -- Christian Theu

Re: [Zope-dev] gocept.bsquare

2009-04-26 Thread Christian Theune
x27;m happy to have Pauls or your changes merged on the trunk. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development sign

Re: [Zope-dev] Defining Zope 3.

2009-04-28 Thread Christian Theune
in) that I'm happy for having you participate. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development

Re: [Zope-dev] SVN: zope.traversing/trunk/ zcml now only depends on zope.component meta, not zope.app.component

2009-04-28 Thread Christian Theune
On Wed, 2009-04-29 at 00:59 +0200, Marius Gedminas wrote: > On Thu, Apr 23, 2009 at 08:01:36AM +0200, Christian Theune wrote: > > On Fri, 2009-04-03 at 01:37 +0300, Marius Gedminas wrote: > > > Incidentally, I've a long-standing wish to be able to register browser > &

Re: [Zope-dev] XML-RPC does not work under the paster process

2009-05-25 Thread Christian Theune
On Mon, 2009-05-25 at 17:08 +0200, Michael Haubenwallner wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Christian Theune wrote: > > [...] > > > > Nevertheless: passing in 0 seems to be the safe bet in general and I > > wonder what is actually bre

Re: [Zope-dev] How to include a

2009-05-25 Thread Christian Theune
us how to do this: > > 1) Simply write this directly into my page template > 2) Hack zc.resourcelibrary, e.g. add a ZCML-directive "media" > 3) Use some other package I'm unaware of > > Any suggestions? 4) Just have it included as is and add the following sect

Re: [Zope-dev] zope.testrunner import location notifications

2009-05-28 Thread Christian Theune
Hi, On Tue, 2009-05-26 at 12:42 +0200, Martijn Faassen wrote: > Hi there, > > (in particular Christian Theune) thanks for reminding. I dropped the ball on those. > What's the status of the 'import location' notification functionality in > zope.testrunner? I&#

Re: [Zope-dev] refactoring site functionality

2009-05-28 Thread Christian Theune
to a naming thing: the component lookup methods already support an argument to say where to look for registries: it's called 'context'. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +4

[Zope-dev] ZODB moved class upgrade script Was: zope.testrunner import location notifications

2009-06-08 Thread Christian Theune
Hi, On Tue, 2009-05-26 at 12:42 +0200, Martijn Faassen wrote: > Hi there, > > (in particular Christian Theune) > > What's the status of the 'import location' notification functionality in > zope.testrunner? > > What's the status of the ZODB migrat

Re: [Zope-dev] Who uses request.getPositionalArguments()?

2009-06-09 Thread Christian Theune
w(object): def foo(self, x, y) return x+y def bar(self, a, b): return x*y It's a convenience thing but it pops up here and there. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.c

Re: [Zope-dev] SVN: zope.index/trunk/ - Port okascore.c optimization used in okapiiindex from Zope2 catalog

2009-06-09 Thread Christian Theune
I can only remember in a not-so-critical piece where performance currently is not an issue. Also, following checkins even today wouldn't have me remember that this code is shared. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle

[Zope-dev] Zope sprinting at EP

2009-06-10 Thread Christian Theune
wants to join me, I've added the sprint to the EP wiki: http://wiki.europython.eu/Sprints Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Pl

Re: [Zope-dev] [Checkins] SVN: zope.traversing/trunk/src/zope/traversing/ Moved the publicationtraverse module from zope.app.publication and added tests.

2009-06-21 Thread Christian Theune
t implementations that partly overlap at some points and its hard to explain why there are two of them. I'm not sure whether we can get a single unified implementation, but for me that would be nice. Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 ·

Re: [Zope-dev] ZODB moved class upgrade script Was: zope.testrunner import location notifications

2009-06-23 Thread Christian Theune
Hi, On Mon, 2009-06-08 at 09:49 +0200, Christian Theune wrote: > Hi, > > On Tue, 2009-05-26 at 12:42 +0200, Martijn Faassen wrote: > > Hi there, > > > > (in particular Christian Theune) > > > > What's the status of the 'import location&#x

  1   2   3   4   5   6   7   >