viewvc-4intranet/templates
cmpilato 79fe3a2919 Finish issue #22 - Query on Log Messages.
Add the ability to query the commit database by log message comment in
addition to the existing query parameters.

Patch by: David Skyba <davidskyba@users.sourceforge.net>

* lib/cvsdb.py
  (CheckinDatabase.CreateSQLQueryString): Add support for filtering
    query results by log message.
  (CheckinDatabaseQuery.__init__): Add new comment_list member.
  (CheckinDatabaseQuery.SetComment): New.

* lib/viewvc.py
  (_legal_params): Add 'comment' and 'comment_match' as valid query
    parameters.
  (view_queryform): Populate new 'comment' and 'comment_match' data
    dictionary items.
  (english_query, view_query): Handle the new 'comment' and
    'comment_match' query items.

* templates/query_form.ezt
  Add UI for filtering queries by log message.

* docs/url-reference.html
  (Query View): Note new comment= and comment_match= URL parameters.

* docs/template-authoring-guide.html
  (variables-query_form): Note new comment and comment_match data
    dictionary items.





git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1509 8cb11bc2-c004-0410-86c3-e597b4017df7
2007-01-23 16:22:40 +00:00
..
docroot Finish issue #273. 2006-12-04 19:07:04 +00:00
include Finish issue #12 -- Long paths in tarballs get truncated. 2007-01-23 15:35:44 +00:00
annotate.ezt Finish issue #273. 2006-12-04 19:07:04 +00:00
diff.ezt Implement support for full diffs. Change based on a patch from 2006-04-23 21:53:00 +00:00
dir_new.ezt Add title attributes to links that don't have other descriptive text. 2006-04-24 02:18:02 +00:00
directory.ezt Make the dir_new template able to show as much of the log message as 2006-04-14 04:58:33 +00:00
error.ezt Minor improvements to some exception strings and their handling. 2006-12-18 20:40:00 +00:00
graph.ezt This patch (mostly by Marten Thavenius) upgrades ViewCVS to XHTML 1.0 2005-09-28 17:06:16 +00:00
log.ezt Attempt to make directory log page a little less confusing. 2005-12-23 16:03:14 +00:00
log_table.ezt Use <em> instead of <i>, <strong> instead of <b>. 2006-02-14 22:18:33 +00:00
markup.ezt * templates/markup.ezt 2006-02-28 18:08:23 +00:00
query.ezt Um. Character entities in comments are somewhat pointless. Replace the ones 2006-03-06 20:01:11 +00:00
query_form.ezt Finish issue #22 - Query on Log Messages. 2007-01-23 16:22:40 +00:00
query_results.ezt Add limit_changes configuration option to limit the number of changed 2005-12-23 13:24:26 +00:00
revision.ezt Add title attributes to links that don't have other descriptive text. 2006-04-24 02:18:02 +00:00
roots.ezt * templates/docroot/styles.css 2006-04-14 04:35:13 +00:00
rss.ezt Finish issue #226 - RSS feed title name always reads "CVS" 2006-04-03 18:25:33 +00:00