Page MenuHomePhabricator

Replace LogPage::logName
Closed, ResolvedPublic

Description

Since the LogPage refactoring months ago, there are still many usages of the now deprecated LogPage::logName which need to be updated:

Problems in mediawiki/core/includes/Article.php:
Non deprecated function delete calls deprecated function LogPage::logName in line 1345
Non deprecated function confirmDelete calls deprecated function LogPage::logName in line 1513
Non deprecated function doDelete calls deprecated function LogPage::logName in line 1543
Problems in mediawiki/core/includes/ChangesList.php:
Non deprecated function recentChangesBlockLine calls deprecated function LogPage::logName in line 1148
Problems in mediawiki/core/includes/ProtectionForm.php:
Non deprecated function showLogExtract calls deprecated function LogPage::logName in line 609
Problems in mediawiki/core/includes/specials/SpecialMovepage.php:
Non deprecated function showLogFragment calls deprecated function LogPage::logName in line 632
Problems in mediawiki/core/includes/specials/SpecialRevisiondelete.php:
Non deprecated function execute calls deprecated function LogPage::logName in line 204
Non deprecated function execute calls deprecated function LogPage::logName in line 209
Problems in mediawiki/core/includes/specials/SpecialMergeHistory.php:
Non deprecated function showHistory calls deprecated function LogPage::logName in line 230
Problems in mediawiki/core/includes/specials/SpecialUserrights.php:
Non deprecated function showLogFragment calls deprecated function LogPage::logName in line 608
Problems in mediawiki/core/includes/specials/SpecialUndelete.php:
Non deprecated function showHistory calls deprecated function LogPage::logName in line 1074
Non deprecated function showHistory calls deprecated function LogPage::logName in line 1078
Problems in mediawiki/core/includes/FileDeleteForm.php:
Non deprecated function showLogEntries calls deprecated function LogPage::logName in line 282
Problems in mediawiki/core/includes/logging/LogPage.php:
Non deprecated function getTitleLink calls deprecated function LogPage::logName in line 419


Version: 1.20.x
Severity: normal
URL: http://svn.wikimedia.org/doc/classLogPage.html

Details

Reference
bz37638

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:26 AM
bzimport set Reference to bz37638.

Patch code:
http://dereckson.devio.us/patches/MediaWiki-20120619-37638-replace-deprecated-LogPage-logName.patch

Before to push it to gerrit, I would like to test if the lognames are still printed correctly.

Code is deployed on http://mediawiki.dereckson.be/

If you create an account there, you could perhaps help me to check that?

Code review: Gerrit change 12362