wiki.techinc.nl/includes
2016-04-02 16:21:12 +00:00
..
actions Many more function case mismatches 2016-03-19 00:20:58 +00:00
api Merge "Localisation updates from https://translatewiki.net." 2016-04-01 20:09:37 +00:00
cache Split LocalisationCache.php classes into own files 2016-03-24 11:00:44 +00:00
changes Merge "Generalize recentChangesFlags rollup" 2016-04-02 16:21:12 +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 LoadBalancer::pickRandom() was removed 2016-04-02 01:31:50 +01:00
debug Fix-up for Iaf90c20c33: add missing slash 2016-03-25 09:38:26 -07:00
deferred Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
diff DifferenceEngine::setText() was removed 2016-04-02 10:22:23 +01:00
exception Provide a unique request identifier 2016-03-25 16:09:05 +00:00
export Many more function case mismatches 2016-03-19 00:20:58 +00:00
externalstore Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
filebackend Many more function case mismatches 2016-03-19 00:20:58 +00:00
filerepo Merge "filerepo: Mark some internal LocalFile methods private" 2016-03-31 01:00:24 +00:00
gallery Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
htmlform Merge "Fix typo in HtmlForm::setName phpdoc" 2016-04-02 09:48:20 +00:00
import Cleanups to WikiRevision 2016-03-23 17:27:23 +00:00
installer Localisation updates from https://translatewiki.net. 2016-04-01 21:58:59 +02:00
interwiki Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
jobqueue Many more function case mismatches 2016-03-19 00:20:58 +00:00
json Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
libs Introduce StatsdAwareInterface 2016-04-02 13:29:51 +00:00
logging Merge "Use distinct log actions for patrol" 2016-03-25 22:15:34 +00:00
mail Many more function case mismatches 2016-03-19 00:20:58 +00:00
media media: Misc code clean up in DjVu.php 2016-03-25 00:19:18 +00:00
objectcache Remove comments about isset( $string['foo'] ) being true on PHP 5.3 2016-02-17 20:12:30 +00:00
page Split Page interface into own file 2016-04-02 16:35:20 +03:00
pager Fix numerous class/function casing 2016-03-18 23:14:49 +00:00
parser Fix @param and @return types on all PPFrame::getArgument methods 2016-03-29 06:12:18 +00:00
password Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
poolcounter Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01: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 Merge "resourceloader: Remove wfExpandUrl() from ResourceLoaderImage" 2016-04-02 15:54:18 +00:00
revisiondelete Change remaining places to use short array syntax 2016-03-11 18:41:26 +01:00
search Allow titles with falsy title text in suggestions 2016-03-24 16:35:56 -07:00
session Fix Session::getToken phpdoc 2016-04-01 15:46:11 +03:00
site Remove MediaWikiSite::newFromGlobalId (deprecated since 1.21) 2016-04-01 20:16:13 +00:00
skins Skin::getUsableSkins() was removed 2016-04-02 01:26:19 +01:00
specialpage Allow SpecialPage::beforeExecute to prevent execution 2016-04-01 15:51:04 +03:00
specials Show time left until block expiry in BlockListPager 2016-04-02 11:55:27 +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 "UploadBase: Remove debug logging for T64241" 2016-04-01 09:39:34 +00:00
user Use ::class in place of string constants 2016-03-28 14:53:45 -04:00
utils Throw an exception when the $key argument to hash_hmac is not a string 2016-03-24 20:54:54 +01: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 Many more function case mismatches 2016-03-19 00:20:58 +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 Merge "Generalize recentChangesFlags rollup" 2016-04-02 16:21:12 +00:00
Defines.php
DeprecatedGlobal.php
DerivativeRequest.php Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00
EditPage.php Remove (WikiPage|Article)::replaceSection() 2016-04-01 20:32:01 +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 Use Diffusion for default Git Viewer 2016-03-14 13:03:34 -07:00
GlobalFunctions.php Replace uses of join() by implode() 2016-03-08 18:24:16 +00:00
HistoryBlob.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
Hooks.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Html.php OutputPage: Minor clean up of <head> and HTML 2016-03-24 03:24:31 +00:00
HtmlFormatter.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
HttpFunctions.php Merge "Http::getProxy() method to get proxy configuration" 2016-03-25 15:38:18 +00:00
Licenses.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
limit.sh
Linker.php Many more function case mismatches 2016-03-19 00:20:58 +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 Merge "Handle HTTPS when running jobs asynchronously" 2016-03-19 16:27:43 +00:00
MediaWikiVersionFetcher.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MergeHistory.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
Message.php Message: Use RequestContext instead of $wgLang 2016-03-18 23:31:32 +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 MimeMagic: Prevent PHP warning when trying to read zero bytes 2016-03-24 10:14:31 +01:00
MovePage.php Many more function case mismatches 2016-03-19 00:20:58 +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 "Avoid double-rendering on late exceptions" 2016-03-29 22:31:00 +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
Preferences.php Preferences: Add autocomplete="off" to preferences form 2016-03-29 04:49:20 +00: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 Remove Revision::getRawText() 2016-04-01 19:57:35 +01:00
RevisionList.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Sanitizer.php Remove $wgAllowMicroDataAttributes and $wgAllowRdfaAttributes 2016-03-18 17:24:56 +00:00
Setup.php Merge "Collapse superfluous isset() call" 2016-04-02 08:13:10 +00:00
SiteConfiguration.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SiteStats.php Allow SiteStatsInit to run on vslow hosts 2016-04-01 11:35:40 +00: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 Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
Title.php Remove Title::newFromRedirectArray 2016-04-02 13:28:37 +00:00
TitleArray.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TitleArrayFromResult.php
WatchedItem.php Switch Signature of WatchedItemStore::addWatchBatch 2016-03-24 18:28:08 +00:00
WatchedItemStore.php Introduce StatsdAwareInterface 2016-04-02 13:29:51 +00:00
WebRequest.php Provide a unique request identifier 2016-03-25 16:09:05 +00: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 Many more function case mismatches 2016-03-19 00:20:58 +00: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