summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1a60921)
raw | patch | inline | side by side (parent: 1a60921)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 16 Oct 2002 06:48:50 +0000 (06:48 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 16 Oct 2002 06:48:50 +0000 (06:48 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1358 57a73879-2fb5-44c3-a270-3262357dd7e2
frontends/ZRoundup/ZRoundup.py | patch | blob | history |
index 8fc87db66bbd29968c6e258f25ddc087cf789fdb..b0780ccf821781b2a289690437752ddd3a2cc0ee 100644 (file)
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: ZRoundup.py,v 1.14 2002-10-10 03:47:27 richard Exp $
+# $Id: ZRoundup.py,v 1.15 2002-10-16 06:48:50 richard Exp $
#
''' ZRoundup module - exposes the roundup web interface to Zope
return instance.Client(instance, request, env, form)
-
security.declareProtected('View', 'index_html')
def index_html(self):
'''Alias index_html to roundup's index
try:
client = self._opendb()
# fake the path that roundup should use
- client.split_path = [item]
+ client.path = item
# and call roundup to do something
client.main()
return ''