Revision history for UnCategoryAction


Revision [23236]

Last edited on 2016-05-20 07:38:47 by DecipherHk [Replaces old-style internal links with new pipe-split links.]
Additions:
else $str .= '<li>'.$this->Format('[['.$val.' | '.preg_replace( "/Category/", "",$val).']]').'</li>' ;
Deletions:
else $str .= '<li>'.$this->Format('[['.$val.' '.preg_replace( "/Category/", "",$val).']]').'</li>' ;


Revision [19238]

Edited on 2008-01-28 00:14:44 by DecipherHk [Modified links pointing to docs server]

No Differences

Revision [17029]

Edited on 2007-05-31 23:27:49 by DecipherHk [Reverted]
Additions:
if($cpage['tag'] != $page && $this->HasAccess('write', $cpage['tag']))
{
array_push($list,$cpage['tag']);
}
sort($list);
while (list($key, $val) = each($list)) {
if ($count == $col & !$compact) { $str .= "</tr><tr>"; $count=0; }
if (!$compact) $str .= '<td>'.$this->Format('[['.$val.']]'). '</td>' ."\n" ;
else $str .= '<li>'.$this->Format('[['.$val.' '.preg_replace( "/Category/", "",$val).']]').'</li>' ;
$count++;
$pagecount++;
}
$str = 'The following '.$pagecount.$str;
if (!$compact) $str .= '</tr></table>'; else $str .= '</ul></div>';
else $str = 'Not exists pages without category to be written or modify';
if ($count==0){
$str = 'Not exists pages without category to be written or modify';
print($str);
}
?>%%
----
CategoryUserContributions
Deletions:
if($cpage['tag'] != $page


Revision [16828]

Edited on 2007-05-31 10:52:50 by Tn5Mzv [Reverted]
Additions:
if($cpage['tag'] != $page
Deletions:
if($cpage['tag'] != $page && $this->HasAccess('write', $cpage['tag']))
{
array_push($list,$cpage['tag']);
}
sort($list);
while (list($key, $val) = each($list)) {
if ($count == $col & !$compact) { $str .= "</tr><tr>"; $count=0; }
if (!$compact) $str .= '<td>'.$this->Format('[['.$val.']]'). '</td>' ."\n" ;
else $str .= '<li>'.$this->Format('[['.$val.' '.preg_replace( "/Category/", "",$val).']]').'</li>' ;
$count++;
$pagecount++;
}
$str = 'The following '.$pagecount.$str;
if (!$compact) $str .= '</tr></table>'; else $str .= '</ul></div>';
else $str = 'Not exists pages without category to be written or modify';
if ($count==0){
$str = 'Not exists pages without category to be written or modify';
print($str);
}
?>%%
----
CategoryUserContributions


Revision [15508]

The oldest known version of this page was created on 2006-10-18 00:22:57 by DecipherHk [Reverted]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki