* (bug 28586) YAML: strings that are the same as boolean literals
authorSam Reed <reedy@users.mediawiki.org>
Mon, 18 Apr 2011 11:42:44 +0000 (11:42 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 18 Apr 2011 11:42:44 +0000 (11:42 +0000)
commita6569e02942735bbb0321044738dc081433f3734
tree4b24fbc1f6eb62766e9799280f79ae4f2f39838c
parentde485b69243710c74287e0469a1c5bce49c1544a
* (bug 28586) YAML: strings that are the same as boolean literals
* (bug 28591) Update/replace/supplement spyc (YAML parsing library)
* YAML API output is now 1.2 compliant, using JSON as the formatter

YAML 1.2 spec is a JSON subset - "The primary objective of this revision is to bring YAML into compliance with JSON as an official subset. YAML 1.2 is compatible with 1.1 for most practical applications - this is a minor revision." [1] Per discussion with Tim, switch YAML to use the JSON formatter

Was originally going to delete the ApiFormatYaml per Tim, but class needed to keep nicer (and apparent) output in API help page

Hence made subclass ApiFormatJson, minimal method overriding

spyc.php deleted from libs

[1] http://www.yaml.org/spec/1.2/spec.html#id2803629
RELEASE-NOTES
includes/GlobalFunctions.php
includes/MessageCache.php
includes/OutputPage.php
includes/api/ApiFormatYaml.php
includes/libs/spyc.php [deleted file]