svnno****@sourc*****
svnno****@sourc*****
2008年 9月 8日 (月) 20:41:53 JST
Revision: 735 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=735 Author: tach Date: 2008-09-08 20:41:53 +0900 (Mon, 08 Sep 2008) Log Message: ----------- * Use $user->{currentSkin} at $slashdb->getTemplateByName() - Fix: slashDisplay() option 'Skin' does not applied Modified Paths: -------------- slashjp/branches/2.5.0.192/Slash/DB/MySQL/MySQL.pm slashjp/branches/2.5.0.192/debian/changelog -------------- next part -------------- Modified: slashjp/branches/2.5.0.192/Slash/DB/MySQL/MySQL.pm =================================================================== --- slashjp/branches/2.5.0.192/Slash/DB/MySQL/MySQL.pm 2008-09-05 05:49:19 UTC (rev 734) +++ slashjp/branches/2.5.0.192/Slash/DB/MySQL/MySQL.pm 2008-09-08 11:41:53 UTC (rev 735) @@ -9500,6 +9500,7 @@ $page ||= 'misc'; } unless ($skin) { + $skin = getCurrentUser('currentSkin'); $skin ||= getCurrentSkin('name'); $skin ||= 'default'; } Modified: slashjp/branches/2.5.0.192/debian/changelog =================================================================== --- slashjp/branches/2.5.0.192/debian/changelog 2008-09-05 05:49:19 UTC (rev 734) +++ slashjp/branches/2.5.0.192/debian/changelog 2008-09-08 11:41:53 UTC (rev 735) @@ -7,8 +7,10 @@ * Add /faq/ internal redirection at Slash/Apache/Apache.pm - This code is for slash-plugin-wikicontents * Fix LDAP.pm DEBUG_LEVEL warning + * Use $user->{currentSkin} at $slashdb->getTemplateByName() + - Fix: slashDisplay() option 'Skin' does not applied - -- Taku YASUI <tach****@osdn*****> Fri, 08 Aug 2008 14:49:59 +0900 + -- Taku YASUI <tach****@osdn*****> Mon, 18 Aug 2008 07:58:07 +0000 slash (2.5.0.192-16) unstable; urgency=low