The feature freeze date for the June release is only days away. It was planned to be May 1st, but due to lots of pending branches, we might let it slip for a *couple* of days (not more!). I've compiled a rough list of outstanding tasks for Zope 2.10: http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks Please complete and/or correct this list. It is up to the release managers (Stephan, Andreas) and the Pope to decide the exact feature freeze date, but I would suggest that we start merging those branches real soon. I'll try to complete my work today. Philipp
Philipp von Weitershausen wrote:
The feature freeze date for the June release is only days away. It was planned to be May 1st, but due to lots of pending branches, we might let it slip for a *couple* of days (not more!).
I've compiled a rough list of outstanding tasks for Zope 2.10: http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks Please complete and/or correct this list.
It is up to the release managers (Stephan, Andreas) and the Pope to decide the exact feature freeze date, but I would suggest that we start merging those branches real soon.
But, of course, only the branches that are ready should be merged. Where "ready" means the author has a reasonable expectation that a beta release can be made after after the merge. It would be helpful if the authors of the branches listed on: http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks would update the page by either deleting their branch or giving a realistic estimate of when it will be ready. It's a good idea to be conservative. The next release after this one is not very far away (November). I propose we exclude any branches that don't have an estimate by Monday. Jim -- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
Jim Fulton wrote:
It would be helpful if the authors of the branches listed on:
http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks
would update the page by either deleting their branch or giving a realistic estimate of when it will be ready. It's a good idea to be conservative.
I've been able to complete my work tonight. The changes haven't been merged yet for reasons stated on the wiki page (also see http://mail.zope.org/pipermail/zope-dev/2006-April/027408.html). I'll be gone over the weekend and back after (the international) Labour Day. That means I can do the merging of my branches Tuesday or any time after that. Philipp
Philipp von Weitershausen wrote:
Jim Fulton wrote:
It would be helpful if the authors of the branches listed on:
http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks
would update the page by either deleting their branch or giving a realistic estimate of when it will be ready. It's a good idea to be conservative.
I've been able to complete my work tonight. The changes haven't been merged yet for reasons stated on the wiki page (also see http://mail.zope.org/pipermail/zope-dev/2006-April/027408.html).
I'll be gone over the weekend and back after (the international) Labour Day. That means I can do the merging of my branches Tuesday or any time after that.
What is "Zope 2 core" and why are we porting it to Zope 3? Jim -- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
Jim Fulton wrote:
Philipp von Weitershausen wrote:
Jim Fulton wrote:
It would be helpful if the authors of the branches listed on:
http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks
would update the page by either deleting their branch or giving a realistic estimate of when it will be ready. It's a good idea to be conservative.
I've been able to complete my work tonight. The changes haven't been merged yet for reasons stated on the wiki page (also see http://mail.zope.org/pipermail/zope-dev/2006-April/027408.html).
I'll be gone over the weekend and back after (the international) Labour Day. That means I can do the merging of my branches Tuesday or any time after that.
What is "Zope 2 core" and why are we porting it to Zope 3?
It was already a bit late when I wrote that :). I meant that Zope 2 ("core" as opposed to just Five) needs to be made ready for Zope 3.3 (change of imports, mostly). This rests in the 'zope33-port' branch, both of Zope2 and Five. Philipp
On Thu, 2006-27-04 at 13:08 -0400, Jim Fulton wrote:
Philipp von Weitershausen wrote: It would be helpful if the authors of the branches listed on:
http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks
would update the page by either deleting their branch or giving a realistic estimate of when it will be ready. It's a good idea to be conservative. The next release after this one is not very far away (November).
My changes are quite small (a couple small changes to some methods/functions that assume all products come from the Products namespace package). But I do not have permission to edit that wiki page (my username is 'rocky'). - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server -- http://www.serverzen.net
Philipp von Weitershausen wrote:
The feature freeze date for the June release is only days away. It was planned to be May 1st, but due to lots of pending branches, we might let it slip for a *couple* of days (not more!).
I've compiled a rough list of outstanding tasks for Zope 2.10: http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks Please complete and/or correct this list.
It is up to the release managers (Stephan, Andreas) and the Pope to decide the exact feature freeze date, but I would suggest that we start merging those branches real soon.
Another small task I know Julien Anguenot would like to do is fix the zpt engine (in Zope 3 I guess now) to work properly with mixed html/xhtml inclusion of macros. He's done most of the work with Fred Drake at the end of last year, but never got around to intergrate it. He's on a project deadline for now, but I believe will be available in the next few day (around wednesday?) to check that in. It could even be seen as a bugfix, really. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71 59 http://nuxeo.com fg@nuxeo.com
On 4/29/06, Florent Guillaume <fg@nuxeo.com> wrote:
It is up to the release managers (Stephan, Andreas) and the Pope to decide the exact feature freeze date, but I would suggest that we start merging those branches real soon.
Some crucial branches, namely the 3.3 integration is scheduled for 2dn or 3rd, so I guess a release will be the 3rd or 4th. Good enough for me. I've fixed my stuff now in any case. One remaining question about my stuff remains: Why, after my changes, it is possible to import mmap in a PythonScript if and only if, you have Twisted installed...!?!? Temporarily I changed the test from "import mmap" to from "datetime import datetime" which still raises an error.
Another small task I know Julien Anguenot would like to do is fix the zpt engine (in Zope 3 I guess now) to work properly with mixed html/xhtml inclusion of macros. He's done most of the work with Fred Drake at the end of last year, but never got around to intergrate it.
I'd see that as a bugfix, so he can fix it anyway, but of course, if it's included in the first release it will get better tested. :-) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
On 5/1/06, Lennart Regebro <regebro@gmail.com> wrote:
Another small task I know Julien Anguenot would like to do is fix the zpt engine (in Zope 3 I guess now) to work properly with mixed html/xhtml inclusion of macros. He's done most of the work with Fred Drake at the end of last year, but never got around to intergrate it.
I'd see that as a bugfix, so he can fix it anyway, but of course, if it's included in the first release it will get better tested. :-)
FYI: It's not gonna get in before the feature freeze. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
Philipp von Weitershausen wrote:
The feature freeze date for the June release is only days away. It was planned to be May 1st, but due to lots of pending branches, we might let it slip for a *couple* of days (not more!).
I've compiled a rough list of outstanding tasks for Zope 2.10: http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks Please complete and/or correct this list.
Unicode in Zope 2 sounds like a big and nebulous topic about storing unicode in Zope 2. I hope this one is definitely off the agenda for Zope 2.10 as the changes are possibly quite wide ranging. Regards, Martijn
--On 1. Mai 2006 18:46:07 +0200 Martijn Faassen <faassen@infrae.com> wrote:
Philipp von Weitershausen wrote:
The feature freeze date for the June release is only days away. It was planned to be May 1st, but due to lots of pending branches, we might let it slip for a *couple* of days (not more!).
I've compiled a rough list of outstanding tasks for Zope 2.10: http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks Please complete and/or correct this list.
Unicode in Zope 2 sounds like a big and nebulous topic about storing unicode in Zope 2. I hope this one is definitely off the agenda for Zope 2.10 as the changes are possibly quite wide ranging.
I don't think that there is any related code :-) -aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
Martijn Faassen wrote:
Philipp von Weitershausen wrote:
The feature freeze date for the June release is only days away. It was planned to be May 1st, but due to lots of pending branches, we might let it slip for a *couple* of days (not more!).
I've compiled a rough list of outstanding tasks for Zope 2.10: http://www.zope.org/Wikis/DevSite/Projects/Zope2.10/Tasks Please complete and/or correct this list.
Unicode in Zope 2 sounds like a big and nebulous topic about storing unicode in Zope 2. I hope this one is definitely off the agenda for Zope 2.10 as the changes are possibly quite wide ranging.
I just noticed this today. :) I'm not sure where it came from. I've just removed this entry. Jim -- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
participants (7)
-
Andreas Jung -
Florent Guillaume -
Jim Fulton -
Lennart Regebro -
Martijn Faassen -
Philipp von Weitershausen -
Rocky Burt