r78837 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78836‎ | r78837 | r78838 >
Date:21:30, 22 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Per bug 14869 being fixed, bug 8130 and bug 14020 have been fixed. Marking them as resolved in the RELEASE-NOTES too
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -25,6 +25,7 @@
2626 === New features in 1.18 ===
2727 * Added a special page, disabled by default, that allows users with the
2828 'disableaccount' privilege to permanently deactivate user accounts.
 29+* (bug 8130) Query pages should limit to content namespaces, not just main namespace
2930
3031 === Bug fixes in 1.18 ===
3132 * (bug 23119) WikiError class and subclasses are now marked as deprecated
@@ -36,12 +37,14 @@
3738 cannot read the page in question.
3839 * (bug 19006) {{REVISIONUSER}} no longer acts like {{CURRENTUSER}} in some cases
3940 * (bug 16019) $wgArticlePath = "/$1" no longer breaks API edit/watch actions
40 -* (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown as "Permitted file types" on the upload form
 41+* (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown as
 42+ "Permitted file types" on the upload form
4143 * (bug 26379) importImages.php gives more descriptive error message on failure.
4244
4345 === API changes in 1.18 ===
4446 * (bug 26339) Throw warning when truncating an overlarge API result
4547 * (bug 14869) Add API module for accessing QueryPage-based special pages
 48+* (bug 14020) API for Special:Unwatchedpages
4649
4750 === Languages updated in 1.18 ===
4851

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53149(bug 14869) Allow access to QueryPage-based special pages via API...btongminh21:51, 12 July 2009
r78786Merge querypage-work2 branch from trunk. The most relevant changes are:...catrope14:16, 22 December 2010
r78824(bug 14869) Add API module for accessing QueryPage-based special pages. Took ...catrope20:35, 22 December 2010

Status & tagging log