Fixed for r58099 per CR:
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 3 Jun 2010 09:53:28 +0000 (09:53 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 3 Jun 2010 09:53:28 +0000 (09:53 +0000)
commit2c14858bb8abebdad8a1ad41cbd27ea3042eb9c2
tree1d692238483271a57c99e8be68a0202b37c8aef8
parentd04bf9ff3f4c40f56b6bc2d158a5159dd5bed824
Fixed for r58099 per CR:
* Only clicktrack local, domain-relative URLs
* Validate redirect URL in ApiClickTracking with the same condition used in ClickTracking.js (local, domain-relative)
* Remove call to nonexistent function OutputPage::enable()
* Add functionality for disabling API output and use this after setting up the redirect. This fixes the issue where the body of the redirect contained an API response in xmlfm form
at; the body is now empty.
includes/api/ApiFormatBase.php
includes/api/ApiMain.php