RT 3.4.4pre1 - PLEASE TEST ME

RT 3.4.4 pre1 fixes a number of small issues reported since RT 3.4.3,
many related to changes in HTML::Mason 1.3x. (We also updated some
translations.)

Oh, and RT now works with mod_perl 2.0. But I’d like a few of you to
test that too.

It’s available from Index of /pub/rt/devel

Best,
Jesse

Actually, please test pre2, which fixes an additional bug in Callbacks
handling under mason 1.3x.On Tue, Aug 23, 2005 at 10:46:39PM -0400, Jesse Vincent wrote:

RT 3.4.4 pre1 fixes a number of small issues reported since RT 3.4.3,
many related to changes in HTML::Mason 1.3x. (We also updated some
translations.)

Oh, and RT now works with mod_perl 2.0. But I’d like a few of you to
test that too.

It’s available from Index of /pub/rt/devel

Best,
Jesse


Rt-devel mailing list
Rt-devel@lists.bestpractical.com
The rt-devel Archives

Jesse Vincent wrote:

RT 3.4.4 pre1 fixes a number of small issues reported since RT 3.4.3,
many related to changes in HTML::Mason 1.3x. (We also updated some
translations.)

Oh, and RT now works with mod_perl 2.0. But I’d like a few of you to
test that too.

When I tried to use RT with mod_perl 2.0, I noticed that you effectively
need HTML::Mason 1.3x, so I’d suggest you make that mandatory in
rt-test-dependencies.

Rolf.

Jesse Vincent wrote:

RT 3.4.4 pre1 fixes a number of small issues reported since RT 3.4.3,
many related to changes in HTML::Mason 1.3x. (We also updated some
translations.)

Oh, and RT now works with mod_perl 2.0. But I’d like a few of you to
test that too.

When I tried to use RT with mod_perl 2.0, I noticed that you effectively
need HTML::Mason 1.3x, so I’d suggest you make that mandatory in
rt-test-dependencies.

Fair enough, though 1.31 is only required for mod_perl2. I don’t want to
make everyone else upgrade just because the experimental new feature
needs it :wink:

Jesse

RT 3.4.4 pre1 fixes a number of small issues reported since RT 3.4.3,
many related to changes in HTML::Mason 1.3x. (We also updated some
translations.)

Jesse,

All tests pass for me after the following patch is applied. Luckily
it’s a test file that needs patching. It’s best to leave the
‘url’ parameter off of follow_link and find_link. Either that,
or prepend $RT::WebPath, becuase the tests break if the WebPath
is not the default.

-Todd

07acl.t.patch (1.9 KB)

Jesse,

All tests pass for me after the following patch is applied. Luckily
it’s a test file that needs patching. It’s best to leave the
‘url’ parameter off of follow_link and find_link. Either that,
or prepend $RT::WebPath, becuase the tests break if the WebPath
is not the default.

Yeah, that’s true of a lot more places in the RT test suite, iirc.
It’s something we’ve already fixed for 3.5. (Also, alternate ports, etc)
When we looked deeply, it required a bunch more changes.

Once we get a couple more loc patches applied and get the modperl2
dependency bumped, I’ll roll 3.4.4.

Jesse