Skip to content

Commit 1f365d2

Browse files
author
Alexander Smishlajev
committed
Miscellaneous improvements:
- fields rendered with StructuredText are hyperlinked by default - additional attributes for input element may be passed to the 'field' method of a property wrapper - added "copy_url" method to generate a URL for copying an item - default user template does not display password fields and submit button when editing is not allowed - fix StructuredText import in cgi.templating
1 parent 1fcf8d6 commit 1f365d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Feature:
2020
- added setorderprop() and setlabelprop() to Class (sf features 1379534,
2121
1379490)
2222
- CSV encoding support (sf bug 1240848)
23+
- fields rendered with StructuredText are hyperlinked by default
24+
- additional attributes for input element may be passed to the 'field'
25+
method of a property wrapper
26+
- added "copy_url" method to generate a URL for copying an item
2327

2428
Fixed:
2529
- MySQL now creates String columns using the TEXT column type
@@ -36,6 +40,9 @@ Fixed:
3640
- fix detection of "missing" existing values in CGI form parser (sf bug
3741
1414149)
3842
- ZRoundup works again (sf bug 1263842)
43+
- default user template does not display password fields and submit button
44+
when editing is not allowed
45+
- fix StructuredText import in cgi.templating
3946

4047

4148
2005-10-07 0.9.0b1

0 commit comments

Comments
 (0)