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
e41582b3
Commit
e41582b3
authored
Sep 21, 2011
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert c122683, zope.pagetemplate got corrected
parent
0890d01d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
doc/CHANGES.rst
doc/CHANGES.rst
+0
-2
setup.py
setup.py
+1
-1
src/Products/PageTemplates/PageTemplate.py
src/Products/PageTemplates/PageTemplate.py
+1
-1
No files found.
doc/CHANGES.rst
View file @
e41582b3
...
@@ -19,8 +19,6 @@ Bugs Fixed
...
@@ -19,8 +19,6 @@ Bugs Fixed
Features Added
Features Added
++++++++++++++
++++++++++++++
- Adjust to new zope.pagetemplate macros lookup.
- Optimized the `OFS.Traversable.getPhysicalPath` method to avoid excessive
- Optimized the `OFS.Traversable.getPhysicalPath` method to avoid excessive
amounts of method calls.
amounts of method calls.
...
...
setup.py
View file @
e41582b3
...
@@ -87,7 +87,7 @@ setup(name='Zope2',
...
@@ -87,7 +87,7 @@ setup(name='Zope2',
'zope.interface'
,
'zope.interface'
,
'zope.lifecycleevent'
,
'zope.lifecycleevent'
,
'zope.location'
,
'zope.location'
,
'zope.pagetemplate
>= 3.6.1
'
,
'zope.pagetemplate'
,
'zope.processlifetime'
,
'zope.processlifetime'
,
'zope.proxy'
,
'zope.proxy'
,
'zope.ptresource'
,
'zope.ptresource'
,
...
...
src/Products/PageTemplates/PageTemplate.py
View file @
e41582b3
...
@@ -59,7 +59,7 @@ class PageTemplate(ExtensionClass.Base,
...
@@ -59,7 +59,7 @@ class PageTemplate(ExtensionClass.Base,
'Page Template %s has errors: %s'
%
(
'Page Template %s has errors: %s'
%
(
self
.
id
,
self
.
_v_errors
self
.
id
,
self
.
_v_errors
))
))
return
self
.
_v_
program
.
macros
return
self
.
_v_macros
# these methods are reimplemented or duplicated here because of
# these methods are reimplemented or duplicated here because of
# different call signatures in the Zope 2 world
# different call signatures in the Zope 2 world
...
...
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