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
1c0af142
Commit
1c0af142
authored
Dec 11, 2005
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
b2be2522
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
60 deletions
+0
-60
lib/python/Products/PageTemplates/CHANGES.txt
lib/python/Products/PageTemplates/CHANGES.txt
+0
-27
lib/python/Products/PageTemplates/examples/index.xml
lib/python/Products/PageTemplates/examples/index.xml
+0
-33
lib/python/Products/PageTemplates/examples/zpt_examples.zexp
lib/python/Products/PageTemplates/examples/zpt_examples.zexp
+0
-0
No files found.
lib/python/Products/PageTemplates/CHANGES.txt
deleted
100644 → 0
View file @
b2be2522
Page Template changes
This file contains change information for the current release.
Change information for previous versions can be found in the
file HISTORY.txt.
Version 1.5.0
Features Added
- Error reporting is improved, with line numbers added.
- In the ZMI, errors are separated from the text and highlighted.
- A template can be marked explicitly as XML or HTML by giving
it a boolean 'is_html' property.
- New icon, provided by Michael R. Bernstein.
Bugs Fixed
- The starting properties could be deleted. This is only
fixed for new templates.
- Collector 596 fixed; manage_addPageTemplate can now be
called with a text argument but no REQUEST.form['file'].
E.g. when called via ZPublisher.Client.
lib/python/Products/PageTemplates/examples/index.xml
deleted
100644 → 0
View file @
b2be2522
<example
name=
"Assorted Examples"
>
<description>
This is a set of examples of the use of page templates.
It includes examples of batching, macros, and trees.
</description>
<payload>
<import
file=
"zpt_examples.zexp"
/>
</payload>
<view
url=
"zpt_examples"
/>
</example>
<!-- This file can contain any number of examples.
Each one consists of an <example> with a 'name' attribute,
containing exactly one <description>. The name and description
are displayed in the Examples page. <description> can have a
'format' attribute set to 'plain' (the default), 'stx' (structured
text), or 'html'.
An <example> can contain <payload> elements. Each <payload> can
contain any number of <import>, <execute>, and <call> elements.
These are processed in order when an example is selected from the
Examples page. <import> must have a 'file' attribute that names
a file in the 'examples' directory to be imported. <execute> must
have a 'file' attribute that names a file to be run with execfile.
<call> must have a 'path' attribute that gives the path to a Zope
object to be called.
An <example> can contain at most one <view> element. The 'url'
attribute of a <view> is the URL to view after all <payload> elements have
been processed. This URL can be relative to the current folder.
-->
lib/python/Products/PageTemplates/examples/zpt_examples.zexp
deleted
100644 → 0
View file @
b2be2522
File deleted
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