From: richard Date: Sun, 19 Jan 2003 23:15:04 +0000 (+0000) Subject: small cleanup, more info on config changes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=973f2eb2b09c52b1aa5d3d8aea63450ebac17242;p=roundup.git small cleanup, more info on config changes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1465 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/upgrading.txt b/doc/upgrading.txt index 977665f..a7a6096 100644 --- a/doc/upgrading.txt +++ b/doc/upgrading.txt @@ -10,16 +10,30 @@ accordingly. Migrating from 0.5 to 0.6 ========================= -- Introduced EMAIL_FROM_TAG config variable. +0.6.0 Configuration +------------------- + +- Introduced EMAIL_FROM_TAG config variable. This value is inserted into + the From: line of nosy email. If the sending user is "Foo Bar", the + From: line is usually:: + + "Foo Bar" + + the EMAIL_FROM_TAG goes inside the "Foo Bar" quotes like so:: + + "Foo Bar EMAIL_FROM_TAG" + +0.6.0 Multilingual character set support +---------------------------------------- - Added internationalization support. This is done via encoding all data stored in roundup database to utf-8 (unicode encoding). To support utf-8 in web interface you should add the folowing line to your tracker's html/page - and html/_generic.help files inside tag: + and html/_generic.help files inside tag:: - Sinse latin characters in utf-8 has the same codes as in ASCII table, this + Since latin characters in utf-8 has the same codes as in ASCII table, this modification is optional for users who use only plain latin characters. After this modification, you will be able to see and enter any world