wiki.techinc.nl/includes
Tony Thomas 9d54bc2055 Added VERP functionality hook to core
* By default, wiki should keep the envelope sender as $wgPasswordSender
* Requires BounceHandler extension. Added hook to core
* Alters the return path, to bounce-{key}@domain
* The envelope sender is set using the 5th param in mail()

Bug: 46640
Needed By: I9463ae33ae327405725ea9693d45ad61b8ecf798
Change-Id: Ic5c1231611a5c4984ddf81fd716e6f3a3e82fd57
2014-07-11 12:03:49 +00:00
..
actions Allow to set a salt for the edit token in HTMLForm 2014-07-08 22:45:14 +02:00
api Merge "API: Fix list=deletedrevs with pre-1.5 revisions" 2014-07-10 18:37:26 +00:00
cache Use some callable hints on @param docs 2014-07-03 21:20:35 +02:00
changes Remove obsolete RC_MOVE and RC_MOVE_OVER_REDIRECT rc types 2014-06-11 02:44:48 +00:00
clientpool Lowered the default OPT_READ_TIMEOUT for Redis 2014-07-08 04:04:48 +00:00
composer
config GlobalVarConfig shouldn't throw exceptions for null-valued config settings 2014-06-23 13:03:53 -04:00
content @singe -> @since in doc 2014-07-04 22:53:47 +02:00
context Reset RequestContext between tests 2014-06-27 10:59:47 -07:00
dao Avoid key conflict errors in User::addToDatabase 2014-06-24 10:59:27 +00:00
db Set the default database schema to "mediawiki" so as not to break the CLI installer. 2014-07-09 00:20:36 +00:00
debug Fix uncaught ApiFormatXml exception with api debuginfo 2014-06-28 20:35:52 +02:00
deferred Database search fixes: 2014-06-20 13:43:36 -07:00
diff Add comment to TableDiffFormatter::blockHeader 2014-06-29 08:15:01 +00:00
exception MWException: Remove deprecated methods 2014-05-14 22:01:37 +00:00
externalstore
filebackend Use some callable hints on @param docs 2014-07-03 21:20:35 +02:00
filerepo Merge "Generate thumbnails based on buckets" 2014-07-09 14:09:02 +00:00
gallery New hook, AfterParserFetchFileAndTitle 2014-07-01 17:40:11 -07:00
htmlform Allow to set a salt for the edit token in HTMLForm 2014-07-08 22:45:14 +02:00
installer Use PHP_VERSION constant instead of phpversion() function call 2014-07-09 16:46:35 -07:00
interwiki
jobqueue Work around hhvm bug in redis job queue 2014-07-07 18:12:12 -04:00
json
libs Remove OutputPage::getStatusMessage() (deprecated since 1.18) 2014-07-09 01:41:18 +02:00
logging Change mixed @param doc for PatrolLog::record 2014-07-06 06:06:07 +00:00
media Merge "Generate thumbnails based on buckets" 2014-07-09 14:09:02 +00:00
normal
objectcache Don't unserialize integer reply from Redis incrBy 2014-06-27 18:24:35 -04:00
page Remove WikiPage::isBigDeletion() (deprecated since 1.19) 2014-07-10 19:03:58 +02:00
parser Remove ParserOptions::setSkin() (deprecated since 1.19) 2014-07-09 18:24:31 +02:00
poolcounter Fixed acquireForMe() bug in the redis module 2014-07-07 17:16:42 -07:00
profiler Added some sanity warnings to TransactionProfiler 2014-06-27 11:40:50 -07:00
rcfeed RCFeed: Add log_id property (exposes rc_logid attribute) 2014-06-11 22:27:13 +00:00
resourceloader Make ResourceLoaderFileModule#getAllStyleFiles include all skin styles 2014-06-17 19:38:58 +00:00
revisiondelete Use Database methods in RevisionDeleteUser::setUsernameBitfields 2014-06-29 12:11:10 +00:00
search rm $wgCountTotalSearchHits. It was broken. 2014-07-08 03:41:13 -03:00
site Pass phpcs-strict on includes/site/ 2014-05-09 21:54:07 +02:00
specialpage HTMLForm submission callback documentation updates 2014-07-03 11:21:55 -04:00
specials Merge "Change message on Special:Wantedfiles based on if foreign repo on." 2014-07-10 19:29:55 +00:00
templates mediawiki.ui: Rename .mw-ui-vform-div → .mw-ui-vform-field 2014-06-26 17:34:20 +00:00
title Merge "Allow local interwiki links with an empty title part" 2014-07-03 17:46:48 +00:00
upload Merge "Fix mime detection of easily-confused-with text/plain formats" 2014-07-04 07:43:42 +00:00
utils Add some casts for sanity before BagOStuff::add() calls 2014-06-26 16:25:31 -07:00
.htaccess
AjaxDispatcher.php
AjaxResponse.php
AuthPlugin.php
AutoLoader.php Remove deprecated class FormatExif 2014-07-04 07:12:59 +00:00
Autopromote.php
Block.php Use the user from the context to format the date in Block::getPermissionsError() 2014-07-08 22:13:01 +02:00
CacheHelper.php
Category.php Avoid begin/commit in Category::getCountMessage() 2014-06-24 18:07:55 -07:00
Categoryfinder.php Make phpcs-strict pass on includes/ (6/~10) 2014-05-12 16:46:52 +02:00
CategoryViewer.php Avoid begin/commit in Category::getCountMessage() 2014-06-24 18:07:55 -07:00
ChangesFeed.php
ChangeTags.php Documentation improvements in ChangeTags.php 2014-06-10 21:52:32 +02:00
Collation.php Collation: Remove deprecated findLowerBound() 2014-05-19 18:21:08 +02:00
Cookie.php
DefaultSettings.php Remove $wgFileStore 2014-07-10 18:27:39 -07:00
Defines.php Removed old DB_LAST cruft 2014-06-25 16:12:36 -07:00
DeprecatedGlobal.php Merge "Remove silly 'm' prefix from StubObject/DeprecatedGlobal members" 2014-05-27 18:53:00 +00:00
EditPage.php Replace hardcoded square brackets by message brackets 2014-06-29 11:56:52 +00:00
Export.php Introduce ContentHandler::exportTransform() 2014-05-20 19:21:49 +02:00
Fallback.php
Feed.php Make phpcs-strict pass on includes/ (7/7) 2014-05-15 20:07:09 +02:00
FeedUtils.php Make phpcs-strict pass on includes/ (1/~10) 2014-05-11 19:14:17 +00:00
FileDeleteForm.php Make phpcs-strict pass on includes/ (1/~10) 2014-05-11 19:14:17 +00:00
ForkController.php
FormOptions.php
GitInfo.php Fix GitInfo cache file path computation and storage location 2014-07-08 16:36:10 +00:00
GlobalFunctions.php Merge "GlobalFunctions: Deprecate swap()" 2014-07-10 00:50:28 +00:00
HistoryBlob.php Revert more visibility changes in HistoryBlob.php 2014-05-25 17:09:40 -04:00
Hooks.php Use some callable hints on @param docs 2014-07-03 21:20:35 +02:00
Html.php Html: Throw exception if array is used for an attribute not supporting it 2014-07-10 16:46:35 +00:00
HtmlFormatter.php Adding and improving function and param descriptions in HtmlFormatter 2014-06-25 14:40:13 -07:00
HttpFunctions.php
Import.php Correct doc of WikiImporter::__construct parameter 2014-06-02 12:09:15 +02:00
Init.php Make phpcs-strict pass on includes/ (1/~10) 2014-05-11 19:14:17 +00:00
Licenses.php Make phpcs-strict pass on includes/ (1/~10) 2014-05-11 19:14:17 +00:00
limit.sh Fix error message when swap is disabled 2014-05-19 10:41:52 +10:00
Linker.php Use anonymous function in Linker::formatAutocomments/formatLinksInComment 2014-06-10 20:32:23 +00:00
LinkFilter.php
MagicWord.php Support {{!}} as a magic word 2014-06-26 14:56:04 -07:00
MediaWikiVersionFetcher.php
Message.php Don't use isset() to check for null 2014-07-01 19:17:02 +02:00
MessageBlobStore.php Make phpcs-strict pass on includes/ (2/~10) 2014-05-11 19:22:05 +00:00
mime.info Merge "Fix mime detection of easily-confused-with text/plain formats" 2014-07-04 07:43:42 +00:00
mime.types Merge "Fix mime detection of easily-confused-with text/plain formats" 2014-07-04 07:43:42 +00:00
MimeMagic.php Allow third party code to hook-up MIME type detection 2014-07-06 13:38:14 +02:00
MWTimestamp.php Don't use isset() to check for null 2014-06-30 21:51:29 +02:00
Namespace.php Remove MWNamespace::isMain() (deprecated since 1.19) 2014-07-09 01:41:18 +02:00
OutputHandler.php Make phpcs-strict pass on includes/ (2/~10) 2014-05-11 19:22:05 +00:00
OutputPage.php Remove OutputPage::isUserJsAllowed() (deprecated since 1.18) 2014-07-09 01:41:19 +02:00
Pager.php Make phpcs-strict pass on includes/ (2/~10) 2014-05-11 19:22:05 +00:00
PathRouter.php
PHPVersionError.php Use PHP_VERSION constant instead of phpversion() function call 2014-07-09 16:46:35 -07:00
Preferences.php Refactor Preferences code to allow better reuse. 2014-07-09 14:26:51 -07:00
PrefixSearch.php Merge "Revert "PrefixSearch (ApiOpenSearch) now supports searching in multiple namespaces"" 2014-06-24 00:13:53 +00:00
ProtectionForm.php Collapse duplicate $existingExpiry == 'infinity' case into else 2014-06-16 00:49:34 +01:00
Revision.php Don't use isset() to check for null 2014-07-03 21:41:05 +02:00
RevisionList.php Make phpcs-strict pass on includes/ (6/~10) 2014-05-12 16:46:52 +02:00
Sanitizer.php Allow HTML5 <rtc> tag (ruby support for East Asian typography). 2014-07-02 18:45:14 -04:00
Setup.php Remove $wgFileStore 2014-07-10 18:27:39 -07:00
SiteConfiguration.php Merge "Force array parameters in SiteConfiguration" 2014-07-04 19:49:44 +00:00
SiteStats.php Fix initSiteStats.php maintenance script 2014-06-29 00:12:16 +00:00
Skin.php Remove deprecated Skin::makeGlobalVariablesScript 2014-07-08 22:26:47 +00:00
SkinTemplate.php Remove deprecated Skin::makeGlobalVariablesScript 2014-07-08 22:26:47 +00:00
SquidPurgeClient.php Make phpcs-strict pass on includes/ (3/~10) 2014-05-11 19:28:07 +00:00
StatCounter.php Make phpcs-strict pass on includes/ (3/~10) 2014-05-11 19:28:07 +00:00
Status.php
StreamFile.php Make phpcs-strict pass on includes/ (3/~10) 2014-05-11 19:28:07 +00:00
StubObject.php Unstub the passed object when calling unstub() 2014-07-07 15:37:45 -04:00
tidy.conf
TimestampException.php Make phpcs-strict pass on includes/ (3/~10) 2014-05-11 19:28:07 +00:00
Title.php Remove Title::getEscapedText() (deprecated since 1.19) 2014-07-10 18:57:29 +02:00
TitleArray.php
TitleArrayFromResult.php Make phpcs-strict pass on includes/ (3/~10) 2014-05-11 19:28:07 +00:00
User.php Merge "New 'UserResetAllOptions' hook from the wikiHow codebase." 2014-07-10 21:51:41 +00:00
UserArray.php
UserArrayFromResult.php Make phpcs-strict pass on includes/ (3/~10) 2014-05-11 19:28:07 +00:00
UserMailer.php Added VERP functionality hook to core 2014-07-11 12:03:49 +00:00
UserRightsProxy.php
WatchedItem.php Make phpcs-strict pass on includes/ (4/~10) 2014-05-11 19:35:09 +00:00
WebRequest.php Removed deprecated WebRequest::escapeAppendQuery() 2014-06-20 15:11:03 -07:00
WebResponse.php
WebStart.php No longer support installs where register_globals is enabled 2014-07-08 16:25:58 -07:00
Wiki.php Added BeforeHttpsRedirect hook allowing extensions to cancel forceHTTPS 2014-05-28 12:46:11 -04:00
WikiMap.php
Xml.php Make phpcs-strict pass on includes/ (4/~10) 2014-05-11 19:35:09 +00:00
ZhConversion.php