[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.494
CREDITS.txt:1.21 FAQ.txt:1.13 TODO.txt:1.12
Stephen Richter
cvs-admin at zope.org
Mon Nov 24 13:00:24 EST 2003
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv19677/doc
Modified Files:
CHANGES.txt CREDITS.txt FAQ.txt TODO.txt
Log Message:
Updated documentation, specifically the changes and the credits file.
=== Zope3/doc/CHANGES.txt 1.493 => 1.494 ===
--- Zope3/doc/CHANGES.txt:1.493 Mon Nov 24 10:48:54 2003
+++ Zope3/doc/CHANGES.txt Mon Nov 24 13:00:23 2003
@@ -14,16 +14,6 @@
products, probably using conversion utilities of some sort.
-preparing for the MS:
-
- Stephan works here:
-
-
-
-
-
- Jim works here:
-
Backward compatibility notes
- If you have any add-on prodycts that used the old context-wrapper or
@@ -44,7 +34,6 @@
<browser:layer name="rotterdam" />
-
- If you had a local (through the web) adapter service, you will
need to recreate it and reactivate your adapter registrations.
@@ -105,20 +94,66 @@
- Improved forms error reporting. Error messages now appear next
to fields where errors occured.
+ - Major fixes to the TAL I18n-Namespace support. Almost all fixes were
+ backported to Zope 2.7 as well.
+
+ - Templated Pages support for a <script> tag, that allows inline Python
+ code. The <script> tag can be used in other TAL sources as well, but is
+ turned off by default.
+
+ - Internationalized all Zope 3 (Python, ZCML and Page Templates)
+ user-readable strings. Zope 3 was then localized to German and partially
+ to Spanish, Brazilian Portuguese and French.
+
+ - Implemented explicit message ids in ZCML
+
+ - New Persistent/Mutable Schemas allow us to generate Schema-based
+ interfaces through the Web.
+
+ - New local Menu Service and Content Component Definitions allow you to
+ create simple Content objects TTW.
+ - Major fssync improvements. The commands to use now are "zsync" and
+ "zbundle". New flags include: copy, login (+ new options for checkout),
+ logout, mkdir, resolve, revert. fssync behaves now very similar to SVN.
+ - Introspector uses the Interface service now, instead of the ++module++
+ namespace.
+
+ - Improvements to the OnlineHelp, which has been deactivated for this
+ release since it is broken since the recent geddons.
+ - ZODB 4: Changed serialization logic to support persistent proxies.
+ Added an add() method to Connection and allowed it to run during
+ commit().
- Others work here:
+ - In the future, Zope 3 will use ZODB 3, which will support new-style
+ classes, since the development of ZODB 4 stopped in late summer.
-:)
+ - Various improvements to ZConfig
+
+ Miscellaneous
+ - Progress with the TUV-IT security accredidation
+ - Many maintainance work and bug fixes.
+ Much thanks to everyone who contributed to this release:
+ Jim Fulton, Christian Theune, Marius Gedminas, Tim Peters, Jeremy
+ Hylton, Fred Drake, Sidnei da Silva, Philipp von Weitershausen, Steve
+ Alexander, Guido van Rossum, Barry Warsaw, Albertas Agejevas, Viktorija
+ Zaksiene, Andreas Jung, Anthony Baxter, Phillip Eby, Richard Jones, Tom
+ Cameron, Kevin Littlejohn, Stuart Bishop, Andy Hird, Peter Simmons,
+ Christian Theune, Adam Summers, Stephan Richter, Chris McDonough,
+ Garrett Smith, Godefroid Chapelle, Paul Roe, Kiki Pruvot, Don Baarda,
+ David Fregon, Rob Zaar, Jan Smith, Richard Volpato, Roger Ineichen, Gary
+ Poster, Bjorn Tillenius, Martijn Faassen, Chris Withers, Paul Everitt,
+ Dominik Huber
+ ------------------------------------------------------------------
Zope X3.0.0 Milestone 3
=== Zope3/doc/CREDITS.txt 1.20 => 1.21 ===
--- Zope3/doc/CREDITS.txt:1.20 Fri Nov 21 02:52:18 2003
+++ Zope3/doc/CREDITS.txt Mon Nov 24 13:00:23 2003
@@ -62,10 +62,18 @@
- Zope Corporation hosted a sprint in F12b in late June 2003.
+- OzZope in combination with several sponsors held a sprint at the Trinity
+ College at the Melbourne University.
+
CVS Contributors
----------------
+- Jim Fulton (a.k.a "The Pope of Zope")
+
+ Jim is the chief-architect of Zope 3. Any attempt to list his contributions
+ in a list like this would be an understatement of his work.
+
- Steve Alexander
Providing much technical leadership and documentation in the TUV
@@ -80,7 +88,7 @@
Much work on the event services, object hub and searching
infrastructure.
- Much work on maintaining the traversal apis.
+ Much work on maintaining the traversal APIs.
Helped a lot on interfacegeddon, refactoring the way that interfaces
are declared.
@@ -114,12 +122,15 @@
Implemented the on-line help system.
Created the early formulator-inspired Zope 3 frameworks that
- eventually because the schema system. Did much of the early schema
+ eventually became the schema system. Did much of the early schema
implementation. Stephan MADE ME pay attention to this. :)
Created much of the i18n implementation, including the translation
service and the ICU-based localization libraries.
+ Internationalized and localized Zope 3 to German with Phillip von
+ Weitershausen.
+
Implemented a mail service.
Implemented XML-RPC.
@@ -463,7 +474,7 @@
Created the earliest prototypes of local services.
- A number of bug fixes and cleanups.
+ A number of bug fixes and cleanups, especially for the RDB connection code.
- Florent Guillaume
@@ -574,6 +585,8 @@
Helped with the earliest security policy implementation.
+ Implementation of the Catalog.
+
A number of bug fixes and cleanups.
- Gregoire Weber
@@ -640,6 +653,34 @@
- Guido Wesdorp
Helped create the Rotterdam skin.
+
+- Martijn Pieters
+
+ Fixed unittest setup.
+
+- Richard Jones
+
+ Work on Schemas and Form generation: new "Object" fields, and wizards.
+
+- Paul Roe
+
+ Work on Schemas and Form generation: new "Object" fields, and wizards.
+
+- Stuart Bishop
+
+ Work on Schemas and Form generation: new "Object" fields, and wizards.
+
+- Kiki Pruvot
+
+ Work on Schemas and Form generation: new "Object" fields, and wizards.
+
+- Kevin Littlejohn
+
+ Implementation of the Catalog.
+
+- Andy Hird
+
+ Implementation of the Catalog.
=== Zope3/doc/FAQ.txt 1.12 => 1.13 ===
--- Zope3/doc/FAQ.txt:1.12 Fri Aug 9 12:44:54 2002
+++ Zope3/doc/FAQ.txt Mon Nov 24 13:00:23 2003
@@ -1,2 +1,4 @@
Zope Installation Frequently Asked Questions
--------------------------------------------
+
+ See http://dev.zope.org/Zope3/FAQ
\ No newline at end of file
=== Zope3/doc/TODO.txt 1.11 => 1.12 ===
--- Zope3/doc/TODO.txt:1.11 Mon Jul 14 09:31:16 2003
+++ Zope3/doc/TODO.txt Mon Nov 24 13:00:23 2003
@@ -141,12 +141,6 @@
- Finish WebDAV
-- Finish XML-RPC
-
- There are some issues in the current implementation. I need to
- review this. For one thing, object methods are implicitly published,
- which is bad.
-
- Finish "process control", specifically shutting down and restarting
via the web. The main issue here is plumbing. How to get the
signal from the UI to the server logic. The way to do this is via
@@ -159,10 +153,6 @@
There is one, but I don't know what state it's in or how to write
help for it.
-- I18n for ZCML
-
-- I18n-ize all of the code
-
- Broken-object support
When an object cannot be unpickled because it's class can't be found,
@@ -199,12 +189,3 @@
Some kind of field that can contain objects that conform to a
particular schema. And, widgets for this field.
-- Mailing service
-
- Mail sending service that integrates with Zope 3 transactions and
- only sends out email on successful commits (and no multiple emails
- on ConflictErrors), is asynchronous (does not force the user to wait
- until the mail is completely sent) and reliable (does not lose mail
- on crashes, keeps a queue that can survive server restarts).
-
- Codeworks is working on this.
More information about the Zope3-Checkins
mailing list