Brion Vibber | 2 May 2006 23:11
Picon
Favicon
Gravatar

MediaWiki 1.6.4 released


MediaWiki 1.6.4 is a maintenance bug fix release, which rolls up some fixes to
additional minor problems and localization updates to the Spring 2006 quarterly
snapshot.

* Further improvements to Hebrew localisation
* (bug 5544) Fix redirect arrow in Special:Listredirects for right-to-left
  languages
* Replace "doubleredirectsarrow" with a content language check that picks
  the appropriate arrow
* Remove live debugging hack which caused errors with certain database names
* (bug 5510) Warning produced when using {{SUBPAGENAME}} in some namespaces
* (bug 5548) Improvements to Indonesian localisation [patch: Ivan Lanin]
* (bug 5403) Fix Special:Newpages RSS/Atom feeds
* (bug 3359) Add hooks on completion of file upload
* (bug 5184) CSS misapplied to elements in Special:Allmessages due to
  conflicting anchor identifiers
* (bug 5519) Allow sidebar cache to be disabled; disable it by default.
* Add $wgReservedUsernames configuration directive to block account creation/use
* (bug 5576) Remove debugging hack in session check
* (bug 5181) Update "nogomatch" for Slovak
* (bug 5594) Id translation up to '# Login and logout pages' section
* (bug 5536) Use content language for editing help link
* Minor improvements to English language files
* Improvements to German localisation files
* (bug 5628) Translations for MessagesHr.php
* (bug 5595, 5644) Localisation for Bosnian language (bs)
* (bug 5592) Actions are logged with the default language for the
   wiki, not the language of the user performing the operation.
* (bug 5646) Compare for identical types in wfElement()
(Continue reading)

Brion Vibber | 3 May 2006 02:58
Picon
Favicon
Gravatar

MediaWiki 1.6.5 released

MediaWiki 1.6.5 rolls back a bogus fix which accidentally snuck into 1.6.4.

Full release notes:
http://svn.wikimedia.org/viewvc/mediawiki/tags/REL1_6_5/phase3/RELEASE-NOTES
http://svn.wikimedia.org/viewvc/mediawiki/tags/REL1_6_5/phase3/HISTORY

Download:
http://prdownloads.sourceforge.net/wikipedia/mediawiki-1.6.5.tar.gz

MD5 checksum:
cc0611fa713d81303a3b9ea16f25a136  mediawiki-1.6.5.tar.gz

Before asking for help, try the FAQ:
http://www.mediawiki.org/wiki/FAQ

Low-traffic release announcements mailing list:
(Please subscribe to receive announcements of security updates.)
http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce

Wiki admin help mailing list:
http://mail.wikimedia.org/mailman/listinfo/mediawiki-l

Bug report system:
http://bugzilla.wikimedia.org/

Play "stump the developers" live on IRC:
#mediawiki on irc.freenode.net

-- brion vibber (brion  <at>  pobox.com)

(Continue reading)

Brion Vibber | 23 May 2006 13:00
Picon
Favicon
Gravatar

MediaWiki 1.6.6 released (security)


MediaWiki 1.6.6 is a security and bugfix maintenance release.

An XSS injection vector in brace replacement has been fixed, as have some
potential problems with table parsing. Upgrading is strongly recommended
for all users of 1.6. MediaWiki versions 1.5 and earlier are not affected.

As a quick fix, if you are not able to fully upgrade to 1.6.6 you can apply this
two-line patch to fix the main known problems:
http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_6/phase3/includes/Sanitizer.php?r1=14042&r2=14351&view=patch&pathrev=14351

Additionally some localization and user interface updates are included.

* Correct "revertpage" message in English
* (bug 5507) Logouttext uses now wiki markup
* (bug 5857, 5957) Update for German localisation (de)
* (bug 5586) <gallery> treated text as links
* (bug 5957) Update for Hebrew language (he)
* (bug 6025) SpecialImport: wrong message when no file selected
* (bug 6015) EditPage: add spacing in the boxes "edit is minor" and "watch this"
* (bug 6018) Userrights: new message when no user specified ('nouserspecified')
* (bug 6055) Fix for HTML/JS injection bug in variable handler (found by Nick
Jenkins)
* Reordered wiki table handling and __TOC__ extraction in the parser to better
  handle some overlapping tag cases.
