wiki.techinc.nl/includes
Aaron Schulz 2cfcb390c6 DatabaseBase constructor cleanups
* The array based format is now required
* Pass any additional parameters through factory() to __construct() even
  if the base clase does not recognize them. This makes DB specific
  options simpler.
* Also added missing bits to Sqlite constructors

Bug: T90288
Change-Id: I29b79a3c1bb2b5e51c1c8f5e04cd08c71e0662a3
2015-02-23 13:02:28 -08:00
..
actions Merge "Fix type hint in HistoryAction::getArticle" 2015-02-06 21:58:02 +00:00
api Localisation updates from https://translatewiki.net. 2015-02-20 21:57:39 +01:00
cache Revert "Removed doCascadeProtectionUpdates method to avoid DB writes on page views" 2015-02-20 13:17:41 +00:00
changes Moved RecentChange::purgeExpiredChanges to a job 2015-01-16 17:39:31 -08:00
clientpool
composer
config Remove deprecated GlobalVarConfig::set() 2014-10-20 16:43:08 +00:00
content JsonContent: Support non-object values as root structure 2015-01-16 20:57:07 +00:00
context Removed remaining profile calls 2015-01-08 02:49:33 -08:00
dao
db DatabaseBase constructor cleanups 2015-02-23 13:02:28 -08:00
debug Update MWLoggerMonologHandler for Monolog 1.12.0 2015-02-13 18:12:30 -07:00
deferred Revert "Removed doCascadeProtectionUpdates method to avoid DB writes on page views" 2015-02-20 13:17:41 +00:00
diff Pass user to Title::quickUserCan in DifferenceEngine 2015-01-29 16:46:28 +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 Never treat persistent stat cache as "latest" in FileBackend 2015-02-10 23:30:55 +00:00
filerepo Detect duplicate archived files by SHA1 search on upload 2015-02-18 19:52:03 +00:00
gallery Make ImageGalleryBase member variables protected 2015-02-04 11:28:29 -08:00
htmlform Merge "htmlform: Simplify implementation of loadDataFromRequest()" 2015-02-17 13:36:15 +00:00
installer DatabaseBase constructor cleanups 2015-02-23 13:02:28 -08:00
interwiki Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
jobqueue Revert "Removed doCascadeProtectionUpdates method to avoid DB writes on page views" 2015-02-20 13:17:41 +00:00
json FormatJson::stripComments 2014-10-12 12:34:22 -06:00
libs Convert UtfNormalTest into a PHPUnit test 2015-02-20 06:04:26 +00:00
logging Define the context field in LogFormatter 2015-02-12 22:55:12 -05:00
mail Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
media Merge "Ignore EXIF data in FormatMetadata::fetchExtendedMetadata()" 2015-02-11 09:33:01 +00:00
objectcache Merge "Made BagOStuff::debug protected" 2015-02-12 17:17:30 +00:00
page Revert "Removed doCascadeProtectionUpdates method to avoid DB writes on page views" 2015-02-20 13:17:41 +00:00
pager Converted some profiling to scopedProfileIn 2015-01-07 21:03:02 -08:00
parser Correct misleading documentation 2015-02-20 19:55:11 +00:00
password Fix creating non-parameterized hashes in ParameterizedPassword 2014-10-20 22:58:17 +02:00
poolcounter Revert "Removed doCascadeProtectionUpdates method to avoid DB writes on page views" 2015-02-20 13:17:41 +00:00
profiler Made TransactionProfiler affected-row warnings not trigger for JobRunner 2015-02-17 16:50:12 -08:00
rcfeed Create a generic UDP transport class 2014-12-15 15:06:43 -07:00
registration registration: Improve merging of arrays 2015-02-16 23:12:32 +00:00
resourceloader resourceloader: Simplify log message for getDefinitionMtime() cache miss 2015-02-20 06:47:06 +00:00
revisiondelete Made ArticleRevisionVisibilitySet include the revision IDs 2015-02-04 03:25:32 +00:00
search Remove copious amounts of commented out preg_replace calls 2015-01-27 05:34:40 +00:00
site Maintenance script for exporting site definitions 2015-02-20 12:09:34 +01:00
skins Merge "Add clickable link for section headers" 2015-02-19 22:00:53 +00:00
specialpage HTMLForm: Separate VForm code to a subclass 2015-01-14 19:33:34 +00:00
specials Merge "Avoid double word-separator when using Linker::userToolLinks" 2015-02-20 08:21:46 +00:00
templates Adding TemplateParser class providing interface to Mustache templates 2015-02-19 17:41:45 -08:00
title Merge "Proper namespace handling for WikiImporter" 2015-01-05 22:40:15 +00:00
upload Detect duplicate archived files by SHA1 search on upload 2015-02-18 19:52:03 +00:00
utils StringUtils: throw InvalidArgumentException and move into libs/ 2015-01-29 10:30:57 -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 Allow override of page disply within CategoryViewer 2015-02-20 13:46:48 +01:00
CdbCompat.php Fixed spacing 2014-12-05 22:28:07 +01:00
ChangeTags.php Creation, deletion and improved management of change tags 2015-02-04 14:14:18 -05:00
Collation.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
DefaultSettings.php Revert "Removed doCascadeProtectionUpdates method to avoid DB writes on page views" 2015-02-20 13:17:41 +00:00
Defines.php Move includes/normal to includes/libs/normal 2015-01-29 00:00:35 +00:00
DeprecatedGlobal.php
EditPage.php Made EditPage avoid querying the master block table on form view 2015-02-16 22:52:23 +00:00
Export.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
Fallback.php
Feed.php Improve documentation of ChannelFeed and AtomFeed class 2015-02-04 13:40:33 +00:00
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 Account for HiDPI variants in thumb.php rate limiting 2015-02-04 19:55:44 -08:00
HistoryBlob.php
Hooks.php Add lots of @throws 2014-12-24 13:49:20 +00:00
Html.php Html::openElement: Don't omit closing tags. 2015-02-18 22:35:22 +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 "Cache countable statistics to prevent multiple counting on import" 2015-02-13 19:54:17 +00:00
Licenses.php
limit.sh chmod 755 bash & Perl files, chmod 644 .css file 2014-10-30 18:25:16 +00:00
Linker.php Merge "Avoid double word-separator when using Linker::userToolLinks" 2015-02-20 08:21:46 +00:00
LinkFilter.php
MagicWord.php Merge "Remove obvious function-level profiling" 2015-01-07 19:27:45 +00:00
MediaWiki.php Made TransactionProfiler affected-row warnings not trigger for JobRunner 2015-02-17 16:50:12 -08:00
MediaWikiVersionFetcher.php Allow /-/ in MediaWikiVersionFetcher::fetchVersion 2014-10-31 10:33:40 +01:00
Message.php Split StatusValue out of Status class and put it in /libs 2015-02-10 00:39:05 +00:00
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
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 Merge "Add OutputPage::enableOOUI() to set up OOUI stuff when needed" 2015-01-28 23:33:50 +00:00
PathRouter.php
PHPVersionError.php Require PHP >= 5.3.3 2014-10-30 10:10:52 -07:00
Preferences.php Adjusting patrol checks for RC and watchlist prefs 2015-02-18 20:17:16 +00:00
PrefixSearch.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
ProtectionForm.php Avoid double escaped expiry time on action=protect 2015-01-27 20:44:34 +01:00
Revision.php Merge "Made Revision::newFromPageId avoid master queries like newFromTitle does" 2015-02-05 01:24:53 +00:00
RevisionList.php
Sanitizer.php Replace dev.w3.org with more permanent or stable urls 2015-02-14 14:21:33 +00:00
Setup.php Move includes/normal to includes/libs/normal 2015-01-29 00:00:35 +00:00
SiteConfiguration.php Replace $wgConf->localVHosts by $wgLocalVirtualHosts 2014-10-03 03:54:44 -07:00
SiteStats.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
SquidPurgeClient.php
StatCounter.php
Status.php Fix magic getter for $status->ok 2015-02-14 00:05:41 +00: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 Some clean-up of TemplateParser 2015-02-20 10:50:17 -08:00
tidy.conf
Title.php Made EditPage avoid querying the master block table on form view 2015-02-16 22:52:23 +00:00
TitleArray.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
TitleArrayFromResult.php
User.php API: Add authz features for RESTBase 2015-02-19 16:45:03 -05:00
UserArray.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
UserArrayFromResult.php
UserRightsProxy.php Make UserRightsProxy::addGroup/removeGroup return bool 2015-02-11 02:14:27 +01:00
WatchedItem.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
WebRequest.php Fix HTTPS protocol detection 2015-01-16 16:22:54 +00:00
WebResponse.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
WebStart.php Adding TemplateParser class providing interface to Mustache templates 2015-02-19 17:41:45 -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