..
ApiBase.php
Reverted r58646 as per my comments on bug 20554.
2009-12-01 01:55:04 +00:00
ApiBlock.php
Followup to r50744: Actually declare the method as public static, and use it in the API
2009-05-23 00:05:40 +00:00
ApiDelete.php
Mass convert NULL -> null. Left strings and comments alone, obviously.
2009-12-11 21:07:27 +00:00
ApiDisabled.php
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
2009-03-06 13:49:44 +00:00
ApiEditPage.php
API: (bug 20967) action=edit allows creation of invalid titles that look like interwiki titles. Patch by Sam Reed
2009-11-06 14:44:04 +00:00
ApiEmailUser.php
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
2009-03-06 13:49:44 +00:00
ApiExpandTemplates.php
API: Crusade against extract(). Left one extract() call alone in ApiQueryBacklinks.php because I don't have a better alternative for it.
2008-12-17 16:34:01 +00:00
ApiFeedWatchlist.php
Don't overload wluser parameter, use new wlowner
2009-07-26 17:04:22 +00:00
ApiFormatBase.php
Update break notation to self enclosed and properly spaced
2009-11-14 20:59:15 +00:00
ApiFormatDbg.php
ApiFormatJson.php
Comments and whitespace fixes only.
2009-09-10 06:43:01 +00:00
ApiFormatPhp.php
ApiFormatRaw.php
* API: Really fix bug 17673 this time: exportnowrap still returned fatal errors when no titles were given or generated
2009-03-20 11:40:54 +00:00
ApiFormatTxt.php
ApiFormatWddx.php
Followup on r48713: fix a very stupid typo
2009-03-23 20:06:16 +00:00
ApiFormatXml.php
Cleanup for r55641: call static function statically
2009-09-08 23:54:03 +00:00
ApiFormatYaml.php
ApiFormatYaml_spyc.php
API: (bug 21945) Add chomp control in YAML
2009-12-24 19:33:01 +00:00
ApiHelp.php
Reverted r58646 as per my comments on bug 20554.
2009-12-01 01:55:04 +00:00
ApiImport.php
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
2009-03-06 13:49:44 +00:00
ApiLogin.php
* (bug 20233) ApiLogin::execute() doesn't handle LoginForm :: RESET_PASS
2010-01-06 13:45:06 +00:00
ApiLogout.php
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
2009-03-06 13:49:44 +00:00
ApiMain.php
Restored the function of ApiMain::requestWriteMode(), as per the suggestion on CR r50833.
2009-12-11 06:49:48 +00:00
ApiMove.php
(bug 18019) Warn users when moving a file to a name in use on a shared repo.
2009-10-24 04:36:11 +00:00
ApiOpenSearch.php
Fix for r57986: Notice: Undefined variable: wgEnableOpenSearchSuggest in includes/api/ApiOpenSearch.php on line 53
2009-10-21 21:22:00 +00:00
ApiPageSet.php
Fix logic error from bad casing
2009-02-18 05:29:11 +00:00
ApiParamInfo.php
Only use one if, not 2
2010-01-05 10:50:07 +00:00
ApiParse.php
replaced split() with explode(), the former is deprecated since PHP 5.3
2009-09-28 18:36:15 +00:00
ApiPatrol.php
Kill a bunch of unused $wgUser
2009-04-28 03:03:48 +00:00
ApiProtect.php
Mass convert NULL -> null. Left strings and comments alone, obviously.
2009-12-11 21:07:27 +00:00
ApiPurge.php
(bug 18311) Purging images via the API now works. This is why we should use articleFromTitle() rather than new Article().
2009-04-03 13:27:30 +00:00
ApiQuery.php
Reverted r58646 as per my comments on bug 20554.
2009-12-01 01:55:04 +00:00
ApiQueryAllCategories.php
(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-21 19:53:03 +00:00
ApiQueryAllimages.php
(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-21 19:53:03 +00:00
ApiQueryAllLinks.php
(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-21 19:53:03 +00:00
ApiQueryAllmessages.php
* API: (bug 20700) Add amprop=default to list default messages in list=allmessages. This adds default="defaultmessagecontent" or defaultmissing="" to customized messages; non-customized messages get no extra attribute.
2009-09-18 15:24:00 +00:00
ApiQueryAllpages.php
Fix syntax errors from r57989
2009-10-22 06:18:41 +00:00
ApiQueryAllUsers.php
Followup to r60587: wrong user_groups join
2010-01-03 20:16:25 +00:00
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
* API: (bug 17529) rvend ignored when rvstartid is specified
2009-02-18 15:26:09 +00:00
ApiQueryBlocks.php
(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-21 19:53:03 +00:00
ApiQueryCategories.php
API: (bug 18518) Add clprop=hidden to prop=categories. Also use array_flip($params['prop']) to simplify code
2009-05-04 15:10:42 +00:00
ApiQueryCategoryInfo.php
Proper casing for getDBkey()
2009-05-24 08:29:10 +00:00
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
* (bug 21085) list=deletedrevs no longer returns only one revision when drcontinue param is passed
2009-10-24 11:50:10 +00:00
ApiQueryDisabled.php
API: Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabled by putting $wgAPIModules['foo'] = 'ApiDisabled'; in LocalSettings.php
2008-09-25 20:50:50 +00:00
ApiQueryDuplicateFiles.php
API: Change Image: to File: in examples
2009-03-09 10:44:34 +00:00
ApiQueryExternalLinks.php
* API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory
2009-02-05 14:30:59 +00:00
ApiQueryExtLinksUsage.php
(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-21 19:53:03 +00:00
ApiQueryImageInfo.php
API: Expand the thumburl to an absolute url to make it consistent with url and descriptionurl
2010-01-04 11:13:25 +00:00
ApiQueryImages.php
* API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory
2009-02-05 14:30:59 +00:00
ApiQueryInfo.php
Mass convert NULL -> null. Left strings and comments alone, obviously.
2009-12-11 21:07:27 +00:00
ApiQueryLangLinks.php
* API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory
2009-02-05 14:30:59 +00:00
ApiQueryLinks.php
* API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory
2009-02-05 14:30:59 +00:00
ApiQueryLogEvents.php
Fix parse error from r58419
2009-11-03 06:56:29 +00:00
ApiQueryProtectedTitles.php
Document ptlevel parameter. I should really learn to get stuff right in fewer than 5 commits
2009-02-13 21:53:08 +00:00
ApiQueryRandom.php
API: Some cleanup
2009-02-27 16:03:01 +00:00
ApiQueryRecentChanges.php
Another fatal in r58419
2009-11-03 14:00:20 +00:00
ApiQueryRevisions.php
API: Add rvdifftotext parameter to prop=revisions to allow diffing to a fixed text instead of a revision
2009-12-09 18:34:32 +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
Reverted r58646 as per my comments on bug 20554.
2009-12-01 01:55:04 +00:00
ApiQueryTags.php
API: (bug 19004) Add support for tags. Patch by Matthew Britton
2009-11-01 10:42:41 +00:00
ApiQueryUserContributions.php
API: (bug 21817) list=usercontribs chokes on empty ucuser. Patch by Paul Copperman. Backported from wmf-deployment (r59952)
2009-12-11 15:47:32 +00:00
ApiQueryUserInfo.php
* (bug 21441) meta=userinfo&uiprop=options no longer returns default options for logged-in users under certain circumstances
2009-12-13 20:55:09 +00:00
ApiQueryUsers.php
Mass convert NULL -> null. Left strings and comments alone, obviously.
2009-12-11 21:07:27 +00:00
ApiQueryWatchlist.php
Removed unexplained newline at top of file. No idea why that got there.
2009-10-17 05:10:21 +00:00
ApiQueryWatchlistRaw.php
* API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in some cases to prevent running out of memory
2009-02-05 14:30:59 +00:00
ApiResult.php
Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.
2010-01-04 08:28:50 +00:00
ApiRollback.php
Mass convert NULL -> null. Left strings and comments alone, obviously.
2009-12-11 21:07:27 +00:00
ApiUnblock.php
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
2009-03-06 13:49:44 +00:00
ApiUndelete.php
Mass convert NULL -> null. Left strings and comments alone, obviously.
2009-12-11 21:07:27 +00:00
ApiUpload.php
API: Minor cleanup for r59258, general whitespace cleanup
2009-12-02 12:28:27 +00:00
ApiUserrights.php
merge most of r56515 back to trunk (changing UserrightsPage::fetchUser to non-static)
2009-09-17 16:21:27 +00:00
ApiWatch.php
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
2009-03-06 13:49:44 +00:00