]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/RecentChanges_links_to_deleted_pages.mdwn
blogspam: Fix encoding issue in RPC::XML call. Thanks, Changaco
[ikiwiki.git] / doc / bugs / RecentChanges_links_to_deleted_pages.mdwn
1 [[RecentChanges]] should not link to pages that are being deleted. For as
2 example, see the change with the title 'add news item for ikiwiki 2.60'
3 which includes the deletion of "news/version 2.52". Maybe it should be made
4 clear in RecentChanges that the change to the file is it being deleted.
5
6 > It needs to link to the deleted page so that you can recreate the page if
7 > desired.
8
9 > The link is not of the normal form used for a link to a nonexistant page,
10 > instead it redirects through a CGI. This is done because updating the
11 > links would require rebuilding all change pages each time, which would be
12 > 100x as slow as the current method.
13
14 > I don't feel that being 100 times faster at the expense of a marginally
15 > inconsistent, but still usable interface is a bug. --[[Joey]] [[done]]