annotate roundup/cgi/PageTemplates/README.txt @ 8540:e8d1da6e3571
bug: fix traceback in roundup-admin init with bad config values
initialize accepts setting values for config.ini file settings. If
they are not valid, you got a python traceback.
ConfigurationError exceptions are now trapped. The admin.py's
usageError_feedback method is used to inform the user. Also the
feedback message now starts with a newline making it easier to read by
separating it from command that caused the issue.
| author |
John Rouillard <rouilj@ieee.org> |
| date |
Mon, 23 Mar 2026 13:18:41 -0400 |
| parents |
b9988e118055 |
| children |
|
| rev |
line source |
1049
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
1 See <a href="http://dev.zope.org/Wikis/DevSite/Projects/ZPT">the
|
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
2 ZPT project Wiki</a> for more information about Page Templates, or
|
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
3 <a href="http://www.zope.org/Members/4am/ZPT">the download page</a>
|
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4 for installation instructions and the most recent version of the software.
|
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5
|
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
6 This Product requires the TAL and ZTUtils packages to be installed in
|
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
7 your Python path (not Products). See the links above for more information.
|