| .. |
|
ApiBase.php
|
Don't make two database requests to load the same object, again.
|
2012-05-04 22:10:36 +02:00 |
|
ApiBlock.php
|
Merge "(bug 19195) Make user IDs more readily available with the API"
|
2012-05-10 18:47:42 +00:00 |
|
ApiComparePages.php
|
(bug 32498) Allow comparing pages using pageids
|
2012-04-08 00:30:54 +01:00 |
|
ApiDelete.php
|
Don't make two database requests to load the same object, again.
|
2012-05-04 22:10:36 +02:00 |
|
ApiDisabled.php
|
Change usage of quotes in API messages from ``x'' to "x".
|
2012-01-13 21:11:27 +00:00 |
|
ApiEditPage.php
|
Don't make two database requests to load the same object, again.
|
2012-05-04 22:10:36 +02:00 |
|
ApiEmailUser.php
|
Removed usage of global objects in SpecialEmailUser
|
2012-04-13 13:05:36 +02:00 |
|
ApiExpandTemplates.php
|
|
|
|
ApiFeedContributions.php
|
Use right case for Title::makeTitle
|
2012-05-05 16:08:47 +02:00 |
|
ApiFeedWatchlist.php
|
|
|
|
ApiFileRevert.php
|
Explicitly specify that filename in filerevert is without namespace
|
2012-05-01 18:54:14 +02:00 |
|
ApiFormatBase.php
|
Changed the format to lowercase in help message
|
2012-04-30 17:52:27 +02:00 |
|
ApiFormatDbg.php
|
|
|
|
ApiFormatDump.php
|
|
|
|
ApiFormatJson.php
|
|
|
|
ApiFormatPhp.php
|
|
|
|
ApiFormatRaw.php
|
|
|
|
ApiFormatTxt.php
|
|
|
|
ApiFormatWddx.php
|
|
|
|
ApiFormatXml.php
|
|
|
|
ApiFormatYaml.php
|
|
|
|
ApiHelp.php
|
|
|
|
ApiImport.php
|
(bug 30975) API import of pages with invalid characters in this wiki
|
2012-04-29 20:14:40 +02:00 |
|
ApiLogin.php
|
Change usage of quotes in API messages from ``x'' to "x".
|
2012-01-13 21:11:27 +00:00 |
|
ApiLogout.php
|
Consistency: made all API examples a verbs
|
2012-01-12 17:36:06 +00:00 |
|
ApiMain.php
|
Fix for r113993: don't log UsageException instances
|
2012-05-08 11:05:09 +10:00 |
|
ApiMove.php
|
|
|
|
ApiOpenSearch.php
|
|
|
|
ApiOptions.php
|
Move optionstoken from meta=userinfo to action=tokens.
|
2012-05-06 16:07:17 +02:00 |
|
ApiPageSet.php
|
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
|
2012-02-09 18:01:54 +00:00 |
|
ApiParamInfo.php
|
Examples can just be a string
|
2012-02-24 02:06:39 +00:00 |
|
ApiParse.php
|
(bug 28814) add properties to output of action=parse
|
2012-05-05 22:00:45 +02:00 |
|
ApiPatrol.php
|
|
|
|
ApiProtect.php
|
Don't make two database requests to load the same object, again.
|
2012-05-04 22:10:36 +02:00 |
|
ApiPurge.php
|
Fix bug 32948:
|
2012-01-21 07:59:25 +00:00 |
|
ApiQuery.php
|
Corrected capitalization in the file and class names of API modules
|
2012-04-16 23:53:56 +02:00 |
|
ApiQueryAllCategories.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryAllImages.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryAllLinks.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryAllMessages.php
|
Corrected capitalization in the file and class names of API modules
|
2012-04-16 23:53:56 +02:00 |
|
ApiQueryAllPages.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryAllUsers.php
|
Merge "(bug 19195) Make user IDs more readily available with the API"
|
2012-05-10 18:47:42 +00:00 |
|
ApiQueryBacklinks.php
|
Don't make two database requests to load the same object, again.
|
2012-05-04 22:10:36 +02:00 |
|
ApiQueryBase.php
|
(bug 19195) Make user IDs more readily available with the API
|
2012-04-22 14:20:46 +02:00 |
|
ApiQueryBlocks.php
|
Fix possibly undefined variables
|
2012-02-18 01:07:42 +00:00 |
|
ApiQueryCategories.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryCategoryInfo.php
|
|
|
|
ApiQueryCategoryMembers.php
|
Fixed typo in description in categorymembers module
|
2012-05-10 20:36:34 +02:00 |
|
ApiQueryDeletedrevs.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryDisabled.php
|
Change usage of quotes in API messages from ``x'' to "x".
|
2012-01-13 21:11:27 +00:00 |
|
ApiQueryDuplicateFiles.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryExternalLinks.php
|
|
|
|
ApiQueryExtLinksUsage.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryFilearchive.php
|
Merge "ORDER BY/GROUP BY accept arrays"
|
2012-05-08 18:10:38 +00:00 |
|
ApiQueryImageInfo.php
|
Make getContinueStr protected as it's used in subclass by TMH
|
2012-05-08 19:08:43 +01:00 |
|
ApiQueryImages.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryInfo.php
|
Move optionstoken from meta=userinfo to action=tokens.
|
2012-05-06 16:07:17 +02:00 |
|
ApiQueryIWBacklinks.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryIWLinks.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryLangBacklinks.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryLangLinks.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryLinks.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQueryLogEvents.php
|
Documentation updates
|
2012-03-05 15:23:04 +00:00 |
|
ApiQueryPageProps.php
|
|
|
|
ApiQueryProtectedTitles.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryQueryPage.php
|
Add maxresults to list=querypage
|
2012-05-12 17:11:47 +02:00 |
|
ApiQueryRandom.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQueryRecentChanges.php
|
(bug 27757) API method for retrieving tokens
|
2012-04-02 18:06:03 +01:00 |
|
ApiQueryRevisions.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiQuerySearch.php
|
Reverted r108743 per CR comment. This should at least be discussed first.
|
2012-01-12 19:41:18 +00:00 |
|
ApiQuerySiteinfo.php
|
Add unit test for MWNamespace::isNonincludable
|
2012-05-11 19:52:34 +02:00 |
|
ApiQueryStashImageInfo.php
|
|
|
|
ApiQueryTags.php
|
|
|
|
ApiQueryUserContributions.php
|
Fixed whitespace in API classes
|
2012-05-02 15:48:02 +02:00 |
|
ApiQueryUserInfo.php
|
Merge "(bug 19195) Make user IDs more readily available with the API"
|
2012-05-10 18:47:42 +00:00 |
|
ApiQueryUsers.php
|
Merge "(bug 19195) Make user IDs more readily available with the API"
|
2012-05-10 18:47:42 +00:00 |
|
ApiQueryWatchlist.php
|
(bug 35723) Fix exception in API list=watchlist
|
2012-04-07 19:01:41 +10:00 |
|
ApiQueryWatchlistRaw.php
|
ORDER BY/GROUP BY accept arrays
|
2012-05-05 15:29:08 +02:00 |
|
ApiResult.php
|
|
|
|
ApiRollback.php
|
|
|
|
ApiRsd.php
|
|
|
|
ApiTokens.php
|
Move optionstoken from meta=userinfo to action=tokens.
|
2012-05-06 16:07:17 +02:00 |
|
ApiUnblock.php
|
Merge "(bug 19195) Make user IDs more readily available with the API"
|
2012-05-10 18:47:42 +00:00 |
|
ApiUndelete.php
|
Removed intval for undelete reason in API
|
2012-05-02 00:04:11 +02:00 |
|
ApiUpload.php
|
Normalising return statements
|
2012-04-27 16:40:14 +01:00 |
|
ApiUserrights.php
|
(bug 19195) Make user IDs more readily available with the API
|
2012-04-22 14:20:46 +02:00 |
|
ApiWatch.php
|
* (bug 34377) action=watch now parses messages using the correct title instead of "API"
|
2012-02-13 18:42:35 +00:00 |