wiki.techinc.nl/includes/parser
Brad Jorsch a2120b0bd0 Make imagelinks work like templatelinks
Due to bug 17259 (which is fixed in a better way in Id44d566a),
imagelinks only records the redirect and not the actual image used when
an image redirect is referenced. This causes various problems, such as
cascading protection not working through image redirects.

It makes more sense for imagelinks to work like tempaltelinks, recording
both so that things like cascading protection don't have to care about
image redirects explicitly.

Comparing imagelinks to templatelinks also reveals a few places
(WikiPage::doDeleteUpdates, WikiPage::doCascadeProtectionUpdates) that
should be triggering a LinksUpdate if the image links changed.

Bug: 23002
Bug: 23542
Bug: 26503
Change-Id: I64fe7d25646cae2c8213211893c6f821f3504dbf
2014-01-07 23:13:43 +00:00
..
CacheTime.php Format functions in CacheTime 2013-12-30 22:00:22 +01:00
CoreParserFunctions.php Include namespaces in {{CASCADINGSOURCES}} output 2014-01-06 16:53:43 -05:00
CoreTagHooks.php Fixed spacing in logging/parser/profiler/rl/revdel/search folder 2013-04-20 17:38:24 +02:00
DateFormatter.php Removed space after isset 2013-04-26 14:18:06 +02:00
LinkHolderArray.php Move closing parenthesis from multi line if and function to own line 2013-12-01 21:39:00 +01:00
Parser.php Make imagelinks work like templatelinks 2014-01-07 23:13:43 +00:00
Parser_DiffTest.php Fixed spacing in logging/parser/profiler/rl/revdel/search folder 2013-04-20 17:38:24 +02:00
ParserCache.php Update documentation for ParserCache::save() 2014-01-02 14:13:19 +00:00
ParserOptions.php Add reference to the current user to the PageRenderingHash hook 2014-01-06 15:04:54 +00:00
ParserOutput.php Change Title::getInterwiki() in conditions to Title::isExternal() 2014-01-02 11:59:10 +01:00
Preprocessor.php fix some spacing 2013-03-07 17:53:21 +01:00
Preprocessor_DOM.php Move closing parenthesis from multi line if and function to own line 2013-12-01 21:39:00 +01:00
Preprocessor_Hash.php Move closing parenthesis from multi line if and function to own line 2013-12-01 21:39:00 +01:00
StripState.php style: normalize end of files 2013-02-03 15:04:39 +01:00
Tidy.php Fix Tidy quietly breaking TOC disabling 2013-10-25 19:04:51 +00:00