wiki.techinc.nl/includes
Kevin Israel e2ac8a7306 WebStart.php: Update the file's doc comment
The doc comment did not reflect the removal of MW_NO_SETUP in
edc9edbc76, or the fact that Setup.php no longer loads
AutoLoader.php or GlobalFunctions.php.

Change-Id: I19a12fd83e369828b9e08176ddf3bfca16aae465
2017-05-26 14:25:04 +00:00
..
actions InfoAction: Avoid deprecated wfMemcKey() 2017-05-23 21:01:08 -07:00
api Localisation updates from https://translatewiki.net. 2017-05-25 22:00:24 +02:00
auth auth: Avoid deprecated wfGlobalCacheKey() 2017-05-23 15:10:17 -07:00
cache MessageCache: Avoid deprecated wfMemcKey() 2017-05-24 14:15:29 -05:00
changes Merge "Fix EnhancedChangesList::getDiffHistLinks null exception" 2017-05-21 12:28:57 +00:00
changetags ChangeTags: Avoid deprecated wfMemcKey() 2017-05-23 21:01:09 -07:00
clientpool
collation Hack around icu breakage for fa sorting 2017-05-19 22:14:43 +00:00
compat Follow-up a57b64436c: Correct @deprecated version 2017-02-28 21:31:49 -08:00
composer
config Improve HTTP logging 2017-05-19 06:49:26 +02:00
content Fix php code style 2017-05-05 12:03:54 +00:00
context Replace deprecated Context::getStats() with MWServices::getStatsdDataFactory() 2017-03-17 12:07:03 +01:00
dao Move Database and subclasses to Rdbms namespace 2017-04-12 10:43:57 -07:00
db A service for read-only mode 2017-04-19 12:27:06 -07:00
debug Add ConsoleLogger, use it for eval.php -d 2017-04-28 10:05:05 +10:00
deferred Release prior row locks beforehand in LinksUpdate::updateCategoryCounts 2017-04-26 22:33:56 -07:00
diff Replace deprecated Context::getStats() with MWServices::getStatsdDataFactory() 2017-03-17 12:07:03 +01:00
exception Remove $wgExceptionHooks 2017-05-22 00:57:44 +02:00
export Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
externalstore Move DBConnRef/MaintainableDBConnRef to Rdbms namespace 2017-03-29 11:04:47 -07:00
filebackend Move DB errors to Rdbms namespace 2017-04-15 10:47:41 -07:00
filerepo Use file width/height instead of metadata for getContentHeaders 2017-05-24 10:46:39 +02:00
gallery
htmlform HTMLUsersMultiselectField: Make auto-infusable when used inside a legacy HTMLForm 2017-05-20 16:13:17 +02:00
http Improve HTTP logging 2017-05-19 06:49:26 +02:00
import Add @since tags to WikiRevision 2017-03-25 00:53:09 +00:00
installer Merge "Revert "Revert "Fix the web updater""" 2017-05-24 22:31:42 +00:00
interwiki Merge "Fix inconsistent spec of InterwikiLookup::getAllPrefixes." 2017-05-04 16:38:08 +00:00
jobqueue Add type hint to ThumbnailRenderJob::hitThumbUrl 2017-05-19 12:17:27 -07:00
json
libs Add missing ampersand to getMultiWithSetCallback() callback 2017-05-25 03:40:26 -07:00
linker
logging Fix usage of $db->nextSequenceValue() 2017-05-10 17:28:24 -04:00
mail Merge "Miscellaneous indentation tweaks" 2017-02-28 18:38:36 +00:00
media Use file width/height instead of metadata for getContentHeaders 2017-05-24 10:46:39 +02:00
objectcache Move DB errors to Rdbms namespace 2017-04-15 10:47:41 -07:00
page Clear postEdit cookie on server-side 2017-05-05 23:58:19 +00:00
pager Pager class for filtering by date range 2017-05-12 14:55:54 +02:00
parser Merge "Move loading of mediawiki.toc from Parser to Skin" 2017-05-23 18:42:44 +00:00
password
poolcounter includes: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:13:24 +00:00
profiler Move DB errors to Rdbms namespace 2017-04-15 10:47:41 -07:00
rcfeed rcfeed: Ensure formatter (and other params) is passed to RCFeedEngine 2017-02-04 03:31:44 +00:00
registration registration: Avoid deprecated wfMemcKey() 2017-05-23 21:01:09 -07:00
resourceloader resourceloader: Allow modules to be registered via a factory callback 2017-05-21 17:12:37 +00:00
revisiondelete Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
search Fix php code style 2017-05-05 12:03:54 +00:00
services Fix php code style 2017-05-05 12:03:54 +00:00
session session: Avoid deprecated wfMemcKey() 2017-05-23 22:25:27 -07:00
site Add maintenance script to add sites to sites table 2017-02-26 16:30:13 +00:00
skins skins: Avoid deprecated wfMemcKey() 2017-05-23 21:01:09 -07:00
specialpage Add missing addQuotes() to ChangesListSpecialPage 2017-05-09 16:13:31 -07:00
specials Merge "Date range filtering in Special:NewFiles" 2017-05-23 13:56:23 +00:00
templates
tidy RemexCompatMunger: fix a couple of memory leaks 2017-03-23 02:32:52 +00:00
title Merge "Handle missing namespace prefix in XML dumps more gracefully" 2017-03-08 05:07:57 +00:00
upload UploadBase::getTitle can return null 2017-04-18 20:42:54 +01:00
user Use test user helper methods in UserGroupMembershipTest/UserTest 2017-05-19 19:07:21 +00:00
utils Move some more classes to comply with class per file 2017-05-21 13:23:31 +01:00
widget Add 'show-multimedia-search-results' to SearchEngine feature data 2017-05-11 09:45:04 +02:00
.htaccess
AjaxDispatcher.php Replace some of the deprecated wfGetLBFactory() calls 2017-02-07 14:41:09 +01:00
AjaxResponse.php
AuthPlugin.php
AutoLoader.php
Autopromote.php In Autopromote skip edit count lookup if requirement is 0 or invalid 2017-05-21 14:30:42 +00:00
Block.php Move Database and subclasses to Rdbms namespace 2017-04-12 10:43:57 -07:00
Category.php Fix bogus field reference in Category::getCountMessage() callback 2017-04-19 21:25:37 -07:00
CategoryFinder.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
CategoryViewer.php Fix bogus field reference in Category::getCountMessage() callback 2017-04-19 21:25:37 -07:00
DefaultSettings.php Revert "Creating new WMF 1.30.0-wmf.2 branch" 2017-05-25 22:57:06 +02:00
Defines.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
DeprecatedGlobal.php
DerivativeRequest.php
DummyLinker.php Removed deprecated Linker functions 2017-01-07 15:33:33 +00:00
EditPage.php EditPage: Preserve &ooui=1 / &ooui=0 from URL after preview 2017-05-15 20:33:37 +02:00
EventRelayerGroup.php
FauxRequest.php
Feed.php
FeedUtils.php Merge "includes: Replace implicit Bugzilla bug numbers with Phab ones" 2017-02-28 00:51:57 +00:00
FileDeleteForm.php Replace some of the deprecated wfGetLBFactory() calls 2017-02-07 14:41:09 +01:00
ForkController.php
FormOptions.php
GitInfo.php
GlobalFunctions.php Fix up deprecation of wfMemcKey()/wfGlobalCacheKey() 2017-05-23 14:58:54 -07:00
HeaderCallback.php Log a backtrace from the culprit location if headers were already sent 2017-02-23 14:10:12 +11:00
HistoryBlob.php includes: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:13:24 +00:00
Hooks.php
Html.php Improve Html/Xml element generation docs 2017-03-01 16:13:29 -08:00
HtmlFormatter.php
Licenses.php
limit.sh
Linker.php Use classes instead of IDs for TOC collapsing 2017-04-10 17:00:03 +00:00
LinkFilter.php Move LikeMatch to Rdbms namespace 2017-02-06 21:20:39 -08:00
ListToggle.php
MagicWord.php Merge "Miscellaneous indentation tweaks" 2017-02-28 18:38:36 +00:00
MagicWordArray.php
MediaWiki.php Use isSpecialPage() where possible 2017-04-29 22:31:42 +02:00
MediaWikiServices.php ReadOnlyMode: Add a few doc blocks 2017-04-19 23:13:22 +00:00
MediaWikiVersionFetcher.php
MergeHistory.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
Message.php
MimeMagic.php Fix comment typo in MimeMagic.php 2017-05-11 22:18:31 +02:00
MovePage.php Use delete_and_move_reason in content language on move over redirect 2017-04-08 11:08:00 +02:00
MWGrants.php Replaced all deprecated Linker methods with proper ones in core(1) 2017-01-20 11:46:13 +02:00
MWNamespace.php
MWTimestamp.php Use wikimedia/timestamp 2017-02-28 21:15:38 -08:00
NoLocalSettings.php includes: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:13:24 +00:00
OutputHandler.php
OutputPage.php Merge "Move loading of mediawiki.toc from Parser to Skin" 2017-05-23 18:42:44 +00:00
PageProps.php
PathRouter.php
PHPVersionCheck.php Add HHVM version check 2017-05-19 09:59:13 +00:00
Pingback.php
Preferences.php RCFilters UI: Add a 'saved queries' quick filters feature 2017-05-08 16:20:44 -07:00
PrefixSearch.php includes: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:13:24 +00:00
ProtectionForm.php Merge "Revert "Added reason suggestion in block/delete/protect forms"" 2017-01-21 19:47:27 +00:00
ProxyLookup.php
ReadOnlyMode.php ReadOnlyMode: Add a few doc blocks 2017-04-19 23:13:22 +00:00
Revision.php Fix usage of $db->nextSequenceValue() 2017-05-10 17:28:24 -04:00
RevisionList.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
Sanitizer.php Match Parsoid's attribute sanitization for video elements 2017-04-21 20:25:51 +00:00
ServiceWiring.php A service for read-only mode 2017-04-19 12:27:06 -07:00
Setup.php Avoid breaking wikis that were modifying $wgDummyLanguageCodes 2017-03-09 01:15:58 +00:00
SiteConfiguration.php
SiteStats.php Remove $wgDisableUserGroupExpiry feature flag 2017-05-06 20:50:42 +10:00
Status.php
StreamFile.php
StubObject.php
TemplateParser.php TemplateParser: Improve cache integrity check failure scenario 2017-05-16 15:40:08 -07:00
TemplatesOnThisPageFormatter.php
Title.php Have Title::get(Next|Previous)RevisionID sort by timestamp 2017-05-08 05:33:07 +00:00
TitleArray.php Move ResultWrapper subclasses to Rdbms 2017-03-03 00:44:41 +00:00
TitleArrayFromResult.php Move ResultWrapper subclasses to Rdbms 2017-03-03 00:44:41 +00:00
TrackingCategories.php Add a tracking category when a template loop is detected 2017-03-17 11:52:38 +00:00
WatchedItem.php
WatchedItemQueryService.php Remove multiple spaces in PHP files 2017-04-12 17:27:19 +02:00
WatchedItemQueryServiceExtension.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
WatchedItemStore.php Various test fixes for postgres 2017-05-18 20:30:13 +00:00
WebRequest.php includes: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:13:24 +00:00
WebRequestUpload.php
WebResponse.php Log a backtrace from the culprit location if headers were already sent 2017-02-23 14:10:12 +11:00
WebStart.php WebStart.php: Update the file's doc comment 2017-05-26 14:25:04 +00:00
WikiMap.php Move some more classes to comply with class per file 2017-05-21 13:23:31 +01:00
WikiReference.php Move some more classes to comply with class per file 2017-05-21 13:23:31 +01:00
Xml.php Move some more classes to comply with class per file 2017-05-21 13:23:31 +01:00
XmlJsCode.php Move some more classes to comply with class per file 2017-05-21 13:23:31 +01:00
XmlSelect.php