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
c4e0a181
Commit
c4e0a181
authored
Jul 12, 1999
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added my changes since the last alpha and untabbified.
parent
bed443bb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
181 additions
and
151 deletions
+181
-151
doc/CHANGES.txt
doc/CHANGES.txt
+181
-151
No files found.
doc/CHANGES.txt
View file @
c4e0a181
...
...
@@ -192,19 +192,45 @@ Zope Changes
instances running.
- Added an -l option to the startup script, z2.py, to specify
the location of the ZServer hit log.
the location of the ZServer hit log. If the location is a
relative path, then it is assumed to be rooted in the 'var'
directory.
- A progress indicator was added to the database conversion
utility, utilities/bbb.py.
- Cookie support was added to the ZServer FTP server to make
FTP access more compatible with cookie-based authentication.
FTP access compatible with cookie-based authentication.
- ZServer now includes a NT Server, 'ZServer.py' This service
requires the Python win32 extensions. It is not yet complete
and not yet integrated with the Zope installer. It does however
include a large doc string.
- ZServer is offically using the z2.py start script now. The old
start.py and zinit.py were removed. Note: z2.py will call zdaemon.py
for you, if you want to use ZServer in daemon mode.
- Added a 'has_permission' method to user objects. This facilitates
finding out if a user has access to a given object. For example::
<!--#if "AUTHENTICATED_USER.has_permissions('View',someObject)"-->
- The product add list is now filtered. This should keep objects out of
the product add list for which the user does not have adequite
permissions. This is implemented with a new method,
'filtered_meta_types' which returns all the meta_types for which a
given user has permissions. Note: Right now ZClasses do not associate
permissions with Products. Thus all Control Panel Products appear in
the product add list, no matter what roles the user has.
Bugs fixed
- Got rid of some DOS line-endings in xmlrpclib.py that caused
install-time module compilation to fail.
- Fixed DOS line-endings in medusa/max_sockets.py
- Fixed a NameError (missing TupleType) definition in
the export/import (copy/paste) machinery.
...
...
@@ -213,8 +239,12 @@ Zope Changes
- ZServer crashed when the number of simultaneous connections
exceeded a system limit, especially on Windows. ZServer now
stops accepting new connections when the number of active
connections exceeds a threshold.
figures out what the system limit is and stops accepting new
connections when the number of active connections exceeds the
limit.
- Fixed ZServer HTTP zombie killing. Now hung connections are
successfully closed.
Zope 2.0 alpha 3
...
...
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