[#1467] Could be in canonicalLinks() in ZWikiPage.py

[email protected] (betabug) Thu, 04 Mar 2010 00:33:39 -0800
Newsgroups gmane.comp.web.zope.zwiki
Message-ID <20100304003336-0800__48900.9815537885$1267691628$gmane$org@zwiki.org>
Following baijum's description on #zwiki, I took a spin through the code and came up with what canonicalLinks() is doing::

            if localwikilinkexpr.match(link):
                if link[0] == r'[' and link[-1] == r']':
                    link = link[1:-1]

Which strikes me as, very likely not handling all wikilink styles properly. I guess that double bracket links will get munged right there.

--
forwarded from http://zwiki.org/1467BacklinksNotDisplayingLinksWhenUsingDoubleBrackets#[email protected]