wiki.techinc.nl/includes/api
Antoine Musso 44b06f908e reverts Concurrency works
trunk is frozen pending stabilisation so we can release MediaWiki 1.19.
Those changes introduces API changes and new SQL tables, so that sounds like
new feature we do not have time to review right now.

Please reapply changes in branches/concurrency and have code review handled
there. Once the branch has been reviewed, please hold. Once trunk is stable
enough and 1.19 got branched, you are welcome to merge the branch in trunk.

Note: we can have a Jenkins jobs setup to run the branch tests if you need.

Reverts:
r108595 r108591 r108585 r108584 108572 r108564 108560 r108559
2012-01-11 09:05:56 +00:00
..
ApiBase.php Missing check for ISMULTI on help parameters, thanks santhosh 2012-01-03 11:05:55 +00:00
ApiBlock.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiComparePages.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiDelete.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiDisabled.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiEditPage.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiEmailUser.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiExpandTemplates.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiFeedContributions.php * Use local context to get messages 2011-12-26 16:20:30 +00:00
ApiFeedWatchlist.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiFileRevert.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiFormatBase.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiFormatDbg.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatDump.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatJson.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatPhp.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatRaw.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatTxt.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatWddx.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiFormatXml.php rem use of escapeLocalURL 2011-12-13 04:58:48 +00:00
ApiFormatYaml.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiHelp.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiImport.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiLogin.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiLogout.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiMain.php reverts Concurrency works 2012-01-11 09:05:56 +00:00
ApiMove.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiOpenSearch.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiPageSet.php More documentation updates as I've been going around 2011-12-11 20:57:57 +00:00
ApiParamInfo.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiParse.php Pass the User object to Revision::userCan() 2011-12-18 14:07:01 +00:00
ApiPatrol.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiProtect.php * Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() into WikiPage::doUpdateRestrictions(); older methods still work for backward compatibility, but marked Title::updateTitleProtection() as deprecated and for removal in 1.20 since no extension calls it 2011-12-18 16:01:31 +00:00
ApiPurge.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQuery.php Related to bug 33223 2011-12-30 22:44:07 +00:00
ApiQueryAllCategories.php More documentation updates as I've been going around 2011-12-11 20:57:57 +00:00
ApiQueryAllimages.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryAllLinks.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryAllmessages.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryAllpages.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryAllUsers.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryBacklinks.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryBase.php Provisional revert of r105831: as noted it's not safe; alternative fix was a weird abstraction violation that would leave you not knowing whether the data would be present or not. 2011-12-20 21:37:04 +00:00
ApiQueryBlocks.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryCategories.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryCategoryInfo.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryCategoryMembers.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryDeletedrevs.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryDisabled.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiQueryDuplicateFiles.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryExternalLinks.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryExtLinksUsage.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryFilearchive.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryImageInfo.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryImages.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryInfo.php update all core usage of deprecated Title::userCanRead() 2011-12-13 11:05:30 +00:00
ApiQueryIWBacklinks.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiQueryIWLinks.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryLangBacklinks.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiQueryLangLinks.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryLinks.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQueryLogEvents.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryPageProps.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryProtectedTitles.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryQueryPage.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiQueryRandom.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiQueryRecentChanges.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryRevisions.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiQuerySearch.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQuerySiteinfo.php The URL wasn't loading when the database is used (interwiki cache works). "PHP Notice: Trying to get property of non-object in /www/w/includes/api/ApiQuerySiteinfo.php on line 295" 2011-11-29 16:48:37 +00:00
ApiQueryStashImageInfo.php Based on diff to wikia, set more functions consistently public rather than protected 2011-08-17 22:24:21 +00:00
ApiQueryTags.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiQueryUserContributions.php * (bug 33398) Wrong escape in online documentation for usercontribs 2011-12-28 13:36:32 +00:00
ApiQueryUserInfo.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryUsers.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryWatchlist.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiQueryWatchlistRaw.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiResult.php Removed the 'eclipse helper' bit on top of every API module 2011-11-16 00:17:26 +00:00
ApiRollback.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiRsd.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiUnblock.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiUndelete.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiUpload.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00
ApiUserrights.php Oh noes, moar http:// -> https:// 2011-11-28 15:43:11 +00:00
ApiWatch.php Re-instate most of the revisions for bug 33147 "API examples should explain what they do" 2011-12-27 16:22:35 +00:00