| .. |
|
ApiBase.php
|
* (bug 13965) Hardcoded 51 limit on titles is too limiting
|
2008-05-06 05:12:47 +00:00 |
|
ApiBlock.php
|
Remove deprecated ApiMain::scheduleCommit()
|
2008-05-18 20:15:56 +00:00 |
|
ApiDelete.php
|
Remove deprecated ApiMain::scheduleCommit()
|
2008-05-18 20:15:56 +00:00 |
|
ApiEditPage.php
|
Remove deprecated ApiMain::scheduleCommit()
|
2008-05-18 20:15:56 +00:00 |
|
ApiExpandTemplates.php
|
(bug 13829) Expose parse tree via action=expandtemplates
|
2008-05-13 09:03:23 +00:00 |
|
ApiFeedWatchlist.php
|
* Respect feed limits
|
2008-05-16 21:34:46 +00:00 |
|
ApiFormatBase.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiFormatDbg.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiFormatJson.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiFormatJson_json.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiFormatPhp.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiFormatTxt.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiFormatWddx.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiFormatXml.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiFormatYaml.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiFormatYaml_spyc.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiHelp.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiLogin.php
|
* Fix unlogged automatic user creation: run wfLBFactory()->shutdown() unconditionally in api.php. If you want to optimise it, do it in the database backend, since there's no way for the MW core to indicate to the web API that a write query has been performed. The previous code was also wrong in that it didn't commit transactions on foreign connections.
|
2008-05-17 04:26:26 +00:00 |
|
ApiLogout.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiMain.php
|
Remove deprecated ApiMain::scheduleCommit()
|
2008-05-18 20:15:56 +00:00 |
|
ApiMove.php
|
Remove deprecated ApiMain::scheduleCommit()
|
2008-05-18 20:15:56 +00:00 |
|
ApiOpenSearch.php
|
Ajax suggestions:
|
2008-04-15 23:06:28 +00:00 |
|
ApiPageSet.php
|
Remove deprecated ApiMain::scheduleCommit()
|
2008-05-18 20:15:56 +00:00 |
|
ApiParamInfo.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiParse.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiProtect.php
|
Remove deprecated ApiMain::scheduleCommit()
|
2008-05-18 20:15:56 +00:00 |
|
ApiQuery.php
|
Use 'api' querygroup
|
2008-05-13 21:04:24 +00:00 |
|
ApiQueryAllCategories.php
|
API:
|
2008-04-29 09:01:13 +00:00 |
|
ApiQueryAllimages.php
|
Throw an error if the local repository is not a LocalRepo or one of its derived classes. Use proper newFileFrom row to prevent double fetching from database.
|
2008-05-16 21:25:13 +00:00 |
|
ApiQueryAllLinks.php
|
(bug 14018) Added alcontinue parameter to list=alllinks to improve paging; used to cause an infinite loop when a lot of links to the same title (e.g. [[Wiki]] on enwiki, more than 500 links) were listed. This basically adds the page ID to the continue value, making it unique. Also killed another useless ORDER BY pl_namespace
|
2008-05-07 19:15:06 +00:00 |
|
ApiQueryAllmessages.php
|
Nobody wants to touch this....
|
2008-05-16 22:00:42 +00:00 |
|
ApiQueryAllpages.php
|
* Re-applying r34449, r34500 and r34518 which Brion reverted by accident
|
2008-05-10 10:49:26 +00:00 |
|
ApiQueryAllUsers.php
|
* Re-applying r34449, r34500 and r34518 which Brion reverted by accident
|
2008-05-10 10:49:26 +00:00 |
|
ApiQueryBacklinks.php
|
* Re-applying r34449, r34500 and r34518 which Brion reverted by accident
|
2008-05-10 10:49:26 +00:00 |
|
ApiQueryBase.php
|
* Re-applying r34449, r34500 and r34518 which Brion reverted by accident
|
2008-05-10 10:49:26 +00:00 |
|
ApiQueryBlocks.php
|
API: Fixed handling of usernames containing spaces in list=block
|
2008-04-26 14:09:16 +00:00 |
|
ApiQueryCategories.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiQueryCategoryInfo.php
|
(bug 13735) Added prop=categoryinfo module
|
2008-04-26 15:30:27 +00:00 |
|
ApiQueryCategoryMembers.php
|
API:
|
2008-04-29 09:01:13 +00:00 |
|
ApiQueryDeletedrevs.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiQueryExternalLinks.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiQueryExtLinksUsage.php
|
(bug 13819) API: exturlusage paging skipped an item
|
2008-04-22 12:46:00 +00:00 |
|
ApiQueryImageInfo.php
|
As per mailing list: $wgOut->redirect auto expands; File::getFullUrl exists.
|
2008-05-15 20:55:09 +00:00 |
|
ApiQueryImages.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiQueryInfo.php
|
API: Expose cascading protection via inprop=protection for non-existent pages.
|
2008-05-05 09:37:14 +00:00 |
|
ApiQueryLangLinks.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiQueryLinks.php
|
Force the pl_from/tl_from index here, as there are reasons to believe MySQL 4 selects the wrong index here (see bug 14102)
|
2008-05-13 14:01:40 +00:00 |
|
ApiQueryLogEvents.php
|
log_id here too
|
2008-05-13 22:18:41 +00:00 |
|
ApiQueryRandom.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiQueryRecentChanges.php
|
Oops
|
2008-05-13 14:56:51 +00:00 |
|
ApiQueryRevisions.php
|
Actually, page not always selected. Add this only when needed.
|
2008-05-13 20:02:25 +00:00 |
|
ApiQuerySearch.php
|
(bug 13792) Broken titles are now silently skipped in API search results.
|
2008-04-19 17:24:38 +00:00 |
|
ApiQuerySiteinfo.php
|
* Re-applying r34449, r34500 and r34518 which Brion reverted by accident
|
2008-05-10 10:49:26 +00:00 |
|
ApiQueryUserContributions.php
|
* Re-applying r34449, r34500 and r34518 which Brion reverted by accident
|
2008-05-10 10:49:26 +00:00 |
|
ApiQueryUserInfo.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiQueryUsers.php
|
* Re-applying r34449, r34500 and r34518 which Brion reverted by accident
|
2008-05-10 10:49:26 +00:00 |
|
ApiQueryWatchlist.php
|
* remove end of line whitespace
|
2008-04-14 07:45:50 +00:00 |
|
ApiResult.php
|
API: Make ApiResult::setIndexedTagName_recursive() actually work. This fixes bug 13836
|
2008-04-26 14:40:54 +00:00 |
|
ApiRollback.php
|
Remove deprecated ApiMain::scheduleCommit()
|
2008-05-18 20:15:56 +00:00 |
|
ApiUnblock.php
|
Remove deprecated ApiMain::scheduleCommit()
|
2008-05-18 20:15:56 +00:00 |
|
ApiUndelete.php
|
Remove deprecated ApiMain::scheduleCommit()
|
2008-05-18 20:15:56 +00:00 |