wiki.techinc.nl/includes
Bartosz Dziewoński 8d2b933b01 installer: Don't generate $wgDefaultSkin='' when no skins are present during installation
The bug only affects people installing from Git, not tarball releases.

* Make sure getDefaultSkin() never returns null and just uses 'vector'
  when no skins are available (so the user just has to install it).
* Produce a hidden input field to pass the generated value to the next
  installer page.

Change-Id: I025f1aeb182a818de59a42df01591e01fc9e6236
2015-01-13 22:47:24 +00:00
..
actions Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
api Localisation updates from https://translatewiki.net. 2015-01-13 21:45:04 +01:00
cache Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
changes Add User::equals 2015-01-13 15:04:45 +01:00
clientpool
composer
config
content Let subclasses specify content model in JsonContent 2015-01-10 00:11:37 -05:00
context Removed remaining profile calls 2015-01-08 02:49:33 -08:00
dao
db Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
debug Implement support for a minimum log level in $wgDebugLogGroups 2014-12-31 18:16:17 +00:00
deferred Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
diff Add User::equals 2015-01-13 15:04:45 +01:00
exception exception: Hide suppressed errors in 'error' log, flag in 'error-json' 2015-01-13 00:21:11 +00:00
externalstore Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
filebackend Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
filerepo Remove silly debug line 2015-01-09 10:57:50 -06:00
gallery Really allow Extensions to make a new gallery format 2014-12-22 19:09:52 +00:00
htmlform Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
installer installer: Don't generate $wgDefaultSkin='' when no skins are present during installation 2015-01-13 22:47:24 +00:00
interwiki Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
jobqueue Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
json
libs Move DeferredStringifier into libs, add tests 2015-01-13 11:04:44 -08:00
logging Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
mail Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
media Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
normal Fix some stuttering in comments and documentation 2014-12-17 19:44:10 +00:00
objectcache Allow CACHE_NONE as a fallback for ObjectCache::newAccelerator 2015-01-08 12:58:17 +00:00
page Merge "Run the ImagePageShowTOC hook before adding the 'metadata' link" 2015-01-13 19:44:35 +00:00
pager Converted some profiling to scopedProfileIn 2015-01-07 21:03:02 -08:00
parser Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
password
poolcounter Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
profiler Unbreak master by restoring Profiler::profile(In|Out) 2015-01-09 09:17:13 +00:00
rcfeed Create a generic UDP transport class 2014-12-15 15:06:43 -07:00
registration registration: Add ConfigRegistry to the extension.json schema 2015-01-13 01:25:09 +00:00
resourceloader Guard against unset key access in ResourceLoaderImageModule 2015-01-09 18:58:46 +00:00
revisiondelete Add lots of @throws 2014-12-24 13:49:20 +00:00
search Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
site Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
skins Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
specialpage Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
specials Merge "jsduck: Update references to renamed resources/ directories" 2015-01-13 19:25:17 +00:00
templates Consolidate mobile and desktop designs for login form 2014-12-23 21:42:56 +00:00
title Merge "Proper namespace handling for WikiImporter" 2015-01-05 22:40:15 +00:00
upload Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
utils Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08: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 Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
Category.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
CategoryFinder.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
CategoryViewer.php Escape unsafe messages in CategoryViewer.php 2015-01-11 18:04:41 +01:00
CdbCompat.php
ChangeTags.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
Collation.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
DefaultSettings.php Remove $wgDebugFunctionEntry, unused 2015-01-07 21:07:24 -08:00
Defines.php
DeprecatedGlobal.php
EditPage.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
Export.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
Fallback.php
Feed.php
FeedUtils.php Removed remaining profile calls 2015-01-08 02:49:33 -08: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 Don't call $wgOut->disable() from wfHttpError if $wgOut isn't set up yet 2015-01-12 16:48:40 -05:00
HistoryBlob.php
Hooks.php Add lots of @throws 2014-12-24 13:49:20 +00:00
Html.php Don't discourage usage of Html::element() 2015-01-09 08:02:42 +01:00
HtmlFormatter.php Removed remaining profile calls 2015-01-08 02:49:33 -08:00
HttpFunctions.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
Import.php Merge "Proper namespace handling for WikiImporter" 2015-01-05 22:40:15 +00:00
Licenses.php
limit.sh
Linker.php Make Linker::formatLinksInComment format links to other wikis 2015-01-09 11:22:31 -08:00
LinkFilter.php
MagicWord.php Merge "Remove obvious function-level profiling" 2015-01-07 19:27:45 +00:00
MediaWiki.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
MediaWikiVersionFetcher.php
Message.php
MessageBlobStore.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
mime.info
mime.types
MimeMagic.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
MovePage.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08: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
OutputHandler.php Fix case insensitive string comparison for http header names 2014-12-12 02:38:43 +00:00
OutputPage.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
PathRouter.php
PHPVersionError.php
Preferences.php Escape unescaped messages in Special:Preferences 2015-01-07 12:12:25 +11:00
PrefixSearch.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
ProtectionForm.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
Revision.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
RevisionList.php
Sanitizer.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
Setup.php Converted some profiling to scopedProfileIn 2015-01-07 21:03:02 -08:00
SiteConfiguration.php
SiteStats.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
SquidPurgeClient.php
StatCounter.php
Status.php
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
tidy.conf
Title.php Merge "Surround edit notices with appropriate classes" 2015-01-11 13:25:49 +00:00
TitleArray.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
TitleArrayFromResult.php
User.php Add User::equals 2015-01-13 15:04:45 +01:00
UserArray.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
UserArrayFromResult.php
UserRightsProxy.php
WatchedItem.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
WebRequest.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
WebResponse.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
WebStart.php Removed remaining profile calls 2015-01-08 02:49:33 -08:00
WikiMap.php Fix some stuttering in comments and documentation 2014-12-17 19:44:10 +00:00
Xml.php Removed remaining profile calls 2015-01-08 02:49:33 -08:00
ZhConversion.php