wiki.techinc.nl/includes
2018-08-01 17:23:24 +00:00
..
actions Convert remaining MagicWord:: calls to MagicWordFactory 2018-08-01 10:47:43 +03:00
api Convert remaining MagicWord:: calls to MagicWordFactory 2018-08-01 10:47:43 +03:00
auth AuthManager: Don't invalidate BotPasswords if a password reset email is sent 2018-07-17 16:25:28 -04:00
cache Make sure to not unpack an associative array into parameter list 2018-07-28 23:52:57 +00:00
changes Deprecate wfArrayFilter() and wfArrayFilterByKey() 2018-07-19 08:40:46 +02:00
changetags Add config to use change_tag_def table for Special:Tags 2018-07-11 16:44:28 +02:00
clientpool Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
collation Use PHP 7 '??' operator instead of if-then-else 2018-06-12 23:14:18 +02:00
compat Merge "Kill non namespaced ScopedCallback" 2018-06-01 04:35:22 +00:00
composer Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors 2018-05-23 16:23:42 -07:00
config config: Add new ConfigRepository 2018-07-19 14:21:56 +00:00
content Convert remaining MagicWord:: calls to MagicWordFactory 2018-08-01 10:47:43 +03:00
context Replace call_user_func_array(), part 1 2018-06-04 23:39:04 -07:00
dao Use PHP 5.6 constant expressions for some bitfield constants 2018-05-30 18:05:18 -07:00
db Merge "Simplify PHP by using ?? and ?:" 2018-07-11 09:09:18 +00:00
debug Add helper trait for deprecating properties 2018-07-18 15:15:46 +02:00
deferred Use multibyte-aware truncation to avoid invalid UTF-8 in cl_sortkey_prefix 2018-07-30 21:52:38 +02:00
diff Deprecate $wgExternalDiffEngine = 'wikidiff2' 2018-07-26 11:49:32 +00:00
edit [MCR] Factor PageUpdater out of WikiPage 2018-06-14 13:22:13 +00:00
editpage
exception Deprecate $wgShowSQLErrors and $wgShowDBErrorBacktrace and make nonfunctional 2018-07-25 10:38:19 -05:00
export Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
externalstore Use consistent caching strategy in Revision storage classes 2018-07-05 17:44:24 +02:00
filebackend filebackend: let any specific backend value of "readOnly" override the default 2018-07-19 17:11:39 +01:00
filerepo Avoid passing "false" as keys to MapCacheLRU in RepoGroup 2018-07-19 23:19:11 +00:00
gallery Remove most uses of deprecated Language::truncate() 2018-07-09 13:36:27 -04:00
htmlform SelectWithInput: Add 'disabled' property on main widget 2018-07-25 12:02:50 +05:30
http Added non-parallel fallback to MultiHttpClient when curl is unavailable 2018-07-23 00:19:59 +00:00
import Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
installer Localisation updates from https://translatewiki.net. 2018-07-30 21:54:33 +02:00
interwiki Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
jobqueue Convert remaining MagicWord:: calls to MagicWordFactory 2018-08-01 10:47:43 +03:00
json FormatJson: cleanup after PHP 5.5 support removal 2018-06-09 09:06:02 -04:00
libs Fix total breakage of SQLite web upgrade 2018-08-01 10:21:25 +10:00
linkeddata Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
linker linker: Hard-deprecate LinkBegin and LinkEnd hooks 2018-06-10 12:00:15 -07:00
logging Prefill date in form on Special:Log when calling with old parameters 2018-07-26 22:11:52 +02:00
mail Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
media Merge "Guard against uncountable tag values" 2018-07-28 21:43:04 +00:00
objectcache Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
page Deprecate public access to some DifferenceEngine properties 2018-07-26 13:48:03 +02:00
pager ReverseChronologicalPager: Fix timezone confusion 2018-07-26 22:11:52 +02:00
parser Update MagicWordArray to use MagicWordFactory 2018-07-31 21:40:21 +03:00
password Clean up CSPRNG support for PHP7 2018-06-10 00:52:04 +00:00
poolcounter Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
preferences Introduce preference filters 2018-07-17 13:19:14 -07:00
profiler Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
rcfeed
registration Merge "registration: Expose config array to ExtensionRegistry" 2018-07-19 14:26:51 +00:00
resourceloader Revert "Ensure LanguageCode::bcp47() returns a valid BCP 47 language code" 2018-07-23 17:27:23 +00:00
revisiondelete Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
search Deprecate SearchEngine::replacePrefixes 2018-07-17 21:56:14 +00:00
services [MCR] Allow extensions to manipulate service instances 2018-06-15 16:06:38 +02:00
session Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
shell Deprecate wfArrayFilter() and wfArrayFilterByKey() 2018-07-19 08:40:46 +02:00
site Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
skins Explicitly mark Skin::makeVariablesScript() public 2018-07-20 21:02:40 +01:00
sparql Replace recently introduced mediawiki/at-ease calls 2018-04-18 14:11:13 +00:00
specialpage Fix handling of already logged-in user in Special:Userlogin 2018-07-19 00:49:50 +02:00
specials Merge "Special:NewPages: Change to use OOUI" 2018-07-30 14:07:39 +00:00
Storage API: Update query modules for MCR 2018-07-27 23:33:45 +00:00
templates RCFilters: Move aggregation of highlight classes to the backend 2018-06-26 17:55:50 -07:00
tidy <ins>/<del> elements can be phrasing or flow 2018-07-13 11:28:10 -04:00
title Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
upload Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
user Return array without holes from User::getAllGroups 2018-07-31 16:17:42 +03:00
utils Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
watcheditem Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
widget SelectWithInput: Add 'disabled' property on main widget 2018-07-25 12:02:50 +05:30
.htaccess
ActorMigration.php
AjaxDispatcher.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
AjaxResponse.php PHP: Use short ternary operator (?:) where possible 2018-06-11 11:26:35 +02:00
AuthPlugin.php Use PHP 7 '??' operator instead of if-then-else 2018-06-12 23:14:18 +02:00
AutoLoader.php Improve AutoLoader test coverage 2018-05-26 21:29:36 -07:00
Autopromote.php
Block.php Merge "Simplify PHP by using ?? and ?:" 2018-07-11 09:09:18 +00:00
CategoriesRdf.php
Category.php Reduce the rate of calls to Category::refreshCounts 2018-07-18 00:46:38 +01:00
CategoryFinder.php
CategoryViewer.php Use \u{00A0} instead of &#160; or &nbsp; 2018-06-24 01:20:13 +00:00
CommentStore.php Merge "Simplify PHP by using ?? and ?:" 2018-07-11 09:09:18 +00:00
CommentStoreComment.php
ConfiguredReadOnlyMode.php
ContentSecurityPolicy.php CSP: Allow an option of disabling nonces 2018-07-10 00:12:32 +00:00
DefaultSettings.php Fix documentation for $wgRightsText 2018-07-31 16:16:22 +03:00
Defines.php Introduce new schema flags and use them in RevisionStore. 2018-07-02 17:20:14 +02:00
DeprecatedGlobal.php
DerivativeRequest.php
DevelopmentSettings.php Deprecate $wgShowSQLErrors and $wgShowDBErrorBacktrace and make nonfunctional 2018-07-25 10:38:19 -05:00
DummyLinker.php Remove deprecated Linker::getLinkColour() 2018-06-13 01:30:04 -07:00
EditPage.php Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
EventRelayerGroup.php
FauxRequest.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
Feed.php
FeedUtils.php
FileDeleteForm.php Merge "Convert file delete to use OOUI" 2018-08-01 17:23:24 +00:00
ForkController.php
FormOptions.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
GitInfo.php GitInfo: Don't try shelling out if it's disabled 2018-06-24 23:55:43 +03:00
GlobalFunctions.php GlobalFunctions: Hard-deprecate wfUseMW, unused 2018-07-28 16:59:08 -07:00
HeaderCallback.php
HistoryBlob.php
Hooks.php Hooks: remove some unnecessary code 2018-05-26 23:39:07 -07:00
Html.php CSP: Allow an option of disabling nonces 2018-07-10 00:12:32 +00:00
Linker.php Set role=button on TOC show/hide checkbox 2018-07-16 18:15:48 +00:00
LinkFilter.php Make cleanupSpam.php query for http and https 2018-06-03 22:00:11 +00:00
ListToggle.php
MagicWord.php MagicWordFactory to replace MagicWord static members/methods 2018-07-30 21:20:43 +03:00
MagicWordArray.php Update MagicWordArray to use MagicWordFactory 2018-07-31 21:40:21 +03:00
MagicWordFactory.php Update MagicWordArray to use MagicWordFactory 2018-07-31 21:40:21 +03:00
MediaWiki.php Use $lang->hasVariants() instead of count( $lang->getVariants() ) > 1 2018-07-11 16:13:17 +00:00
MediaWikiServices.php MagicWordFactory to replace MagicWord static members/methods 2018-07-30 21:20:43 +03:00
MediaWikiVersionFetcher.php
MergeHistory.php rdbms: add IDatabase::lockForUpdate() convenience method 2018-07-10 20:09:01 +01:00
Message.php Start working on phan-taint-check warnings. Fix minor escaping issues. 2018-07-12 03:26:59 +00:00
MimeMagic.php
MovePage.php MWNamespace: Add getCategoryLinkType() method 2018-06-29 15:37:11 +00:00
MWGrants.php Segregate right to edit sitewide CSS/JS 2018-07-22 12:37:32 +02:00
MWNamespace.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
MWTimestamp.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
NoLocalSettings.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
OrderedStreamingForkController.php
OutputHandler.php
OutputPage.php Remove long-dead OutputPage methods set/getPageTitleActionText() 2018-08-01 10:14:42 +00:00
PageProps.php Switch callers from ProcessCacheLRU to MapCacheLRU 2018-07-17 23:17:17 +00:00
PathRouter.php Avoid a redirect loop when the request URL is not normalized 2018-07-16 15:55:59 +10:00
PHPVersionCheck.php Insert space before compatibility link in PHP version message 2018-05-25 00:27:21 +02:00
Pingback.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
Preferences.php Introduce preference filters 2018-07-17 13:19:14 -07:00
PrefixSearch.php Unify SearchEngine normalizeNamespace and parseNamespacePrefixes 2018-07-17 21:56:05 +00:00
ProtectionForm.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ProxyLookup.php
RawMessage.php
ReadOnlyMode.php
Revision.php Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
RevisionList.php
ServiceWiring.php Merge "Fix PerDbnameStatsdDataFactory metric prefix" 2018-07-31 09:50:32 +00:00
Setup.php Clean up docs around $wgUseSharedUploads 2018-07-13 18:22:44 -07:00
SiteConfiguration.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
SiteStats.php
SiteStatsInit.php
Status.php Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
StreamFile.php
StubObject.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
TemplateParser.php Start working on phan-taint-check warnings. Fix minor escaping issues. 2018-07-12 03:26:59 +00:00
TemplatesOnThisPageFormatter.php
Title.php Add explanation about JS editing changes to permission error 2018-07-26 23:25:48 +00:00
TitleArray.php
TitleArrayFromResult.php
TrackingCategories.php
WebRequest.php Avoid a redirect loop when the request URL is not normalized 2018-07-16 15:55:59 +10:00
WebRequestUpload.php
WebResponse.php WebReponse: Use values altered in 'WebResponseSetCookie' hook 2018-07-09 11:01:05 -04:00
WebStart.php Merge "Setup: Move mbstring.func_overload from WebStart to Setup" 2018-04-18 16:22:16 +00:00
WikiMap.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
WikiReference.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
Xml.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
XmlJsCode.php
XmlSelect.php Use PHP 7 '??' operator instead of if-then-else 2018-06-12 23:14:18 +02:00