1 Sep 2007 01:12
SVN: [25382] branches/liquidthreads/extensions/LqtPages.php
<david <at> svn.wikimedia.org>
2007-08-31 23:12:17 GMT
2007-08-31 23:12:17 GMT
Revision: 25382
Author: david
Date: 2007-08-31 23:12:17 +0000 (Fri, 31 Aug 2007)
Log Message:
-----------
marginally better handling of non-existant threads
Modified Paths:
--------------
branches/liquidthreads/extensions/LqtPages.php
Modified: branches/liquidthreads/extensions/LqtPages.php
===================================================================
--- branches/liquidthreads/extensions/LqtPages.php 2007-08-31 22:44:38 UTC (rev 25381)
+++ branches/liquidthreads/extensions/LqtPages.php 2007-08-31 23:12:17 UTC (rev 25382)
<at> <at> -362,9 +362,6 <at> <at>
unset($content_actions['edit']);
unset($content_actions['viewsource']);
unset($content_actions['talk']);
-/* unset($content_actions['history']);
- unset($content_actions['watch']);
- unset($content_actions['move']);*/
if( array_key_exists( 'move', $content_actions ) && $this->thread ) {
$content_actions['move']['href'] =
SpecialPage::getPage('Movethread')->getTitle()->getFullURL() . '/' .
<at> <at> -374,9 +371,7 <at> <at>
$content_actions['delete']['href'] =
SpecialPage::getPage('Deletethread')->getTitle()->getFullURL() . '/' .
$this->thread->title()->getPrefixedURL();
(Continue reading)
RSS Feed