aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2008-10-07 00:31:26 +0000
committerBrion Vibber <brion@users.mediawiki.org>2008-10-07 00:31:26 +0000
commit86055bdfa4fc7ba1016abc0ffbb20cafbf98436f (patch)
tree15ea36f348a15f80c68fadcd87752f0ecb9e2ad7 /RELEASE-NOTES
parentff4db4a3eb1b6b2d24927648cb609cfb974fb82f (diff)
downloadmediawikicore-86055bdfa4fc7ba1016abc0ffbb20cafbf98436f.tar.gz
mediawikicore-86055bdfa4fc7ba1016abc0ffbb20cafbf98436f.zip
Update to r41727 (bug 539) "click" parameter on images.
* Renamed to "link", which seems clearer and less mouse-centric ;) * Added parser test cases: 3 new PASSING test(s) :) * Image with link parameter, wiki target [Has never failed] * Image with link parameter, URL target [Has never failed] * Image with empty link parameter [Has never failed]
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/41789
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6edcc9fa16e9..deded94eb866 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -153,7 +153,7 @@ The following extensions are migrated into MediaWiki 1.14:
MediaWiki:Pagenumber-#-PAGENAME where # is the page's namespace number and
PAGENAME is the page name minus the namespace prefix. Can be disabled with
the new magic word __NOHEADER__
-* Added "click" parameter to image links, to allow images to link to an
+* Added "link" parameter to image links, to allow images to link to an
arbitrary title or URL. This should replace inaccessible and incomplete
solutions such as CSS-based overlays and ImageMap.