svnno****@sourc*****
svnno****@sourc*****
2009年 3月 3日 (火) 13:39:41 JST
Revision: 1050 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1050 Author: tach Date: 2009-03-03 13:39:41 +0900 (Tue, 03 Mar 2009) Log Message: ----------- enable SSI on firehose.shtml for slashdot.jp (#15380) Ticket Links: :----------- http://sourceforge.jp/projects/slashdotjp/tracker/detail/15380 Modified Paths: -------------- slashjp/trunk/debian/changelog slashjp/trunk/themes/slashcode/tasks/freshenup.pl -------------- next part -------------- Modified: slashjp/trunk/debian/changelog =================================================================== --- slashjp/trunk/debian/changelog 2009-03-02 11:51:56 UTC (rev 1049) +++ slashjp/trunk/debian/changelog 2009-03-03 04:39:41 UTC (rev 1050) @@ -29,8 +29,9 @@ * Fix: userInfo comment link from "journal" to "story" when kinds are "journal-story" * setCurrentForm('ssi', 1) when creating "slashfoot.inc" + * enable SSI on firehose.shtml for slashdot.jp - -- Taku YASUI <tach****@osdn*****> Fri, 27 Feb 2009 06:34:17 +0000 + -- Taku YASUI <tach****@osdn*****> Tue, 3 Mar 2009 04:39:16 +0000 slash (2.5.0.233-4) unstable; urgency=low Modified: slashjp/trunk/themes/slashcode/tasks/freshenup.pl =================================================================== --- slashjp/trunk/themes/slashcode/tasks/freshenup.pl 2009-03-02 11:51:56 UTC (rev 1049) +++ slashjp/trunk/themes/slashcode/tasks/freshenup.pl 2009-03-03 04:39:41 UTC (rev 1050) @@ -607,6 +607,7 @@ my($vu, $filename, $section, $skinname, $opts) = @_; my $constants = getCurrentStatic(); my $fargs = "virtual_user=$vu taskgen=1 section='$section'"; + $fargs .= " ssi=1"; # enable SSI on firehose.shtml for slashdot.jp (2009-03-03, tach) my $basedir = $constants->{basedir}; $skinname .= "/" if $skinname;