wiki.techinc.nl/includes
Aaron Schulz 6494ea0ba0 Move ILoadBalancer to Rdbms namespace
All callers are in core and have been updated.
Other callers can now be switched from LoadBalancer type hints to
ILoadBalancer type hints. Once that migration is done, the classes
implementing it can be moved too.

Change-Id: I6b34099b5816dd8bf9646ed39f7a2d1960e2ed06
2017-02-07 23:22:36 -08:00
..
actions Replace some usages of &$this in hook parameters 2016-12-28 21:19:23 +00:00
api Localisation updates from https://translatewiki.net. 2017-02-07 21:56:12 +01:00
auth Merge "Prevent login-only local password provider from removing passwords" 2016-11-30 16:39:12 +00:00
cache Set mCache in the second MessageCache::loadFromDatabase() caller 2017-02-02 14:06:33 -08:00
changes rcfeed: Ensure formatter (and other params) is passed to RCFeedEngine 2017-02-04 03:31:44 +00:00
changetags Add parameter to API modules to apply change tags to log entries 2017-01-12 16:30:17 -06:00
clientpool Move RedisConnectionPool to /libs/redis 2016-09-23 00:20:19 -07:00
collation CollationFa: Third time's the charm 2017-01-05 15:54:00 +01:00
compat Use wikimedia/scoped-callback 2016-09-29 10:41:40 +00:00
composer
config Fix reference in docs of HashConfig::set 2016-10-27 15:55:39 +02:00
content Add content model indexing 2017-01-26 15:42:52 -08:00
context Get ConfigFactory & MainConfig from MediaWikiServices 2016-11-23 00:12:38 +00:00
dao Replace DatabaseBase => Database in more places 2016-09-28 15:53:02 -07:00
db Move DatabaseDomain to Rdbms namespace 2017-02-07 13:21:40 -08:00
debug Merge "Decrease the number of 'function says it should return something' errors" 2016-12-16 17:20:16 +00:00
deferred Move LBFactory to Rdbms namespace 2017-02-03 17:24:03 -08:00
diff Replace use of &$this 2017-01-31 23:01:54 -05:00
exception User group memberships that expire 2017-01-27 09:24:20 +00:00
export Replace use of &$this 2017-01-31 23:01:54 -05:00
externalstore Add LoadBalancer::getMaintenanceConnectionRef() method 2016-12-10 15:35:09 -08:00
filebackend Update weblinks in comments from HTTP to HTTPS 2016-11-07 15:24:46 +01:00
filerepo Replace use of &$this 2017-01-31 23:01:54 -05:00
gallery Merge "Add showThumbnails option to slideshow galleries" 2017-01-02 07:06:52 +00:00
htmlform Merge "UsersMultiselect widget and form field." 2017-02-01 14:37:50 +00:00
http Merge "Cleanup some incorrect return annotations" 2016-12-16 07:22:24 +00:00
import Removed deprecated usages of Interwiki methods in core 2017-01-10 12:19:31 +02:00
installer Localisation updates from https://translatewiki.net. 2017-02-07 21:56:12 +01:00
interwiki Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
jobqueue Move LBFactory to Rdbms namespace 2017-02-03 17:24:03 -08:00
json Code style: no space after unary minus operator 2017-01-05 14:38:32 +01:00
libs Move ILoadBalancer to Rdbms namespace 2017-02-07 23:22:36 -08:00
linker
logging User group memberships that expire 2017-01-27 09:24:20 +00:00
mail Add missing properties to MailAddress class 2016-12-23 15:56:51 +00:00
media Fix MediaTransformError message handling 2016-11-30 10:56:03 -05:00
objectcache Move ChronologyProtector/TransactionProfiler to Rdbms namespace 2017-01-26 10:30:57 -08:00
page Merge "Avoid joining against page table when finding a page's oldest revision." 2017-02-03 06:06:26 +00:00
pager Fix type annotations 2016-12-15 14:11:12 -08:00
parser Replace use of &$this 2017-01-31 23:01:54 -05:00
password Decrease the number of 'function says it should return something' errors 2016-12-15 16:05:52 -08:00
poolcounter Include numerical namespace in slow-parse.log 2016-12-09 23:18:45 +00:00
profiler Move ChronologyProtector/TransactionProfiler to Rdbms namespace 2017-01-26 10:30:57 -08:00
rcfeed rcfeed: Ensure formatter (and other params) is passed to RCFeedEngine 2017-02-04 03:31:44 +00:00
registration registration: Don't initialize MWServices super early 2017-01-10 10:47:08 -08:00
resourceloader Replace use of &$this 2017-01-31 23:01:54 -05:00
revisiondelete Add tagging support to imagerotate, revisiondelete, and tag API modules 2016-12-31 11:45:18 -06:00
search Merge "Fixes for more robust dealing with content handlers." 2017-01-30 16:06:25 +00:00
services Rename includes/Services to includes/services for consistency 2016-09-23 00:08:15 +00:00
session Get ConfigFactory & MainConfig from MediaWikiServices 2016-11-23 00:12:38 +00:00
site Add more specific Site[] type hints to SiteStore classes 2017-01-11 16:39:13 +00:00
skins Replace use of &$this 2017-01-31 23:01:54 -05:00
specialpage objectcache: add WANObjectCacheReaper for assuring purges 2017-01-27 02:21:06 +00:00
specials Merge "Add class to diff and history links in Special:Contributions" 2017-02-07 03:46:04 +00:00
templates
tidy Update Balancer to latest HTML5 spec 2017-01-24 05:44:05 +00:00
title Add custom InterwikiLookup to MediaWikiTitleCodec 2017-01-14 18:55:42 +00:00
upload UploadBase: Allow RDF Schema namespace in SVG files 2017-01-19 16:14:40 +01:00
user Don't return expired user groups in UserRightsProxy 2017-01-31 21:24:20 +11:00
utils Remove empty lines from PHP and JavaScript comment blocks 2016-12-09 09:01:06 +00:00
widget The correct method is parse, not parsed 2017-02-06 14:22:07 -08:00
.htaccess
AjaxDispatcher.php Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00
AjaxResponse.php Get ConfigFactory & MainConfig from MediaWikiServices 2016-11-23 00:12:38 +00:00
AuthPlugin.php Cleanup static analysis errors 2016-12-06 16:10:38 -08:00
AutoLoader.php
Autopromote.php
Block.php Avoid passing $this by reference in hooks 2017-01-02 01:07:49 +02:00
Category.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
CategoryFinder.php Remove empty lines from PHP and JavaScript comment blocks 2016-12-09 09:01:06 +00:00
CategoryViewer.php Replaced all deprecated Linker methods with proper ones in core(1) 2017-01-20 11:46:13 +02:00
DefaultSettings.php rcfeed: Ensure formatter (and other params) is passed to RCFeedEngine 2017-02-04 03:31:44 +00:00
Defines.php Move libs/time/defines.php inclusion from GlobalFunctions to Defines.php 2017-01-13 01:17:32 +00:00
DeprecatedGlobal.php
DerivativeRequest.php Remove WebRequest::checkSessionCookie() method as being deprecated 2016-12-31 17:37:04 +00:00
DummyLinker.php Removed deprecated Linker functions 2017-01-07 15:33:33 +00:00
EditPage.php Merge "EditPage: Factor stats collection into private methods" 2017-02-01 04:08:42 +00:00
EventRelayerGroup.php
FauxRequest.php
Feed.php Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00
FeedUtils.php
FileDeleteForm.php Replaced all deprecated Linker methods with proper ones in core(1) 2017-01-20 11:46:13 +02:00
ForkController.php Call resetChildProcessServices() in ForkController 2016-10-11 12:52:44 -07:00
FormOptions.php Merge "Update weblinks in comments from HTTP to HTTPS" 2016-11-08 21:32:00 +00:00
GitInfo.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
GlobalFunctions.php Move LBFactory to Rdbms namespace 2017-02-03 17:24:03 -08:00
HistoryBlob.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
Hooks.php Cleanup after Iba0138a6 2017-01-03 14:58:06 -05:00
Html.php Html: Unblacklist HTML5 form validation attributes 2017-01-10 14:53:08 -08:00
HtmlFormatter.php
Licenses.php
limit.sh
Linker.php Remove trailing empty lines in PHP 2017-01-16 22:06:43 +01:00
LinkFilter.php Move LikeMatch to Rdbms namespace 2017-02-06 21:20:39 -08:00
ListToggle.php
MagicWord.php Replace use of &$this 2017-01-31 23:01:54 -05:00
MagicWordArray.php
MediaWiki.php Move LBFactory to Rdbms namespace 2017-02-03 17:24:03 -08:00
MediaWikiServices.php Move LBFactory to Rdbms namespace 2017-02-03 17:24:03 -08:00
MediaWikiVersionFetcher.php
MergeHistory.php Add missing Database::timestamp() calls 2016-10-29 20:47:03 +00:00
Message.php More properly fix error message 2016-12-16 09:34:43 -05:00
MimeMagic.php Move MimeAnalyzer params to ServiceWiring 2016-11-23 23:52:58 +00:00
MovePage.php Add parameter to API modules to apply change tags to log entries 2017-01-12 16:30:17 -06:00
MWGrants.php Replaced all deprecated Linker methods with proper ones in core(1) 2017-01-20 11:46:13 +02:00
MWNamespace.php Remove empty lines from PHP and JavaScript comment blocks 2016-12-09 09:01:06 +00:00
MWTimestamp.php Rename Convert*a*bleTimestamp to Convert*i*bleTimestamp 2016-09-21 21:43:32 -07:00
NoLocalSettings.php
OutputHandler.php
OutputPage.php Allow OpenGraph RFDa meta tags 2017-01-25 21:49:55 +03:30
PageProps.php Remove empty lines from PHP and JavaScript comment blocks 2016-12-09 09:01:06 +00:00
PathRouter.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
PHPVersionCheck.php Rebuilt PHPVersionCheck to be an own class 2016-11-03 17:11:36 +01:00
Pingback.php
Preferences.php User group memberships that expire 2017-01-27 09:24:20 +00:00
PrefixSearch.php Fix deprecation message - use correct method name (defaultPrefixSearch) 2016-12-17 12:13:04 +00:00
ProtectionForm.php Merge "Revert "Added reason suggestion in block/delete/protect forms"" 2017-01-21 19:47:27 +00:00
ProxyLookup.php Move IP::isConfigured/TrustedProxy() to ProxyLookup service 2016-09-21 20:02:09 -07:00
Revision.php Revision::getText() was removed 2017-01-19 01:57:38 +00:00
RevisionList.php Replaced all deprecated Linker methods with proper ones in core(1) 2017-01-20 11:46:13 +02:00
Sanitizer.php Prevent unexpected }- in converter output 2017-01-25 17:38:08 +00:00
ServiceWiring.php Use FileBaseSiteLookup if $wgSitesCacheFile is set. 2016-12-20 20:53:32 +00:00
Setup.php Merge "InstantCommons: do not cache thumbs" 2017-01-25 22:39:33 +00:00
SiteConfiguration.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
SiteStats.php Make user_groups queries honor $wgDisableUserGroupExpiry 2017-01-31 01:21:47 +11:00
Status.php Improve Status/StatusValue::splitByErrorType type hint 2016-10-24 00:50:40 +00:00
StreamFile.php Add HTTPFileStreamer class 2016-09-23 14:22:04 -07:00
StubObject.php
TemplateParser.php Get ConfigFactory & MainConfig from MediaWikiServices 2016-11-23 00:12:38 +00:00
TemplatesOnThisPageFormatter.php TemplatesOnThisPage: The second paramter in rawElement is attributes, not content 2016-10-11 03:13:25 +00:00
Title.php User group memberships that expire 2017-01-27 09:24:20 +00:00
TitleArray.php
TitleArrayFromResult.php
TrackingCategories.php refreshLinks.php: allow refreshing by categories, tracking or not 2017-01-23 14:30:16 -08:00
WatchedItem.php
WatchedItemQueryService.php PHP code style: No space after unary not operator 2017-01-05 16:00:59 +00:00
WatchedItemQueryServiceExtension.php Add hooks for WatchedItemQueryService / ApiQueryWatchlist 2016-11-03 11:41:40 +00:00
WatchedItemStore.php WatchedItemStore::setNotificationTimestampsForUser(): Allow clearing timestamp 2016-12-16 14:31:24 -05:00
WebRequest.php Remove WebRequest::checkSessionCookie() method as being deprecated 2016-12-31 17:37:04 +00:00
WebRequestUpload.php Update weblinks in comments from HTTP to HTTPS 2016-11-07 15:24:46 +01:00
WebResponse.php Fix to incorrect calls of header () breaking saving some pages and login 2016-09-21 20:20:33 +00:00
WebStart.php Remove check for MW_NO_SETUP 2017-01-12 17:05:06 -08:00
WikiMap.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
Xml.php Improved parsing in reason suggests 2017-01-11 19:00:00 +01:00
XmlSelect.php