Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -25,6 +25,7 @@ |
26 | 26 | === New features in 1.18 === |
27 | 27 | * Added a special page, disabled by default, that allows users with the |
28 | 28 | 'disableaccount' privilege to permanently deactivate user accounts. |
| 29 | +* (bug 8130) Query pages should limit to content namespaces, not just main namespace |
29 | 30 | |
30 | 31 | === Bug fixes in 1.18 === |
31 | 32 | * (bug 23119) WikiError class and subclasses are now marked as deprecated |
— | — | @@ -36,12 +37,14 @@ |
37 | 38 | cannot read the page in question. |
38 | 39 | * (bug 19006) {{REVISIONUSER}} no longer acts like {{CURRENTUSER}} in some cases |
39 | 40 | * (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 |
41 | 43 | * (bug 26379) importImages.php gives more descriptive error message on failure. |
42 | 44 | |
43 | 45 | === API changes in 1.18 === |
44 | 46 | * (bug 26339) Throw warning when truncating an overlarge API result |
45 | 47 | * (bug 14869) Add API module for accessing QueryPage-based special pages |
| 48 | +* (bug 14020) API for Special:Unwatchedpages |
46 | 49 | |
47 | 50 | === Languages updated in 1.18 === |
48 | 51 | |