Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
remove KGS, update CHANGES.txt, vb
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Groszer committed Apr 3, 2009
1 parent 1c5e7c8 commit 91b2830
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
7 changes: 5 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
CHANGES
=======

1.0.2dev (unreleased)
1.0.2 (2009-04-03)
---------------------

- **Security issue:** The traverser defined for
``IPageletBrowserLayer`` was a trusted adapter, so the security
proxy got removed from each traversed object. Thus all sub-objects
were publically accessable, too.


Making this change might BREAK your application!
That means if security is not well declared.

- Bugfix: use IContentTemplate instead of IPageTemplate which avoids to get the
layout template if no IPageTemplate is registered

Expand Down
15 changes: 0 additions & 15 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
#
# remove KGS 3.4 before commit!!!!!!!!!!!!
#

[buildout]
extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
versions = versions
develop = .

parts = test checker coverage

[versions]
z3c.indexer = 0.5.1
z3c.authenticator = 0.6.0
zc.configuration = 1.0
z3c.jsonrpc = 0.5.2
z3c.menu.ready2go = 0.5.1
z3c.searcher = 0.5.1


[test]
recipe = zc.recipe.testrunner
eggs = z3c.layer.pagelet [test]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(*rnames):

setup(
name = 'z3c.layer.pagelet',
version = '1.0.2dev',
version = '1.0.2',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description = "Pagelet layer setup for Zope3",
Expand Down

0 comments on commit 91b2830

Please sign in to comment.