Mercurial > p > roundup > code
diff CHANGES.txt @ 627:952679be9e2c
Added simple editing for classes that don't define a templated interface.
- access using the admin "class list" interface
- limited to admin-only
- requires the csv module from object-craft (url given if it's missing)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 20 Feb 2002 05:05:29 +0000 |
| parents | 352d67e22d6d |
| children | d43a21e6a823 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Feb 20 05:04:32 2002 +0000 +++ b/CHANGES.txt Wed Feb 20 05:05:29 2002 +0000 @@ -8,7 +8,10 @@ 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. + - access using the admin "class list" interface + - limited to admin-only + - requires the csv module from object-craft (url given if it's missing) Fixed: . Clean up mail handling, multipart handling. @@ -25,6 +28,7 @@ . #516854 ] "My Issues" and redisplay . #517906 ] Attribute order in "View customisation" . #514854 ] History: "User" is always ticket creator + . wasn't handling cvs parser feeding correctly 2002-01-24 - 0.4.0
