From 42140a88fd366437faa25f8206f995c3a88e3662 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 12 Jan 2007 21:22:28 +0000 Subject: recentchanges currently showing full paths also removed some cruft in discussion page --- doc/patchqueue/full_paths_in_recentchanges.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/patchqueue/full_paths_in_recentchanges.mdwn (limited to 'doc/patchqueue') diff --git a/doc/patchqueue/full_paths_in_recentchanges.mdwn b/doc/patchqueue/full_paths_in_recentchanges.mdwn new file mode 100644 index 000000000..a42a2726b --- /dev/null +++ b/doc/patchqueue/full_paths_in_recentchanges.mdwn @@ -0,0 +1,15 @@ +For my own refrence --[[Joey]] + + Index: CGI.pm + =================================================================== + --- CGI.pm (revision 2225) + +++ CGI.pm (working copy) + @@ -92,7 +92,7 @@ + delete @{$change->{pages}}[10 .. @{$change->{pages}}] if $is_excess; + $change->{pages} = [ + map { + - $_->{link} = htmllink("", "", $_->{page}, 1); + + $_->{link} = htmllink("", "", $_->{page}, 1, 0, pagetitle($_->{page})); + $_; + } @{$change->{pages}} + ]; -- cgit v1.2.3