gitweb: Highlight matched part of project description when searching projects
commit5fb3cf23170f7dc43568d0234c338d67372c97cc
authorJakub Narebski <jnareb@gmail.com>
Mon, 27 Feb 2012 01:55:21 +0000 (27 02:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2012 06:02:57 +0000 (26 22:02 -0800)
tree22fd4b65e3bd0d9d1b4ebcf1c089f37bbb48bdd0
parent07a40062aebc184f5aa1d6750fe80ab6fe120cc8
gitweb: Highlight matched part of project description when searching projects

Use esc_html_match_hl() from earlier commit to mark match in the
_whole_ description when searching projects.

Currently, with this commit, when searching projects there is always
shown full description of a project, and not a shortened one (like for
ordinary projects list view), even if the match is on project name and
not project description.  Because we always show full description of a
project, and not possibly shortened name, there is no need for having
full description on mouseover via title attribute.

Showing full description when there is match on it is useful to avoid
situation where match is in shortened, invisible part.  On the other
hand that makes project search different than projects list view; also
there can be problems with overly-long project descriptions.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl