/[drupal]/contributions/modules/sphinxsearch/sphinxsearch.module
ViewVC logotype

Log of /contributions/modules/sphinxsearch/sphinxsearch.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.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 18:56:27 2008 UTC (12 months, 2 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.5.2.4: +2 -2 lines
Diff to previous 1.5.2.4 , to branch point 1.5
- Bugfix #331424 by neochief, Stripping multiline scripts and styles.

Revision 1.2.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 18:55:41 2008 UTC (12 months, 2 weeks ago) by markuspetrux
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.2.2.13: +2 -2 lines
Diff to previous 1.2.2.13 , to branch point 1.2 , to next main 1.5
- Bugfix #331424 by neochief, Stripping multiline scripts and styles.

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 15:57:13 2008 UTC (12 months, 3 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.5.2.3: +1 -21 lines
Diff to previous 1.5.2.3 , to branch point 1.5
- Move function from .module to .common.inc

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 13:15:45 2008 UTC (12 months, 3 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.5.2.2: +20 -39 lines
Diff to previous 1.5.2.2 , to branch point 1.5
- Implementation of hook_sphinxsearch_api begins...
- Node types are now indexed as text fields (requires update.php and
  rebuilding sphinx indexes).

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 21:56:23 2008 UTC (12 months, 4 weeks ago) by markuspetrux
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.2.2.12: +11 -4 lines
Diff to previous 1.2.2.12 , to branch point 1.2
- Bugfix #320044, by zeezhao: XMLPipe fails due to invalid XML codes in subject.
- Minor conding style issues (coder module rocks!).

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 18:41:16 2008 UTC (12 months, 4 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.5.2.1: +31 -11 lines
Diff to previous 1.5.2.1 , to branch point 1.5
- Fix a few more porting to D6 issues.

Revision 1.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 20:02:19 2008 UTC (13 months, 3 weeks ago) by markuspetrux
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.2.2.11: +5 -6 lines
Diff to previous 1.2.2.11 , to branch point 1.2
- Bugfix #310816, by cpliakas: Fatal error when diagnosing sphinx searchd
  daemon connection.
- Bugfix #315477, by zeezhao: Searchbox block failed to send keywords to
  search results page.
- Minor changes in README.txt

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 03:36:10 2008 UTC (14 months, 2 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
- Fix CVS keywords.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 02:44:22 2008 UTC (14 months, 2 weeks ago) by markuspetrux
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.4: +129 -98 lines
Diff to previous 1.4
- Ported module from D5 to D6.
- Bugfix: undefined class method in sphinxsearch_check_connection_page().
- Bugfix: added criterion class to taxonomy elements in advanced search form.
- Bugfix: added support for mysqli and pgsql to _sphinxsearch_db_reconnect().

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 01:38:55 2008 UTC (14 months, 3 weeks ago) by markuspetrux
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.2.2.10: +53 -35 lines
Diff to previous 1.2.2.10 , to branch point 1.2
- Fixed bug "Could not obtain last nid." caused by error building SQL condition
  for node type, when only one node type has been enabled.
  Thanks to valcker, issue: #302614
- Added flood control options with different thresholds for guests/reg. users.
- Added option to disable logging of search keywords, or to log them only when
  keywords have been specified. Note that most requests could only be made by
  using tagadelic/faceted search related filters.
- Added options to determine where the links of terms in the tag cloud should
  point to (taxonomy managed links or start search with predefined filters).
- Changed functions arguments for sphinxsearch_tagadelic_build_data() and
  sphinxsearch_faceted_build_data().
  These funcions are now easier to reuse, and eventually extend trying to not
  break backwards compatibility.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 06:53:31 2008 UTC (14 months, 3 weeks ago) by markuspetrux
Branch: MAIN
Changes since 1.3: +271 -165 lines
Diff to previous 1.3
Sync HEAD with DRUPAL-5 branch.

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 29 19:08:31 2008 UTC (14 months, 4 weeks ago) by markuspetrux
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.2.2.9: +51 -43 lines
Diff to previous 1.2.2.9 , to branch point 1.2
- Removed configuration option for Sphinx document ids offset. I was confused
  by a big notice in the Sphinx manual stating that document ids should be
  unique, stop. The scope of such a restriction has been clarified by shodan,
  here: http://www.sphinxsearch.com/forum/view.html?id=2139#10402  :)
  It is required to run Drupal update.php and to rebuild all your indexes as
  soon as the module files have been updated!
  Sorry, for such a change at this point, though this is something that should
  be addressed as soon as possible.
- Fix sphinxsearch_get_client() usage (missing ampersand operator, oops).
- Added node type conversion when parsing grouping results by node type.
- Added node tags in search results (theme).
- Added support for author and content type tagadelic/faceted search.

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 28 04:49:36 2008 UTC (14 months, 4 weeks ago) by markuspetrux
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-RC1
Changes since 1.2.2.8: +19 -7 lines
Diff to previous 1.2.2.8 , to branch point 1.2
- Added tagadelic alike pages.

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 19:09:15 2008 UTC (14 months, 4 weeks ago) by markuspetrux
Branch: DRUPAL-5
Changes since 1.2.2.7: +150 -351 lines
Diff to previous 1.2.2.7 , to branch point 1.2
- Added faceted search support. Faceted search block is rendered only under the
  context of search page.
- Decode commas for query string stored along watchdog report for searches.
- Added $debug argument to sphinxsearch_execute_query (developer use only).
- Fix reentrancy issues in sphinxsearch_execute_query (reset filters, etc.).
- Fix SetFilter() usage for content type and taxonomies.
- Fix undefined notice in sphinxsearch_get_current_page().
- Changed name of tagadelic block variables (run Drupal update.php to apply).
- Fix node text for xmlpipe document (title was indexed as part of the body).
- Moving taxonomy related functions to a separate file. Reduce xmlpipe memory
  requirements when taxonomy module is not installed.

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 26 05:41:53 2008 UTC (15 months ago) by markuspetrux
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.2.2.6: +319 -102 lines
Diff to previous 1.2.2.6 , to branch point 1.2
- Storing a number of common functions into a separate file.
- Removed keys from search path. It all is based on query string.
- Added option in module settings to select search page path.
- Added options in module settings to customize excerpts for search results.
- Added a check connection page to help us diagnose configuration issues.
- Changed XMLPipe document, again. We now store the vids. All existing indexes
  get invalidated and need to be rebuilt.
- Refactored almost everything related to the search form, so it now becomes a
  bit more modular.
- Added basic tagadelic support. There is a single block with options to set
  number of tags, levels and sort order.

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 08:09:10 2008 UTC (15 months ago) by markuspetrux
Branch: DRUPAL-5
Changes since 1.2.2.5: +37 -7 lines
Diff to previous 1.2.2.5 , to branch point 1.2
- Removed changed attribute from XMLPipe indexes, added created attribute.
- Added sort options (keywords relevance, node created, last updated time).
- Changed internals of search page. Reusable components. This opens the door
  to create custom search pages and more. It might not be ready, but I started
  to see the light on how to build a framework from here to take advantage of
  Sphinx speed and features.
- Started to add tagadelic alike blocks. Not finished yet.

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 23:06:38 2008 UTC (15 months ago) by markuspetrux
Branch: DRUPAL-5
Changes since 1.2.2.4: +11 -36 lines
Diff to previous 1.2.2.4 , to branch point 1.2
Removed options to select search matching modes. Not really necessary. Now, available modes are just All, Any and Phrase. Using Sphinx Extended2 mode.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 18:46:36 2008 UTC (15 months ago) by markuspetrux
Branch: DRUPAL-5
Changes since 1.2.2.3: +25 -2 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Added support for indexing and filtering taxonomies. Note that this change invalidates indexes created previously. If you installed this module before, then you should check new module settings and rebuild all your indexes again.
preopen_indexes value in contrib/sphinx.conf is now set to 1, this is to minimize race conditions between XMLPipe generator and concurrent queries.
Added link to search syntax page from admin settings panel.
Hide content type filter in advanced search panel if only one content type has been enabled. Remove unnecessary clutter from user interface.
Fixed a few more typos and documentation issues here and there.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 05:21:48 2008 UTC (15 months ago) by markuspetrux
Branch: DRUPAL-5
Changes since 1.2.2.2: +43 -1 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Added "more information about search options" link to advanced search panel.
A few changes in module settings panel.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 20 03:35:11 2008 UTC (15 months, 1 week ago) by markuspetrux
Branch: DRUPAL-5
Changes since 1.2.2.1: +10 -10 lines
Diff to previous 1.2.2.1 , to branch point 1.2
- Added module settings to enable advanced matching modes.
- Added selection of matching mode in advanced search fieldset.
- Advanced search fieldset opened only by default when no results are obtained.
- Revised help texts.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 01:37:49 2008 UTC (15 months, 1 week ago) by markuspetrux
Branch: MAIN
Changes since 1.2: +11 -1 lines
Diff to previous 1.2
Sync HEAD with DRUPAL-5 branch.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 23:17:10 2008 UTC (15 months, 1 week ago) by markuspetrux
Branch: DRUPAL-5
Changes since 1.2: +11 -1 lines
Diff to previous 1.2
Fixed typo in CSS.
Added method to check searchd daemon connection.
Enhanced user interface for searching.
Simplification of themable search results method.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 17:53:09 2008 UTC (15 months, 1 week ago) by markuspetrux
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.1: +8 -7 lines
Diff to previous 1.1
Fix a few more documentation related issues.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 13:51:28 2008 UTC (15 months, 1 week ago) by markuspetrux
Branch: MAIN
Initial commit for this project.

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