wiki.techinc.nl/includes
Leszek Manicki 4ec20438ab Fix ApiQueryInfo response for prop=watchers
Ie84e6feaa42db1bc7a1f89b56aed37dd7fe95ea4 part of them problem
with incorrect API response but if when no watchers data is
fetched (ie. due to early return in ApiQueryInfo::getWatcherInfo),
response contains "watchers": null instead of skipping "watchers"
key entirely.

Bug: T129482
Change-Id: I9cab120ec4e6a9cf4626678e45ef14ea8efc8cbc
2016-03-17 09:48:30 +00:00
..
actions Action:🏭 Don't crash on missing Action classes 2016-03-16 17:39:54 -07:00
api Fix ApiQueryInfo response for prop=watchers 2016-03-17 09:48:30 +00:00
cache Allow passing a language into Status::getWikiText() etc. 2016-03-09 22:35:19 +00:00
changes Adding number of changes info for grouped category changes 2016-03-15 21:19:17 +00:00
changetags Change remaining places to use short array syntax 2016-03-11 18:41:26 +01:00
clientpool Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
compat Remove various double empty newlines 2015-12-27 18:55:12 +00:00
composer Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
config Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
content Fix undefined $modelId in MWUnknownContentModelException 2016-03-14 21:57:03 +00:00
context context: Support setting title to null 2016-03-07 23:29:20 +00:00
dao Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
db DB: Correct argument documentation to match code. 2016-03-08 19:39:49 +01:00
debug Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
deferred Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
diff Change remaining places to use short array syntax 2016-03-11 18:41:26 +01:00
exception Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
export Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
externalstore Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
filebackend Add FileOperationReplication log to improve multiwrite backend logging 2016-03-07 13:55:27 -08:00
filerepo Move some LocalFile comments around 2016-03-11 14:14:40 -08:00
gallery Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
htmlform Don't add label-elements for elements that doesn't have one 2016-03-14 00:15:36 +01:00
import Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
installer Localisation updates from https://translatewiki.net. 2016-03-16 21:56:35 +01:00
interwiki Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
jobqueue Merge "Make Job::toString() handle array parameters better" 2016-03-16 18:20:27 +00:00
json Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
libs CSSMin: Remove file-existance filter in getLocalFileReferences() 2016-03-03 00:16:13 +00:00
logging Add tags support to patrol, protect, unblock, and undelete 2016-02-29 16:59:31 -05:00
mail Move EmailNotification::updateWatchlistTimestamp to WatchedItemStore 2016-03-08 18:44:05 +00:00
media Clean up XCFHandler::getImageSize() 2016-03-10 09:52:46 -05:00
objectcache Remove comments about isset( $string['foo'] ) being true on PHP 5.3 2016-02-17 20:12:30 +00:00
page Merge "Add tags support to patrol, protect, unblock, and undelete" 2016-03-03 16:28:45 +00:00
pager Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
parser Replace uses of join() by implode() 2016-03-08 18:24:16 +00:00
password Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
poolcounter Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
profiler Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
rcfeed Don't send RC_CATEGORIZE events to the IRC feed 2016-02-18 12:19:08 -08:00
registration registration: Improve error message for non-array attributes 2016-03-12 19:03:29 +00:00
resourceloader Drop deprecated $wgPreloadJavaScriptMwUtil 2016-03-16 16:44:07 +00:00
revisiondelete Change remaining places to use short array syntax 2016-03-11 18:41:26 +01:00
search completionSearch: try an exact match even if the backend returns no result 2016-03-11 09:40:40 +01:00
session Log a backtrace with "sessions are supposed to be disabled" message 2016-03-09 18:07:41 +00:00
site Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
skins Add link to anon's user page; remove "Not logged in" 2016-03-11 23:47:02 +01:00
specialpage SpecialPageFactory: Update main RequestContext in addition to globals 2016-03-08 16:31:07 +00:00
specials Use WatchedItemStore::removeWatch in SpecialEditWatchlist 2016-03-15 16:14:10 +00:00
templates Change remaining places to use short array syntax 2016-03-11 18:41:26 +01:00
tidy Tidy: <source> and <track> are empty elements 2016-02-21 19:30:55 +01:00
title Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
upload Merge "Make UploadBase use TempFSFile to wrap the temporary file" 2016-03-10 20:04:54 +00:00
user Merge "user: Remove debug entries from User::isValidUserName() rejections" 2016-03-10 16:26:38 +00:00
utils Replace uses of join() by implode() 2016-03-08 18:24:16 +00:00
widget MediaWiki Widgets: Add new SearchInputWidget 2016-03-03 16:29:40 +00:00
.htaccess
AjaxDispatcher.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
AjaxResponse.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
AuthPlugin.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
AutoLoader.php Merge "Remove fix for a 5.3 problem" 2016-02-29 14:46:40 +00:00
Autopromote.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Block.php Use ipb_id when updating expiry in Block::updateTimestamp() 2016-03-10 17:30:29 +00:00
Category.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CategoryFinder.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CategoryViewer.php CategoryViewer: Do opportunistic category recounts for mismatched file counts, too 2016-02-29 23:05:32 +01:00
Collation.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DefaultSettings.php Drop deprecated $wgPreloadJavaScriptMwUtil 2016-03-16 16:44:07 +00:00
Defines.php
DeprecatedGlobal.php
DerivativeRequest.php Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00
EditPage.php Move WatchedItem logic to WatchedItemStore 2016-03-08 15:41:22 +00:00
EventRelayerGroup.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Fallback.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FauxRequest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Feed.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FeedUtils.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FileDeleteForm.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ForkController.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FormOptions.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
GitInfo.php Change remaining places to use short array syntax 2016-03-11 18:41:26 +01:00
GlobalFunctions.php Replace uses of join() by implode() 2016-03-08 18:24:16 +00:00
HistoryBlob.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Hooks.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Html.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HtmlFormatter.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HttpFunctions.php HttpFunctions: Log in English 2016-03-10 00:44:36 +00:00
Licenses.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
limit.sh
Linker.php Linker: Avoid passing false to Title::newFromText 2016-03-02 23:10:28 +00:00
LinkFilter.php
LinkTarget.php Fix typo and improve code comments in LinkTarget 2016-02-15 12:56:25 +01:00
ListToggle.php Initialise array with contents in one go 2016-02-23 23:39:40 +00:00
MagicWord.php Add access modifiers to MagicWord.php 2016-03-01 10:56:04 +00:00
MagicWordArray.php Add access modifiers to MagicWordArray.php 2016-03-01 10:56:55 +00:00
MediaWiki.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MediaWikiVersionFetcher.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MergeHistory.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Message.php Message.php: Update comment to current implementation 2016-02-24 19:41:50 +00:00
mime.info MimeMagic: Set mime-type for .js to application/javascript 2016-01-26 01:52:36 +00:00
mime.types MimeMagic: Recognise font files 2016-02-27 19:52:08 +00:00
MimeMagic.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MovePage.php Move WatchedItem logic to WatchedItemStore 2016-03-08 15:41:22 +00:00
MWNamespace.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWTimestamp.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
NoLocalSettings.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
OutputHandler.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
OutputPage.php Merge "OutputPage: Set wgPageContentLanguage to pageViewLang instead of pageLang" 2016-03-11 08:45:15 +00:00
PageProps.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
PathRouter.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
PHPVersionCheck.php Bump required PHP version to 5.5.9 2016-02-10 06:46:53 +00:00
PHPVersionError.php phpcs: Use __DIR__ constant instead of calling 2015-11-15 21:14:42 +01:00
Preferences.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
PrefixSearch.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ProtectionForm.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Revision.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
RevisionList.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Sanitizer.php Match html5 unquoted attribute parsing 2016-02-22 00:50:06 +00:00
Setup.php Use header_register_callback to avoid caching responses with Set-Cookie headers 2016-03-08 14:38:22 -05:00
SiteConfiguration.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SiteStats.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Status.php Allow passing a language into Status::getWikiText() etc. 2016-03-09 22:35:19 +00:00
StreamFile.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
StubObject.php StubObject: Remove redundant _call() method in StubUserLang 2016-03-09 15:41:53 +00:00
TemplateParser.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Title.php Replace uses of join() by implode() 2016-03-08 18:24:16 +00:00
TitleArray.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TitleArrayFromResult.php
WatchedItem.php Wikimedia\Assert\Assert is never used 2016-03-11 16:37:19 +00:00
WatchedItemStore.php Add WatchedItemStore::countWatchedItems 2016-03-15 15:58:51 +00:00
WebRequest.php Use header_register_callback to avoid caching responses with Set-Cookie headers 2016-03-08 14:38:22 -05:00
WebRequestUpload.php WebRequestUpload: Use canonical header name in getHeader() 2016-02-25 21:06:40 +00:00
WebResponse.php Guard against allowing intermediate caching when cookies are present 2016-02-29 15:29:58 -07:00
WebStart.php build: Update mediawiki-codesniffer to 0.6.0, add "composer fix" 2016-02-17 02:54:42 -08:00
WikiMap.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Xml.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
XmlSelect.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00