Merge "Remove deprecated Article::forUpdate()"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 17 Jan 2014 12:46:01 +0000 (12:46 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 17 Jan 2014 12:46:01 +0000 (12:46 +0000)
1  2 
RELEASE-NOTES-1.23

diff --combined RELEASE-NOTES-1.23
@@@ -28,7 -28,6 +28,7 @@@ production
    should be updated if LBFactory_Simple or LBFactory_Multi is configured.
  * $wgPasswordSenderName has been deprecated. To set a custom mailer name,
    the system message 'emailsender' should be modified (default: "{{SITENAME}}").
 +* $wgDBAhandler was removed as the only class using it was also removed
  
  === New features in 1.23 ===
  * ResourceLoader can utilize the Web Storage API to cache modules client-side.
    remaining page content.
  * (bug 23542) imagelinks now stores both the redirect and target (as
    templatelinks does).
 +* (bug 58167) The web installer no longer throws an exception when PHP is
 +  compiled without support for MySQL yet with support for another DBMS.
 +* (bug 56199) Raw option of parser functions must now match complete word,
 +  to take effect.
  
  === Web API changes in 1.23 ===
  * (bug 54884) action=parse&prop=categories now indicates hidden and missing
@@@ -213,6 -208,7 +213,7 @@@ changes to languages because of Bugzill
  * ApiBase::getValidNamespaces() (deprecated in 1.17)
  * ApiMain::setCachePrivate() (deprecated in 1.17)
  * ApiMain::setVaryCookie (deprecated in 1.17)
+ * Article::forUpdate() (deprecated in 1.18)
  * CategoryViewer::addSubcategory() (deprecated in 1.17)
  * EditPage::spamPage() (deprecated since 1.17)
  * Exif::getFormattedData() (deprecated in 1.18)