Active
Project:
Wiki
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2005 at 01:37 UTC
Updated:
16 Oct 2005 at 12:08 UTC
I have configured filters as follows:
- WikiText
- Interwiki
- LineBreak
When I type an interwiki link (i.e. [[w:topic]]), I get as output [w:topic]] that makes it useless for interwiki.
Comments
Comment #1
boris mann commentedTry re-ordering your filter formats. It may be that the wiki filter and the interwiki filter are incompatible with each other.
Comment #2
voyager211 commentedThe problem is twofold, depending on the filters order.
Case 1: Interwiki - Wiki
In this case, wiki will filter the html produced by interwiki. It would be useful that wiki will not filter html [http://drupal.org/node/33805]
Case 2: Wiki - Interwiki
Wiki should leave unchanged [[w:link]] (and maybe [w:link]) as it does not recognize them as link. Indeed, it keeps them unchanged except that it strips the first bracket, and erronously it gives [w:link]] as result.
Comment #3
voyager211 commentedI still think that is a bug, more than a design feature. Wrong?