Go to file
Thiemo Mättig fe0da50344 Extract ParserMakeImageParams/AfterParserFetchFileAndTitle hook handlers
This patch only moves existing code around, but does not change any
implementation detail.

I found it very suprising that all code called by these two hook handlers
is 100% exclusive to these hook handlers. There is zero interaction
between these hook handlers code and all other code. Why is it in the
same file then? And why is it all static? It doesn't have to be. I
had to change literally nothing, except cutting and pasting, removing
all "static" and replacing all "self::..." with "$this->...". That's
all.

Change-Id: I7fdc582db425d3b95f7d02934b439eb9c102e712
2016-01-18 13:00:21 +01:00
i18n Localisation updates from https://translatewiki.net. 2015-12-22 22:11:20 +01:00
includes Extract ParserMakeImageParams/AfterParserFetchFileAndTitle hook handlers 2016-01-18 13:00:21 +01:00
maintenance Author prefers full name in @author tag 2015-11-17 09:54:24 +01:00
tests/phpunit Extract LinksUpdateHookHandler to separate file 2015-12-30 13:40:48 +01:00
.gitignore build: Configure banana-checker and jsonlint 2015-06-19 22:01:11 -07:00
.gitreview Add .gitreview 2012-05-07 20:19:32 +04:00
COPYING Add COPYING 2014-02-20 19:33:08 +04:00
Gruntfile.js build: Configure banana-checker and jsonlint 2015-06-19 22:01:11 -07:00
package.json build: Updating development dependencies 2015-12-29 11:46:04 -08:00
PageImages.i18n.php Update i18n shim 2014-04-22 13:35:11 +00:00
PageImages.php Extract ParserMakeImageParams/AfterParserFetchFileAndTitle hook handlers 2016-01-18 13:00:21 +01:00