run('log --xml ' . $lib->arg($repos->fetchPath($input->in['repos']) . '/' . $input->in['path']), true)); $nodes = ''; BSXml::UnifyNode($logs['log']['logentry']); foreach ($logs['log']['logentry'] AS $index => $log) { $log['author'] = $log['author']['value']; $log['date'] = FormatSvnDate($log['date']['value']); $log['message_clean'] = FormatLogMessage($log['msg']['value']); $link['view'] = ConstructLink('view', $input->in['repos'], $input->in['path'], $log['revision']); $link['blame'] = ConstructLink('blame', $input->in['repos'], $input->in['path'], $log['revision']); $link['diff'] = ConstructLink('diff', $input->in['repos'], $input->in['path'], $log['revision']); eval('$nodes .= "' . $template->fetch('log_node') . '";'); } // ################################################################### eval('$template->flush("' . $template->fetch('log') . '");'); /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>