wiki.techinc.nl/includes
Amir E. Aharoni 1609d05c0d Linker.php: Make long lines shorter to pass phpcs
Bug: T102614
Change-Id: Ia014b8f89058fe9a4cf22ed63a0042ab1c66e97a
2015-09-26 17:06:57 +00:00
..
actions RollbackAction: Remove dead argument 2015-09-24 17:16:24 +00:00
api Localisation updates from https://translatewiki.net. 2015-09-25 22:16:38 +02:00
cache Remove unused private property LinkCache::$mClassVer 2015-09-25 07:54:02 -04:00
changes Don't attempt to render block if none of the lines can be shown 2015-09-23 13:28:03 +02:00
changetags Avoid full RC table scans in ChangeTags::updateTags() 2015-08-19 02:25:18 -07:00
clientpool Remove return of void method results 2015-09-10 18:45:22 +00:00
compat Replace bundled IPSet library with composer dependency 2015-08-26 10:38:09 -07:00
composer
config
content CssContentHandler: Fix @return documentation 2015-08-28 10:40:08 -07:00
context Fixed some RequestContext IDEA errors with msg() callers 2015-08-25 04:35:34 +00:00
dao Fix some space-related phpcs warnings in includes/ 2015-08-15 08:56:03 +00:00
db Moved all load balancer classes to /loadbalancer 2015-09-24 22:56:05 +00:00
debug Produce monolog messages through kafka+avro 2015-09-21 12:45:23 -07:00
deferred Re-enable Generic.Files.EndFileNewline.NotFound 2015-09-26 15:58:53 +01:00
diff Remove unneeded empty lines at begin of if/else/foreach body 2015-06-19 20:05:45 +02:00
exception resourceloader: Include exception log id in error message 2015-09-25 23:40:03 +00:00
externalstore
filebackend Set getFeatures() for MemoryFileBackend 2015-09-21 15:04:12 -07:00
filerepo Fix type hint in unprefixRow 2015-09-24 19:16:27 +02:00
gallery Load module mediawiki.page.gallery.styles for all ImageGalleries 2015-09-24 16:46:47 +02:00
htmlform Merge "Hoist validation errors from hidden fields to the top of the form" 2015-09-25 17:56:32 +00:00
installer Re-enable MediaWiki.VariableAnalysis.UnusedGlobalVariables 2015-09-26 15:51:52 +01:00
interwiki
jobqueue jobqueue: A few small code cleanups to RefreshLinksJob 2015-09-22 01:27:36 +00:00
json Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
libs Assorted WANObjectCache doc tweaks 2015-09-26 04:53:58 +00:00
logging Migrate protect log to new log system 2015-09-25 17:07:50 +02:00
mail Set 'List-Help' header for watchlist emails 2015-08-19 09:37:45 +00:00
media Fix LineLength in includes/media 2015-09-26 20:01:29 +03:00
objectcache Merge "Fixes for RedisBagOStuff when using twemproxy" 2015-09-22 14:48:08 +00:00
page ImagePage.php: Make lines shorter to make phpcs happier 2015-09-26 13:55:51 +00:00
pager Add protected getCurrentRow to TablePager 2015-08-29 12:13:47 +00:00
parser Merge "Load module mediawiki.page.gallery.styles for all ImageGalleries" 2015-09-24 18:22:29 +00:00
password Remove dead argument in EncryptedPassword.php 2015-09-16 17:03:35 +00:00
poolcounter poolcounter: PoolCounterRedis doc cleanups 2015-09-04 03:35:56 +00:00
profiler Compat fix for HHVM on non-Linux OSs 2015-09-23 01:55:57 -07:00
rcfeed RC: Handle getLine returning null, which breaks Redis engine (at least HHVM) 2015-08-18 23:08:36 -04:00
registration registration: Vary the loaded queue cache on $wgVersion 2015-09-24 18:09:41 -07:00
resourceloader resourceloader: Include exception log id in error message 2015-09-25 23:40:03 +00:00
revisiondelete Purge remaining oversight references from code 2015-09-16 18:21:44 +00:00
search Move query rewriting into search backend 2015-08-31 22:41:05 -07:00
site Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changes 2015-09-24 17:17:25 +02:00
skins Merge "Extend Title check in Skin for titles without associated titles" 2015-09-18 01:39:13 +00:00
specialpage Revert "Enable users to watch category membership changes" 2015-08-20 10:35:56 -07:00
specials Turn $wgSearchRunSuggestedQueryPercent into $wgSearchRunSuggestedQuery 2015-09-25 14:01:00 -07:00
templates Remove dead local vars in UsercreateTemplate 2015-09-10 19:28:45 +00:00
tidy Re-enable PSR2.Methods.MethodDeclaration.AbstractAfterVisibility 2015-09-26 16:30:43 +01:00
title Fix some PHPCS issues 2015-06-26 01:32:28 -04:00
upload UploadFromUrl: Display an error to the user on invalid wpUploadFileURL 2015-09-23 17:09:47 +02:00
utils Move FileContentsHasher into includes/utils/ 2015-09-24 18:27:28 -07:00
widget SpecialMovepage: Convert form to use OOUI controls 2015-09-01 21:03:38 +02:00
.htaccess
AjaxDispatcher.php Fix some line indent of string concat 2015-06-19 20:52:43 +02:00
AjaxResponse.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
AuthPlugin.php Add new authentication-related hooks (and remove one) replacing some AuthPlugin methods 2015-09-18 10:46:13 -04:00
AutoLoader.php
Autopromote.php
Block.php Uncomment wfDeprecated call from I6ccd4df 2015-06-19 14:20:25 -04:00
Category.php
CategoryFinder.php
CategoryViewer.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
Collation.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
DefaultSettings.php Turn $wgSearchRunSuggestedQueryPercent into $wgSearchRunSuggestedQuery 2015-09-25 14:01:00 -07:00
Defines.php Revert "Enable users to watch category membership changes" 2015-08-20 10:35:56 -07:00
DeprecatedGlobal.php
EditPage.php EditPage: Add text placeholders to view source page 2015-09-01 12:46:41 +00:00
Export.php Hygiene: Use strtr() instead of str_replace() for character swapping 2015-07-06 20:25:19 +00:00
Fallback.php
Feed.php Feed.php: Apply wfBCP47 to language code 2015-09-23 18:11:07 +00:00
FeedUtils.php
FileDeleteForm.php Use Linker::linkKnown for some links to MediaWiki pages from navigation 2015-06-19 18:55:30 +02:00
ForkController.php
FormOptions.php
GitInfo.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
GlobalFunctions.php Made wfIsBadImage() use APC 2015-09-25 22:38:04 +00:00
HistoryBlob.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
Hooks.php Enhance stacktrace logging for fatals 2015-09-08 07:03:36 +00:00
Html.php OOUIHTMLForm: Implement HTMLSelectNamespace 2015-07-13 19:20:09 +02:00
HtmlFormatter.php Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changes 2015-09-24 17:17:25 +02:00
HttpFunctions.php Merge "CurlHttpRequest: Follow redirects even under open_basedir" 2015-09-24 23:16:00 +00:00
Import.php Fix exception in Import, when import of a revision fails 2015-09-22 16:22:39 +02:00
Licenses.php
limit.sh
Linker.php Linker.php: Make long lines shorter to pass phpcs 2015-09-26 17:06:57 +00:00
LinkFilter.php
MagicWord.php Fix use of preg_match_all in MagicWord.php 2015-09-10 21:43:46 +02:00
MediaWiki.php Merge "Fixed some doc errors in tryNormaliseRedirect()" 2015-08-28 09:39:33 +00:00
MediaWikiVersionFetcher.php
Message.php Merge "Allow constructing a Message from a MessageSpecifier" 2015-07-20 23:05:26 +00:00
mime.info Add image/pjpeg as an alias for image/jpeg 2015-06-11 12:09:09 -06:00
mime.types
MimeMagic.php Basic support for WebP 2015-06-26 19:38:38 +00:00
MovePage.php Merge "Migrate move protect log to new log system" 2015-08-18 23:17:03 +00:00
MWNamespace.php registration: Fix namespaces added through the ExtensionProcessor 2015-08-27 03:03:43 +00:00
MWTimestamp.php Add MWTimestamp::getTimezoneString(), use it in file revert message 2015-09-23 13:38:16 -07:00
NoLocalSettings.php
OutputHandler.php
OutputPage.php Merge "Revert "Load 'mediawiki.legacy.commonPrint' styles with a media type property"" 2015-09-10 18:13:07 +00:00
PathRouter.php
PHPVersionCheck.php Rework PHP and vendor check 2015-07-21 22:51:20 +02:00
PHPVersionError.php
Preferences.php Add new authentication-related hooks (and remove one) replacing some AuthPlugin methods 2015-09-18 10:46:13 -04:00
PrefixSearch.php PrefixSearch: Avoid passing non-strings to Title::newFromText() 2015-09-02 22:57:09 -07:00
ProtectionForm.php Use XmlSelect in ProtectionForm 2015-07-30 20:00:41 +00:00
Revision.php Revision::newNullRevision: Make sure the Title is set in the constructor 2015-07-31 17:00:48 -07:00
RevisionList.php
Sanitizer.php Abstract and refactor Tidy support 2015-09-10 20:18:52 -07:00
Setup.php Removed deprecated $wgDeferredUpdateList 2015-09-21 16:30:16 -07:00
SiteConfiguration.php
SiteStats.php
SquidPurgeClient.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
Status.php Status: Correct documentation 2015-08-06 13:50:47 +02:00
StreamFile.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
StubObject.php Remove return of void method results 2015-09-10 18:45:22 +00:00
TemplateParser.php objectcache: Make first parameter of newAccelerator optional 2015-08-24 23:43:19 +02:00
Title.php Remove non-existing param PHPDoc tag from Title 2015-09-02 14:50:55 +00:00
TitleArray.php
TitleArrayFromResult.php
User.php Fix PHP notice when logging the result of a DNS blacklist check. 2015-09-23 13:28:01 +00:00
UserArray.php
UserArrayFromResult.php
UserRightsProxy.php
WatchedItem.php Use deferred updates in place of $wgActivityUpdatesUseJobQueue 2015-07-15 23:52:55 +00:00
WebRequest.php WebRequest.php: Make lines shorter to make phpcs happier 2015-09-26 14:19:03 +00:00
WebResponse.php WebResponse: Implement statusHeader() using the new HttpStatus::header() 2015-06-04 02:27:30 +00:00
WebStart.php Fix some space-related phpcs warnings in includes/ 2015-08-15 08:56:03 +00:00
WikiMap.php Remove WikiReference::getHostname. 2015-09-14 18:41:13 +00:00
Xml.php Use XmlSelect to simplify Xml::monthSelector 2015-06-06 20:26:57 -04:00
XmlSelect.php Enable multiple default values for XmlSelect 2015-09-13 22:52:33 +00:00
ZhConversion.php Chinese Conversion Table Update 2015-7 2015-08-16 12:33:33 +08:00