[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-333-g7c4cdc4
Ruslan Zakirov
ruz at bestpractical.com
Mon Apr 5 17:12:25 EDT 2010
The branch, 3.8-trunk has been updated
via 7c4cdc483df1475f7a4277778c540c0ebef72de4 (commit)
via 1f037faf564b7bcb804fa327f1db3b3bf3c26b18 (commit)
from 8e536a2550dcb1e9caf21573d9291eb51b49371e (commit)
Summary of changes:
UPGRADING | 10 +++++++++-
etc/RT_Config.pm.in | 10 +++++++---
2 files changed, 16 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 1f037faf564b7bcb804fa327f1db3b3bf3c26b18
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Tue Apr 6 01:09:41 2010 +0400
update description of the ChartFont config option
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 3f415fc..38a8696 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1456,9 +1456,13 @@ Set($DontSearchFileAttachments, undef);
=item C<%ChartFont>
The L<GD> module (which RT uses for graphs) uses a builtin font that doesn't
-have full Unicode support. You can use a particular TrueType font by setting
-$ChartFont to the absolute path of that font. Your GD library must have
-support for TrueType fonts to use this option.
+have full Unicode support. You can use a particular TrueType font per
+language by setting %ChartFont to (language =E<gt> the absolute path of a
+font) pairs. Your GD library must have support for TrueType fonts to use
+this option. If there is no entry for a language in the hash then font
+with 'others' key is used.
+
+RT is shipped with two TrueType fonts covering most available localizations.
=cut
commit 7c4cdc483df1475f7a4277778c540c0ebef72de4
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Tue Apr 6 01:12:30 2010 +0400
update upgrading
* document 3.8.8/content upgrade script
* there are a lot new config options
diff --git a/UPGRADING b/UPGRADING
index d8962d3..7a1d64d 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -20,7 +20,15 @@ well.
*******
UPGRADING FROM 3.8.7 and earlier - Changes:
-New option ChartsTimezonesInDB in the config.
+ChartFont option has been changed from scalar to hash and fonts are
+shipped with RT. Either drop your customization or use new format.
+
+You can now order custom fields more precisly, but this requires unification
+in the current order values. After cleanup you should make sure that is order
+of custom fields is what you want and reorder them if needed. Cleanup will
+be done when you run:
+
+/opt/rt3/sbin/rt-setup-database --dba root --prompt-for-dba-password --action upgrade
UPGRADING FROM 3.8.6 and earlier - Changes:
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list