[Rt-commit] r10532 - in rt/branches/3.999-DANGEROUS/html/NoAuth: css images

ruz at bestpractical.com ruz at bestpractical.com
Mon Jan 28 16:03:44 EST 2008


Author: ruz
Date: Mon Jan 28 16:03:43 2008
New Revision: 10532

Modified:
   rt/branches/3.999-DANGEROUS/html/NoAuth/css/autohandler
   rt/branches/3.999-DANGEROUS/html/NoAuth/images/autohandler
   rt/branches/3.999-DANGEROUS/html/NoAuth/js/autohandler

Log:
* more forgoten api switches

Modified: rt/branches/3.999-DANGEROUS/html/NoAuth/css/autohandler
==============================================================================
--- rt/branches/3.999-DANGEROUS/html/NoAuth/css/autohandler	(original)
+++ rt/branches/3.999-DANGEROUS/html/NoAuth/css/autohandler	Mon Jan 28 16:03:43 2008
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 <%init>
-RT::Interface::Web::StaticFileHeaders();
+RT::Interface::Web::static_file_headers();
 $r->content_type('text/css');
 $m->call_next();
 return();

Modified: rt/branches/3.999-DANGEROUS/html/NoAuth/images/autohandler
==============================================================================
--- rt/branches/3.999-DANGEROUS/html/NoAuth/images/autohandler	(original)
+++ rt/branches/3.999-DANGEROUS/html/NoAuth/images/autohandler	Mon Jan 28 16:03:43 2008
@@ -1,5 +1,5 @@
 <%INIT>
-&RT::Interface::Web::StaticFileHeaders();
+&RT::Interface::Web::static_file_headers();
 
 # This autohandler will spit out RT's images if the user hasn't 
 # properly configured their webserver to stop RT from passing 

Modified: rt/branches/3.999-DANGEROUS/html/NoAuth/js/autohandler
==============================================================================
--- rt/branches/3.999-DANGEROUS/html/NoAuth/js/autohandler	(original)
+++ rt/branches/3.999-DANGEROUS/html/NoAuth/js/autohandler	Mon Jan 28 16:03:43 2008
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 <%init>
-&RT::Interface::Web::StaticFileHeaders();
+&RT::Interface::Web::static_file_headers();
 $r->content_type('application/x-javascript');
 $m->call_next();
 return();


More information about the Rt-commit mailing list