| .. |
|
ApiBase.php
|
ApiBase.php: coding style cleanup, added more braces, trimmed trailing spaces, changed copyright symbol to the proper one
|
2010-02-20 19:39:51 +00:00 |
|
ApiBlock.php
|
ApiBlock.php: spacing & coding style tweaks, more braces, fixed copyright symbol
|
2010-02-21 12:32:46 +00:00 |
|
ApiDelete.php
|
API deletion module: trim trailing spaces, tweak coding style, change copyright symbol to a proper one, change "else if" to "elseif"
|
2010-02-19 12:54:09 +00:00 |
|
ApiDisabled.php
|
ApiDisabled.php: fix copyright symbol, coding style tweaks
|
2010-02-21 18:09:00 +00:00 |
|
ApiEditPage.php
|
Minor fixup to api/ApiEditPage.php to remove getMaxArticleSize function
|
2010-02-16 22:01:38 +00:00 |
|
ApiEmailUser.php
|
Followup to r62557 as per Roans comment
|
2010-02-16 21:59:16 +00:00 |
|
ApiExpandTemplates.php
|
Add/remove whitelines to increase readability in API code files
|
2010-01-23 22:26:40 +00:00 |
|
ApiFeedWatchlist.php
|
Stylize on Api
|
2010-02-19 01:25:57 +00:00 |
|
ApiFormatBase.php
|
Remove debug logging introduced in r62354
|
2010-02-12 14:09:42 +00:00 |
|
ApiFormatDbg.php
|
Normalise comment usage (# --> //)
|
2010-01-23 22:52:40 +00:00 |
|
ApiFormatJson.php
|
various eol whitespace now instead of when someone needs to do CR
|
2010-02-12 06:44:16 +00:00 |
|
ApiFormatPhp.php
|
stylize.php on API code
|
2010-01-11 15:55:52 +00:00 |
|
ApiFormatRaw.php
|
Add/remove whitelines to increase readability in API code files
|
2010-01-23 22:26:40 +00:00 |
|
ApiFormatTxt.php
|
Normalise comment usage (# --> //)
|
2010-01-23 22:52:40 +00:00 |
|
ApiFormatWddx.php
|
Add/remove whitelines to increase readability in API code files
|
2010-01-23 22:26:40 +00:00 |
|
ApiFormatXml.php
|
Start of blanket coverage of dieUsageMsg in getPossibleErrors
|
2010-02-13 00:09:05 +00:00 |
|
ApiFormatYaml.php
|
stylize.php on API code
|
2010-01-11 15:55:52 +00:00 |
|
ApiFormatYaml_spyc.php
|
Revert changes to Spyc in r61756: changes tabs to spaces, so it actually makes it worse. Also, I believe that we don't stylize libraries from external sources as a general rule
|
2010-01-31 21:54:29 +00:00 |
|
ApiHelp.php
|
stylize.php on API code
|
2010-01-11 15:55:52 +00:00 |
|
ApiImport.php
|
Followup to r62557 as per Roans comment
|
2010-02-16 21:59:16 +00:00 |
|
ApiLogin.php
|
API login module: coding style cleanup, remove stray semicolon, use proper copyright symbol
|
2010-02-18 14:53:30 +00:00 |
|
ApiLogout.php
|
stylize.php on API code
|
2010-01-11 15:55:52 +00:00 |
|
ApiMain.php
|
r65299 c5894 followup
|
2010-02-19 19:44:28 +00:00 |
|
ApiMove.php
|
Followup to r62557 as per Roans comment
|
2010-02-16 21:59:16 +00:00 |
|
ApiOpenSearch.php
|
API: Redo r62540 for all modules, easier than I first imagined
|
2010-02-15 20:42:43 +00:00 |
|
ApiPageSet.php
|
Complete dieUsage errors in 7 more Api files
|
2010-02-13 01:21:52 +00:00 |
|
ApiParamInfo.php
|
Fix r62331 - If we renamed a method, we need to to it everywhere!
|
2010-02-11 22:22:20 +00:00 |
|
ApiParse.php
|
Fixup result_array
|
2010-02-19 18:28:52 +00:00 |
|
ApiPatrol.php
|
Followup to r62557 as per Roans comment
|
2010-02-16 21:59:16 +00:00 |
|
ApiProtect.php
|
Refactor requiresToken to getTokenSalt - Returns salt if exists, null if no salt, else false if no token required
|
2010-02-15 23:53:43 +00:00 |
|
ApiPurge.php
|
Start of blanket coverage of dieUsageMsg in getPossibleErrors
|
2010-02-13 00:09:05 +00:00 |
|
ApiQuery.php
|
Implement 9 modules dieUsage errors
|
2010-02-13 00:48:31 +00:00 |
|
ApiQueryAllCategories.php
|
stylize.php on API code
|
2010-01-11 15:55:52 +00:00 |
|
ApiQueryAllimages.php
|
Implement 9 modules dieUsage errors
|
2010-02-13 00:48:31 +00:00 |
|
ApiQueryAllLinks.php
|
Complete dieUsage errors in 6 more Api files
|
2010-02-13 01:05:14 +00:00 |
|
ApiQueryAllmessages.php
|
Whitespace fixes for r62532
|
2010-02-15 18:47:32 +00:00 |
|
ApiQueryAllpages.php
|
Implement 9 modules dieUsage errors
|
2010-02-13 00:48:31 +00:00 |
|
ApiQueryAllUsers.php
|
Use 'AS' for column alias
|
2010-01-26 20:36:22 +00:00 |
|
ApiQueryBacklinks.php
|
Fixup spaces to tabs from r62404
|
2010-02-14 14:29:24 +00:00 |
|
ApiQueryBase.php
|
Fixup spaces to tabs from r62404
|
2010-02-14 14:29:24 +00:00 |
|
ApiQueryBlocks.php
|
Fix r62511: always select ipb_auto field
|
2010-02-15 12:20:52 +00:00 |
|
ApiQueryCategories.php
|
Followup to r62465, should be in an array
|
2010-02-14 15:19:45 +00:00 |
|
ApiQueryCategoryInfo.php
|
Add/remove whitelines to increase readability in API code files
|
2010-01-23 22:26:40 +00:00 |
|
ApiQueryCategoryMembers.php
|
Complete dieUsage errors in 7 more Api files
|
2010-02-13 01:21:52 +00:00 |
|
ApiQueryDeletedrevs.php
|
Complete dieUsage errors in 7 more Api files
|
2010-02-13 01:21:52 +00:00 |
|
ApiQueryDisabled.php
|
stylize.php on API code
|
2010-01-11 15:55:52 +00:00 |
|
ApiQueryDuplicateFiles.php
|
4 More dieUsage calls
|
2010-02-13 01:38:12 +00:00 |
|
ApiQueryExternalLinks.php
|
Normalise comment usage (# --> //)
|
2010-01-23 22:52:40 +00:00 |
|
ApiQueryExtLinksUsage.php
|
Implement 9 modules dieUsage errors
|
2010-02-13 00:48:31 +00:00 |
|
ApiQueryImageInfo.php
|
Stylize API files
|
2010-02-13 01:41:37 +00:00 |
|
ApiQueryImages.php
|
4 More dieUsage calls
|
2010-02-13 01:38:12 +00:00 |
|
ApiQueryInfo.php
|
Stylize API files
|
2010-02-13 01:41:37 +00:00 |
|
ApiQueryLangLinks.php
|
4 More dieUsage calls
|
2010-02-13 01:38:12 +00:00 |
|
ApiQueryLinks.php
|
Normalise comment usage (# --> //)
|
2010-01-23 22:52:40 +00:00 |
|
ApiQueryLogEvents.php
|
Implement 9 modules dieUsage errors
|
2010-02-13 00:48:31 +00:00 |
|
ApiQueryProtectedTitles.php
|
Finish (bug 18427) Comment (edit summary) parser option for API
|
2010-01-31 23:06:35 +00:00 |
|
ApiQueryRandom.php
|
Normalise comment usage (# --> //)
|
2010-01-23 22:52:40 +00:00 |
|
ApiQueryRecentChanges.php
|
Followup to r62465, should be in an array
|
2010-02-14 15:19:45 +00:00 |
|
ApiQueryRevisions.php
|
Fixup spaces to tabs from r62404
|
2010-02-14 14:29:24 +00:00 |
|
ApiQuerySearch.php
|
dieUsage getPossibleErrors in ApiQuerySearch and ApiQueryRevisions
|
2010-02-13 01:28:26 +00:00 |
|
ApiQuerySiteinfo.php
|
Implement 9 modules dieUsage errors
|
2010-02-13 00:48:31 +00:00 |
|
ApiQueryTags.php
|
More of r61437 (adding/removing whitespace)
|
2010-01-23 22:47:49 +00:00 |
|
ApiQueryUserContributions.php
|
Followup to r62465, should be in an array
|
2010-02-14 15:19:45 +00:00 |
|
ApiQueryUserInfo.php
|
Add/remove whitelines to increase readability in API code files
|
2010-01-23 22:26:40 +00:00 |
|
ApiQueryUsers.php
|
Add/remove whitelines to increase readability in API code files
|
2010-01-23 22:26:40 +00:00 |
|
ApiQueryWatchlist.php
|
Followup to r62465, should be in an array
|
2010-02-14 15:19:45 +00:00 |
|
ApiQueryWatchlistRaw.php
|
Followup to r62465, should be in an array
|
2010-02-14 15:19:45 +00:00 |
|
ApiResult.php
|
various eol whitespace now instead of when someone needs to do CR
|
2010-02-12 06:44:16 +00:00 |
|
ApiRollback.php
|
Followup to r62557 as per Roans comment
|
2010-02-16 21:59:16 +00:00 |
|
ApiUnblock.php
|
Followup to r62557 as per Roans comment
|
2010-02-16 21:59:16 +00:00 |
|
ApiUndelete.php
|
Followup to r62557 as per Roans comment
|
2010-02-16 21:59:16 +00:00 |
|
ApiUpload.php
|
Followup to r62557 as per Roans comment
|
2010-02-16 21:59:16 +00:00 |
|
ApiUserrights.php
|
Stylize on Api
|
2010-02-19 01:25:57 +00:00 |
|
ApiWatch.php
|
Rest of dieUsageMsg in getPossibleErrors
|
2010-02-13 00:28:27 +00:00 |