wiki.techinc.nl/includes
Kunal Mehta 3c1d3e2bc6 installer: Read styles from Vector's skin.json
Vector now has a skin.json and the PHP entry point is just a stub, so
including it doesn't do anything. We can read from the skin.json file
and register the module properly instead of depending upon implicit
globals.

Also make ExtensionRegistry::__construct() not fail if $wgObjectCaches
is not set up properly, which is the case sometimes in the installer.

Bug: T98043
Change-Id: I5a653b095665092f8a27416b8a7f28ebf7d4d8c1
2015-05-04 11:41:13 -07:00
..
actions ChangeTags: Don't show UI when no editable tags exist 2015-05-01 11:12:31 -04:00
api Update getHelpUrls() for reworked mw.org API pages 2015-05-04 08:15:54 +00:00
cache Moved MessageBlobStore to /cache 2015-04-15 20:36:03 -07:00
changes Add hook EnhancedChangesList::getLogText 2015-03-03 01:50:32 +00:00
changetags Fixed some IDE warnings in ChangeTags 2015-05-03 13:28:55 +10:00
clientpool
composer
config Made ConfigException extend Exception 2015-02-27 11:24:15 -08:00
content ContentHandler: remove last wfRunHooks() call in includes 2015-04-27 21:43:11 -07:00
context Document IContextSource->msg 2015-04-25 00:09:51 -04:00
dao
db Made DatabaseSqlite::__construct always caller super 2015-04-28 08:37:21 -07:00
debug resourceloader: Add ResourceLoader::makeInlineScript utility and use it 2015-04-20 19:45:27 +00:00
deferred Removed SpecialStatistics query group; vslow is enough 2015-04-09 11:39:15 -07:00
diff Use more specific and less ambiguous ids for line numbers in diffs 2015-05-01 17:38:29 +00:00
exception Merge "Some cleanups to MWExceptionHandler::handleException" 2015-04-06 20:44:54 +00:00
externalstore Profile all external HTTP requests from MW 2015-03-03 20:54:30 -08:00
filebackend Merge "Fix and make PHPDoc tags in FileBackend more specific" 2015-03-18 16:45:20 +00:00
filerepo Removed LocalFile::purgeHistory method 2015-04-27 17:36:02 -07:00
gallery Add srcset for images in <gallery> 2015-02-25 19:52:06 -04:00
htmlform HTMLForm: Add wfDeprecated to isVForm 2015-05-01 22:17:50 +00:00
installer installer: Read styles from Vector's skin.json 2015-05-04 11:41:13 -07:00
interwiki Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
jobqueue Fixed some <code> tags for doxygen 2015-04-29 06:01:59 +01:00
json Use "string|false" as @return instead of "string|bool" where appropiate 2015-04-01 09:48:30 +01:00
libs Made getWithSetCallback doc comment clearer 2015-04-29 11:45:42 -07:00
logging ChangeTags: Don't show UI when no editable tags exist 2015-05-01 11:12:31 -04:00
mail Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
media Removed DjVu pageCount() check and let it surface in the shell command 2015-05-01 16:38:04 -07:00
objectcache Added ObjectCache::getMainWANInstance() helper method 2015-04-27 14:28:43 -07:00
page Don't ignore content model for default message texts 2015-05-03 22:02:51 +00:00
pager Converted some profiling to scopedProfileIn 2015-01-07 21:03:02 -08:00
parser Parser: Say tildes instead of ~~~ in comment to fix Doxygen fatal 2015-04-06 12:32:25 +00:00
password
poolcounter Merge "Removed obsolete "containsOldMagic" code" 2015-03-04 06:02:04 +00:00
profiler Fixed some <code> tags for doxygen 2015-04-29 06:01:59 +01:00
rcfeed Create a generic UDP transport class 2014-12-15 15:06:43 -07:00
registration installer: Read styles from Vector's skin.json 2015-05-04 11:41:13 -07:00
resourceloader Merge "Use ResourceLoaderImageModule to serve icons for OOjs UI" 2015-04-28 20:21:08 +00:00
revisiondelete API: Move parameter formatting into LogFormatter 2015-04-17 04:59:41 +00:00
search SearchHighlighter: Stop checking for existence of "wfCite" function 2015-04-30 11:25:01 -07:00
site Change case of class names to match declarations 2015-04-29 19:01:07 +00:00
skins Follow-up ee320648fd: output mw-content-{ltr,rtl} unconditionally 2015-05-01 14:59:17 -07:00
specialpage UI for adding and removing change tags on revisions and log entries 2015-04-15 18:31:12 +00:00
specials Merge "Revert "Use CSS columns instead of tables in Special:SpecialPages"" 2015-05-01 19:37:34 +00:00
templates Remove unneeded variable assignment in Usercreate.php 2015-03-26 20:13:01 +01:00
title Use wikimedia/utfnormal library, add backwards-compatability layer 2015-03-24 12:59:26 -07:00
upload SECURITY: Fix animate blacklist 2015-04-01 09:55:22 -07:00
utils Ignore phpcs in autoload.php 2015-03-16 19:09:28 +01:00
.htaccess
AjaxDispatcher.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
AjaxResponse.php
AuthPlugin.php
AutoLoader.php autoloader: Remove incorrect documentation comment 2014-12-19 06:02:34 +00:00
Autopromote.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
Block.php Reduce change for deadlocks in Block::insert() 2015-04-17 13:04:35 -07:00
Category.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
CategoryFinder.php Fixed some <code> tags for doxygen 2015-04-29 06:01:59 +01:00
CategoryViewer.php Change labels of paging links in Category page 2015-03-28 00:48:32 +05:30
CdbCompat.php Fixed spacing 2014-12-05 22:28:07 +01:00
Collation.php Use wikimedia/utfnormal library, add backwards-compatability layer 2015-03-24 12:59:26 -07:00
DefaultSettings.php Merge "Added $wgTrxProfilerLimits and slow query limits" 2015-04-28 08:26:06 +00:00
Defines.php Remove MW_SPECIALPAGE_VERSION. Unused anywhere. 2015-04-15 09:26:01 -07:00
DeprecatedGlobal.php
EditPage.php resourceloader: Add ResourceLoader::makeInlineScript utility and use it 2015-04-20 19:45:27 +00:00
Export.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
Fallback.php
Feed.php FeedItem: Use full URL with protocol for <id>/<guid> in Atom/RSS feeds 2015-03-07 23:52:44 +01:00
FeedUtils.php Use wikimedia/utfnormal library, add backwards-compatability layer 2015-03-24 12:59:26 -07:00
FileDeleteForm.php Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
ForkController.php
FormOptions.php
GitInfo.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
GlobalFunctions.php Add @var LoadBalancer[] type doc 2015-04-29 19:16:50 +00:00
HistoryBlob.php
Hooks.php Add lots of @throws 2014-12-24 13:49:20 +00:00
Html.php Add array type hints to minor methods in the Html class 2015-04-08 20:26:24 +00:00
HtmlFormatter.php Removed remaining profile calls 2015-01-08 02:49:33 -08:00
HttpFunctions.php Make wfWarn name the caller in Http::get 2015-03-26 10:46:10 +00:00
Import.php Make import destination UI more intuitive and clearer 2015-04-22 18:46:40 +00:00
Licenses.php
limit.sh
Linker.php Emergency remove .mw-headline-anchor 2015-03-17 22:31:45 +00:00
LinkFilter.php Avoid using DB_MASTER in makeLikeArray 2015-03-27 17:58:57 +00:00
MagicWord.php Merge "Remove obvious function-level profiling" 2015-01-07 19:27:45 +00:00
MediaWiki.php Added $wgTrxProfilerLimits and slow query limits 2015-04-28 10:18:11 +02:00
MediaWikiVersionFetcher.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
Message.php Message::inLanguage() shouldn't unstub StubUserLang 2015-04-13 11:40:30 -04:00
mime.info mime.types: allow bzip2 upload 2015-03-16 20:40:45 +01:00
mime.types mime.types: allow bzip2 upload 2015-03-16 20:40:45 +01:00
MimeMagic.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
MovePage.php MovePage: Move target existence check into isValidMove() 2015-04-29 10:36:03 -07:00
MWNamespace.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
MWTimestamp.php Reject out-of-range output when converting to TS_MW 2014-12-19 17:06:38 -05:00
NoLocalSettings.php Adding TemplateParser class providing interface to Mustache templates 2015-02-19 17:41:45 -08:00
OutputHandler.php Fix case insensitive string comparison for http header names 2014-12-12 02:38:43 +00:00
OutputPage.php Use ResourceLoaderImageModule to serve icons for OOjs UI 2015-04-28 13:48:30 +00:00
PathRouter.php
PHPVersionError.php Begin 1.26 development cycle 2015-04-07 13:55:45 -07:00
Preferences.php Preferences: Use case-insensitive comparison for skin names 2015-04-30 16:01:29 +00:00
PrefixSearch.php Shorten long lines in PrefixSearch.php to make phpcs pass 2015-03-04 09:13:53 +02:00
ProtectionForm.php Clean up handling of 'infinity' 2015-03-13 11:19:53 -04:00
Revision.php Merge "Add checks to try to catch T92046" 2015-04-02 23:41:06 +00:00
RevisionList.php UI for adding and removing change tags on revisions and log entries 2015-04-15 18:31:12 +00:00
Sanitizer.php Check return value of preg_match in Sanitizer.php 2015-04-02 17:49:45 +00:00
Setup.php Automatically set $wgMainWANCache by default using $wgMainCacheType 2015-04-24 01:37:04 -07:00
SiteConfiguration.php
SiteStats.php Prevent SiteStats::loadAndLazyInit from reloading in $wgMiserMode 2015-04-08 09:35:56 -07:00
SquidPurgeClient.php
Status.php Fixed some <code> tags for doxygen 2015-04-29 06:01:59 +01:00
StreamFile.php Removed remaining profile calls 2015-01-08 02:49:33 -08:00
StubObject.php Removed remaining profile calls 2015-01-08 02:49:33 -08:00
TemplateParser.php TemplateParser: Use ObjectCache::newAccelerator() with fallback set 2015-03-23 03:34:57 +00:00
tidy.conf
Title.php Remove throws from Title::getContentModel() 2015-04-27 11:51:53 +02:00
TitleArray.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
TitleArrayFromResult.php
User.php Remove cache use in setNewtalk, as nothing reads from that 2015-04-27 16:45:58 -07:00
UserArray.php Add UserArray::newFromNames() 2015-02-26 19:18:35 +00:00
UserArrayFromResult.php
UserRightsProxy.php Shorten long lines in UserRightsProxy.php to make phpcs pass 2015-03-04 04:26:47 +00:00
WatchedItem.php Made WatchedItem use Revision::getTimestampFromId 2015-04-13 21:54:34 +00:00
WebRequest.php Make WebRequest objects time-aware 2015-04-01 18:21:26 -07:00
WebResponse.php Set parameter default to array() in WebResponse::setcookie() 2015-03-27 09:58:58 +01:00
WebStart.php Remove $wgRUstart, unused 2015-04-16 15:28:37 -07:00
WikiMap.php Fix some stuttering in comments and documentation 2014-12-17 19:44:10 +00:00
Xml.php SECURITY: Don't allow directly calling Xml::isWellFormed 2015-04-01 09:56:29 -07:00
ZhConversion.php Improve Makefile.py for zhtable 2015-04-23 04:15:37 +00:00