For MediaWiki (recent comments | status changes | tags | authors | states | release notes)
Index: trunk/phase3/includes/api/ApiQueryBase.php =================================================================== --- trunk/phase3/includes/api/ApiQueryBase.php (revision 43116) +++ trunk/phase3/includes/api/ApiQueryBase.php (revision 43117) @@ -338,7 +338,7 @@ $t = Title::newFromText($title); if(!$t) $this->dieUsageMsg(array('invalidtitle', $title)); - return $t->getDbKey(); + return $t->getPrefixedDbKey(); } /** Index: trunk/phase3/RELEASE-NOTES =================================================================== --- trunk/phase3/RELEASE-NOTES (revision 43116) +++ trunk/phase3/RELEASE-NOTES (revision 43117) @@ -397,6 +397,7 @@ * (bug 16105) Image metadata attributes containing spaces result in invalid XML * (bug 16126) Added siprop=magicwords to meta=siteinfo * (bug 16159) Added wlshow=patrolled|!patrolled to list=watchlist +* (bug 16225) Titles like Talk:Talk:Foo broke apfrom and friends === Languages updated in 1.14 ===