wiki.techinc.nl/includes
Kevin Israel 1efdda25ee FormatJson: Make it possible to change the indent string
This is to allow consistency with MediaWiki PHP and JS files (e.g. when
generating JSON i18n files), not because tabs are "better" than spaces for
indenting code (both have advantages and disadvantages).

Because PHP's json_encode() function hardcodes the indent string, using tabs
has a performance cost (in post-processing the output) and is less suitable
for web output; thus the API and ResourceLoader debug mode will continue to
use four spaces. Adjusting the maintenance scripts and JSON files is left to
separate change sets.

Bug: 63444
Change-Id: Ic915c50b0acd2e236940b70d5dd48ea87954c9d5
2014-04-16 10:00:10 -04:00
..
actions Fixed some @params documentation 2014-04-14 12:59:19 +00:00
api Cache RecentChanges Atom feed in varnish for 15 seconds 2014-04-14 13:51:03 +01:00
cache Fix language statistics after messages have been moved to JSON 2014-04-02 20:05:51 +02:00
changes Fixed some @params documentation 2014-04-14 19:52:18 +00:00
clientpool Fixed some @params documentation 2014-04-14 12:59:19 +00:00
composer Fix path after file got moved 2014-04-05 19:49:21 +02:00
config
content Fixed some @params documentation 2014-04-14 12:59:19 +00:00
context Fixed some @params documentation 2014-04-14 19:52:18 +00:00
dao Fixed some @params documentation 2014-04-14 12:59:19 +00:00
db Fixing bug #63738: Debug msg not showing correctly 2014-04-12 15:12:38 +02:00
debug Better memory reporting when running in HHVM 2014-04-02 22:04:32 +00:00
deferred Fixed some @params documentation 2014-04-14 19:52:18 +00:00
diff Fixed some @params documentation 2014-04-14 19:52:18 +00:00
exception Fixed some @params documentation 2014-04-14 19:52:18 +00:00
externalstore Fixed some @params documentation 2014-04-14 19:52:18 +00:00
filebackend Made preloadFileStat/preloadCache actually work for FileBackendMultiWrite 2014-04-12 15:42:39 -07:00
filerepo Merge "Ignore height as well as width for framed images." 2014-04-14 20:07:58 +00:00
gallery Fixed some @params documentation 2014-04-14 19:52:18 +00:00
htmlform Restore text for "Other" reason on Special:Block reason list 2014-04-09 19:40:39 +00:00
installer Localisation updates from https://translatewiki.net. 2014-04-15 20:31:32 +00:00
interwiki
jobqueue Removed $wgMaxBacklinksInvalidate 2014-04-10 23:54:31 +00:00
json FormatJson: Make it possible to change the indent string 2014-04-16 10:00:10 -04:00
libs Set the "error" field in the right array 2014-04-07 13:15:31 -07:00
logging Add 'messages used' comment 2014-04-13 15:47:07 +00:00
media Merge "Wrap djvu large local copy downloads in pool counter" 2014-04-13 22:30:40 +00:00
normal Changing URLs of mediawiki.org in scripts to the SSL-based website 2014-03-13 22:28:14 +00:00
objectcache Fix spacing after @param and friends in comments 2014-04-05 20:02:29 +00:00
parser Merge "Handle conflicting image format options in predictable way." 2014-04-15 16:50:38 +00:00
poolcounter Fix [missing] variables in @param docs 2014-04-06 20:11:30 +02:00
profiler Make profiling to UDP work again 2014-04-15 00:33:36 +00:00
rcfeed Fixed some @params documentation 2014-04-14 19:52:18 +00:00
resourceloader ResourceLoader::makeLoaderImplementScript: Bind args as '$' and 'jQuery' 2014-04-11 18:15:11 +00:00
revisiondelete Fix spacing after @param and friends in comments 2014-04-05 20:02:29 +00:00
search Changed some comments from /// to /** @var */ 2014-04-07 05:01:19 +00:00
site Fix [missing] variables in @param docs 2014-04-06 20:11:30 +02:00
specialpage ChangesListSpecialPage: Implement two new hooks superseding 4 old ones 2014-04-11 22:53:35 +02:00
specials Avoid implict User::__toString in SpecialContributions.php 2014-04-15 19:11:24 +00:00
templates Merge "Link to existing login help page by default from helplogin-url" 2014-03-19 10:48:19 +00:00
title Fix CS double space in TitleValue return 2014-04-14 13:43:46 +01:00
upload Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
utils Handle null file handles in UIDGenerator::_destruct() 2014-04-08 16:13:44 +00:00
.htaccess
AjaxDispatcher.php
AjaxResponse.php Try to make a dent in CodeSniffer reports on includes/ (1) 2014-03-23 01:29:41 +00:00
Article.php Merge "Suppress section edit links with action=render" 2014-03-26 18:23:01 +00:00
AuthPlugin.php Changing URLs of mediawiki.org in scripts to the SSL-based website 2014-03-12 23:24:03 +00:00
AutoLoader.php Profiler class refactoring 2014-04-14 16:46:55 +00:00
Autopromote.php Try to make a dent in CodeSniffer reports on includes/ (1) 2014-03-23 01:29:41 +00:00
Block.php Changed some comments from /// to /** @var */ 2014-04-07 05:01:19 +00:00
CacheHelper.php Try to make a dent in CodeSniffer reports on includes/ (1) 2014-03-23 01:29:41 +00:00
Category.php Try to make a dent in CodeSniffer reports on includes/ (1) 2014-03-23 01:29:41 +00:00
Categoryfinder.php
CategoryPage.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
CategoryViewer.php Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
ChangesFeed.php Fix CodeSniffer errors and warnings 2014-03-12 12:50:43 +01:00
ChangeTags.php Try to make a dent in CodeSniffer reports on includes/ (1) 2014-03-23 01:29:41 +00:00
Collation.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
Cookie.php
DefaultSettings.php Profiler class refactoring 2014-04-14 16:46:55 +00:00
Defines.php
DeprecatedGlobal.php
EditPage.php Merge "New hook for readonly editpages" 2014-04-15 18:15:59 +00:00
Export.php Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
FakeTitle.php
Fallback.php
Feed.php Changing URLs of mediawiki.org in scripts to the SSL-based website 2014-03-12 23:24:03 +00:00
FeedUtils.php
FileDeleteForm.php Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
ForkController.php
FormOptions.php Fix formatting of some php docs 2014-03-15 20:49:55 +00:00
GitInfo.php Rename some local vars to start with a lowercase letter 2014-03-15 21:03:05 +00:00
GlobalFunctions.php Revert "Work around HHVM bug with stdin/stdout in proc_open()" 2014-04-11 22:07:19 +00:00
HistoryBlob.php Fix formatting of some php docs 2014-03-15 20:49:55 +00:00
Hooks.php
Html.php Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
HtmlFormatter.php Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
HttpFunctions.php Fix spacing after @param and friends in comments 2014-04-05 20:02:29 +00:00
ImagePage.php
ImageQueryPage.php
Import.php Changing URLs of mediawiki.org in scripts to the SSL-based website 2014-03-12 23:24:03 +00:00
Init.php
Licenses.php
limit.sh
Linker.php Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
LinkFilter.php
MagicWord.php Fix spacing after @param and friends in comments 2014-04-05 20:02:29 +00:00
MediaWikiVersionFetcher.php Fixed spacing 2014-03-20 20:37:30 +00:00
Message.php Changing a message's lang must reset cached text. 2014-04-16 12:17:47 +02:00
MessageBlobStore.php
mime.info
mime.types
MimeMagic.php Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
MWTimestamp.php
Namespace.php
OutputHandler.php
OutputPage.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
PageQueryPage.php
Pager.php Fix spacing between two functions 2014-03-15 20:57:23 +00:00
PathRouter.php PathRouter: Fix documentation typo 2014-03-07 23:50:06 +00:00
PHPVersionError.php Couple more 1.24 bumps 2014-04-14 17:39:53 +01:00
Preferences.php Merge "Rename Skin::getUsableSkins() to Skin::getAllowedSkins()" 2014-04-13 00:30:53 +00:00
PrefixSearch.php Followup af6d9aba: $search is a string, not an object 2014-04-15 11:50:10 -07:00
ProtectionForm.php Changing URLs of mediawiki.org in scripts to the SSL-based website 2014-03-12 23:24:03 +00:00
QueryPage.php Add Special:ListDuplicatedFiles expensive query special page. 2014-03-24 00:16:05 -03:00
Revision.php
RevisionList.php
Sanitizer.php Rename some local vars to start with a lowercase letter 2014-03-15 21:03:05 +00:00
Setup.php Normalise comments in Setup.php 2014-04-14 00:17:14 +00:00
SiteConfiguration.php
SiteStats.php
Skin.php Add @since to Skin::getAllowedSkins 2014-04-16 05:10:17 +00:00
SkinTemplate.php Add extra views (tabs) for files in a foreign repository 2014-04-07 20:00:11 +10:00
SquidPurgeClient.php
StatCounter.php
Status.php Removed unneeded spaces and colons in @param and friends 2014-04-08 16:02:49 +00:00
StreamFile.php
StubObject.php
tidy.conf
TimestampException.php Fixed spacing 2014-03-20 20:37:30 +00:00
Title.php Document new param of Title::countRevisionsBetween 2014-04-10 19:58:34 +02:00
TitleArray.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
TitleArrayFromResult.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
User.php Fixed spacing 2014-03-20 20:37:30 +00:00
UserArray.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
UserArrayFromResult.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
UserMailer.php Merge "Don't use isset() to check whether an existing variable is null" 2014-03-18 11:39:20 +00:00
UserRightsProxy.php
WatchedItem.php Fix formatting of some php docs 2014-03-15 20:49:55 +00:00
WebRequest.php Changing URLs of mediawiki.org in scripts to the SSL-based website 2014-03-12 23:24:03 +00:00
WebResponse.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
WebStart.php Clean up access points 2014-03-28 01:05:30 +00:00
Wiki.php Merge "Avoid site outages due to broken job queues" 2014-04-15 01:13:29 +00:00
WikiCategoryPage.php
WikiFilePage.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
WikiMap.php Changing URLs of mediawiki.org in scripts to the SSL-based website 2014-03-12 23:24:03 +00:00
WikiPage.php Make doEditContent call $dbw->rollback() if exception happens 2014-04-06 02:38:09 +00:00
Xml.php Fix spacing after @param and friends in comments 2014-04-05 20:02:29 +00:00
ZhConversion.php zhtable: Add zh2Hant rule 箱里 => 箱裡 2014-04-09 08:45:27 +00:00