r92257 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92256‎ | r92257 | r92258 >
Date:17:41, 15 July 2011
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/REL1_17/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_17/phase3/includes/db/DatabaseOracle.php (modified) (history)
  • /branches/REL1_17/phase3/skins/vector/images/bullet-icon.png (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/skins/vector/images/bullet-icon.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: branches/REL1_17/phase3/includes/db/DatabaseOracle.php
@@ -490,6 +490,10 @@
491491 $val = null;
492492 }
493493
 494+ if ( $val === 'NULL' ) {
 495+ $val = null;
 496+ }
 497+
494498 if ( $val === null ) {
495499 if ( $col_info != false && $col_info->isNullable() == 0 && $col_info->defaultValue() != null ) {
496500 $bind .= 'DEFAULT';
Index: branches/REL1_17/phase3/RELEASE-NOTES
@@ -48,6 +48,7 @@
4949 multiple dots, was broken by the fix for bug 28840.
5050 * In the maintenance script purgeList.php, fixed a fatal error when a page
5151 title is given, instead of a URL.
 52+ * (bug 19514) Unordered list list-style-image should be IE6-compatible (8-bit)
5253
5354 === Changes since 1.17.0rc1 ===
5455
Property changes on: branches/REL1_17/phase3/RELEASE-NOTES
___________________________________________________________________
Modified: svn:mergeinfo
5556 Merged /trunk/phase3/RELEASE-NOTES:r91618,91719

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91618Replace bullet-icon.png with an 8-bit version (became 24-bit due to r78011 wh...krinkle23:02, 6 July 2011
r91719* DatabaseOracle.php binds variables, so using $val = 'NULL' breaks certain m...freakolowsky12:28, 8 July 2011

Status & tagging log