wiki.techinc.nl/includes
2015-02-13 19:54:17 +00:00
..
actions Merge "Fix type hint in HistoryAction::getArticle" 2015-02-06 21:58:02 +00:00
api Expose installed libraries in action=query&meta=siteinfo 2015-02-12 23:25:19 +00:00
cache Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08: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 Fix spammy "Writes done" debug message 2015-02-13 15:59:37 +11:00
debug Add Monolog handler for syslog UDP transport 2015-02-09 22:38:26 -07:00
deferred Made SqlDataUpdate use lazy DB connections 2015-01-14 02:40:32 +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 Merge "UnregisteredLocalFile.php: Override File::getBitDepth() stub" 2015-02-13 18:25:12 +00:00
gallery Make ImageGalleryBase member variables protected 2015-02-04 11:28:29 -08:00
htmlform HTMLForm: Support hide-if for HTMLCheckMatrix 2015-02-07 08:55:58 -05:00
installer Localisation updates from https://translatewiki.net. 2015-02-10 21:39:14 +01:00
interwiki Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
jobqueue Removed deprecated RefreshLinksJob2 class 2015-02-12 14:19:06 -08:00
json FormatJson::stripComments 2014-10-12 12:34:22 -06:00
libs Split StatusValue out of Status class and put it in /libs 2015-02-10 00:39:05 +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 Merge "Cache countable statistics to prevent multiple counting on import" 2015-02-13 19:54:17 +00:00
pager Converted some profiling to scopedProfileIn 2015-01-07 21:03:02 -08:00
parser Don't split regex string unnecessarily 2015-01-28 16:17:41 +00:00
password Fix creating non-parameterized hashes in ParameterizedPassword 2014-10-20 22:58:17 +02:00
poolcounter Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
profiler Merge "Added query/connection expectation support to TransactionProfiler" 2015-02-12 21:38:58 +00:00
rcfeed Create a generic UDP transport class 2014-12-15 15:06:43 -07:00
registration registration: Apply ResourceFileModulePaths to all modules 2015-02-11 01:46:11 +00:00
resourceloader Allow adding of context-based LESS Variables 2015-02-10 16:25:37 -05: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 Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
skins SkinApiTemplate: Remove <span dir="auto"> for firstHeading 2015-02-03 14:30:23 +00:00
specialpage HTMLForm: Separate VForm code to a subclass 2015-01-14 19:33:34 +00:00
specials SpecialMediaStatistics: Protect against invalid indexes 2015-02-13 16:58:26 +00:00
templates Usercreate: Move label of extraInput to right place 2015-01-24 10:54:41 +01:00
title Merge "Proper namespace handling for WikiImporter" 2015-01-05 22:40:15 +00:00
upload Pass user to FileRepo::getUploadStash 2015-01-31 21:46:05 +01: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 Properly escape the messages in CategoryViewer.php 2015-02-05 16:38:51 -05: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 Removed deprecated RefreshLinksJob2 class 2015-02-12 14:19:06 -08:00
Defines.php Move includes/normal to includes/libs/normal 2015-01-29 00:00:35 +00:00
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 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 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 "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 "Don't double escape in Linker::formatLinksInComment" 2015-02-04 07:16:20 +00:00
LinkFilter.php
MagicWord.php Merge "Remove obvious function-level profiling" 2015-01-07 19:27:45 +00:00
MediaWiki.php Added query/connection expectation support to TransactionProfiler 2015-02-11 18:57:03 +00: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
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 Add links to Special:EditWatchlist in Preferences' Watchlist tab 2015-01-24 20:52:24 +05: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 Non-word characters shouldn't terminate tag names on the tidy side too 2015-02-03 12:41:55 -08: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 Split StatusValue out of Status class and put it in /libs 2015-02-10 00:39:05 +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
tidy.conf
Title.php Do not call purgeExpiredRestrictions on simple page views 2015-02-11 05:24:04 +00:00
TitleArray.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
TitleArrayFromResult.php
User.php Revert "Add AvailableRightsTest for User::getAllRights completeness" 2015-02-11 15:03:35 +00: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 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