move handling of URI fragment and parameter parts to cybertools.wiki
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3269 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
455906a58b
commit
498a099759
1 changed files with 0 additions and 4 deletions
|
@ -68,10 +68,6 @@ class LoopsWiki(Wiki):
|
|||
|
||||
def getPage(self, name):
|
||||
if name.startswith('.target'):
|
||||
if '?' in name: # TODO: handle this on a general level
|
||||
name, params = name.split('?', 1)
|
||||
if '#' in name:
|
||||
name, anchor = name.split('#', 1)
|
||||
return self.getManager().getObject(int(name[7:]))
|
||||
return super(LoopsWiki, self).getPage(name)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue