API: Mark seldom-used formats as deprecated
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 8 Aug 2014 10:00:22 +0000 (11:00 +0100)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 15 Aug 2014 13:03:17 +0000 (09:03 -0400)
commit3ed94e8b3e4644317fa4a37fdb494821cc25fb02
tree2236e7d9dce437ec32cf98ceea7803ae5ce29200
parentb5cd9e2f6bfe812df646c23bdc0121b86000e14f
API: Mark seldom-used formats as deprecated

While it doesn't take a lot to maintain most of these, there is some
effort needed (e.g. wddx was breaking with HHVM). None have much if any
usage that seems likely to be actual code of some sort, and humans
should be able to read the jsonfm format as easily as dbgfm, dumpfm, or
txtfm.

Change-Id: I4e3d2ef59d4306756b289a4be46caef7d359ccef
RELEASE-NOTES-1.24
includes/api/ApiFormatBase.php
includes/api/ApiFormatDbg.php
includes/api/ApiFormatDump.php
includes/api/ApiFormatTxt.php
includes/api/ApiFormatWddx.php
includes/api/ApiFormatYaml.php