Move details of import logs into log params
authorumherirrender <umherirrender_de.wp@web.de>
Tue, 10 Nov 2015 18:56:19 +0000 (19:56 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 11 Nov 2015 17:34:18 +0000 (18:34 +0100)
commitdc78d4d12c7a7b2e0135add4e634ff4a51ead5e1
tree6aea508817d55807a670af44900d3dbfcf288878
parent5cb16e7711354fb3a39913d5a38d55367751d81b
Move details of import logs into log params

The detail information about the count of revision and the interwiki
title get moved into log params. To show the new information an
ImportLogFormatter was written, which changes the key for new log items.

This allows to show the detail information in the user language.
It also decouple the user supplied data from detail information

Change-Id: Iaa57da0fc3e20c33c94fd850cd02db96fdb32dac
autoload.php
includes/DefaultSettings.php
includes/logging/ImportLogFormatter.php [new file with mode: 0644]
includes/specials/SpecialImport.php
languages/i18n/en.json
languages/i18n/qqq.json
tests/phpunit/includes/logging/ImportLogFormatterTest.php [new file with mode: 0644]