| .. |
|
ApiBase.php
|
Followup r74988, brion wins again ;D
|
2010-10-19 18:40:43 +00:00 |
|
ApiBlock.php
|
* (bug 25248) API: paraminfo errors with certain modules
|
2010-10-01 20:12:50 +00:00 |
|
ApiDelete.php
|
Fix some method documentation
|
2010-10-20 18:50:33 +00:00 |
|
ApiDisabled.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiEditPage.php
|
* (bug 25248) API: paraminfo errors with certain modules
|
2010-10-01 20:12:50 +00:00 |
|
ApiEmailUser.php
|
* (bug 25248) API: paraminfo errors with certain modules
|
2010-10-01 20:12:50 +00:00 |
|
ApiExpandTemplates.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiFeedWatchlist.php
|
Fix r72905: don't run $endTime through wfTimestamp() twice
|
2010-10-16 16:53:10 +00:00 |
|
ApiFormatBase.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiFormatDbg.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiFormatDump.php
|
Add format=dump and format=dumpfm, outputs results in PHP's var_dump() format. Finding the type of a variable is a little annoying with txt, and dbg is a little bit harder to parse.
|
2010-08-09 00:19:55 +00:00 |
|
ApiFormatJson.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiFormatPhp.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiFormatRaw.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiFormatTxt.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiFormatWddx.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiFormatXml.php
|
Remove some unused keys from foreach
|
2010-09-25 16:56:03 +00:00 |
|
ApiFormatYaml.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiHelp.php
|
Clean tabs/spaces for r73853
|
2010-09-28 02:33:43 +00:00 |
|
ApiImport.php
|
* (bug 25248) API: paraminfo errors with certain modules
|
2010-10-01 20:12:50 +00:00 |
|
ApiLogin.php
|
Follow up r70957. Remove the double semicolon.
|
2010-09-10 20:45:17 +00:00 |
|
ApiLogout.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiMain.php
|
Revert r74810 (vary API help cache on $wgUser->isAnon()) and move the POST check into the purge module. Also fix the permissions check in action=purge, which was totally broken and based on a misunderstanding of what the 'purge' right means.
|
2010-10-18 09:19:20 +00:00 |
|
ApiMove.php
|
Minor followup to r74095, remove method as all it does is call it's parent (Thanks to Nikerabbit on IRC)
|
2010-10-01 20:17:01 +00:00 |
|
ApiOpenSearch.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiPageSet.php
|
Fix some method documentation
|
2010-10-20 18:50:33 +00:00 |
|
ApiParamInfo.php
|
Remove error from ApiUserrights getPossibleErrors, it doesn't explicitally throw an error for missing user param. Does some other fancy errors from the special page. We should have a way for that to tell us it throws some errors....
|
2010-10-01 19:37:38 +00:00 |
|
ApiParse.php
|
Fix some method documentation
|
2010-10-20 18:50:33 +00:00 |
|
ApiPatrol.php
|
* (bug 25248) API: paraminfo errors with certain modules
|
2010-10-01 20:12:50 +00:00 |
|
ApiProtect.php
|
* (bug 25248) API: paraminfo errors with certain modules
|
2010-10-01 20:12:50 +00:00 |
|
ApiPurge.php
|
Revert r74810 (vary API help cache on $wgUser->isAnon()) and move the POST check into the purge module. Also fix the permissions check in action=purge, which was totally broken and based on a misunderstanding of what the 'purge' right means.
|
2010-10-18 09:19:20 +00:00 |
|
ApiQuery.php
|
Followup r75096 per Platonides, name the stuff better, rather than just fixing the typo..
|
2010-10-20 23:36:21 +00:00 |
|
ApiQueryAllCategories.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryAllimages.php
|
Describe user property in ApiQueryAllimages
|
2010-08-28 01:18:18 +00:00 |
|
ApiQueryAllLinks.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryAllmessages.php
|
$name used in continue is undefined, use $message
|
2010-09-25 17:08:23 +00:00 |
|
ApiQueryAllpages.php
|
Remove some unneeded whitespace
|
2010-08-23 22:18:05 +00:00 |
|
ApiQueryAllUsers.php
|
Part of Bug 19195 - Make user IDs more readily available with the API
|
2010-08-28 00:37:48 +00:00 |
|
ApiQueryBacklinks.php
|
extract is weird
|
2010-09-25 17:01:17 +00:00 |
|
ApiQueryBase.php
|
What's a boolif?
|
2010-09-25 16:38:44 +00:00 |
|
ApiQueryBlocks.php
|
Swap a couple of while loops for foreach
|
2010-09-28 01:21:15 +00:00 |
|
ApiQueryCategories.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryCategoryInfo.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryCategoryMembers.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryDeletedrevs.php
|
Couple more userid properties for Bug 19195
|
2010-08-28 00:52:38 +00:00 |
|
ApiQueryDisabled.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryDuplicateFiles.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryExternalLinks.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryExtLinksUsage.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryFilearchive.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryImageInfo.php
|
Add missing @'s to r73753, document return type
|
2010-09-25 17:17:27 +00:00 |
|
ApiQueryImages.php
|
Fix bug from r68337. The variable is called $res, not $result
|
2010-09-22 16:50:09 +00:00 |
|
ApiQueryInfo.php
|
Comment return types, some explicit class variable declaration
|
2010-10-09 00:01:45 +00:00 |
|
ApiQueryIWBacklinks.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryIWLinks.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryLangLinks.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryLinks.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryLogEvents.php
|
Comment return types, some explicit class variable declaration
|
2010-10-09 00:01:45 +00:00 |
|
ApiQueryPageProps.php
|
Explicit class variable definition
|
2010-10-06 21:18:55 +00:00 |
|
ApiQueryProtectedTitles.php
|
Describe user property in ApiQueryAllimages
|
2010-08-28 01:18:18 +00:00 |
|
ApiQueryRandom.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQueryRecentChanges.php
|
Fix some method documentation
|
2010-10-20 18:50:33 +00:00 |
|
ApiQueryRevisions.php
|
Few more explicit class variable declarations
|
2010-10-20 20:16:46 +00:00 |
|
ApiQuerySearch.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiQuerySiteinfo.php
|
reimplement r73652 having actually read coding conventions this time
|
2010-09-24 14:40:18 +00:00 |
|
ApiQueryTags.php
|
Swap a couple of while loops for foreach
|
2010-09-28 01:21:15 +00:00 |
|
ApiQueryUserContributions.php
|
Fix some method documentation
|
2010-10-20 18:50:33 +00:00 |
|
ApiQueryUserInfo.php
|
Few explicit class variable definitions
|
2010-10-01 11:21:46 +00:00 |
|
ApiQueryUsers.php
|
Explicit class variable definition
|
2010-10-06 21:18:55 +00:00 |
|
ApiQueryWatchlist.php
|
Bug 19195 - Make user IDs more readily available with the API
|
2010-08-28 01:09:21 +00:00 |
|
ApiQueryWatchlistRaw.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |
|
ApiResult.php
|
First part of "*(bug 25303) API: integer parameter validation does not actually validate, only warn"
|
2010-10-03 19:07:11 +00:00 |
|
ApiRollback.php
|
* (bug 25248) API: paraminfo errors with certain modules
|
2010-10-01 20:12:50 +00:00 |
|
ApiUnblock.php
|
* (bug 25248) API: paraminfo errors with certain modules
|
2010-10-01 20:12:50 +00:00 |
|
ApiUndelete.php
|
* (bug 25248) API: paraminfo errors with certain modules
|
2010-10-01 20:12:50 +00:00 |
|
ApiUpload.php
|
* (bug 25248) API: paraminfo errors with certain modules
|
2010-10-01 20:12:50 +00:00 |
|
ApiUserrights.php
|
Minor followup to r74095, remove method as all it does is call it's parent (Thanks to Nikerabbit on IRC)
|
2010-10-01 20:17:01 +00:00 |
|
ApiWatch.php
|
Standardised file description headers, added @file
|
2010-08-07 19:59:42 +00:00 |