Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
353161fd
Commit
353161fd
authored
Dec 11, 2000
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated CHANGES
parent
16df2499
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
3 deletions
+36
-3
doc/CHANGES.txt
doc/CHANGES.txt
+36
-3
No files found.
doc/CHANGES.txt
View file @
353161fd
...
@@ -8,6 +8,16 @@ Zope changes
...
@@ -8,6 +8,16 @@ Zope changes
Features Added
Features Added
- Python Scripts are now part of the Zope core. Big whopping
kudos to Evan Simpson for all of the work he has put into
this! Having Python Scripts in the core will allow people
to much more easily separate logic and presentation (and
get that logic out of DTML!) More information and prototype
documentation for Python Scripts can be found in the
dev.zope.org project:
http://dev.zope.org/Wikis/DevSite/Projects/PythonMethods
- Added the __replaceable__ property support to ObjectManager.
- Added the __replaceable__ property support to ObjectManager.
This is currently documented only in the Wiki.
This is currently documented only in the Wiki.
...
@@ -30,10 +40,14 @@ Zope changes
...
@@ -30,10 +40,14 @@ Zope changes
- Changed the Zope installation procedure so it is only
- Changed the Zope installation procedure so it is only
necessary to create one user account and that user is
necessary to create one user account and that user is
stored in the ZODB.
stored in the ZODB. The user created at startup now is
simply a normal intial "Manager", not the "superuser".
It is no longer necessary to login, create an initial
manager, logout and log back in! Woohoo!
- Implemented the "emergency user" concept, which is the new
- Implemented the "emergency user" concept, which is the new
name for what was called the superuser.
name for what was called the superuser. The emergency user
doesnt even exist now until you explicitly create it.
- Added new "WebDAV source view" HTTP handler, enabled by new
- Added new "WebDAV source view" HTTP handler, enabled by new
'-W' (note uppercase) switch to z2.py. This handler is *not*
'-W' (note uppercase) switch to z2.py. This handler is *not*
...
@@ -51,12 +65,30 @@ Zope changes
...
@@ -51,12 +65,30 @@ Zope changes
are made. For more information, see the docstring of the actual
are made. For more information, see the docstring of the actual
testrunner.py module.
testrunner.py module.
- The Interface scarecrow package has been checked in - more work
will likely be done on it before it goes into wide use. See
Michel's "Zope Interfaces" project on dev.zope.org for details:
http://www.zope.org/Wikis/Interfaces/FrontPage
- PyUnit has been checked into the core. Along with the testrunner,
this provides enough infrastructure for us to incrementally begin
accumulating (and running!) test suites for various parts of the
Zope core.
- The new security assertion support has been checked in. For
more information and an updated version of the "Zope security
for developers" guide see the project on dev.zope.org:
http://dev.zope.org/Wikis/DevSite/Projects/DeclarativeSecurity
Bugs Fixed
Bugs Fixed
- (Collector #1650)Where the underlying object does not define
- (Collector #1650)Where the underlying object does not define
its own '__cmp__()', comparisons of acquisition-wrapped
its own '__cmp__()', comparisons of acquisition-wrapped
objects fall back to comparing the identities *of the
objects fall back to comparing the identities *of the
wrappers* . Fixed to un
rw
ap the object (both, if needed)
wrappers* . Fixed to un
wr
ap the object (both, if needed)
before comparing identities.
before comparing identities.
- (Collector #1687 Products which register base classes
- (Collector #1687 Products which register base classes
...
@@ -88,3 +120,4 @@ Zope changes
...
@@ -88,3 +120,4 @@ Zope changes
- Caused PropertyManager to restrict id's the same way
- Caused PropertyManager to restrict id's the same way
ObjectManager does.
ObjectManager does.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment