Open GoogleCodeExporter opened 9 years ago
FYI: the corresponding lines seem to be AbstractWikiModel:1840-1843
Original comment by nico.kru...@googlemail.com
on 8 Oct 2012 at 2:24
Original comment by axelclk@gmail.com
on 9 Oct 2012 at 4:25
Commited r7090 and r7091
I choose option 2 "the content should be rendered like a normal link",
because the method for wiki link rendering is now called and could decide if
the link should be "editable".
Original comment by axelclk@gmail.com
on 9 Oct 2012 at 5:02
thank you once again.
a minor issue is still present with the choice of the namespace to append, e.g.
see the following wikitext:
==========
{{Help:test}}
{{test}}
{{:test}}
==========
the first is rendered to a link pointing to Template:Help:test but should be
Help:Test (which is included correctly if the page exists)
Original comment by nico.kru...@googlemail.com
on 10 Oct 2012 at 8:57
I just realise that the fact that the correct page is included is in my code
(overriding #getRawWikiContent) which fixes that behaviour...
I'll try to backport this to bliki so this gets fixed for everyone.
Original comment by nico.kru...@googlemail.com
on 10 Oct 2012 at 9:02
Commited r7155 to improve the rendering of templates with "namespace links".
Original comment by axelclk@gmail.com
on 10 Oct 2012 at 6:53
almost like my start yesterday
see an enhanced version covering more special cases in the attached patch (the
patch should apply with -p0 in the info.bliki.wiki directory) - I also extended
the test case
Original comment by nico.kru...@googlemail.com
on 11 Oct 2012 at 3:28
Attachments:
Commited r7219.
Thanks for the patch.
Original comment by axelclk@gmail.com
on 11 Oct 2012 at 5:03
Commited r7220.
Thanks for the patches.
Original comment by axelclk@gmail.com
on 11 Oct 2012 at 9:05
Original issue reported on code.google.com by
nico.kru...@googlemail.com
on 8 Oct 2012 at 2:04