Rt 3.5.7

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.

http://download.bestpractical.com/pub/rt/devel/

Jesse

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:

Best Practical Solutions, LLC corporate logo
RT for wingfoot.org

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
< <img
src=“<%$RT::WebImagesURL%>/bplogo.gif” alt=“<%loc(“Best Practical
Solutions, LLC corporate logo”)%>” width=“177” height=“33” />

<a href="http://bestpractical.com"><img

src=“<%$RT::WebImagesURL%>/bplogo.gif” alt=“<%loc(“Best Practical
Solutions, LLC corporate logo”)%>” width=“177” height=“33”>

(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

I noticed a problem with the autohandler in /NoAuth/images … Previously,
while I thought I’d properly set up the Alias in Apache, I had not – the
autohandler was giving me the image. After one of my recent sync’s to BP’s
RT subversion repo, this broke, which led me to find my broken Alias.
However, the broken autohandler issue remains for those who rely on it. I
haven’t bothered to look into the issue at all - I just fixed my Apache
alias :slight_smile:

-=| BenFrom: rt-devel-bounces@lists.bestpractical.com

[mailto:rt-devel-bounces@lists.bestpractical.com] On Behalf Of Glenn Sieb
Sent: Sunday, January 22, 2006 2:29 AM
To: rt-devel@lists.bestpractical.com
Subject: Re: [Rt-devel] RT 3.5.7

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:

[snip]

Ben Goodwin said the following on 1/24/2006 7:14 AM:

I noticed a problem with the autohandler in /NoAuth/images … Previously,
while I thought I’d properly set up the Alias in Apache, I had not – the
autohandler was giving me the image. After one of my recent sync’s to BP’s
RT subversion repo, this broke, which led me to find my broken Alias.
However, the broken autohandler issue remains for those who rely on it. I
haven’t bothered to look into the issue at all - I just fixed my Apache
alias :slight_smile:

d’oh… I was missing the alias to /NoAuth/images/ (which I don’t think
I’d needed before… hmm. shrug

It’s working now… Thanks, Ben! :smiley:

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