Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -518,8 +518,6 @@ |
519 | 519 | * (bug 31674) Can't edit watchlist if it contains special pages. |
520 | 520 | * (bug 32100) Installer complains about Suhosin GET limit even if it is |
521 | 521 | already set above 1024 bytes. |
522 | | -* (bug 32086) Special:PermanentLink now show an error message when no subpage |
523 | | - was specified. |
524 | 522 | |
525 | 523 | === API changes in 1.18 === |
526 | 524 | * BREAKING CHANGE: action=watch now requires POST and token. |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -142,6 +142,8 @@ |
143 | 143 | * (bug 32168) fixed - wfExpandUrl expands dot segments now |
144 | 144 | * (bug 31535) Upload comments now truncated properly, and don't have brackets |
145 | 145 | * (bug 32450) Scripts pages in MediaWiki: namespace parse [[Category:#]] links |
| 146 | +* (bug 32086) Special:PermanentLink now show an error message when no subpage |
| 147 | + was specified. |
146 | 148 | |
147 | 149 | === API changes in 1.19 === |
148 | 150 | * (bug 19838) siprop=interwikimap can now use the interwiki cache. |