/[drupal]/contributions/modules/views/modules/search.views.inc
ViewVC logotype

Log of /contributions/modules/views/modules/search.views.inc

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.18.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 22:01:26 2009 UTC (3 weeks, 5 days ago) by merlinofchaos
Branch: DRUPAL-7--3
Changes since 1.18: +11 -22 lines
Diff to previous 1.18
First (actually probably abouth twentieth, but first committed) pass at porting Views to D7 based upon revision 221 from https://code.launchpad.net/~d7cx/d7cx-views/DRUPAL-7--3

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 23:54:43 2009 UTC (2 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-7, HEAD
Branch point for: DRUPAL-6--2, DRUPAL-7--3
Changes since 1.17: +1 -5 lines
Diff to previous 1.17
#574150 by dereine: Remove user search because user.module does not store user keywords.

Revision 1.17.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 23:54:37 2009 UTC (2 months ago) by merlinofchaos
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-0-ALPHA1
Changes since 1.17: +1 -5 lines
Diff to previous 1.17 , to next main 1.18
#574150 by dereine: Remove user search because user.module does not store user keywords.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 23:30:38 2009 UTC (9 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-4, DRUPAL-6--2-5, DRUPAL-6--2-6
Branch point for: DRUPAL-6--3
Changes since 1.16: +4 -6 lines
Diff to previous 1.16
Followup search updates including letting the score field have an option to set another field as the default tablesort if it is set to the default tablesort.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 22:19:47 2009 UTC (9 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.15: +9 -3 lines
Diff to previous 1.15
#362830: Search was mostly broken, especially score but also searching on multiple terms.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 19:37:08 2008 UTC (11 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-2, DRUPAL-6--2-3
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
#340033 by pancho: Clearer wording on some field help texts.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 25 00:39:18 2008 UTC (14 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-0-RC4, DRUPAL-6--2-0-RC5, DRUPAL-6--2-1
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
#313087: Disabling "search" row style because it does not work.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 00:06:43 2008 UTC (14 months, 2 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC3
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
Typo was preventing "search" row type from showing up.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 19:21:29 2008 UTC (14 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC2
Changes since 1.11: +15 -125 lines
Diff to previous 1.11
Major re-organization of handlers. PLEASE NOTE: This drastically affected the Views module API and until modules are updated to match, they will stop working. Efforts have been made to ensure that this won't cause your site to crash, but that's partly up to the individual module as well.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 00:39:07 2008 UTC (17 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
Do not add the search table if not actually searching.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 22:31:36 2008 UTC (17 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9
Unnecessary label on exposed search form; missing "Group" designation on upload: attached files; some minimal but useful documentation on writing handlers

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 00:58:29 2008 UTC (17 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.8: +1 -5 lines
Diff to previous 1.8
API documentation update.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 14 17:42:43 2008 UTC (17 months, 2 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Fix some minor code formatting issues.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 23:53:05 2008 UTC (17 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA4
Changes since 1.6: +8 -19 lines
Diff to previous 1.6
#263556 by mfb: Fix broken complex searches

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 22:34:46 2008 UTC (17 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.5: +13 -10 lines
Diff to previous 1.5
Some refactoring of how handlers are handled, particularly with their default options. This is an unfortunately widespread change and will affect modules utilizing the API.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 7 21:15:23 2008 UTC (18 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA3
Changes since 1.4: +30 -10 lines
Diff to previous 1.4
#239044: backlinks for search module; also, some cleanup to view export (this means all existing default views need to be re-exported to get this cleanup)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 22 00:59:08 2008 UTC (19 months, 1 week ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2
Changes since 1.3: +3 -5 lines
Diff to previous 1.3
Make options on plugins more consistent with options() on handlers.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 23:28:53 2008 UTC (19 months, 1 week ago) by merlinofchaos
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
A basic analyzer to help find problems, though it needs more analyzing. Plus, new theming information that will really help people figure out exactly what templates they can use to affect their output.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 11 08:41:00 2008 UTC (19 months, 2 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA5
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Some documentation stubs and cleanup.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 10 20:56:37 2008 UTC (19 months, 2 weeks ago) by merlinofchaos
Branch: MAIN
Initial search module implementation

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