Package: mediawiki / 1:1.19.20+dfsg-0+deb7u3

Metadata

Package Version Patches format
mediawiki 1:1.19.20+dfsg-0+deb7u3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
mimetypes.patch | (download)

includes/DefaultSettings.php | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
suppress_warnings.patch | (download)

includes/GlobalFunctions.php | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

---
fix_invalid_sql.patch | (download)

includes/Title.php | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

---
fix_invalid_xhtml.patch | (download)

includes/HTMLForm.php | 12 10 + 2 - 0 !
includes/Linker.php | 12 9 + 3 - 0 !
includes/SkinTemplate.php | 7 7 + 0 - 0 !
includes/media/MediaTransformOutput.php | 2 1 + 1 - 0 !
includes/specials/SpecialUpload.php | 1 1 + 0 - 0 !
skins/MonoBook.php | 23 17 + 6 - 0 !
6 files changed, 45 insertions(+), 12 deletions(-)

---
fix_warnings.patch | (download)

includes/SkinTemplate.php | 2 1 + 1 - 0 !
includes/media/PNG.php | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
bz29635.patch | (download)

includes/installer/PostgresUpdater.php | 36 32 + 4 - 0 !
1 file changed, 32 insertions(+), 4 deletions(-)

---
bz40889.patch | (download)

includes/specials/SpecialUpload.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] (bug 40889) fix xhtml in special:upload form labels

We were using an improper method for adding labels to the form, namely
using something other than the ID (and in fact, a nonexistent ID) in the
'for' attribute. This patch uses the ID of the parent element and should
fix the issue.

Note: Upstream bug in Firefox prevents testing this patch in that browser.
Use Chromium, as the FF bug report says that it works there. See
https://bugzilla.mozilla.org/show_bug.cgi?id=701353 for more.

bz39635.patch | (download)

includes/db/DatabasePostgres.php | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 [patch] (bug 39635) postgresql has no lock in share mode

includes/Category.php tells us to use "SELECT ...
LOCK IN SHARE MODE" before "UPDATE".

This is MySQL-only construct:

http://dev.mysql.com/doc/refman/5.0/en/innodb-locking-reads.html

debian_specific_config.patch | (download)

includes/installer/LocalSettingsGenerator.php | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

---
CVE 2014 9277_1.patch | (download)

includes/DefaultSettings.php | 8 8 + 0 - 0 !
includes/OutputHandler.php | 6 4 + 2 - 0 !
2 files changed, 12 insertions(+), 2 deletions(-)

---
CVE 2014 9277_2.patch | (download)

includes/api/ApiFormatJson.php | 14 13 + 1 - 0 !
includes/api/ApiFormatPhp.php | 19 18 + 1 - 0 !
2 files changed, 31 insertions(+), 2 deletions(-)

---
T76686.patch | (download)

thumb.php | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 [patch] thumb.php: set proper output formats for messages going into
 HTML

* Use ->parse() instead of ->text() for wikitext messages that were
  being treated as HTML
* Explicitly specify ->parse() if no output format was set
* Document that wfThumbError() takes HTML

Bug: T76686