r102565 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102564‎ | r102565 | r102566 >
Date:20:26, 9 November 2011
Author:aaron
Status:ok
Tags:
Comment:
Release notes for r93061
Modified paths:
  • /branches/REL1_18/phase3/RELEASE-NOTES-1.18 (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18
@@ -91,6 +91,10 @@
9292
9393 === New features in 1.18 ===
9494 * BREAKING CHANGE: action=watch / action=unwatch now requires a token.
 95+* BREAKING CHANGE: Article class heirarchy split into WikiPage (backend)
 96+ and Article (frontend) hierarchies. Several hooks now pass a WikiPage object instead
 97+ of an Article object. These hooks all use an $article paramater as documented in hooks.txt.
 98+ Extensions should be updated to account for this, though most won't require any changes.
9599 * (bug 27860) Minor edit after clicking 'new section' tab
96100 Now the "This is a minor edit" checkbox is not available when you
97101 create a page or new section.

Follow-up revisions

RevisionCommit summaryAuthorDate
r103215FU r93061, r102565:...aaron19:46, 15 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93061Updated hooks docs per r91123. The UI methods are not part of the object anym...aaron16:44, 25 July 2011

Status & tagging log