Last modified: 2005-09-02 04:59:55 UTC
The extension implements free links (internal or external) over (internal) images <imagelink>internalimage.png | internallink_or_externallink | alt text</imagelink> Due to a change in constant definition URL_PROTOCOLS [2] on 20050708, the small extension [1] needs amendement patch if( preg_match( '/^(' . URL_PROTOCOLS . '):/', $linkTarget ) ) { to if( preg_match( '/^(' . URL_PROTOCOLS . ')/', $linkTarget ) ) { i.e. delete the ":" [1] http://leuksman.com/extensions/ImageLink.phps [2] r1=1.474&r2=1.475&f=h">http://cvs.defau.lt/cvsweb.cgi/phase3/includes/Parser.php.diff?r1=1.474&r2=1.475&f=h
Created attachment 690 [details] proposed extension (file as extension/ImageLink.php )
ImageLink isn't included in our CVS, and I've made a similar change to the code on my private wiki, so considering this FIXED.