svnno****@sourc*****
svnno****@sourc*****
2008年 4月 16日 (水) 21:02:12 JST
Revision: 587 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=587 Author: tach Date: 2008-04-16 21:02:12 +0900 (Wed, 16 Apr 2008) Log Message: ----------- Remove "tid=" from story link at stories Modified Paths: -------------- slashjp/branches/2.5.0.192/Slash/Utility/Data/Data.pm slashjp/branches/2.5.0.192/debian/changelog -------------- next part -------------- Modified: slashjp/branches/2.5.0.192/Slash/Utility/Data/Data.pm =================================================================== --- slashjp/branches/2.5.0.192/Slash/Utility/Data/Data.pm 2008-04-16 11:14:58 UTC (rev 586) +++ slashjp/branches/2.5.0.192/Slash/Utility/Data/Data.pm 2008-04-16 12:02:12 UTC (rev 587) @@ -3228,6 +3228,7 @@ ->as_string; } my $frag = delete $attr{frag} || ''; + delete $attr{tid}; # do not add "tid=" to url # Generate the return value. my $url = ''; if ($sn eq 'comments') { Modified: slashjp/branches/2.5.0.192/debian/changelog =================================================================== --- slashjp/branches/2.5.0.192/debian/changelog 2008-04-16 11:14:58 UTC (rev 586) +++ slashjp/branches/2.5.0.192/debian/changelog 2008-04-16 12:02:12 UTC (rev 587) @@ -7,8 +7,9 @@ * Allow to show AC info for admin user * Fix: user karma_bonus settings are vanished... * Fix: comment count fail when user hardthresh setting is enabled + * Remove "tid=" from story link at stories - -- Taku YASUI <tach****@osdn*****> Wed, 16 Apr 2008 08:25:38 +0000 + -- Taku YASUI <tach****@osdn*****> Wed, 16 Apr 2008 12:01:35 +0000 slash (2.5.0.192-8) unstable; urgency=low