/[drupal]/contributions/modules/xapian/xapian.install
ViewVC logotype

Log of /contributions/modules/xapian/xapian.install

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.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 25 07:06:58 2009 UTC (4 days ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.4.2.3: +10 -1 lines
Diff to previous 1.4.2.3 , to branch point 1.4
#380002 by singularo, Jeremy: Use hooks rather than patching core.

- avoid patching core
  - no more need to use the patch, so remove the patch for 6 and update
  README

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 13:12:42 2009 UTC (7 months, 4 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.4.2.2: +37 -3 lines
Diff to previous 1.4.2.2 , to branch point 1.4
Port bug fixes from DRUPAL-5 branch.  (The DRUPAL-6 branch was forked from an
earlier version of the code)
 - add 'indexed' field to database
 - ensure that no unpublished content is indexed
 - validate that a recent enough version of the xapian bindings are installed
 - add support for optional write-only database

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 05:24:45 2008 UTC (12 months, 1 week ago) by simon
Branch: DRUPAL-6--1
Changes since 1.4.2.1: +60 -0 lines
Diff to previous 1.4.2.1 , to branch point 1.4
Initial port for Drupal 6

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 13:43:07 2008 UTC (14 months, 1 week ago) by jeremy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Changes since 1.1.2.2: +9 -0 lines
Diff to previous 1.1.2.2 , to branch point 1.1 , to next main 1.4
 - bug #309368: remove node from index if unpublished during update

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 20:35:27 2008 UTC (16 months, 3 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.1.2.1: +21 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
unindex previously indexed unpublished nodes

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 22 14:13:57 2008 UTC (17 months, 1 week ago) by jeremy
Branch: DRUPAL-5
Changes since 1.1: +101 -21 lines
Diff to previous 1.1
Pulling changes into 5.x tree.
 - introduce 'indexed' row, so when retrying to index failed nodes we don't
   randomly hit the same redirect multiple times and waste time.
 - cleanup indexes per new simple queries

Revision 1.4.2.1
Wed Jun 18 22:05:06 2008 UTC (17 months, 1 week ago) by simon
Branch: DRUPAL-6--1
Changes since 1.4: +0 -90 lines
FILE REMOVED
file xapian.install was added on branch DRUPAL-6--1 on 2008-11-17 05:24:45 +0000

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 22:05:06 2008 UTC (17 months, 1 week ago) by jeremy
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Properly drop duplicate key.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 22:01:55 2008 UTC (17 months, 1 week ago) by jeremy
Branch: MAIN
Changes since 1.2: +33 -9 lines
Diff to previous 1.2
 - cleanup _uninstall() hook, removing all variables
 - add new status column to make indexing transactional
 - use new status column to re-index nodes when we fail to flush them to disk
   and to avoid re-indexing the same un-indexable node over and over.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 20:21:17 2008 UTC (17 months, 1 week ago) by jeremy
Branch: MAIN
Changes since 1.1: +44 -13 lines
Diff to previous 1.1
 - rename "reindex" to "index" throughout code and database
   (except where we are explicitly re-indexing)
 - update table definition to match core coding standards
 - introduce 'nid' index for optimal _cron performance
 - bug #272140: flush nids from index_queue as we index them instead of after
   (otherwise a drupal_goto can cause us to fail indexing the same node over
   and over...)

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 10:47:39 2008 UTC (18 months, 2 weeks ago) by simon
Branch: MAIN
Branch point for: DRUPAL-5
Initial commit of xapian module
Created by LachlanGunn: Proof of concept and development for faster views integrated searches
Updated by Singularo: Converted to fully php based indexer, added core drupal patch and made ready for committing to CVS

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