X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2FUPGRADING;h=150a7e980a89581086865097f3db5163a4e34449;hb=db300645471807674b5a50c1b777eb2b46629caa;hp=1aaccdb3c824cd3443be46f9e433f1c0883bb68e;hpb=b4b0c7e72d7eaee2fbfc7022022c9698323203dd;p=freeside.git diff --git a/rt/UPGRADING b/rt/UPGRADING index 1aaccdb3c..150a7e980 100644 --- a/rt/UPGRADING +++ b/rt/UPGRADING @@ -18,6 +18,27 @@ If you are using MySQL, please read the instructions in UPGRADING.mysql as well. ******* +UPGRADING FROM 3.8.7 and earlier - Changes: + +RT's ChartFont option has been changed from a string to a hash which +lets you specify per-language fonts. RT now comes with a better default +font for charts, too. + +You should either update your 'ChartFont' option to match the new format +or consider trying the new default + +RT now gives you more precise control over the order in which custom fields +are displayed. This change requires some small changes to your currently saved +custom field orders. + +RT will automatically clean up your existing custom fields when you run: + + + /opt/rt3/sbin/rt-setup-database --dba root --prompt-for-dba-password --action upgrade + +After that cleanup, you should make sure that custom fields are ordered in +a way that you and your users find pleasing. + UPGRADING FROM 3.8.6 and earlier - Changes: For MySQL and Oracle users: