projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f31859
)
recentchanges
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 04:31:20 +0000
(
04:31
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 04:31:20 +0000
(
04:31
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index f4dc6f410d2c05302153b3627e922dfc9d513368..42a0ef3ba935e357d6706fd3da6623d28ff4ba3a 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-373,8
+373,6
@@
sub rcs_recentchanges ($) {
eval q{use Date::Parse};
eval q{use Time::Duration};
- my %sourcepages=reverse %pagesources;
-
if (-d "$srcdir/.svn") {
my $info=`LANG=C svn info $srcdir`;
my ($svn_url)=$info=~/^URL: (.*)$/m;
@@
-398,7
+396,7
@@
sub rcs_recentchanges ($) {
$when=concise(ago(time - str2time($3)));
}
elsif ($state eq 'header' && /^\s+[A-Z]\s+\Q$svn_base\E\/(.+)$/) {
- push @pages,
exists $sourcepages{$1} ? $sourcepages{$1} : $1
;
+ push @pages,
pagename($1)
;
}
elsif ($state eq 'header' && /^$/) {
$state='body';