[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-919-g841b524
Alex Vandiver
alexmv at bestpractical.com
Thu Dec 16 20:32:45 EST 2010
The branch, 3.9-trunk has been updated
via 841b52408848438c42221bc9dea855dcbc1f51fd (commit)
from 1b4ee615b4e540c5e792d884679aac73aa2944cf (commit)
Summary of changes:
share/html/NoAuth/css/dhandler | 1 +
share/html/NoAuth/js/dhandler | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 841b52408848438c42221bc9dea855dcbc1f51fd
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Dec 16 20:32:34 2010 -0500
Actually load the modules we plan on using
diff --git a/share/html/NoAuth/css/dhandler b/share/html/NoAuth/css/dhandler
index 950b1ac..cbb1e5f 100644
--- a/share/html/NoAuth/css/dhandler
+++ b/share/html/NoAuth/css/dhandler
@@ -47,6 +47,7 @@
%# END BPS TAGGED BLOCK }}}
<%ONCE>
my $squisher;
+require HTTP::Date;
</%ONCE>
<%INIT>
my $arg = $m->dhandler_arg;
diff --git a/share/html/NoAuth/js/dhandler b/share/html/NoAuth/js/dhandler
index 3f907c1..33eef87 100644
--- a/share/html/NoAuth/js/dhandler
+++ b/share/html/NoAuth/js/dhandler
@@ -47,8 +47,8 @@
%# END BPS TAGGED BLOCK }}}
<%ONCE>
my $content = '';
+require HTTP::Date;
</%ONCE>
-
<%INIT>
my $arg = $m->dhandler_arg;
if ( $arg =~ m{squished-(.+)-([a-z0-9]{32})\.js$} ) {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list