wiki.techinc.nl/includes
Federico Leva dccbb7b402 Use an actual URL for helppage in enotif_body
The helppage can be a full URL, which canonicalurl doesn't like.

This means that if a wiki
* has a custom enotif_body which uses canonicalurl + helppage, but
* doesn't have helppage defined locally (as local/interwiki title),
then it will still have to fix either of the two locally.

Bug: 63269
Change-Id: I82d26b648ef23b69ae4fbd0a74ffa23eb7a93dae
2014-05-03 15:38:19 +02:00
..
actions SECURITY: escape sortKey in pageInfo 2014-04-24 21:52:22 +02:00
api ApiParse: Add prop=modules 2014-04-29 22:12:12 +00:00
cache Pass phpcs-strict on various files in includes/ 2014-04-24 21:50:01 +02:00
changes Append redirect=no to RecentChanges/Watchlist redirect entries 2014-04-28 18:11:13 -07:00
clientpool Consistently use '@deprecated since <version>' 2014-04-15 22:18:19 +02:00
composer Pass phpcs-strict on various files in includes/ 2014-04-24 21:50:01 +02:00
config
content Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
context Document that IContextSource::getTitle can return null 2014-04-24 19:53:20 +02:00
dao Fixed some @params documentation 2014-04-14 12:59:19 +00:00
db Avoid fatal error if doing a DB query after close() 2014-04-30 17:04:06 -07:00
debug Fixed some @params documentation (includes/*) 2014-04-19 22:22:20 +02:00
deferred Merge "Introducing pp_sortkey." 2014-04-24 21:42:07 +00:00
diff Pass phpcs-strict on various files in includes/ 2014-04-24 21:50:01 +02:00
exception Pass phpcs-strict on various files in includes/ 2014-04-24 21:50:01 +02:00
externalstore Fixed some @params documentation 2014-04-14 19:52:18 +00:00
filebackend Merge "Avoid bogus IE extension check errors in img_auth.php" 2014-04-22 20:59:04 +00:00
filerepo Removed commented-out migrateThumbFile() code 2014-04-30 00:30:37 -07:00
gallery Consistently use '@deprecated since <version>' 2014-04-15 22:18:19 +02:00
htmlform Pass phpcs-strict on various files in includes/ 2014-04-24 21:50:01 +02:00
installer Localisation updates from https://translatewiki.net. 2014-04-30 20:32:47 +00:00
interwiki
jobqueue Finish removing boolean return values from JobQueue code 2014-04-28 22:21:58 +02:00
json FormatJson: Remove speculative comment 2014-04-25 15:16:18 -04:00
libs Merge "Added VirtualRESTServiceClient/VirtualRESTService classes" 2014-04-30 03:09:54 +00:00
logging Fixed some @params documentation (includes/*) 2014-04-19 22:22:20 +02:00
media Pass phpcs-strict on various files in includes/ 2014-04-24 21:50:01 +02:00
normal Pass phpcs-strict on includes/normal/ 2014-04-24 21:44:48 +02:00
objectcache Add BagOStuff::setMulti for batch insertions 2014-04-25 15:12:22 -07:00
parser Merge "Introducing pp_sortkey." 2014-04-24 21:42:07 +00:00
poolcounter Include pool type in pool counter log entries 2014-04-21 10:37:14 -07:00
profiler Fixed call to undefined method in TransactionProfiler 2014-04-28 17:57:55 +00:00
rcfeed Fixed some @params documentation 2014-04-14 19:52:18 +00:00
resourceloader Merge "ResourceLoaderLanguageDataModule: Clean up useless methods and fragile state" 2014-05-01 06:21:27 +00:00
revisiondelete Fix RevDel_RevisionItem::getAuthorNameField to work for ips 2014-04-24 21:12:58 +00:00
search Clean up database-backed SearchResultSets 2014-04-22 12:56:36 -07:00
site Merge "Add 'since <version>' to @deprecated annotations" 2014-04-22 19:46:38 +00:00
specialpage Fixed some @params documentation (includes/[specialpage|specials]) 2014-04-19 10:16:52 +02:00
specials Merge "Add WhatLinksHereProps hook, to allow extensions to annotate WhatLinksHere entries." 2014-05-01 04:28:23 +00:00
templates Remove unnecessary h2 element on create account 2014-04-22 04:17:26 +00:00
title Merge "Update formatting of includes/title/" 2014-04-21 17:11:39 +00:00
upload Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
utils Handle null file handles in UIDGenerator::_destruct() 2014-04-08 16:13:44 +00:00
.htaccess
AjaxDispatcher.php
AjaxResponse.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
Article.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
AuthPlugin.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
AutoLoader.php Merge "Provide a ResourceLoader module for language names" 2014-04-30 23:32:43 +00:00
Autopromote.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
Block.php Fixed some @params documentation (includes/[Block.php|Revision.php]) 2014-04-23 11:25:56 +02:00
CacheHelper.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
Category.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
Categoryfinder.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
CategoryPage.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
CategoryViewer.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
ChangesFeed.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
ChangeTags.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
Collation.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
Cookie.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
DefaultSettings.php Merge "Introducing pp_sortkey." 2014-04-24 21:42:07 +00:00
Defines.php
DeprecatedGlobal.php
EditPage.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
Export.php Fixed some @params documentation (includes/[Export.php|Import.php]) 2014-04-23 11:30:40 +02:00
Fallback.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
Feed.php Append redirect=no to RecentChanges/Watchlist redirect entries 2014-04-28 18:11:13 -07:00
FeedUtils.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
FileDeleteForm.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
ForkController.php
FormOptions.php
GitInfo.php
GlobalFunctions.php Fix some @params documentation in includes/{GlobalFunctions,User.php} 2014-04-23 09:53:38 +00:00
HistoryBlob.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
Hooks.php
Html.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
HtmlFormatter.php HtmlFormatter::filterContent() should always return an array 2014-04-24 15:09:34 -07:00
HttpFunctions.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
ImagePage.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
ImageQueryPage.php
Import.php Fixed some @params documentation (includes/[Export.php|Import.php]) 2014-04-23 11:30:40 +02:00
Init.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
Licenses.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
limit.sh
Linker.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
LinkFilter.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
MagicWord.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
MediaWikiVersionFetcher.php
Message.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
MessageBlobStore.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
mime.info
mime.types
MimeMagic.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
MWTimestamp.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
Namespace.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
OutputHandler.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
OutputPage.php Consistently use '@deprecated since <version>' 2014-04-15 22:18:19 +02:00
PageQueryPage.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
Pager.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
PathRouter.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
PHPVersionError.php Couple more 1.24 bumps 2014-04-14 17:39:53 +01:00
Preferences.php Fixed some @params documentation (includes/[Article|Pref|Skin].php) 2014-04-23 11:46:22 +02:00
PrefixSearch.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
ProtectionForm.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
QueryPage.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
Revision.php Add $user param to Revision::newNullRevision 2014-04-28 18:59:20 +02:00
RevisionList.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
Sanitizer.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
Setup.php Normalise comments in Setup.php 2014-04-14 00:17:14 +00:00
SiteConfiguration.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
SiteStats.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
Skin.php Make the link in printfooter explicitly ltr 2014-04-28 12:09:38 +00:00
SkinTemplate.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
SquidPurgeClient.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
StatCounter.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
Status.php Allow Status::hasMessage to work with Message objects. 2014-04-22 20:19:04 +02:00
StreamFile.php
StubObject.php Fixed some @params documentation (includes/*) 2014-04-20 21:16:57 +02:00
tidy.conf
TimestampException.php
Title.php Pass user and user_text to Revision constructor 2014-04-28 17:20:30 +00:00
TitleArray.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
TitleArrayFromResult.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
User.php Fix some @params documentation in includes/{GlobalFunctions,User.php} 2014-04-23 09:53:38 +00:00
UserArray.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
UserArrayFromResult.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
UserMailer.php Use an actual URL for helppage in enotif_body 2014-05-03 15:38:19 +02:00
UserRightsProxy.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
WatchedItem.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
WebRequest.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
WebResponse.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
WebStart.php Clean up access points 2014-03-28 01:05:30 +00:00
Wiki.php http -> https rewrite: Only replace one http by https 2014-04-28 19:01:43 +00:00
WikiCategoryPage.php
WikiFilePage.php Fixed some @params documentation 2014-04-14 12:59:19 +00:00
WikiMap.php Fixed some @params documentation (includes/*) 2014-04-22 13:07:02 +02:00
WikiPage.php Do not increment the total site edit count on null edits 2014-04-28 20:46:26 -07:00
Xml.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00
ZhConversion.php zhtable: Add zh2Hant rule 箱里 => 箱裡 2014-04-09 08:45:27 +00:00