[Rt-commit] [svn] r1882 - in rt/branches/3.3-TESTING: . etc
html/NoAuth/images lib/t
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Sat Nov 13 00:12:53 EST 2004
Author: jesse
Date: Sat Nov 13 00:12:51 2004
New Revision: 1882
Removed:
rt/branches/3.3-TESTING/html/NoAuth/images/back_home.gif
rt/branches/3.3-TESTING/html/NoAuth/images/head_requestracker.gif
rt/branches/3.3-TESTING/html/NoAuth/images/rt.jpg
rt/branches/3.3-TESTING/html/NoAuth/images/spacer.gif
rt/branches/3.3-TESTING/html/NoAuth/images/squares_blue.gif
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/etc/RT_Config.pm.in
rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
Log:
r9222 at tinbook: jesse | 2004-11-13T03:09:38.303870Z
Core:
* Removed images that weren't used anymore
Configuration:
* Fixed RTLogo configuration variable to actually display RT's logo.
Modified: rt/branches/3.3-TESTING/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.3-TESTING/etc/RT_Config.pm.in (original)
+++ rt/branches/3.3-TESTING/etc/RT_Config.pm.in Sat Nov 13 00:12:51 2004
@@ -286,7 +286,7 @@
# $RTLogoURL points to the URL of the RT logo displayed in the web UI
-Set($LogoURL , $WebImagesURL . "rt.jpg");
+Set($LogoURL , $WebImagesURL . "bplogo.gif");
# WebNoAuthRegex - What portion of RT's URLspace should not require
# authentication.
Modified: rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
==============================================================================
--- rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in (original)
+++ rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in Sat Nov 13 00:12:51 2004
@@ -282,7 +282,7 @@
Data => ['This is a test of a binary attachment']);
# currently in lib/t/autogen
-$entity->attach(Path => '@MASON_HTML_PATH@/NoAuth/images/spacer.gif',
+$entity->attach(Path => '@MASON_HTML_PATH@/NoAuth/images/bplogo.gif',
Type => 'image/gif',
Encoding => 'base64');
@@ -304,7 +304,7 @@
ok ($tick->Id, "found ticket ".$tick->Id);
ok ($tick->Subject eq 'binary attachment test', "Created the ticket - ".$tick->Id);
-my $file = `cat '@MASON_HTML_PATH@/NoAuth/images/spacer.gif'`;
+my $file = `cat '@MASON_HTML_PATH@/NoAuth/images/bplogo.gif'`;
ok ($file, "Read in the logo image");
@@ -332,7 +332,7 @@
# Grab the binary attachment via the web ui
my $ua = LWP::UserAgent->new();
-my $full_url = "http://localhost".$RT::WebPath."/Ticket/Attachment/".$attachment->TransactionId."/".$attachment->id."/spacer.gif?&user=root&pass=password";
+my $full_url = "http://localhost".$RT::WebPath."/Ticket/Attachment/".$attachment->TransactionId."/".$attachment->id."/bplogo.gif?&user=root&pass=password";
my $r = $ua->get( $full_url);
More information about the Rt-commit
mailing list