diff options
author | Aryeh Gregor <simetrical@users.mediawiki.org> | 2010-11-29 00:11:19 +0000 |
---|---|---|
committer | Aryeh Gregor <simetrical@users.mediawiki.org> | 2010-11-29 00:11:19 +0000 |
commit | 05579cf0e60449528b9ee6a5aba35da3b225ce6b (patch) | |
tree | f117034ee0c9d65a1a8e98d27e4be964e1d48a1b /RELEASE-NOTES | |
parent | 57b42fb1c065b05ec6fba036698c1086fd3c87c5 (diff) | |
download | mediawikicore-05579cf0e60449528b9ee6a5aba35da3b225ce6b.tar.gz mediawikicore-05579cf0e60449528b9ee6a5aba35da3b225ce6b.zip |
Give image <gallery>s fluid width
Bug 3276. Patch by DieBuche, with style cleanups by me, plus a tweak
from comment 27 of the bug to fix spacing. This incidentally removes
the border around galleries, but this was hard to notice anyway, and
could be easily readded if desired. Tested in a few browsers, including
IE6, but more testing and/or input from CSS gurus would be appreciated.
Updates parser tests, including for Cite.
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77411
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 364dbc3fd6e4..83bbf7bf8949 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -213,6 +213,7 @@ LocalSettings.php. The specific bugs are listed below in the general notes. [[MediaWiki:Longpage-hint]] (empty per default) can be used instead. Parameters: $1 shows the formatted textsize in Byte/KB/MB, $2 is the raw number of the textsize in Byte +* (bug 3276) Give image <gallery>s fluid width === Bug fixes in 1.17 === * (bug 17560) Half-broken deletion moved image files to deletion archive |