2007-04-15 23:56:59 +02:00
|
|
|
If a page has a discussion page, which is then removed, ikiwiki seems not
|
|
|
|
to notice that the discussion page has gone away, and does not update the
|
|
|
|
link to it in the action bar.
|
2007-07-25 04:34:48 +02:00
|
|
|
|
|
|
|
> Reprocued with 2.5 --[[Joey]]
|
2007-07-26 05:00:00 +02:00
|
|
|
|
|
|
|
Looks to me like loadindex is populating %destsources with information
|
|
|
|
that the old discussion page exists, which isn't invalidated when ikiwiki
|
|
|
|
discovers that the page is gone. This leaves dangling links whenever *any*
|
2007-07-26 05:12:57 +02:00
|
|
|
page is deleted, not just a discussion page. --Ethan
|
|
|
|
|
|
|
|
Here's a patch that trawls through %destsources deleting pages when they
|
|
|
|
are found to be deleted. It's a little inelegant, but it's simple and it
|
|
|
|
works. --Ethan
|
|
|
|
|
2007-07-26 21:41:04 +02:00
|
|
|
Thankyou for the [[patch]]! [[Done]]. --[[Joey]]
|