All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 0/6] gitweb: Improve project search
@ 2011-07-29 11:52 Jakub Narebski
  2011-07-29 11:52 ` [PATCH/RFC 1/6] gitweb: Allow underscore in $searchtype ('st') Jakub Narebski
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jakub Narebski @ 2011-07-29 11:52 UTC (permalink / raw)
  To: git; +Cc: John 'Warthog9' Hawley, admin, Petr Baudis,
	Jakub Narebski

This patch series started a bit strange, by noticing that I have had
gitweb-Project-search patch in my unapplied StGit stack for gitweb/web
branch.  I tried to re-do it on top of current codebase... only to
realize that gitweb already has project search :-)

So this series turned into enhancing project search to the state that
it was in said patch, splitting it into smaller parts (into separate
patches), and further improving.

The first patch is not really necessary, at least for now.  It was
intended for the situation where we could configure gitweb to show
_only_ project search form (like on http://repo.or.cz), to be able to
show all projects via "search type" show_all... which might be added
in the future.

The last two patches are new, and probably should be taken together.
The issue with them is that the second patch turns off shortening of
project description in project search view.  Fixing that would require
more complicated code... but perhaps current situation is all right.


CC-ing John 'Warthog9' Hawley of git.kernel.org, and Petr 'Pasky' Baudis
of repo.or.cz


Jakub Narebski (6):
  gitweb: Allow underscore in $searchtype ('st')
  gitweb: Improve projects search form
  gitweb: Option for filling only specified info in
    fill_project_list_info
  gitweb: Faster project search
  gitweb: Highlight matched part of project name when searching
    projects
  gitweb: Highlight matched part of project description when searching
    projects

 gitweb/gitweb.perl       |  110 +++++++++++++++++++++++++++++++++++++--------
 gitweb/static/gitweb.css |    7 +++-
 2 files changed, 96 insertions(+), 21 deletions(-)

-- 
1.7.5

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-07-30 14:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 11:52 [PATCH/RFC 0/6] gitweb: Improve project search Jakub Narebski
2011-07-29 11:52 ` [PATCH/RFC 1/6] gitweb: Allow underscore in $searchtype ('st') Jakub Narebski
2011-07-29 11:52 ` [PATCH/RFC 2/6] gitweb: Improve projects search form Jakub Narebski
2011-07-29 11:52 ` [PATCH/RFC 3/6] gitweb: Option for filling only specified info in fill_project_list_info Jakub Narebski
2011-07-29 11:52 ` [PATCH/RFC 4/6] gitweb: Faster project search Jakub Narebski
2011-07-29 11:52 ` [PATCH/RFC 5/6] gitweb: Highlight matched part of project name when searching projects Jakub Narebski
2011-07-29 11:52 ` [RFC/PATCH 6/6] gitweb: Highlight matched part of project description " Jakub Narebski
2011-07-30 14:57 ` [PATCH/RFC 7/6] gitweb: Use esc_html_match_hl in 'grep' search Jakub Narebski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.