[ewiki] Re: CVS Question
- From: Mario Salzer <mario@xxxxxxxxxxxxx>
- To: ewiki@xxxxxxxxxxxxx
- Date: Mon, 05 Jan 2004 21:57:52 +0100
> Mario, why did you add the line $ewiki_config["interwiki"]["notify"] =
> "mailto:"; in notify.php at version 1.12? I can't see what you were getting
> at with this.
You're right, this isn't a real feature. But it can act as a safeguard for
notify, that is whenever notify cannot detect an email address (I was afraid
that this could happen), then _format() would at least convert it into an
ordinary mailto link.
In fact that pseudo InterMap entry should go into the core script, so email
addresses would appear if the notify plugin wasn't enabled.
Note, that there are also other pseudo InterMap entries in the core script
now, which act alike:
["interwiki"]["jump"] = ""
hopefully someday allowed the rendering kernel to transform the
[jump:WardsWiki:WikiEngines] back into an working InterWiki link,
if the [jump:] plugin isn't enabled.
["interwiki"]["url"] = ""
["interwiki"]["javascript"] = ""
In conjunction these two currently allow javascript: links,
and we need some more InterWiki code to get over this. (probably
a good idea to extract the interwiki parts into a function)
We need an $url=="" check for these.
- References:
- [ewiki] CVS Question
- From: Andy Fundinger
Other related posts:
- » [ewiki] CVS Question
- » [ewiki] Re: CVS Question
- [ewiki] CVS Question
- From: Andy Fundinger