svnno****@sourc*****
svnno****@sourc*****
2008年 9月 30日 (火) 15:23:58 JST
Revision: 776 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=776 Author: tach Date: 2008-09-30 15:23:58 +0900 (Tue, 30 Sep 2008) Log Message: ----------- Back to default only 'slashboxes' when 'restore_default_slashbox' Modified Paths: -------------- slashjp/branches/2.5.0.192/debian/changelog slashjp/branches/2.5.0.192/themes/slashcode/htdocs/users.pl -------------- next part -------------- Modified: slashjp/branches/2.5.0.192/debian/changelog =================================================================== --- slashjp/branches/2.5.0.192/debian/changelog 2008-09-26 13:30:17 UTC (rev 775) +++ slashjp/branches/2.5.0.192/debian/changelog 2008-09-30 06:23:58 UTC (rev 776) @@ -1,3 +1,9 @@ +slash (2.5.0.192-20) unstable; urgency=low + + * Back to default only 'slashboxes' when 'restore_default_slashbox' + + -- Taku YASUI <tach****@osdn*****> Tue, 30 Sep 2008 06:22:58 +0000 + slash (2.5.0.192-19) unstable; urgency=low * Add getThemeType() method to check theme type Modified: slashjp/branches/2.5.0.192/themes/slashcode/htdocs/users.pl =================================================================== --- slashjp/branches/2.5.0.192/themes/slashcode/htdocs/users.pl 2008-09-26 13:30:17 UTC (rev 775) +++ slashjp/branches/2.5.0.192/themes/slashcode/htdocs/users.pl 2008-09-30 06:23:58 UTC (rev 776) @@ -3104,7 +3104,13 @@ 'noboxes' => 1, 'light' => 1, 'noicons' => 1, - 'willing' => 1 + 'willing' => 1, + 'dfid' => 1, + 'mylinks' => 1, + 'simpledesign' => 1, + 'lowbandwidth' => 1, + 'dst' => 1, + 'tzcode' => 1, }, { slashboxes => "" }); }