Release notes for null edit/forcelinkupdate change
authorTim Starling <tstarling@wikimedia.org>
Tue, 9 Jul 2013 01:44:43 +0000 (11:44 +1000)
committerTim Starling <tstarling@wikimedia.org>
Tue, 9 Jul 2013 01:44:43 +0000 (11:44 +1000)
Release notes for I2dbb5d21fa6b876adefd6bcfc93a83c5904d8d13, bug 50785.

Change-Id: I1f1a95980c440eceb4ddf43fbd06d8c721bf1229

RELEASE-NOTES-1.22

index a7390e8..c2f1272 100644 (file)
@@ -228,6 +228,10 @@ production.
 * (bug 48201) action=parse&text=foo now assumes wikitext if no title is given,
   rather than using the content model of the page "API".
 * action=watch may now return errors.
+* (bug 50785) action=purge with forcelinkupdate=1 no longer queues refreshLinks
+  jobs in the job queue for link table updates of pages that use the given page
+  as a template. Instead, forcerecursivelinkupdate=1 is introduced and should
+  be used if that behaviour is desirable.
 
 === Languages updated in 1.22===
 
@@ -303,6 +307,9 @@ changes to languages because of Bugzilla reports.
   Section edit links' brackets can now be customized using CSS by
   styling span.mw-editsection-bracket.
 * The usePatrol function in ChangesList has been marked as deprecated.
+* (bug 50785) A "null edit", that is, a save action in which no changes to the
+  page text are made and no revision recorded, will no longer send refreshLinks
+  jobs to the job table to update pages which use the edited page as a template.
 
 == Compatibility ==