From c4b171221279d358b1aee1468e7d8d98b923af8c Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 14 Jan 2007 04:30:53 +0000 Subject: * Change the RecentChanges page to show the path of changed pages. --- doc/patchqueue/full_paths_in_recentchanges.mdwn | 15 --------------- 1 file changed, 15 deletions(-) delete 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 deleted file mode 100644 index a42a2726b..000000000 --- a/doc/patchqueue/full_paths_in_recentchanges.mdwn +++ /dev/null @@ -1,15 +0,0 @@ -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