| .. |
|
ApiBase.php
|
Escape $1 in message (was PHP syntax error)
|
2008-09-14 14:24:54 +00:00 |
|
ApiBlock.php
|
(bug 15486) API action=block ignores autoblock parameter
|
2008-09-05 15:05:57 +00:00 |
|
ApiDelete.php
|
API: Uniformizing descriptions for write modules
|
2008-09-07 19:12:41 +00:00 |
|
ApiEditPage.php
|
(bug 15473) Correcting Doxygen comment for ApiEditPage
|
2008-09-04 13:40:33 +00:00 |
|
ApiEmailUser.php
|
API: Uniformizing descriptions for write modules
|
2008-09-07 19:12:41 +00:00 |
|
ApiExpandTemplates.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFeedWatchlist.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFormatBase.php
|
* (bug 15392) ApiFormatBase::formatHTML now uses $wgUrlProtocols.
|
2008-08-31 17:11:22 +00:00 |
|
ApiFormatDbg.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFormatJson.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFormatJson_json.php
|
Wrapped certain tricky constructs in @cond/@endcond to prevent Doxygen
|
2008-08-06 03:55:49 +00:00 |
|
ApiFormatPhp.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFormatTxt.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFormatWddx.php
|
* (bug 15497) Removed encoding attribute from <?xml ?> tags
|
2008-09-10 13:39:24 +00:00 |
|
ApiFormatXml.php
|
* (bug 15497) Removed encoding attribute from <?xml ?> tags
|
2008-09-10 13:39:24 +00:00 |
|
ApiFormatYaml.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFormatYaml_spyc.php
|
(bug 15448) YAML output returns empty strings instead of 0. Surprisingly, this was not caused by PHP's "helpful" 0=='' ; research shows this was a regression from r32485 that no one ever noticed
|
2008-09-03 14:47:49 +00:00 |
|
ApiHelp.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiLogin.php
|
(bug 15479) action=login no longer sets wait parameter when result="Throttled"; regression from r40054
|
2008-09-04 19:48:48 +00:00 |
|
ApiLogout.php
|
* Add wfRunHook calls where appropriate
|
2008-05-24 20:44:49 +00:00 |
|
ApiMain.php
|
API: Adding APIAfterExecute, APIQueryAfterExecute and APIQueryGeneratorAfterExecute hooks to make extending core modules possible in a cleaner way
|
2008-09-17 18:49:22 +00:00 |
|
ApiMove.php
|
API: Uniformizing descriptions for write modules
|
2008-09-07 19:12:41 +00:00 |
|
ApiOpenSearch.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiPageSet.php
|
(bug 15228) Throw a warning instead of an error when revids= and redirects are combined. Also fixed a bug that caused warnings thrown in ApiPageSet.php to appear in an <ApiPageSet> tag rather than <query>
|
2008-08-18 20:48:45 +00:00 |
|
ApiParamInfo.php
|
(bug 15359) Add APIGetAllowedParams and APIGetParamDescription hooks
|
2008-09-07 19:04:51 +00:00 |
|
ApiParse.php
|
ApiParse: Don't display revid="" when there is no revid.
|
2008-07-03 15:01:50 +00:00 |
|
ApiPatrol.php
|
* Split patrol code
|
2008-09-04 15:17:51 +00:00 |
|
ApiProtect.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiPurge.php
|
(bug 15466) Added action=purge to the API. Modified patch by ^demon
|
2008-09-04 21:53:43 +00:00 |
|
ApiQuery.php
|
API: Adding APIAfterExecute, APIQueryAfterExecute and APIQueryGeneratorAfterExecute hooks to make extending core modules possible in a cleaner way
|
2008-09-17 18:49:22 +00:00 |
|
ApiQueryAllCategories.php
|
API:
|
2008-08-27 16:48:30 +00:00 |
|
ApiQueryAllimages.php
|
API:
|
2008-08-27 16:48:30 +00:00 |
|
ApiQueryAllLinks.php
|
API:
|
2008-08-27 16:48:30 +00:00 |
|
ApiQueryAllmessages.php
|
API: More cleanup:
|
2008-07-10 14:28:09 +00:00 |
|
ApiQueryAllpages.php
|
API:
|
2008-08-27 16:48:30 +00:00 |
|
ApiQueryAllUsers.php
|
Fix regression from r36678: we can't use $this->dieUsageMsg() in a static method, so let's make ApiQueryBase::keyToTitle() and titleToKey() non-static.
|
2008-06-29 22:26:23 +00:00 |
|
ApiQueryBacklinks.php
|
API:
|
2008-08-19 15:05:29 +00:00 |
|
ApiQueryBase.php
|
(bug 15471) Fix regression from r40088 which caused apprefix=Main_Page/ to fail because Main Page/. is not a valid title
|
2008-09-04 13:42:22 +00:00 |
|
ApiQueryBlocks.php
|
Cleanup from r37839: just put ipb_auto in the relevant arrays. We have those arrays so we don't have to add if($fld_a || $fld_b) for every crazy flag combination in existence.
|
2008-07-21 21:37:11 +00:00 |
|
ApiQueryCategories.php
|
(bug 15348) prop=categories returns timestamps that aren't in ISO 8601 format
|
2008-08-28 16:26:27 +00:00 |
|
ApiQueryCategoryInfo.php
|
API: More cleanup:
|
2008-07-10 14:28:09 +00:00 |
|
ApiQueryCategoryMembers.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiQueryDeletedrevs.php
|
Revert r40792. Filesort is gone, but table scan is still there for time range.
|
2008-09-13 20:41:58 +00:00 |
|
ApiQueryExternalLinks.php
|
API: Add paging (i.e. limit and continue) parameters to prop={links,templatelinks,langlinks,extlinks,categories,images}. This means that these modules will no longer request data from the database without a LIMIT, and that clients will have to use the query-continue method to get all the results.
|
2008-07-07 17:32:22 +00:00 |
|
ApiQueryExtLinksUsage.php
|
API: Change descriptions for some limit parameters to actually refer to the correct type of result
|
2008-07-22 13:26:15 +00:00 |
|
ApiQueryImageInfo.php
|
* Don't force rendering in File::getThumbnail(). The old code (pre-filerepo) required rendering to be forced all the time, the new code is much smarter about when to render and doesn't need rendering to be forced. Forcing rendering causes non-scaler servers to be used for scaling.
|
2008-09-05 04:23:24 +00:00 |
|
ApiQueryImages.php
|
Revert most of r37534, which was an over-revert: just changing addQuotes() back to strencode() was enough.
|
2008-07-10 21:20:43 +00:00 |
|
ApiQueryInfo.php
|
(bug 15535) prop=info&inprop=protection doesn't list pre-1.10 protections if the page is also protected otherwise (1.10+ style or cascading)
|
2008-09-09 20:42:19 +00:00 |
|
ApiQueryLangLinks.php
|
Partial revert of r37502, 37503: double-quoting of SQL strings
|
2008-07-10 21:08:37 +00:00 |
|
ApiQueryLinks.php
|
(bug 15173) Make prop={links,templatelinks} not break in PostgreSQL
|
2008-08-16 21:02:31 +00:00 |
|
ApiQueryLogEvents.php
|
* (bug 15492) list=recentchanges&rctype=log does't list log action
|
2008-09-06 12:18:36 +00:00 |
|
ApiQueryRandom.php
|
Tweaks for r40686, r40687:
|
2008-09-10 13:30:42 +00:00 |
|
ApiQueryRecentChanges.php
|
* (bug 15492) list=recentchanges&rctype=log does't list log action
|
2008-09-06 12:18:36 +00:00 |
|
ApiQueryRevisions.php
|
* Split patrol code
|
2008-09-04 15:17:51 +00:00 |
|
ApiQuerySearch.php
|
API: Let list=search throw away missing titles. Lucene will sometimes give us pages that have recently been deleted.
|
2008-08-16 21:00:19 +00:00 |
|
ApiQuerySiteinfo.php
|
Deprecate SiteStats::admins() in favor of SiteStats::numberingroup('sysop'). Should make bug 13471 easy.
|
2008-07-28 15:49:44 +00:00 |
|
ApiQueryUserContributions.php
|
* Added flag "top" to list=usercontribs if the user is the last contributor to the page
|
2008-07-09 11:44:49 +00:00 |
|
ApiQueryUserInfo.php
|
Revert r35178 and normalize User's getID() and setID() methods to prettier getId() and setId()
|
2008-05-22 16:39:43 +00:00 |
|
ApiQueryUsers.php
|
API change: Registration time of users registered before the DB field was created is now shown as empty instead of the current time.
|
2008-07-25 13:59:24 +00:00 |
|
ApiQueryWatchlist.php
|
API: Change descriptions for some limit parameters to actually refer to the correct type of result
|
2008-07-22 13:26:15 +00:00 |
|
ApiResult.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiRollback.php
|
Remove unused global declaration.
|
2008-09-11 02:03:34 +00:00 |
|
ApiUnblock.php
|
wfReadOnly now checked in ApiMain::requestWriteMode
|
2008-08-28 20:25:53 +00:00 |
|
ApiUndelete.php
|
wfReadOnly now checked in ApiMain::requestWriteMode
|
2008-08-28 20:25:53 +00:00 |
|
ApiWatch.php
|
missing svn:keywords property
|
2008-09-04 22:20:32 +00:00 |