Fix CodeSniffer errors and warnings on a number of ApiQuery classes
[lhc/web/wiklou.git] / RELEASE-NOTES-1.23
index 64c55f5..8ef5acd 100644 (file)
@@ -35,6 +35,8 @@ production.
 * Add "wgRelevantUserName" to mw.config containing the current
   Skin::getRelevantUser value.
 * (bug 56033) Add content model to the page information.
+* Added Article::MissingArticleConditions hook to give extensions a chance to
+  hide their (unrelated) log entries.
 
 === Bug fixes in 1.23 ===
 * (bug 41759) The "updated since last visit" markers (on history pages, recent
@@ -45,6 +47,10 @@ production.
   when the email address is already confirmed. Also, consistently use
   "confirmed", rather than "authenticated", when messaging whether or not the
   user has confirmed an email address.
+* (bug 19415) action=render no longer shows section edit links. This affects
+  behavior of several other features where (bogus) section edit links will
+  disappear, such as file description pages loaded via $wgUseInstantCommons or
+  pages transcluded cross-wiki via $wgEnableScaryTranscluding.
 
 === API changes in 1.23 ===
 * (bug 54884) action=parse&prop=categories now indicates hidden and missing
@@ -66,9 +72,7 @@ changes to languages because of Bugzilla reports.
    review the sql and comments in maintenance/archives/patch-rc_source.sql.
 ** The rc_type field of recentchanges will be deprecated in a future point
    release.
-* The global variable $wgArticle has been removed after a lengthy deprecation
-* mediawiki.util: mw.util.wikiGetlink has been renamed to getUrl. (The old name still
-  works, but is deprecated.)
+* The global variable $wgArticle has been removed after a lengthy deprecation.
 
 == Compatibility ==