wiki.techinc.nl/includes/api
Brion Vibber 841014ad91 Revert broken rewrite of login forms:
r55990 "* Totally refactor includes/specials/SpecialUserlogin.php:"
r55991 "Followup to r55990 - Remove debugging hack :("
r55994 "Followup to r55990 - rename method to avoid PHP Strict warnings"
r55997 "Follow-up to r55990, per comments:"

Continued reports of breakage with the new version...
Non-vital changes of this magnitude should probably be worked up on a branch to ensure everything's consistent before pushing them to trunk.
2009-09-08 18:40:05 +00:00
..
ApiBase.php API: BREAKING CHANGE: (bug 20426) Instead of throwing an error when a limit is set too high/low, throw a warning and continue with the limit set to the maximum/minimum 2009-08-28 16:37:48 +00:00
ApiBlock.php
ApiDelete.php * Per my CR comments on r44560: merged FileCache into RepoGroup and fixed wfFindFile() global function bloat. Did not port unused functions such as the batch loading functions. 2009-08-15 09:59:59 +00:00
ApiDisabled.php
ApiEditPage.php Cleaning up some old PHP 4 object-reference usage in some edit filtering hooks. 2009-08-21 21:51:29 +00:00
ApiEmailUser.php
ApiExpandTemplates.php
ApiFeedWatchlist.php Don't overload wluser parameter, use new wlowner 2009-07-26 17:04:22 +00:00
ApiFormatBase.php * Add buffering to ApiFormatBase, which allows buffering the result without needing ob_* functions. This is for async downloads, but I couldn't get it to work yet so this commit does not contain the files that actually use the buffering. 2009-08-28 21:18:39 +00:00
ApiFormatDbg.php
ApiFormatJson.php * removed plain-text output because IE is retarded treats plain-text as html (in fact no mime type I have found lets you send text to IE and have it treat it like text :( .... 2009-08-15 22:38:01 +00:00
ApiFormatJson_json.php * updates for strict compliance mode chunk uploading 2009-07-25 03:25:01 +00:00
ApiFormatPhp.php
ApiFormatRaw.php
ApiFormatTxt.php
ApiFormatWddx.php
ApiFormatXml.php Fix for r53194: according to the XSLT 1.0 spec, the MIME type should be text/xml or application/xml. In XSLT 2.0, it is application/xslt+xml. Either way, text/xsl is wrong. 2009-09-02 08:05:47 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php
ApiHelp.php
ApiImport.php
ApiLogin.php Revert broken rewrite of login forms: 2009-09-08 18:40:05 +00:00
ApiLogout.php
ApiMain.php API: Add user-agent and method (GET/POST) to request logging, and only log the action= parameter for mustBePosted modules 2009-08-27 22:09:28 +00:00
ApiMove.php
ApiOpenSearch.php
ApiPageSet.php
ApiParamInfo.php
ApiParse.php API: Make usage of the parser cache in action=parse actually work; was broken since its introduction 2009-06-21 14:29:32 +00:00
ApiPatrol.php
ApiProtect.php
ApiPurge.php
ApiQuery.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQueryAllCategories.php
ApiQueryAllimages.php Unify properties in ApiQueryAllimages, ApiQueryImageinfo and ApiUpload. 2009-08-26 17:30:36 +00:00
ApiQueryAllLinks.php
ApiQueryAllmessages.php follow-up r52858: remove unused "global $wgMessageCache;" 2009-07-08 09:38:03 +00:00
ApiQueryAllpages.php
ApiQueryAllUsers.php
ApiQueryBacklinks.php API: Do a STRAIGHT_JOIN in ApiQueryBacklinks's first query to counter a MySQL 4 bug where the optmizer chooses to do a table scan on page instead. 2009-08-27 14:58:19 +00:00
ApiQueryBase.php
ApiQueryBlocks.php
ApiQueryCategories.php
ApiQueryCategoryInfo.php
ApiQueryCategoryMembers.php (bug 19640) API: Unbreak cmnamespace in miser mode by filtering on the PHP side. This is a dirty, temporary hack that'll have to do until we can do this properly on the database side. 2009-07-15 10:07:02 +00:00
ApiQueryDeletedrevs.php
ApiQueryDisabled.php
ApiQueryDuplicateFiles.php
ApiQueryExternalLinks.php
ApiQueryExtLinksUsage.php
ApiQueryImageInfo.php Unify properties in ApiQueryAllimages, ApiQueryImageinfo and ApiUpload. 2009-08-26 17:30:36 +00:00
ApiQueryImages.php
ApiQueryInfo.php
ApiQueryLangLinks.php
ApiQueryLinks.php
ApiQueryLogEvents.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQueryProtectedTitles.php
ApiQueryRandom.php
ApiQueryRecentChanges.php adding public access methods for use by XMLRC extension. 2009-09-03 16:15:55 +00:00
ApiQueryRevisions.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQuerySearch.php API: Per rainman, mark list=search as an expensive query and lower its limits to 50/500 from 500/5000 2009-08-26 21:13:06 +00:00
ApiQuerySiteinfo.php (bug 17809) Add number of users in user groups to meta=siteinfo 2009-07-12 12:10:27 +00:00
ApiQueryUserContributions.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +00:00
ApiQueryUserInfo.php
ApiQueryUsers.php
ApiQueryWatchlist.php Don't overload wluser parameter, use new wlowner 2009-07-26 17:04:22 +00:00
ApiQueryWatchlistRaw.php
ApiResult.php
ApiRollback.php API: (bug 19313) action=rollback returns wrong revid on master/slave setups 2009-06-21 09:49:52 +00:00
ApiUnblock.php
ApiUndelete.php
ApiUpload.php * Add buffering to ApiFormatBase, which allows buffering the result without needing ob_* functions. This is for async downloads, but I couldn't get it to work yet so this commit does not contain the files that actually use the buffering. 2009-08-28 21:18:39 +00:00
ApiUserrights.php
ApiWatch.php