aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/brokenlinks_accumulates_duplicate_items.mdwn
Commit message (Collapse)AuthorAge
* good work, thank you!Jon Dowland2009-10-05
|
* Fix a bug that could lead to duplicate links being recorded for tags.Joey Hess2009-10-03
| | | | | | | | | | Here I was bitten by perl's aliasing of foreach variables to the loop array contents, and match_link accidentially changed the contents of %links. In Jon's testcase, a tag added an absolute link, which was made relative by the above bug, and then the link was added again in preprocess, and turned into a duplicate.
* responsehttp://jmtd.livejournal.com/2009-10-02
|
* followupJoey Hess2009-10-02
|
* weird tag/brokenlinks bughttp://jmtd.livejournal.com/2009-10-02