/[drupal]/contributions/modules/faceted_search/content_type_facet.module
ViewVC logotype

Log of /contributions/modules/faceted_search/content_type_facet.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 05:13:12 2009 UTC (8 months, 3 weeks ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2, HEAD
Changes since 1.20: +6 -2 lines
Diff to previous 1.20
Localization support for content type names.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 19:36:25 2009 UTC (10 months, 3 weeks ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.19: +17 -10 lines
Diff to previous 1.19
Improved data model for search environment settings.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 26 04:28:10 2008 UTC (15 months ago) by davidlesieur
Branch: MAIN
Changes since 1.18: +35 -37 lines
Diff to previous 1.18
#219095 by DenRaf and David Lesieur: First step with Drupal 6 port.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 20 01:55:00 2008 UTC (18 months, 1 week ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA4
Branch point for: DRUPAL-5
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
Domain 'all' in hook_faceted_search_collect() becomes 'facets' to distinguish from other types of filters.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 15 19:27:25 2008 UTC (19 months, 1 week ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-BETA2, DRUPAL-5--1-0-BETA3
Changes since 1.16: +35 -10 lines
Diff to previous 1.16
Avoid conditions on node type when possible.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 16:59:25 2008 UTC (19 months, 2 weeks ago) by davidlesieur
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15
Renamed variable for clarity.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 22:32:18 2008 UTC (21 months, 1 week ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--0-20, DRUPAL-5--0-21
Changes since 1.14: +9 -3 lines
Diff to previous 1.14
Allow category labels to contain HTML.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 01:15:03 2008 UTC (22 months, 1 week ago) by davidlesieur
Branch: MAIN
Changes since 1.13: +7 -4 lines
Diff to previous 1.13
Fixed invalid content types sometimes being saved in settings after those types have been deleted.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 00:58:44 2008 UTC (22 months, 1 week ago) by davidlesieur
Branch: MAIN
Changes since 1.12: +15 -9 lines
Diff to previous 1.12
Changed default to show all content types. Made behavior of content type selector consistent with similar environment setting.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 20:04:32 2008 UTC (22 months, 2 weeks ago) by davidlesieur
Branch: MAIN
Changes since 1.11: +78 -85 lines
Diff to previous 1.11
Support for multiple search environments, improved administration interface, and more...

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 30 23:24:43 2007 UTC (2 years ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--0-10, DRUPAL-5--0-11, DRUPAL-5--0-7, DRUPAL-5--0-8, DRUPAL-5--0-9
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Fixed table aliases (to work with db_rewrite_sql).

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 28 21:46:31 2007 UTC (2 years, 1 month ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--0-6
Changes since 1.9: +27 -33 lines
Diff to previous 1.9
Rewrote query building system. Cleaner and more robust (and should help adding sort options).

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 07:17:48 2007 UTC (2 years, 1 month ago) by davidlesieur
Branch: MAIN
Changes since 1.8: +24 -4 lines
Diff to previous 1.8
Added sort options for categories.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 22:15:35 2007 UTC (2 years, 3 months ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--0-4, DRUPAL-5--0-5
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Corrected a comment.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 24 20:45:21 2007 UTC (2 years, 4 months ago) by davidlesieur
Branch: MAIN
Changes since 1.6: +48 -27 lines
Diff to previous 1.6
Major performance improvement (now only one query per facet in guided search).

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 6 23:53:26 2007 UTC (2 years, 5 months ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--0-2, DRUPAL-5--0-3
Changes since 1.5: +26 -11 lines
Diff to previous 1.5
Added 'related categories' block, for launching faceted searches from nodes.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 6 00:45:20 2007 UTC (2 years, 5 months ago) by davidlesieur
Branch: MAIN
Changes since 1.4: +192 -190 lines
Diff to previous 1.4
Simplified handling of active categories in facets.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 1 18:46:53 2007 UTC (2 years, 5 months ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--0-1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Changed help message.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 1 16:50:36 2007 UTC (2 years, 5 months ago) by davidlesieur
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2
Allow exclusion of unwanted content types. Cleaned up some table aliases in queries.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 26 03:29:51 2007 UTC (2 years, 6 months ago) by davidlesieur
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Changed some wording.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 19 03:19:01 2007 UTC (2 years, 6 months ago) by davidlesieur
Branch: MAIN
Initial version of faceted_search

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2