| .. |
|
ApiBase.php
|
API: Unifying "the ... parameter must be set" messages into one ('missingparam'), expanding $1 in error codes as well.
|
2008-01-18 16:01:31 +00:00 |
|
ApiBlock.php
|
API: Various docu and clean-up.
|
2008-01-12 07:08:17 +00:00 |
|
ApiChangeRights.php
|
API: Various docu and clean-up.
|
2008-01-12 07:08:17 +00:00 |
|
ApiDelete.php
|
API: Unifying "the ... parameter must be set" messages into one ('missingparam'), expanding $1 in error codes as well.
|
2008-01-18 16:01:31 +00:00 |
|
ApiExpandTemplates.php
|
API: Various docu and clean-up.
|
2008-01-12 07:08:17 +00:00 |
|
ApiFeedWatchlist.php
|
(bug 11218) Add 'allrev' parameter option to feedwatchlist, to allow multiple revisions for each page to displayed.
|
2007-09-26 03:24:01 +00:00 |
|
ApiFormatBase.php
|
* Use *bold* and $italics$ highlighting only in API help. It completely breaks formatting on meta=allmessages and no one needs it
|
2007-12-01 17:37:08 +00:00 |
|
ApiFormatJson.php
|
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
|
2007-06-29 01:19:14 +00:00 |
|
ApiFormatJson_json.php
|
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
|
2007-06-29 01:19:14 +00:00 |
|
ApiFormatPhp.php
|
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
|
2007-06-29 01:19:14 +00:00 |
|
ApiFormatWddx.php
|
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
|
2007-06-29 01:19:14 +00:00 |
|
ApiFormatXml.php
|
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
|
2007-06-29 01:19:14 +00:00 |
|
ApiFormatYaml.php
|
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
|
2007-06-29 01:19:14 +00:00 |
|
ApiFormatYaml_spyc.php
|
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
|
2007-06-29 01:19:14 +00:00 |
|
ApiHelp.php
|
Revert part of Brion's 27627: please don't throw away the child (maxlag) with the bathwater (format=raw)
|
2007-11-19 15:57:58 +00:00 |
|
ApiLogin.php
|
In ApiLogin, init session if necessary. This avoids a blank session ID when no session exists yet.
|
2007-12-04 08:35:26 +00:00 |
|
ApiLogout.php
|
API:
|
2008-01-18 14:34:14 +00:00 |
|
ApiMain.php
|
API:
|
2008-01-15 21:33:08 +00:00 |
|
ApiMove.php
|
API: Unifying "the ... parameter must be set" messages into one ('missingparam'), expanding $1 in error codes as well.
|
2008-01-18 16:01:31 +00:00 |
|
ApiOpenSearch.php
|
Using ApiBase's parameter framework handle ApiOpenSearch's limit parameter.
|
2007-12-29 21:43:30 +00:00 |
|
ApiPageSet.php
|
Variable $titleString seemed to be used before it was defined - removing.
|
2007-08-20 08:13:16 +00:00 |
|
ApiParse.php
|
API:
|
2008-01-15 21:33:08 +00:00 |
|
ApiProtect.php
|
Changing name of error code to something making slightly more sense
|
2008-01-08 16:36:47 +00:00 |
|
ApiQuery.php
|
API:
|
2007-12-10 15:55:12 +00:00 |
|
ApiQueryAllCategories.php
|
* Fixed check for sort order ('ZtoA' is not an allowed parameter)
|
2008-01-06 05:43:57 +00:00 |
|
ApiQueryAllLinks.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryAllmessages.php
|
API: add action=logout
|
2008-01-08 18:10:58 +00:00 |
|
ApiQueryAllpages.php
|
* Fixed check for sort order ('ZtoA' is not an allowed parameter)
|
2008-01-06 05:43:57 +00:00 |
|
ApiQueryAllUsers.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryBacklinks.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryBase.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryBlocks.php
|
* (bug 12321) API list=blocks reveals private data
|
2007-12-16 08:59:47 +00:00 |
|
ApiQueryCategories.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryCategoryMembers.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryDeletedrevs.php
|
Quick solution for problems with limit=max when using slow queries: allowing modules to delay the parsing of limit=max until they get the actual maximum values, and making them parse it by themselves.
|
2008-01-05 10:05:34 +00:00 |
|
ApiQueryExternalLinks.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryExtLinksUsage.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryImageInfo.php
|
Limiting image history listings to 500 for now. A hard-coded limit sucks, but an alternative isn't really available as the File handling code doesn't allow it (see also bug 12645). Besides, very few image histories are that long.
|
2008-01-15 21:09:44 +00:00 |
|
ApiQueryImages.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryInfo.php
|
API: Adding cascade flag to prop=info&inprop=protection
|
2008-01-15 15:23:27 +00:00 |
|
ApiQueryLangLinks.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryLinks.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryLogEvents.php
|
API: Adding missing description for leprop parameter
|
2007-12-12 19:30:17 +00:00 |
|
ApiQueryRecentChanges.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryRevisions.php
|
Quick solution for problems with limit=max when using slow queries: allowing modules to delay the parsing of limit=max until they get the actual maximum values, and making them parse it by themselves.
|
2008-01-05 10:05:34 +00:00 |
|
ApiQuerySearch.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQuerySiteinfo.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryUserContributions.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |
|
ApiQueryUserInfo.php
|
(bug 12413) meta=userinfo missing <query> tag
|
2007-12-26 17:51:21 +00:00 |
|
ApiQueryWatchlist.php
|
API: Adding wlshow parameter to list=watchlist to allow for filtering (non-)minor, (non-)bot and (non-)anon edits
|
2008-01-15 16:08:21 +00:00 |
|
ApiResult.php
|
API: Fixing bug in iiprop=metadata handling:
|
2007-10-20 18:27:39 +00:00 |
|
ApiRollback.php
|
API: Unifying "the ... parameter must be set" messages into one ('missingparam'), expanding $1 in error codes as well.
|
2008-01-18 16:01:31 +00:00 |
|
ApiUnblock.php
|
API: Various docu and clean-up.
|
2008-01-12 07:08:17 +00:00 |
|
ApiUndelete.php
|
Revert r28215: incorrectly moved files
|
2007-12-06 18:33:18 +00:00 |