wiki.techinc.nl/includes
Translation updater bot 079d64952e Localisation updates from https://translatewiki.net.
Change-Id: If74709b6ed923c2d3c9698871e01177e7374e2a3
2018-04-10 21:54:35 +02:00
..
actions Add protection for User: JSON pages in the same manner as JS & CSS ones 2018-03-29 14:33:46 +00:00
api Localisation updates from https://translatewiki.net. 2018-04-10 21:54:35 +02:00
auth Avoid use of deprecated SiteStatsUpdate::__construct() 2018-02-27 19:15:43 -08:00
cache Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
changes Make autopatrol third option in rc_patrolled and use it in API 2018-04-03 18:44:37 +02:00
changetags Remove deprecated functions from ChangeTags class 2018-03-26 10:22:16 -07:00
clientpool Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
collation Merge "Add collation for Abkhaz (ab)" 2018-01-23 18:42:29 +00:00
compat Hard deprecate UtfNormalUtil 2018-02-06 14:44:37 -08:00
composer build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 2018-03-29 21:53:10 +02:00
config Expose the latest modified index seen by EtcdConfig 2018-03-01 13:44:15 +01:00
content Merge "Add cleanup for handlers cache." 2018-03-15 23:48:16 +00:00
context Update MediaWiki\quietCall() -> Wikimedia\quietCall() 2018-02-10 10:49:33 +00:00
dao build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 2018-03-29 21:53:10 +02:00
db rdbms: Add a deprecationLogger callback 2018-04-05 22:25:08 +00:00
debug Remove internal use of deprecated $wgRequestTime 2018-03-18 04:41:12 +00:00
deferred Add test for WikiPage post-edit stats update 2018-03-06 00:43:39 +00:00
diff Normalize PHPDoc attributes 2018-03-16 22:59:15 -07:00
edit Remove deprecated PreparedEdit properties 2018-01-26 16:57:13 -08:00
editpage Use Sanitizer::mergeAttributes when merging classes into attributes 2018-01-05 10:32:56 +01:00
exception exception: Improve formatting of fatal error log messages 2018-03-21 19:27:12 +00:00
export Don't use deprecated NS_IMAGE* 2018-03-16 22:58:58 -07:00
externalstore Fix typo accessable --> accessible 2018-03-14 05:25:34 +00:00
filebackend Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
filerepo Move image_comment_temp entries when the file is moved 2018-03-18 11:37:05 -04:00
gallery Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
htmlform Drop HTMLForm & VFormHTMLForm::isVForm(), deprecated in 1.25 2018-03-26 10:55:41 -07:00
http Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
import Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
installer Localisation updates from https://translatewiki.net. 2018-04-10 21:54:35 +02:00
interwiki Remove superfluous spaces and semicolons in comments 2018-02-05 19:05:57 +00:00
jobqueue Move most User::clearAllNotifications() logic to WatchedItemStore 2018-03-23 10:26:13 +00:00
json
libs rdbms: Issue a deprecation warning if errors are ignored 2018-04-10 02:06:44 +00:00
linkeddata Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
linker Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
logging Make autopatrol third option in rc_patrolled and use it in API 2018-04-03 18:44:37 +02:00
mail Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
media Adjust tests for JPEG segmentation fix 2018-02-23 12:29:35 +00:00
objectcache Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
page Make autopatrol third option in rc_patrolled and use it in API 2018-04-03 18:44:37 +02:00
pager Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
parser Fix return type for html strings 2018-04-06 13:07:01 +02:00
password Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
poolcounter poolcounter: Fix type hint for PoolWorkArticleView::getParserOutput 2018-01-24 18:41:52 +00:00
preferences Log DefaultPreferencesFactory usage 2018-04-09 14:45:11 -07:00
profiler Merge "Cleanup ProfilerOutputDb try/catch logic for DBErrors" 2018-03-26 22:45:28 +00:00
rcfeed Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
registration Improve ExtensionRegistry test coverage 2018-02-12 20:36:50 -08:00
resourceloader resourceloader: Remove deprecated ResourceLoaderGetLessVars hook 2018-04-10 15:11:00 +01:00
revisiondelete Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
search Drop OpenSearch::getOpenSearchTemplate(), deprecated in 1.25 2018-03-08 10:43:28 +00:00
services Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
session Update MediaWiki\quietCall() -> Wikimedia\quietCall() 2018-02-10 10:49:33 +00:00
shell shell: Don't use --seccomp=@default for firejail < 0.9.50 support 2018-02-26 14:11:42 -08:00
site Fix (MediaWiki)Site::normalizePageName return type 2018-04-08 11:36:19 +02:00
skins Fix param doc of Skin::makeSpecialUrlSubpage 2018-04-06 20:55:34 +02:00
sparql Add SPARQL client to core 2018-02-06 12:56:08 -08:00
specialpage Merge "ChangesListSpecialPageTest: Use Database::makeList() instead of makeshift DIY code" 2018-04-10 13:08:20 +00:00
specials Revert "Convert SpecialPrefixIndex to class HTMLForm" 2018-04-10 09:28:48 +02:00
Storage Merge "MCR: replace slot_inherited with slot_origin" 2018-03-20 12:06:32 +00:00
templates Convert includes/Feed.php to Mustache templates 2017-12-13 15:18:20 -05:00
tidy Use PHP's implode() with the suggested order of arguments 2018-02-22 20:24:00 +01:00
title Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
upload Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
user Use IResultWrapper in UserArray and TitleArray 2018-04-06 00:06:35 +02:00
utils Don't use phpcs:ignoreFile to selectively ignore sniffs 2018-04-08 17:08:53 -07:00
watcheditem Make autopatrol third option in rc_patrolled and use it in API 2018-04-03 18:44:37 +02:00
widget mw.widgets: Add SizeFilterWidget and its PHP implementation 2018-03-01 17:38:37 +00:00
.htaccess
ActorMigration.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
AjaxDispatcher.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
AjaxResponse.php
AuthPlugin.php Add missing @param and @return documentation 2017-08-11 22:17:01 +02:00
AutoLoader.php Fix additional usage of incorrect case 2017-12-15 11:58:11 +01:00
Autopromote.php
Block.php Switch Block::purgeExpired to use AutoCommitUpdate 2018-02-28 15:54:57 -08:00
CategoriesRdf.php Add more data to categories dump 2018-01-17 00:40:16 +00:00
Category.php Fix phpdoc for Category::newFromName 2017-11-30 19:23:48 +01:00
CategoryFinder.php Drop the 'CategorizedRecentChanges' feature 2018-02-15 10:45:10 -08:00
CategoryViewer.php Fix inconsistent i18n escaping in category paging links. 2017-10-11 20:29:05 +00:00
CommentStore.php This patch reduces the edit summary length to 500 characters 2018-03-21 16:28:11 -07:00
CommentStoreComment.php build: Updating mediawiki/mediawiki-codesniffer to 13.0.0 2017-09-25 17:31:56 +02:00
ConfiguredReadOnlyMode.php Split ConfiguredReadOnlyMode into own file 2017-08-07 09:24:19 +00:00
DefaultSettings.php Revert "Default installations to using RemexHtml for tidying" 2018-04-06 11:16:43 +00:00
Defines.php Drop XCache support 2018-02-07 13:45:40 -08:00
DeprecatedGlobal.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
DerivativeRequest.php
DevelopmentSettings.php tests: Remove verbose logging settings from DevelopmentSettings.php 2018-02-19 22:19:15 +00:00
DummyLinker.php
EditPage.php Add protection for User: JSON pages in the same manner as JS & CSS ones 2018-03-29 14:33:46 +00:00
EventRelayerGroup.php
FauxRequest.php Add missing @param and @return documentation 2017-08-11 22:17:01 +02:00
Feed.php Fix called function case in a bunch of places 2018-01-22 09:10:09 -08:00
FeedUtils.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
FileDeleteForm.php Update more forms to limit comments by codepoints rather than bytes 2018-02-26 13:16:19 -05:00
ForkController.php Treat phpdbg as run from the command line when checking PHP_SAPI 2018-01-03 23:00:37 -08:00
FormOptions.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
GitInfo.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
GlobalFunctions.php Normalize and lower the default DB lag wait timeout 2018-03-28 13:49:25 -07:00
HeaderCallback.php
HistoryBlob.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
Hooks.php Hooks: Introduce Hooks::runWithoutAbort() alongside Hooks::run() 2017-09-04 18:55:42 +00:00
Html.php ParserOutput: Add 'deduplicateStyles' post-cache transformation 2018-02-11 05:55:56 +00:00
Linker.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
LinkFilter.php build: Update mediawiki/mediawiki-codesniffer to 0.10.1 2017-07-22 18:24:09 -07:00
ListToggle.php ListToggle: Avoid href="#" for JavaScript buttons 2017-08-01 22:57:45 +02:00
MagicWord.php Updated type and function docs for MagicWord.php 2017-10-02 13:52:51 +02:00
MagicWordArray.php Replace uses of each() 2017-09-20 09:51:28 -04:00
MediaWiki.php Cleanup some comments related to DB replication 2018-03-09 23:05:43 +00:00
MediaWikiServices.php Add missing ActorMigration use statement to MediaWikiServices 2018-03-23 14:12:11 +00:00
MediaWikiVersionFetcher.php
MergeHistory.php Remove "Created on" from file header comments 2018-01-26 23:12:40 +00:00
Message.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
MimeMagic.php Add wfDeprecated() call to MimeMagic::singleton() 2017-11-27 02:20:17 +00:00
MovePage.php Tag redirects from moves as new redirects 2018-02-09 15:45:29 +00:00
MWGrants.php Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
MWNamespace.php Improve namespace handling in tests 2017-09-29 05:21:47 +00:00
MWTimestamp.php
NoLocalSettings.php Setup: Merge PreConfigSetup into Setup.php 2017-10-24 23:50:54 +00:00
OrderedStreamingForkController.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
OutputHandler.php Convert OutputHandler functions to a class 2018-03-20 21:11:32 -07:00
OutputPage.php resourceloader: Replace ClientHtml 'target' param with 'options' array 2018-03-27 18:17:43 -07:00
PageProps.php Only do one query for page ids in PageProps::getGoodIDs 2017-08-30 20:32:19 +02:00
PathRouter.php
PHPVersionCheck.php PHPVersionCheck: Remove bogus @return tags 2018-04-08 17:11:36 -07:00
Pingback.php Added heartbeat for pingback. 2018-03-26 11:48:27 -04:00
Preferences.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
PrefixSearch.php
ProtectionForm.php Allow limiting comment length by characters rather than bytes in JS 2018-02-23 22:12:29 +00:00
ProxyLookup.php Update IPSet use statements 2018-01-21 04:37:26 +00:00
RawMessage.php Move RawMessage out of Message.php to its own file 2017-08-14 17:33:52 +00:00
ReadOnlyMode.php Split ConfiguredReadOnlyMode into own file 2017-08-07 09:24:19 +00:00
Revision.php Merge "Revert "Log the reason why revision->getContent() returns null"" 2018-03-05 18:51:58 +00:00
RevisionList.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
ServiceWiring.php Log DefaultPreferencesFactory usage 2018-04-09 14:45:11 -07:00
Setup.php Merge "Update suppressWarning()/restoreWarning() calls" 2018-02-11 22:06:29 +00:00
SiteConfiguration.php Do not limit filesize when running a maintenance script 2017-11-14 20:45:24 +11:00
SiteStats.php Salvage site_stats row with negative values in miser mode 2018-02-14 15:37:55 -08:00
SiteStatsInit.php Drop 'comma' value for wgArticleCountMethod 2018-03-01 16:37:23 -08:00
Status.php Use ParserOutput stateless transforms 2017-11-30 14:27:49 -05:00
StreamFile.php Replace MimeMagic::singleton() calls 2017-11-27 02:13:51 +00:00
StubObject.php Use wikimedia/object-factory 1.0.0 2018-02-04 12:52:44 -08:00
TemplateParser.php Enable recursive partials in TemplateParser 2017-09-10 05:51:07 +00:00
TemplatesOnThisPageFormatter.php
Title.php Add protection for User: JSON pages in the same manner as JS & CSS ones 2018-03-29 14:33:46 +00:00
TitleArray.php Use IResultWrapper in UserArray and TitleArray 2018-04-06 00:06:35 +02:00
TitleArrayFromResult.php Use IResultWrapper in UserArray and TitleArray 2018-04-06 00:06:35 +02:00
TrackingCategories.php Add @since tag to TrackingCategories class 2017-08-07 09:24:07 +00:00
WebRequest.php Improve test coverage for ApiBase.php 2018-04-08 15:51:42 +03:00
WebRequestUpload.php
WebResponse.php
WebStart.php Convert OutputHandler functions to a class 2018-03-20 21:11:32 -07:00
WikiMap.php Clean up wiki ID and DB domain ID handling 2017-09-30 10:25:03 +00:00
WikiReference.php
Xml.php Merge "Remove @param comments that literally repeat what the code says" 2018-01-11 23:48:03 +00:00
XmlJsCode.php Fix a few minor mistakes in PHPDoc tags 2017-09-15 11:17:17 +02:00
XmlSelect.php