| .. |
|
ApiBase.php
|
Changed ereg(i)_replace to preg_replace, the former is throwing E_DEPRECATED since PHP 5.3
|
2009-03-18 19:25:29 +00:00 |
|
ApiBlock.php
|
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
|
2009-03-06 13:49:44 +00:00 |
|
ApiDelete.php
|
* API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when the current user is blocked
|
2009-03-07 12:58:41 +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 17774) API pretends action=query doesn't exist for users without read rights
|
2009-03-06 13:49:44 +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
|
Fix E_WARNING reported by siebrand
|
2009-02-05 15:31:06 +00:00 |
|
ApiFormatBase.php
|
Changed ereg(i)_replace to preg_replace, the former is throwing E_DEPRECATED since PHP 5.3
|
2009-03-18 19:25:29 +00:00 |
|
ApiFormatDbg.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFormatJson.php
|
API: (bug 16798) Fix for PHP bug 46944 (PHP's JSON formatter encodes certain UTF8 characters incorrectly) by falling back to our own formatter if PHP's is broken. Also fix up our own JSON formatter which also messed up these characters, albeit in a different way. Slightly modified patch by Brad Jorsch.
|
2009-01-12 14:11:20 +00:00 |
|
ApiFormatJson_json.php
|
* svn:eol-style native for r45755
|
2009-01-15 10:18:44 +00:00 |
|
ApiFormatPhp.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFormatRaw.php
|
Nitpicking brigade: fix copyright year
|
2009-02-04 14:18:53 +00:00 |
|
ApiFormatTxt.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFormatWddx.php
|
War on wfElement() and friends. Call the Xml members directly, rather than using old wrappers.
|
2008-12-14 19:14:21 +00:00 |
|
ApiFormatXml.php
|
* API: (bug 17326) BREAKING CHANGE: Changing output format for prop=imageinfo&iiprop=metadata to something based on name/value pairs. This means we don't use parts of the metadata in attributes anymore, something that caused invalid XML to be output. For more info on the exact format, see the mediawiki-api mailing list
|
2009-02-03 16:25:50 +00:00 |
|
ApiFormatYaml.php
|
WARNING: HUGE COMMIT
|
2008-05-20 17:13:28 +00:00 |
|
ApiFormatYaml_spyc.php
|
* fix doxygen warnings
|
2008-12-08 17:29:24 +00:00 |
|
ApiHelp.php
|
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
|
2009-03-06 13:49:44 +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
|
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
|
2009-03-06 13:49:44 +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
|
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
|
2009-03-06 13:49:44 +00:00 |
|
ApiMove.php
|
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
|
2009-03-06 13:49:44 +00:00 |
|
ApiOpenSearch.php
|
API: Fix up r47142: use a boolean parameter for suggest
|
2009-02-12 17:27:05 +00:00 |
|
ApiPageSet.php
|
Fix logic error from bad casing
|
2009-02-18 05:29:11 +00:00 |
|
ApiParamInfo.php
|
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
|
2009-03-06 13:49:44 +00:00 |
|
ApiParse.php
|
Fixed bug #11213 - [edit] section links in printable version interfere with cut-and-paste of article text
|
2009-03-18 23:27:48 +00:00 |
|
ApiPatrol.php
|
* API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when the current user is blocked
|
2009-03-07 12:58:41 +00:00 |
|
ApiProtect.php
|
* API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when the current user is blocked
|
2009-03-07 12:58:41 +00:00 |
|
ApiPurge.php
|
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
|
2009-03-06 13:49:44 +00:00 |
|
ApiQuery.php
|
(bug 17871) Mention that exportnowrap format is the same as Special:Export.
|
2009-03-11 13:35:19 +00:00 |
|
ApiQueryAllCategories.php
|
API: Some cleanup
|
2009-02-27 16:03:01 +00:00 |
|
ApiQueryAllimages.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 |
|
ApiQueryAllLinks.php
|
API: Some cleanup
|
2009-02-27 16:03:01 +00:00 |
|
ApiQueryAllmessages.php
|
Fix up r47037, which was itself a fix-up of r46845. Change suggested by Brad Jorsch
|
2009-02-09 19:24:28 +00:00 |
|
ApiQueryAllpages.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 |
|
ApiQueryAllUsers.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 |
|
ApiQueryBacklinks.php
|
API: Change Image: to File: in examples
|
2009-03-09 10:44:34 +00:00 |
|
ApiQueryBase.php
|
* API: (bug 17529) rvend ignored when rvstartid is specified
|
2009-02-18 15:26:09 +00:00 |
|
ApiQueryBlocks.php
|
Fix check against wrong permission (should be 'hideuser')
|
2009-03-09 10:01:00 +00:00 |
|
ApiQueryCategories.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 |
|
ApiQueryCategoryInfo.php
|
API: Some cleanup
|
2009-02-27 16:03:01 +00:00 |
|
ApiQueryCategoryMembers.php
|
API: Some cleanup
|
2009-02-27 16:03:01 +00:00 |
|
ApiQueryDeletedrevs.php
|
quick fix: add WHERE ar_deleted = 0. Nicer would be to make revision objects from the rows like queryRevisions does.
|
2009-03-09 09:08:40 +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
|
API: Some cleanup
|
2009-02-27 16:03:01 +00:00 |
|
ApiQueryImageInfo.php
|
API: Change Image: to File: in examples
|
2009-03-09 10:44:34 +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
|
API: Fix E_NOTICE which broke displaying of legacy restrictions (page.page_restrictions) in prop=info
|
2009-03-17 15:18:26 +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 up r47901: don't return the string "true" or "false", be consistent with the rest of the API
|
2009-03-01 11:02:49 +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
|
API: Some cleanup
|
2009-02-27 16:03:01 +00:00 |
|
ApiQueryRevisions.php
|
Followup to r48122: missed one
|
2009-03-07 13:13:27 +00:00 |
|
ApiQuerySearch.php
|
API: Some cleanup
|
2009-02-27 16:03:01 +00:00 |
|
ApiQuerySiteinfo.php
|
(bug 17795) Make meta=siteinfo respect $wgDisableCounters.
|
2009-03-05 13:52:14 +00:00 |
|
ApiQueryUserContributions.php
|
API: Fix up r46825:
|
2009-02-09 14:07:18 +00:00 |
|
ApiQueryUserInfo.php
|
API: Some cleanup
|
2009-02-27 16:03:01 +00:00 |
|
ApiQueryUsers.php
|
API: Some cleanup
|
2009-02-27 16:03:01 +00:00 |
|
ApiQueryWatchlist.php
|
API: Some cleanup
|
2009-02-27 16:03:01 +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
|
Proposed fix for bug 17552. Also the name of the function should be changed, because there's nothing internal about it.
|
2009-02-18 12:41:28 +00:00 |
|
ApiRollback.php
|
* API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when the current user is blocked
|
2009-03-07 12:58:41 +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
|
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
|
2009-03-06 13:49:44 +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 |