MediaWiki r55838 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r55837‎ | r55838 (on ViewVC)‎ | r55839 >
Date:22:22, 4 September 2009
Author:demon
Status:deferred
Tags:
Comment:
Nuking fallback code for MW < 1.12 in most extensions (there's like 5 or 6 left I haven't done). Couple of points:
* 1.11 and below aren't supported anymore, so we don't need to be maintaining back-compat code for it anymore. This is why we branch extensions
* The vast majority of these were using $wgParser. This defeats the purpose of ParserFirstCallInit...allowing you to use parsers other than $wgParser. All these extensions now work in any instance of the Parser, not just $wgParser
Modified paths:

Follow-up revisions

Rev.Commit summaryAuthorDate
r55851Fixed parse error from r55838 :)ialex16:14, 5 September 2009
r58195initial cleanup to DonateInterface extension:...ashley14:47, 27 October 2009

Status & tagging log

  • 13:38, 23 May 2011 Reedy (talk | contribs) changed the status of r55838 [removed: new added: deferred]
  • 22:33, 6 May 2011 MarkAHershberger (talk | contribs) changed the status of r55838 [removed: deferred added: new]
  • 18:19, 30 October 2009 ^demon (talk | contribs) changed the status of r55838 [removed: new added: deferred]