#17569922 : added link to issue and changeset

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5165 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-12-23 06:30:56 +00:00
parent 75c211f98e
commit f788064050
3 changed files with 21 additions and 3 deletions

View file

@ -245,7 +245,7 @@
return $output;
}
function getLog($path, $erev=null, $brev=null, $quiet = false, $limit = 2) {
function getLog($path, $erev=null, $brev=null, $quiet = false, $limit = 2, $link = true) {
if(strpos($path,'..')!==false) return;
$command = sprintf(
@ -287,7 +287,7 @@
$obj->paths[] = $tmp_obj;
}
$obj->msg = $this->linkXE($tmp->msg->body);
$obj->msg = $link?$this->linkXE($tmp->msg->body):$tmp->msg->body;
$output[] = $obj;
}
return $output;