r55850 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55849‎ | r55850 | r55851 >
Date:12:10, 5 September 2009
Author:churchofemacs
Status:ok
Tags:
Comment:
show move/deletion log on action=history if there is no history
Modified paths:
  • /trunk/phase3/includes/HistoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HistoryPage.php
@@ -105,6 +105,7 @@
106106 */
107107 if( !$this->title->exists() ) {
108108 $wgOut->addWikiMsg( 'nohistory' );
 109+ $this->article->showLogs(); // show deletion/move log if there is an entry
109110 wfProfileOut( __METHOD__ );
110111 return;
111112 }

Status & tagging log