Hide uploads link on IP contributions page
authorMatěj Suchánek <matejsuchanek97@gmail.com>
Fri, 12 Apr 2019 09:20:33 +0000 (11:20 +0200)
committerMatěj Suchánek <matejsuchanek97@gmail.com>
Wed, 1 May 2019 15:25:04 +0000 (17:25 +0200)
commit8aa55aeabf32c8a55574ef8b2dc8a37a29d7b228
tree99da9df4b073ce15ee7ef1a2c01b74dba07c4238
parentcd43e666a090c5d008d429d26325041b3e0af126
Hide uploads link on IP contributions page

If IPs cannot upload files, hide link to list of files
which they uploaded.

Also simplify the code: User::getID() should always return int,
so $id !== null was always true. And add references to some tasks.

Bug: T220674
Change-Id: Ia9e1516393d6e85858cceb02bb09405148adaf51
includes/specials/SpecialContributions.php