Rewritten the way the API handles tokens:
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 4 Jul 2008 12:07:02 +0000 (12:07 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 4 Jul 2008 12:07:02 +0000 (12:07 +0000)
commit0104fa1f0c2782a5463cf3feb43b773d1e0e4e57
tree3e48d173926b458b2c6bd374ac0adac53e8640e7
parent56a36cff3013c7f6b43063e4aa8296f532b1220a
Rewritten the way the API handles tokens:
* Instead of hardcoding stuff all over the place, use callbacks
* Extensions can now add their own tokens to prop=info or prop=revisions using hooks
RELEASE-NOTES
docs/hooks.txt
includes/api/ApiQueryInfo.php
includes/api/ApiQueryRevisions.php