svnno****@sourc*****
svnno****@sourc*****
2007年 12月 24日 (月) 23:01:45 JST
Revision: 350 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=350 Author: tach Date: 2007-12-24 23:01:44 +0900 (Mon, 24 Dec 2007) Log Message: ----------- Fix to run Firehose initialdata insert script correctly Modified Paths: -------------- slashjp/trunk/Slash/Utility/Data/Data.pm slashjp/trunk/debian/changelog -------------- next part -------------- Modified: slashjp/trunk/Slash/Utility/Data/Data.pm =================================================================== --- slashjp/trunk/Slash/Utility/Data/Data.pm 2007-12-24 11:37:44 UTC (rev 349) +++ slashjp/trunk/Slash/Utility/Data/Data.pm 2007-12-24 14:01:44 UTC (rev 350) @@ -431,7 +431,7 @@ # We decide whether to use the secure homepage or not # based on whether the current page is secure. my $base = root2abs(); - my $clean = URI->new_abs($url || $gSkin->{rootdir}, $base); + my $clean = URI->new_abs($url || $gSkin->{rootdir}, $base || $constants->{absolutedir}); # obviously, file: URLs are local if ($clean->scheme eq 'file') { Modified: slashjp/trunk/debian/changelog =================================================================== --- slashjp/trunk/debian/changelog 2007-12-24 11:37:44 UTC (rev 349) +++ slashjp/trunk/debian/changelog 2007-12-24 14:01:44 UTC (rev 350) @@ -6,8 +6,10 @@ /usr/lib/perl5/Slash/DB/Static/MySQL.pm line 1514 - Use of uninitialized value in numeric comparison (<=>) at /usr/lib/perl5/Slash/DB/Static/MySQL.pm line 866. + * Fix for FireHose initial data script at + /usr/lib/perl5/Slash/Utility/Data.pm line 434 - -- Taku YASUI <tach****@osdn*****> Mon, 24 Dec 2007 20:35:07 +0900 + -- Taku YASUI <tach****@osdn*****> Mon, 24 Dec 2007 22:59:42 +0900 slash (2.5.0.187-1) unstable; urgency=low