Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -177,10 +177,10 @@ |
178 | 178 | * (bug 29441) Expose CapitalLinks config in JS to allow modules to properly |
179 | 179 | handle titles on case-sensitive wikis. |
180 | 180 | * (bug 29397) Implement mw.Title module in core. |
181 | | -* In MySQL 4.1.9+ with replication enabled, fetch the slave lag from SHOW SLAVE |
182 | | - STATUS instead of SHOW PROCESSLIST. This ensures that lag is reported |
183 | | - correctly in the case where there are no write events occurring. Note that |
184 | | - the DB user now needs to have the REPLICATION CLIENT privilege if you are |
| 181 | +* In MySQL 4.1.9+ with replication enabled, fetch the slave lag from SHOW SLAVE |
| 182 | + STATUS instead of SHOW PROCESSLIST. This ensures that lag is reported |
| 183 | + correctly in the case where there are no write events occurring. Note that |
| 184 | + the DB user now needs to have the REPLICATION CLIENT privilege if you are |
185 | 185 | using replication. |
186 | 186 | * Language codes in $wgDummyLanguageCodes are now excluded on localization |
187 | 187 | statistics (maintenance/language/transstat.php) |
— | — | @@ -202,8 +202,8 @@ |
203 | 203 | * $wgAutopromoteOnce was added, allowing for users to be automatically promoted to explicit usergroups. |
204 | 204 | If a group is removed from a user via Special:UserRights, it will not automatically be re-added. |
205 | 205 | Configuration is similar to $wgAutopromote (see DefaultSettings.php) |
206 | | -* The PerformRetroactiveAutoblock hook was added to allow overriding or complementing |
207 | | - retroactive autoblock handling. This runs when blocking a user with the 'autoblock' option. |
| 206 | +* The PerformRetroactiveAutoblock hook was added to allow overriding or complementing |
| 207 | + retroactive autoblock handling. This runs when blocking a user with the 'autoblock' option. |
208 | 208 | * MediaWiki now supports using protocol-relative URLs in links, interwiki |
209 | 209 | targets and $wgServer. |
210 | 210 | * Introduced $wgVaryOnXFPForAPI which will cause the API to send |
— | — | @@ -450,6 +450,7 @@ |
451 | 451 | processing complex pages using newer versions of libxml2. |
452 | 452 | * (bug 28545) When using the uca-default collation, sortkey's starting with a |
453 | 453 | space (U+20) will sort under an invisible header like in 1.16 rather than a U+6DE |
| 454 | +* (bug 30192) Thumbnails of archived files are now deleted |
454 | 455 | |
455 | 456 | === API changes in 1.18 === |
456 | 457 | * BREAKING CHANGE: action=watch now requires POST and token. |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -89,7 +89,6 @@ |
90 | 90 | * (bug 30684) Fix bad escaping in mw.message for inexistent messages (i.e. <key>) |
91 | 91 | * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by |
92 | 92 | importing a new revision into it |
93 | | -* (bug 30192) Thumbnails of archived files are now deleted |
94 | 93 | * Allowing moving the associated talk pages of subpages even if the base page |
95 | 94 | has no subpage. |
96 | 95 | |