[PatchDiscussion] don't break showAccessKeys legacy url

[email protected] (zwiki-repo)
Newsgroups gmane.comp.web.zope.zwiki
Message-ID <20080216225208.D863E78002__3102.49394174225$1203202408$gmane$org@mail.joyful.com>
Thu Feb 14 12:49:24 PST 2008  Simon Michael <[email protected]>
  * don't break showAccessKeys legacy url
diff -rN -u old-ZWiki/Views.py new-ZWiki/Views.py
--- old-ZWiki/Views.py	2008-02-16 14:52:08.000000000 -0800
+++ new-ZWiki/Views.py	2008-02-16 14:52:08.000000000 -0800
@@ -516,6 +516,8 @@
         """
         return self.getSkinTemplate('helppage')(self,REQUEST)
 
+    showAccessKeys = helppage #backwards compatibility
+
     security.declareProtected(Permissions.View, 'stylesheet')
     def stylesheet(self, REQUEST=None):
         """

--
forwarded from http://zwiki.org/PatchDiscussion#[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.