Re: [Zope-dev] Security fixes from Plone hotfix ported to Zope ?

2013-06-26 Thread Matthew Wilkes
> Is there any plan to make new releases of Zope 2.12 and Zope 2.13 > integrating the patches that are meaningful for pure-Zope (non-Plone) > applications ? Plone doesn't always use the latest version of Zope. These are backports. Matt smime.p7s Description: S/MIME Cryptographic Sig

Re: [Zope-dev] Status of github migration

2013-01-10 Thread Matthew Wilkes
Tres Seaver wrote: What is needed is not scripts, but eyeballs: we need people who know the various packages and*care* about getting them migrated to github to step up. Softwward which doesn't have a champion willing to do the work should stay behind on SVN. The community as a whole cares

Re: [Zope-dev] Status of github migration

2013-01-10 Thread Matthew Wilkes
Tres Seaver wrote: Because it is a helluva lot of work, which can't be trivially scripted (things can go wrong: each project needs a person who knows it well to review the migrated repo). When Plone did this the people involved wrote some scripts https://github.com/plone/svn-migrate I'm su

Re: [Zope-dev] We need to change how code ownership works.

2012-08-20 Thread Matthew Wilkes
Jens Vagelpohl wrote: Maintaining the chain of custody doesn't just consist of selecting pull requests or patches coming from somewhere. It also means verifying the contributor - be it the one who is creating the patch or pull request or the one who is merging new code into the repository -

Re: [Zope-dev] zope.testrunner and nose count doctests differently

2011-11-03 Thread Matthew Wilkes
On 2011-11-03, at 0025, Chris Withers wrote: > I'm experimenting with using nose as an alternative to zope.testrunner > so I can take advantage of the junit and cobertura compatible xml output > offered. Using http://pypi.python.org/pypi/collective.xmltestreport might be easier? Not sure if i

Re: [Zope-dev] zope.sendmail and critical transaction errors.

2010-06-30 Thread Matthew Wilkes
On 2010-06-23, at 1359, Laurence Rowe wrote: > I think the Before Commit Hook option is probably best here. > DirectMailDelivery should only be used for testing anyway, or at least > only on very small sites in production - QueuedMailDelivery will scale > better. Sorry, I'm somewhat late to this

Re: [Zope-dev] Zope 2.13 - next steps

2010-06-13 Thread Matthew Wilkes
On 2010-06-13, at 1348, Hanno Schlichting wrote: > On Sat, Jun 12, 2010 at 9:29 PM, David Glick > wrote: >> Has the process of reviewing RestrictedPython against a new Python >> release been documented anywhere? > > Not that I know of. Stephan Richter and Sidnei da Silva were the last > to do

Re: [Zope-dev] Zope2 ZMI and HTML5

2010-02-06 Thread Matthew Wilkes
On 2010-02-06, at 1257, Charlie Clark wrote: > Migrating from DTML to ZPT would add weight to the "dog food" > argument and > should be fairly straightforward. ZPT came on the scene shortly > after I > started playing with Zope and is one of the biggest reasons for me > sticking with it. The

Re: [Zope-dev] Zope2 ZMI and HTML5

2010-02-03 Thread Matthew Wilkes
> with HTML5 the frame-elements will die. It will probably take some > years before the browser-support of HTML4 will stop, but still. Are > there any alternative implementations for the Zope2-ZMI? This is such a minor thing that if we do ever get to a stage where we're having to get rid of the

Re: [Zope-dev] New release of zope.interface

2009-12-22 Thread Matthew Wilkes
On 2009-12-23, at 0624, Marius Gedminas wrote: > Releasing 3.8.5 now. …and it's broken. The testrunner directory isn't included in the tarball so egg_info fails. In addition, the PyPI page has been destroyed because of a ReST syntax error somewhere. Matt _

Re: [Zope-dev] Zope2 and WSGI

2009-12-22 Thread Matthew Wilkes
On 2009-12-22, at 1627, Hanno Schlichting wrote: > I'd love to have Zope2 actually support WSGI out-of-the-box. It should > probably be based on either a simplified repoze.zope2 codebase or > simply something that gets the job done. > > So what's your goal with this and is there any way I can hel

Re: [Zope-dev] improving the utility and adapter lookup APIs

