mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-15 12:00:40 +00:00
fe0da50344
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 |
||
---|---|---|
i18n | ||
includes | ||
maintenance | ||
tests/phpunit | ||
.gitignore | ||
.gitreview | ||
COPYING | ||
Gruntfile.js | ||
package.json | ||
PageImages.i18n.php | ||
PageImages.php |