Joshua Hesketh 75982db59b Check for whitespace around changeid searches
If a URL contains a change ID such as
http://example.org/change/123abc456/log.html then the changeid regex
matches the id and tries to turn it into a link like:
http://example.org/change/<a href="#q,123abc456,n,z">123abc456</a>/log.html
which clearly breaks the original URL.

To fix we should check for whitespace or periods around the changeid
in the comment. Also, check for <p> tags that gerrit adds to comments
for us.

Change-Id: Ia337ddfe2ddc82c858072135a613786070f0dc67
2013-12-20 09:55:51 +11:00
..
2013-12-05 18:38:04 +00:00
2013-09-06 13:29:04 -07:00
2013-12-06 15:17:28 -05:00
2013-10-21 10:17:48 -07:00
2012-11-12 18:58:07 +00:00
2013-05-17 17:21:21 +00:00
2013-05-20 20:40:03 +00:00
2012-11-10 23:50:17 +00:00
2013-12-04 10:12:29 -08:00