Per bug 28901, and Duplicatebug on r105831, only list the Article ID if it has alread...
authorSam Reed <reedy@users.mediawiki.org>
Sat, 17 Dec 2011 19:55:49 +0000 (19:55 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 17 Dec 2011 19:55:49 +0000 (19:55 +0000)
commit997fb135cdf3d27afb77e91dc6b962ce255d34d7
treea6524e67f56808a8054cbf5d81158151c41f58bf
parentb0818acd868d7e5851fccd3c7d77f1c0b28b075b
Per bug 28901, and Duplicatebug on r105831, only list the Article ID if it has already been loaded

Not a long term fix, but saves potentially a lot of database queries to lookup article ids, until the other issues on bug 28901 are tidied up
includes/Title.php
includes/api/ApiQueryBase.php