[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-271-g5cbbae6

? sunnavy sunnavy at bestpractical.com
Wed Mar 24 23:44:19 EDT 2010


The branch, 3.8-trunk has been updated
       via  5cbbae6424a1a3c8fc459a769eb1f1105161af7d (commit)
       via  05cedf207821cb352f7297e7e9fdcd097b47107d (commit)
       via  469867fe472ae1758c43cb13dd4d291db217ab89 (commit)
      from  b800a8ab25c0591110dd9c4445078a4a78470cea (commit)

Summary of changes:
 etc/RT_Config.pm.in              |    2 +-
 share/fonts/Droid.README         |    5 +++++
 share/html/Search/Elements/Chart |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
 create mode 100644 share/fonts/Droid.README

- Log -----------------------------------------------------------------
commit 469867fe472ae1758c43cb13dd4d291db217ab89
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Mar 25 11:33:05 2010 +0800

    rowsperpage is deprecated in Search/Results.html

diff --git a/share/html/Search/Elements/Chart b/share/html/Search/Elements/Chart
index 1cc89cf..593d1b7 100644
--- a/share/html/Search/Elements/Chart
+++ b/share/html/Search/Elements/Chart
@@ -135,7 +135,7 @@ my $query_string = $m->comp('/Elements/QueryString', %ARGS);
 % my $QueryString = $m->comp('/Elements/QueryString',
 %                           Query   => "$Query and $group = '$key'",
 %                           Format  => $ARGS{Format},
-%                           RowsPerPage    => $ARGS{Rows},
+%                           Rows    => $ARGS{Rows},
 %                           OrderBy => $ARGS{OrderBy},
 %                           Order   => $ARGS{Order},
 %                          );

commit 05cedf207821cb352f7297e7e9fdcd097b47107d
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Mar 25 11:33:28 2010 +0800

    fix path

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 4a2ab3d..e1d7917 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1462,7 +1462,7 @@ support for TrueType fonts to use this option.
 
 =cut
 
-Set($ChartFont, './share/fonts/DroidSansFallback.ttf');
+Set($ChartFont, "$RT::BasePath/share/fonts/DroidSansFallback.ttf");
 
 =item C<@Active_MakeClicky>
 

commit 5cbbae6424a1a3c8fc459a769eb1f1105161af7d
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Mar 25 11:43:54 2010 +0800

    add Droid.README

diff --git a/share/fonts/Droid.README b/share/fonts/Droid.README
new file mode 100644
index 0000000..3a9cfca
--- /dev/null
+++ b/share/fonts/Droid.README
@@ -0,0 +1,5 @@
+Droid is a font family created by Ascender Corporation for use by the Open Handset Alliance platform Android and licensed under the Apache license. The fonts are intended for use on the small screens of mobile handsets and were designed by Steve Matteson of Ascender Corporation. The name was derived from the Open Handset Alliance platform name Android.
+
+Droid Sans Fallback is a font with CJK support.
+
+See Also: http://en.wikipedia.org/wiki/Droid_(font)

-----------------------------------------------------------------------


More information about the Rt-commit mailing list