[Rt-commit] rt branch, 4.0/squishing-doc-pointers, created. rt-4.0.5-78-gfdc1e01
Kevin Falcone
falcone at bestpractical.com
Thu Feb 16 12:45:32 EST 2012
The branch, 4.0/squishing-doc-pointers has been created
at fdc1e018b32bb05dec8f6e1b9ae141e55a652468 (commit)
- Log -----------------------------------------------------------------
commit fdc1e018b32bb05dec8f6e1b9ae141e55a652468
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Feb 16 11:53:46 2012 -0500
Add a pointer to the developer methods.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 5569b9d..d1869f5 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -859,6 +859,8 @@ Set($CanonicalizeRedirectURLs, 0);
A list of JavaScript files to be included in head. Removing any of
the default entries is not suggested.
+If you're a plugin author, refer to RT->AddJavaScript.
+
=cut
Set(@JSFiles, qw/
@@ -895,6 +897,8 @@ directory, or from http://www.crockford.com/javascript/jsmin.html
A list of additional CSS files to be included in head.
+If you're a plugin author, refer to RT->AddStyleSheets.
+
=cut
Set(@CSSFiles, qw//);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list