2009-11-25 Thread Matthew Wilkes
On 2009-11-25, at 1601, Benji York wrote: > I'm not sure I like the following suggestion better than the above, > but > throwing it out there anyway: > > Multiadapter: > > IFoo((x,y)) I know it's probably a spurious use case, but what if I want to adapt a tuple? Matt _

Re: [Zope-dev] make zope.component.registry.Components inherit from dict?

2009-11-23 Thread Matthew Wilkes
On 2009-11-24, at 0521, Chris McDonough wrote: > I don't think I understand. Could you provide an example? Sure! I think this is the same thing that Martin suggested, but here's some code which should make it clearer. First, we create an object that we want to be accessible from this look

Re: [Zope-dev] make zope.component.registry.Components inherit from dict?

2009-11-23 Thread Matthew Wilkes
> You may have Zope Component Developer's Eyes, a common disease in > these parts. ;-) The goggles, they do nothing. > Under the hood, the system does something like this when a root > factory needs to be registered: > > from repoze.bfg.interfaces import IRootFactory > from zope.component i

Re: [Zope-dev] make zope.component.registry.Components inherit from dict?

2009-11-23 Thread Matthew Wilkes
Hi Chris, On 2009-11-24, at 0324, Chris McDonough wrote: > In repoze.bfg, we've actually decided to use a subclass of the > component > registry which also inherits from "dict". This makes it possible to > spell > common unnamed "utility" registrations and lookups as: > > utility = SomeUtili

Re: [Zope-dev] RFC: Site -> Locus

2009-05-28 Thread Matthew Wilkes
On 28 May 2009, at 12:39, Martijn Faassen wrote: > * Hm, I wonder whether it has something to do with local utilities. I don't think I'd make this jump. I'd not be averse to a longer package name if it made it more explicit. Matt ___ Zope-Dev maill

Re: [Zope-dev] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-04-26 Thread Matthew Wilkes
On 26 Apr 2009, at 17:35, Martin Aspeli wrote: >> Is there any risk involved in this? It looks ok in theory, just >> that we're >> at a4 of Zope 2.12, we should be getting wary of features. > > It's still alpha Fair enough so. > And please, if we're going to have a licensing discussion, can

Re: [Zope-dev] Proposal: set __parent__ and __name__ in Zope 2.12 OFS

2009-04-26 Thread Matthew Wilkes
On 26 Apr 2009, at 16:53, Martin Aspeli wrote: > We can fix this by introducing some code in OFS (and BTreeFolder2) > that > mimics what zope.container does. Is there any risk involved in this? It looks ok in theory, just that we're at a4 of Zope 2.12, we should be getting wary of features.

Re: [Zope-dev] naming Zope

2009-04-08 Thread Matthew Wilkes
On 8 Apr 2009, at 16:40, Martijn Faassen wrote: > How to get out of that bind? We could consider renaming Zope 3. Is > there > any potential for this? A thought that occurs to me is we could not rename Zope 2 or Zope 3 but abbreviate Zope 3 to z3 as much as possible. I'm not sure if that'

Re: [Zope-dev] Two small convenience suggestions for zope.interface and zope.component

2009-04-01 Thread Matthew Wilkes
On 1 Apr 2009, at 18:25, Chris Rossi wrote: > Additionally, if I was grokking Lennart correctly yesterday, > __metaclass__ is going away, so the current metaclass implementation > is going to need some rejiggering. What was unclear was whether a > single implementation could support both <=2.5 a

Re: [Zope-dev] the Zope Framework project

2009-03-03 Thread Matthew Wilkes
On 3 Mar 2009, at 18:25, Martijn Faassen wrote: > Ah, so Plone currently has long term direction as they think 2 > releases > ahead of just one? Plone 4 discussions are happening around now, there are demos of suggested concepts and people generally working on the codebase. Plone 5 is a l

Re: [Zope-dev] the Zope Framework project

2009-03-02 Thread Matthew Wilkes
On 2 Mar 2009, at 16:33, Martijn Faassen wrote: > What is the Zope project? The Zope project is an umbrella project for > a number of sub-projects. Its source code is in a repository managed > by the Zope Foundation. Within the Zope project, there are a number of > projects that ship full-stack w