Kill $wgArticle
authorChad Horohoe <chadh@wikimedia.org>
Fri, 1 Nov 2013 21:13:15 +0000 (14:13 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Fri, 1 Nov 2013 21:17:26 +0000 (14:17 -0700)
commit2f28d7dd70a66699bb80d273b8530c6bb53f8501
tree32ab6f258b4cb0258b664378e8193189200368ee
parent27fb69deacad41a667550a2ff405286abd3ad27d
Kill $wgArticle

This has been deprecated since 1.18, throwing warnings for over a
year and a half now, and nothing uses it anywhere in core or deployed
extensions.

No extensions in SVN seem to have this anymore (we must've cleaned
up well), and the only affected extensions in Git are:

- BlueSpiceExtensions
- DynamicPageList (commented, so shouldn't be a worry)
- SemanticPageMaker
- TwitterCards

If you're the author of one of these extensions or are feeling like
cleaning up ancient code, please get them fixed.

Change-Id: I8f3a54c14be4b38a8b917e32ba3a832e0a7ca116
RELEASE-NOTES-1.23
docs/hooks.txt
includes/DeprecatedGlobal.php
includes/Wiki.php