Mercurial > p > roundup > code
diff doc/whatsnew-0.8.txt @ 2886:0998d1b48182
documentation updates
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 08 Nov 2004 23:29:45 +0000 |
| parents | fa50e1347397 |
| children | 2681cfbd0fcb |
line wrap: on
line diff
--- a/doc/whatsnew-0.8.txt Sun Nov 07 23:18:58 2004 +0000 +++ b/doc/whatsnew-0.8.txt Mon Nov 08 23:29:45 2004 +0000 @@ -12,7 +12,39 @@ Logging of internal messages ============================ -TODO + +Security Changes +================ + +Added MD5 scheme for password hiding. This extends the existing SHA and +crypt methods and is useful if you have an existing MD5 password database. + + +Extending Roundup +================= + +To write extension code for Roundup you place a file in the tracker home +``extensions`` directory. See the `customisation documentation`_ for more +information about how this is done. + + +Added support for HTTP charset selection +======================================== + +XXX This doesn't appear in the main documentation + +This is used to override the UTF-8 default. It may be overridden in both +forms and a browser cookie. + +- In forms, use the ``@charset`` variable. +- To use the cookie override, have the ``roundup_charset`` cookie set. + +In both cases, the value is a valid charset name (eg. ``utf-8`` or +``kio8-r``). + + +Web Interface Miscellanea +========================= .. _`customisation documentation`: customizing.html
