Commit 1f2f786b authored by Jim Fulton's avatar Jim Fulton

What the heck happened to the indentation in this file.

parent 1aeb71de
...@@ -418,18 +418,19 @@ Zope Changes ...@@ -418,18 +418,19 @@ Zope Changes
<!--#if "AUTHENTICATED_USER.has_permissions('View',someObject)"--> <!--#if "AUTHENTICATED_USER.has_permissions('View',someObject)"-->
- The product add list is now filtered. This should keep objects out of - The product add list is now filtered. This should keep
the product add list for which the user does not have adequite objects out of the product add list for which the user does
permissions. This is implemented with a new method, not have adequite permissions. This is implemented with a
'filtered_meta_types' which returns all the meta_types for which a new method, 'filtered_meta_types' which returns all the
given user has permissions. Note: Right now ZClasses do not associate meta_types for which a given user has permissions. Note:
permissions with Products. Thus all Control Panel Products appear in Right now ZClasses do not associate permissions with
the product add list, no matter what roles the user has. Products. Thus all Control Panel Products appear in the
product add list, no matter what roles the user has.
- HTTP REQUEST objects now use HTML in their string representation. - HTTP REQUEST objects now use HTML in their string representation.
- The REQUEST keys of the form BASEx and URLx, where x is an integer - The REQUEST keys of the form BASEx and URLx, where x is
now allow x to be greater than 9. an integer now allow x to be greater than 9.
- index_html is not longer used automatically for XML-RPC - index_html is not longer used automatically for XML-RPC
requests. requests.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment