Index: trunk/phase3/includes/specials/SpecialNewpages.php |
— | — | @@ -280,7 +280,8 @@ |
281 | 281 | $title, |
282 | 282 | null, |
283 | 283 | array( 'class' => 'mw-newpages-pagename' ), |
284 | | - $query |
| 284 | + $query, |
| 285 | + array( 'known' ) // Set explicitly to avoid the default of 'known','noclasses'. This breaks the colouration for stubs |
285 | 286 | ); |
286 | 287 | $histLink = $this->skin->linkKnown( |
287 | 288 | $title, |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -286,6 +286,7 @@ |
287 | 287 | to avoid query errors about duplicate keynames. |
288 | 288 | * (bug 15470) First letters of filenames are always capitalized by upload JS. |
289 | 289 | * (bug 21215) NoLocalSettings.php doesn't tolerate rewrite rules |
| 290 | +* (bug 21052) Fix link color for stubs in NewPages |
290 | 291 | |
291 | 292 | === API changes in 1.17 === |
292 | 293 | * (bug 22738) Allow filtering by action type on query=logevent. |