* Only the first __TOC__ is now turned into a TOC.
* (bug 361) URL in URL, they were almost fixed. Now they are.

Full release notes:
http://svn.wikimedia.org/viewvc/mediawiki/tags/REL1_6_6/phase3/RELEASE-NOTES
(Continue reading)

Brion Vibber | 2 May 2006 23:11
Picon
Favicon
Gravatar

MediaWiki 1.6.4 released


MediaWiki 1.6.4 is a maintenance bug fix release, which rolls up some fixes to
additional minor problems and localization updates to the Spring 2006 quarterly
snapshot.

* Further improvements to Hebrew localisation
* (bug 5544) Fix redirect arrow in Special:Listredirects for right-to-left
  languages
* Replace "doubleredirectsarrow" with a content language check that picks
  the appropriate arrow
* Remove live debugging hack which caused errors with certain database names
* (bug 5510) Warning produced when using {{SUBPAGENAME}} in some namespaces
* (bug 5548) Improvements to Indonesian localisation [patch: Ivan Lanin]
* (bug 5403) Fix Special:Newpages RSS/Atom feeds
* (bug 3359) Add hooks on completion of file upload
* (bug 5184) CSS misapplied to elements in Special:Allmessages due to
  conflicting anchor identifiers
* (bug 5519) Allow sidebar cache to be disabled; disable it by default.
* Add $wgReservedUsernames configuration directive to block account creation/use
* (bug 5576) Remove debugging hack in session check
* (bug 5181) Update "nogomatch" for Slovak
* (bug 5594) Id translation up to '# Login and logout pages' section
* (bug 5536) Use content language for editing help link
* Minor improvements to English language files
* Improvements to German localisation files
* (bug 5628) Translations for MessagesHr.php
* (bug 5595, 5644) Localisation for Bosnian language (bs)
* (bug 5592) Actions are logged with the default language for the
   wiki, not the language of the user performing the operation.
* (bug 5646) Compare for identical types in wfElement()
(Continue reading)

Brion Vibber | 23 May 2006 13:00
Picon
Favicon
Gravatar

MediaWiki 1.6.6 released (security)


MediaWiki 1.6.6 is a security and bugfix maintenance release.

An XSS injection vector in brace replacement has been fixed, as have some
potential problems with table parsing. Upgrading is strongly recommended
for all users of 1.6. MediaWiki versions 1.5 and earlier are not affected.

As a quick fix, if you are not able to fully upgrade to 1.6.6 you can apply this
two-line patch to fix the main known problems:
http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_6/phase3/includes/Sanitizer.php?r1=14042&r2=14351&view=patch&pathrev=14351

Additionally some localization and user interface updates are included.

* Correct "revertpage" message in English
* (bug 5507) Logouttext uses now wiki markup
* (bug 5857, 5957) Update for German localisation (de)
* (bug 5586) <gallery> treated text as links
* (bug 5957) Update for Hebrew language (he)
* (bug 6025) SpecialImport: wrong message when no file selected
* (bug 6015) EditPage: add spacing in the boxes "edit is minor" and "watch this"
* (bug 6018) Userrights: new message when no user specified ('nouserspecified')
* (bug 6055) Fix for HTML/JS injection bug in variable handler (found by Nick
Jenkins)
* Reordered wiki table handling and __TOC__ extraction in the parser to better
  handle some overlapping tag cases.
* Only the first __TOC__ is now turned into a TOC.
* (bug 361) URL in URL, they were almost fixed. Now they are.

Full release notes:
http://svn.wikimedia.org/viewvc/mediawiki/tags/REL1_6_6/phase3/RELEASE-NOTES
(Continue reading)


Gmane