Fix bug linkification.
Review Request #6276 — Created Aug. 27, 2014 and submitted
The change to the bug tracker URL format strings (using "--bug_id--" instead of
"%s") was made in most places, butRB.LinkifyUtils.linkifyBugswas missed. This
change fixes that.
Put some bug links in text fields (description, comments, review header/footer)
and saw that the links were correct both when initially loading the page and
when making changes.
Tool: Pyflakes Ignored Files: reviewboard/static/rb/js/utils/linkifyUtils.js Tool: PEP8 Style Checker Ignored Files: reviewboard/static/rb/js/utils/linkifyUtils.js