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 @@ |
491 | 491 | $val = null; |
492 | 492 | } |
493 | 493 | |
| 494 | + if ( $val === 'NULL' ) { |
| 495 | + $val = null; |
| 496 | + } |
| 497 | + |
494 | 498 | if ( $val === null ) { |
495 | 499 | if ( $col_info != false && $col_info->isNullable() == 0 && $col_info->defaultValue() != null ) { |
496 | 500 | $bind .= 'DEFAULT'; |
Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -48,6 +48,7 @@ |
49 | 49 | multiple dots, was broken by the fix for bug 28840. |
50 | 50 | * In the maintenance script purgeList.php, fixed a fatal error when a page |
51 | 51 | title is given, instead of a URL. |
| 52 | + * (bug 19514) Unordered list list-style-image should be IE6-compatible (8-bit) |
52 | 53 | |
53 | 54 | === Changes since 1.17.0rc1 === |
54 | 55 | |
Property changes on: branches/REL1_17/phase3/RELEASE-NOTES |
___________________________________________________________________ |
Modified: svn:mergeinfo |
55 | 56 | Merged /trunk/phase3/RELEASE-NOTES:r91618,91719 |