Re: [Framework-Team] Plone roadmap

2010-09-05 Thread Wichert Akkerman
On 2010-9-5 17:29, Hanno Schlichting wrote: PluggableAuthService -- There's tons of code based on this. I imagine we can first move the authentication API's into a WSGI middleware querying PAS as the backend. This sounds like the mistake repoze.who 1 made. It turns out that for almost

Re: [Framework-Team] Plone roadmap

2010-09-05 Thread Hanno Schlichting
On Sun, Sep 5, 2010 at 5:46 PM, Wichert Akkerman wich...@wiggy.net wrote: On 2010-9-5 17:29, Hanno Schlichting wrote: PluggableAuthService -- There's tons of code based on this. I imagine we can first move the authentication API's into a WSGI middleware querying PAS as the backend.

Re: [Framework-Team] Plone roadmap

2010-09-05 Thread Chris McDonough
On Sun, 2010-09-05 at 18:18 +0200, Hanno Schlichting wrote: On Sun, Sep 5, 2010 at 5:46 PM, Wichert Akkerman wich...@wiggy.net wrote: On 2010-9-5 17:29, Hanno Schlichting wrote: PluggableAuthService -- There's tons of code based on this. I imagine we can first move the

Re: [Framework-Team] Plone roadmap

2010-09-05 Thread Martin Aspeli
On 5 September 2010 15:29, Hanno Schlichting ha...@hannosch.eu wrote: - With Zope 2.13 / Plone 4.1 we are cleaning up the query interface a bit. The catalog's search methods now all want a simple dictionary as the query specification and issue deprecation warnings for everything else. Can

Re: [Framework-Team] Plone roadmap

2010-09-05 Thread Laurence Rowe
On 5 September 2010 20:01, Laurence Rowe l...@lrowe.co.uk wrote: On 5 September 2010 19:17, Martin Aspeli optilude+li...@gmail.com wrote: On 5 September 2010 15:29, Hanno Schlichting ha...@hannosch.eu wrote: - Once we have intid's we can change the internal unique id of the catalog from the

Re: [Framework-Team] Plone roadmap

2010-09-05 Thread Christopher Warner
Right, I'm aware of the repoze.who lessons. Authorization is always going to be a WSGI framework component (endware) and not an isolated middleware. But there should be some subpart of the API, which allows you to share the same authorization information across multiple WSGI applications. Or

Re: [Framework-Team] Plone roadmap

2010-09-05 Thread Chris McDonough
On Sun, 2010-09-05 at 19:49 +0200, Laurence Rowe wrote: On 5 September 2010 18:47, Chris McDonough chr...@plope.com wrote: On Sun, 2010-09-05 at 18:18 +0200, Hanno Schlichting wrote: On Sun, Sep 5, 2010 at 5:46 PM, Wichert Akkerman wich...@wiggy.net wrote: On 2010-9-5 17:29, Hanno

[Framework-Team] PLIP for Plone 4.1 - plone.app.caching

2010-09-05 Thread Martin Aspeli
Hi folks, Eric asked me to submit a PLIP for 4.1 to include plone.app.caching: http://dev.plone.org/plone/ticket/11065 I haven't added a buildout yet, but you can test with the KGS at http://good-py.appspot.com/release/plone.app.caching/1.0b1 If people agree with the idea of including it, I'll

Re: [Framework-Team] Plone roadmap

2010-09-05 Thread Sidnei da Silva
If I'm allowed to get one suggestion in there: On Thu, Sep 2, 2010 at 3:39 PM, Laurence Rowe l...@lrowe.co.uk wrote: snip WSGI Various components should be move out of Plone and into the WSGI pipeline. This should allow us to share code with other projects. Prime contenders would be: