Followup to r69776: cache result of extractRequestParams() because it gets called...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 23 Jul 2010 10:15:29 +0000 (10:15 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 23 Jul 2010 10:15:29 +0000 (10:15 +0000)
commit075c8d1624d4d9b6ef8a680697027c358420ebfc
tree010ba051624a5c5c679327976796db7ad35edf9b
parent81d1fa0d10f79885ade28126cbe748682632b3ed
Followup to r69776: cache result of extractRequestParams() because it gets called 2 or 3 times per module per request now. Also touch up documentation here and there
includes/api/ApiBase.php
includes/api/ApiQuery.php
includes/api/ApiQueryBase.php