Mercurial > p > roundup > code
diff CHANGES.txt @ 629:d43a21e6a823
Use the csv module for generating the form entry so it's correct.
[also noted the sf.net feature request id in the change log]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 20 Feb 2002 05:45:17 +0000 |
| parents | 952679be9e2c |
| children | 993e0162b7c2 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Feb 20 05:23:24 2002 +0000 +++ b/CHANGES.txt Wed Feb 20 05:45:17 2002 +0000 @@ -8,7 +8,8 @@ better configuration system. . Alternate email addresses are now available for users. See the MIGRATION file for info on how to activate the feature. - . Added simple editing for classes that don't define a templated interface. + . #511168 ] Web interface: Adding new products + Classes that don't provide template html get a default edit interface now: - access using the admin "class list" interface - limited to admin-only - requires the csv module from object-craft (url given if it's missing)
