r66099 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66098‎ | r66099 | r66100 >
Date:13:18, 9 May 2010
Author:demon
Status:resolved (Comments)
Tags:
Comment:
Wrap <gallery> in <nowiki> to keep release-notes in installer from exploding. Need a better solution in the long run.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -42,8 +42,8 @@
4343 * (bug 10183) Users can now add personal styles and scripts to all skins via
4444 User:<name>/common.css and /common.js (if user css/js is enabled)
4545 * (bug 22748) Add anchors on Special:ListGroupRights
46 -* (bug 21981) Add parameter 'showfilename' to <gallery> to automatically apply
47 - the names of the individual files within the gallery
 46+* (bug 21981) Add parameter 'showfilename' to <nowiki><gallery></nowiki> to
 47+ automatically apply the names of the individual files within the gallery
4848 * Future-proof redirection to fragments in Gecko, so things work a little nicer
4949 if they fix <https://bugzilla.mozilla.org/show_bug.cgi?id=516293>.
5050 * Support git:// and mms:// protocols by default for external links

Comments

#Comment by Simetrical (talk | contribs)   21:03, 7 June 2010

If the installer has bugs like this, the bugs should be fixed in the installer, it shouldn't disrupt reading of RELEASE-NOTES as plaintext.

#Comment by 😂 (talk | contribs)   21:07, 7 June 2010

Agreed. I meant to go back and look at this but never ground around to it. Replacing brackets with their html entities would work, I'd think.

#Comment by 😂 (talk | contribs)   16:26, 9 June 2010

Was removed in r66976, marking this commit resolved.

Status & tagging log