Clickable queue name

Clickable queue name on ticket display page metadata/basic section.

https://github.com/bestpractical/rt/pull/157

Ticket graph connection finding/handling patch

Searching and categorization continued on child first therefore some ticket distance from the main ticket was miscalculated. This caused tickets not appearing or appearing but with different parameters than it should.

https://github.com/bestpractical/rt/pull/103

Relocate reply (respond/comment) extension

With this extension one can relocate a reply from one ticket to another if the user has the required new right (RelocateReply). The event of relocation gets noted on both tickets. This right is queue dependant so one should need it on both ticket's queue for a successful relocation.