[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.2-127-ge7b7e8a
Thomas Sibley
trs at bestpractical.com
Thu Sep 29 18:22:00 EDT 2011
The branch, 4.0-trunk has been updated
via e7b7e8a13fdd2fe9a392f71d44922a41159b3f8e (commit)
via 65c46e9e889ad60c7cb027d1024a4ee84398a8a6 (commit)
via 59826e5b5843f044088bc040f6aefe6da27460c7 (commit)
from e4725a2759f661fe9a8e7bb515e76064ae4933e5 (commit)
Summary of changes:
etc/RT_Config.pm.in | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 59826e5b5843f044088bc040f6aefe6da27460c7
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Sat Sep 24 11:11:16 2011 -0400
Something we missed removing JavaScrip::Minifier
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 8f8c0a2..f90a219 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -889,8 +889,7 @@ Path to the jsmin binary, available from
http://www.crockford.com/javascript/jsmin.html
If specified, it will be used to minify C<JSFiles>. If it cannot be
-found, RT will fall back to the L<JavaScript::Minifier> module;
-failing that, RT will will simply concatenate the files.
+found, RT will simply concatenate the files.
=cut
commit 65c46e9e889ad60c7cb027d1024a4ee84398a8a6
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Sat Sep 24 15:21:41 2011 -0400
Make it clearer how to obtain jsmin, and what the default is
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index f90a219..2604f21 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -885,11 +885,12 @@ Set(@JSFiles, qw/
=item C<$JSMinPath>
-Path to the jsmin binary, available from
-http://www.crockford.com/javascript/jsmin.html
+Path to the jsmin binary; if specified, it will be used to minify
+C<JSFiles>. The default, and the fallback if the binary cannot be
+found, is to simply concatenate the files.
-If specified, it will be used to minify C<JSFiles>. If it cannot be
-found, RT will simply concatenate the files.
+jsmin can be installed by running 'make jsmin' from the RT install
+directory, or from http://www.crockford.com/javascript/jsmin.html
=cut
commit e7b7e8a13fdd2fe9a392f71d44922a41159b3f8e
Merge: e4725a2 65c46e9
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Sep 29 18:20:59 2011 -0400
Merge branch '4.0/remove-more-javascriptminifier' into 4.0-trunk
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list