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
76dd06fa
Commit
76dd06fa
authored
Jan 03, 2005
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Collector #1407: fixed XML escaping problem introduced in 2.7.4 b1
parent
a9429b0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
doc/CHANGES.txt
doc/CHANGES.txt
+2
-0
lib/python/OFS/PropertySheets.py
lib/python/OFS/PropertySheets.py
+1
-1
No files found.
doc/CHANGES.txt
View file @
76dd06fa
...
@@ -51,6 +51,8 @@ Zope Changes
...
@@ -51,6 +51,8 @@ Zope Changes
Bugs fixed
Bugs fixed
- Collector #1407: fixed XML escaping problem introduced in 2.7.4 b1
- Collector #1151: HTTP compression was broken on error pages
- Collector #1151: HTTP compression was broken on error pages
- The REQUEST now contains a new entry ACTUAL_URL which contains the
- The REQUEST now contains a new entry ACTUAL_URL which contains the
...
...
lib/python/OFS/PropertySheets.py
View file @
76dd06fa
...
@@ -528,7 +528,7 @@ class DAVProperties(Virtual, PropertySheet, View):
...
@@ -528,7 +528,7 @@ class DAVProperties(Virtual, PropertySheet, View):
return
iso8601_date
(
43200.0
)
return
iso8601_date
(
43200.0
)
def
dav__displayname
(
self
):
def
dav__displayname
(
self
):
return
absattr
(
self
.
v_self
().
title_or_id
(
))
return
absattr
(
xml_escape
(
self
.
v_self
().
title_or_id
()
))
def
dav__resourcetype
(
self
):
def
dav__resourcetype
(
self
):
vself
=
self
.
v_self
()
vself
=
self
.
v_self
()
...
...
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