[Slashdotjp-dev 1141] [668] Allow "accesskey" attribute at linkStory()

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 6月 20日 (金) 17:11:02 JST


Revision: 668
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=668
Author:   tach
Date:     2008-06-20 17:11:02 +0900 (Fri, 20 Jun 2008)

Log Message:
-----------
Allow "accesskey" attribute at linkStory()

Modified Paths:
--------------
    slashjp/branches/2.5.0.192/Slash/Utility/Display/Display.pm
    slashjp/branches/2.5.0.192/debian/changelog


-------------- next part --------------
Modified: slashjp/branches/2.5.0.192/Slash/Utility/Display/Display.pm
===================================================================
--- slashjp/branches/2.5.0.192/Slash/Utility/Display/Display.pm	2008-06-19 09:52:07 UTC (rev 667)
+++ slashjp/branches/2.5.0.192/Slash/Utility/Display/Display.pm	2008-06-20 08:11:02 UTC (rev 668)
@@ -565,7 +565,7 @@
 		}
 	}
 
-	my @extra_attrs_allowed = qw( title class id );
+	my @extra_attrs_allowed = qw( title class id accesskey );
 	if ($render) {
 		my $rendered = '<a href="' . strip_attribute($url) . '"';
 		for my $attr (@extra_attrs_allowed) {

Modified: slashjp/branches/2.5.0.192/debian/changelog
===================================================================
--- slashjp/branches/2.5.0.192/debian/changelog	2008-06-19 09:52:07 UTC (rev 667)
+++ slashjp/branches/2.5.0.192/debian/changelog	2008-06-20 08:11:02 UTC (rev 668)
@@ -31,8 +31,9 @@
   * Fix linkStory() for mobile mode
   * Show mobile mode page when useragent matches "mobile_useragent_regex"
   * Redirect to mobile story page when mobile clients come to normal shtml
+  * Allow "accesskey" attribute at linkStory()
 
- -- Taku YASUI <tach****@osdn*****>  Thu, 19 Jun 2008 09:51:05 +0000
+ -- Taku YASUI <tach****@osdn*****>  Fri, 20 Jun 2008 08:10:20 +0000
 
 slash (2.5.0.192-12) unstable; urgency=low
 


Slashdotjp-dev メーリングリストの案内
Back to archive index