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

Log of /contributions/modules/faceted_search/author_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.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 1 19:49:35 2009 UTC (6 months, 3 weeks ago) by davidlesieur
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Fixed empty result set when search key value is "0" (quoted).

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

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 28 01:04:28 2008 UTC (13 months, 3 weeks ago) by davidlesieur
Branch: MAIN
Changes since 1.14: +25 -15 lines
Diff to previous 1.14
#219095 by DenRaf and Gerhard Killesreiter: Another step with the Drupal 6 port.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 26 04:28:10 2008 UTC (14 months, 4 weeks ago) by davidlesieur
Branch: MAIN
Changes since 1.13: +30 -32 lines
Diff to previous 1.13
#219095 by DenRaf and David Lesieur: First step with Drupal 6 port.

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

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 16:59: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.11: +5 -5 lines
Diff to previous 1.11
Renamed variable for clarity.

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

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 19:04:57 2008 UTC (21 months, 1 week ago) by davidlesieur
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
#216305: Fixed subquery causing problems with hook_db_rewrite_sql().

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 16:16:59 2008 UTC (21 months, 3 weeks ago) by davidlesieur
Branch: MAIN
Changes since 1.8: +3 -4 lines
Diff to previous 1.8
Show blocked users.

Revision 1.8 - (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.7: +79 -96 lines
Diff to previous 1.7
Support for multiple search environments, improved administration interface, and more...

Revision 1.7 - (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.6: +3 -3 lines
Diff to previous 1.6
Fixed table aliases (to work with db_rewrite_sql).

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

Revision 1.5 - (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.4: +24 -4 lines
Diff to previous 1.4
Added sort options for categories.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 26 15:55:33 2007 UTC (2 years, 1 month ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--0-5
Changes since 1.3: +15 -6 lines
Diff to previous 1.3
#172373 by me: Fixed empty results when no role is defined. Also fixed SQL error when some users have multiple roles.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 27 06:46:55 2007 UTC (2 years, 2 months ago) by davidlesieur
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Fixed key not always removed from search text after parsing.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 26 21:55:25 2007 UTC (2 years, 2 months ago) by davidlesieur
Branch: MAIN
Changes since 1.1: +18 -9 lines
Diff to previous 1.1
Added friendly message in settings page when site defines no roles.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 22:21:25 2007 UTC (2 years, 3 months ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--0-4
Added author facet.

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