Author: Ryan Leite Albuquerque
The idea behind this feature is to make available a new page so that the relationship between the issues can be easily visualized. The relationship between children and parent issues fits well in a tree representation.
To implement this feature, I wrote a new page, added a new bracket link into bug_view_*_page to call the new page, and added a new lang id to name the title page. The new page receives a bug_id and build a report of dependent issues recursively. For each row, the issue id, summary and all its versions are shown.
Simply superb feature, Ryan. Enough for me, but just for my two cents: How about adding ordering on the columns of the bug dependencies tree? it doesn’t either need database changes. It would be useful, for example, to arrange the children on a targeted release order and so on.