projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d594b
)
recentchanges
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 04:01:29 +0000
(
04:01
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 04:01:29 +0000
(
04:01
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 1db4a0a4b51683ed30ea63dc5226a7dae676c1b0..3998b40d2321acf237fb1d952b096a451c42b81f 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-389,7
+389,7
@@
sub rcs_recentchanges ($) {
elsif ($state eq 'header' && /$infoline/) {
$rev=$1;
$user=$2;
- $when=
ago(time - str2time($3
));
+ $when=
concise(ago(time - str2time($3)
));
}
elsif ($state eq 'header' && /^\s+(.*)/) {
push @pages, $1;