r96846 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96845‎ | r96846 | r96847 >
Date:14:49, 12 September 2011
Author:reedy
Status:ok
Tags:
Comment:
Move RELEASE-NOTES from r96373 from RELEASE-NOTES-1.18 to RELEASE-NOTES-1.19 after it was merged in r96845
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.18 (modified) (history)
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.18
@@ -177,10 +177,10 @@
178178 * (bug 29441) Expose CapitalLinks config in JS to allow modules to properly
179179 handle titles on case-sensitive wikis.
180180 * (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
185185 using replication.
186186 * Language codes in $wgDummyLanguageCodes are now excluded on localization
187187 statistics (maintenance/language/transstat.php)
@@ -202,8 +202,8 @@
203203 * $wgAutopromoteOnce was added, allowing for users to be automatically promoted to explicit usergroups.
204204 If a group is removed from a user via Special:UserRights, it will not automatically be re-added.
205205 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.
208208 * MediaWiki now supports using protocol-relative URLs in links, interwiki
209209 targets and $wgServer.
210210 * Introduced $wgVaryOnXFPForAPI which will cause the API to send
@@ -450,6 +450,7 @@
451451 processing complex pages using newer versions of libxml2.
452452 * (bug 28545) When using the uca-default collation, sortkey's starting with a
453453 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
454455
455456 === API changes in 1.18 ===
456457 * BREAKING CHANGE: action=watch now requires POST and token.
Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -89,7 +89,6 @@
9090 * (bug 30684) Fix bad escaping in mw.message for inexistent messages (i.e. <key>)
9191 * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by
9292 importing a new revision into it
93 -* (bug 30192) Thumbnails of archived files are now deleted
9493 * Allowing moving the associated talk pages of subpages even if the base page
9594 has no subpage.
9695

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96373(bug 30192) Thumbnails of archived images don't get deleted. Patch by Russ an...demon21:01, 6 September 2011
r96845REL1_18: MFT r96373, r96399reedy14:47, 12 September 2011

Status & tagging log