Mercurial > p > roundup > code
diff CHANGES.txt @ 2649:1df7d4a41da4
Buncha stuff (sorry about the large checkin):
- Permissions may now be defined on a per-property basis
- added "Create" Permission. Replaces the "Web"- and "Email Registration"
Permissions.
- added option to turn off registration confirmation via email
("instant_registration" in config)
Migrated the user edit/view permission to use check code.
Fixed a buncha stuff in the default templates. Needs a thorough review
though.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 28 Jul 2004 02:29:46 +0000 |
| parents | 9c55f2bc5961 |
| children | d68a444fcce3 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Jul 27 11:36:01 2004 +0000 +++ b/CHANGES.txt Wed Jul 28 02:29:46 2004 +0000 @@ -17,6 +17,13 @@ - roundup-server options -g and -u accept both ids and names (sf bug 983769) - roundup-server now has a configuration file (-C option) - added mod_python interface (see installation.txt) +- reorganised tracker configuration, using ConfigParser config, cleaned-up + schema definition and implementing easier extension writing (sf rfe 661301) +- Permissions may now be defined on a per-property basis +- added "Create" Permission. Replaces the "Web"- and "Email Registration" + Permissions. +- added option to turn off registration confirmation via email + ("instant_registration" in config) (sf rfe 922209) 2004-??-?? 0.7.7
