[Rt-devel] RT 3.5.7

Glenn Sieb ges at wingfoot.org
Sun Jan 22 02:28:46 EST 2006


Jesse Vincent said the following on 1/19/2006 10:26 AM:
> The latest DEVELOPMENT VERSION of RT, 3.5.7, is now available. This
> release features all the bugfixes in RT 3.4.5, as well as a number of
> bugfixes and improvements from our interim development branches.
> 
> This _Should_ fix a number of the search query issues folks have been
> seeing on 3.5.6.

A silly, inconsequential small insignificant thing, but I thought you
might know..

The /NoAuth/images/bplogo.gif doesn't display anymore? (Neither does the
favicon.png.) It shows in the source for the login page as:

<div id="logo">
    <a href="http://bestpractical.com"><img
src="/NoAuth/images//bplogo.gif" alt="Best Practical Solutions, LLC
corporate logo" width="177" height="33" /></a>
    <div class="rtname">RT for wingfoot.org</div>
</div>

Attempting to load http://rt.wingfoot.org/NoAuth/images/ (to see if I
can see anything in the directory, gave:

could not find component for initial path '/NoAuth/images/' (component
roots are: '/sw/rt-3.5.7/local/html', '/sw/rt-3.5.7/share/html')

Trace begun at
/usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason/Request.pm line 272
eval {...} at /usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason/Request.pm
line 223
HTML::Mason::Request::_initialize('HTML::Mason::Request::CGI=HASH(0x9899988)')
called at /usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason/Request.pm
line 204
HTML::Mason::Request::new('HTML::Mason::Request::CGI', 'error_mode',
'output', 'autoflush', 0, 'error_format', 'html', 'cgi_request',
'HTML::Mason::FakeApache=HASH(0x9889dbc)', 'out_method',
'CODE(0x98e4568)', 'interp', 'HTML::Mason::Interp=HASH(0x948da5c)',
'comp', '/NoAuth/images/', 'args', 'ARRAY(0x9899c10)', 'container',
'HASH(0x98998f8)') called at
/usr/local/lib/perl5/site_perl/5.8.7/Class/Container.pm line 275
Class::Container::call_method('HTML::Mason::Interp=HASH(0x948da5c)',
'request', 'new', 'interp', 'HTML::Mason::Interp=HASH(0x948da5c)',
'comp', '/NoAuth/images/', 'args', 'ARRAY(0x9899c10)', 'container',
'HASH(0x98998f8)') called at
/usr/local/lib/perl5/site_perl/5.8.7/Class/Container.pm line 353
Class::Container::create_delayed_object('interp',
'HTML::Mason::Interp=HASH(0x948da5c)', 'comp', '/NoAuth/images/',
'args', 'ARRAY(0x9899c10)', 'container', 'HASH(0x98998f8)') called at
/usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason/Interp.pm line 348
HTML::Mason::Interp::make_request('HTML::Mason::Interp=HASH(0x948da5c)',
'comp', '/NoAuth/images/', 'args', 'ARRAY(0x9899c10)') called at
/usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason/Interp.pm line 342
HTML::Mason::Interp::exec(undef, undef) called at
/usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason/CGIHandler.pm line 123
eval {...} at
/usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason/CGIHandler.pm line 123
HTML::Mason::CGIHandler::_handler('HTML::Mason::CGIHandler=HASH(0x9514fb8)',
'HASH(0x98995a4)') called at
/usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason/CGIHandler.pm line 73
HTML::Mason::CGIHandler::handle_cgi_object('HTML::Mason::CGIHandler=HASH(0x9514fb8)',
'CGI::Fast=HASH(0x976276c)') called at /sw/rt/bin/mason_handler.fcgi line 76
eval {...} at /sw/rt/bin/mason_handler.fcgi line 76

I did a diff of 3.5.6's Elements/Logo and 3.5.7's, and the only
difference was this:

$ diff Logo ../../../../rt-3.5.6/share/html/Elements/Logo
47c47
<     <a href="http://bestpractical.com"><img
src="<%$RT::WebImagesURL%>/bplogo.gif" alt="<%loc("Best Practical
Solutions, LLC corporate logo")%>" width="177" height="33" /></a>
---
>     <a href="http://bestpractical.com"><img
src="<%$RT::WebImagesURL%>/bplogo.gif" alt="<%loc("Best Practical
Solutions, LLC corporate logo")%>" width="177" height="33"></a>

(I tried changing the 3.5.7's to what 3.5.6 said, even though it
*shouldn't* make a difference--and, sure enough, it didn't.

BTW: If I go back to my 3.5.6 version, the logo & favicon show fine.

Obviously this isn't a big thing--but I wanted to let you know.

Best,
--Glenn

-- 
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
          ~Benjamin Franklin, Historical Review of Pennsylvania, 1759


More information about the Rt-devel mailing list