Log of /contributions/modules/sphinxsearch/sphinxsearch.taxonomy.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.3 -
(
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.2: +117 -90 lines
Diff to
previous 1.2
- 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.1.2.4 -
(
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,
DRUPAL-5--1-2
Changes since
1.1.2.3: +112 -83 lines
Diff to
previous 1.1.2.3
, to
branch point 1.1
- 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.1.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 29 19:08:31 2008 UTC
(15 months ago)
by
markuspetrux
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-0
Changes since
1.1.2.2: +325 -200 lines
Diff to
previous 1.1.2.2
, to
branch point 1.1
- 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.1.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 27 19:09:15 2008 UTC
(15 months ago)
by
markuspetrux
Branch:
DRUPAL-5
Changes since
1.1: +388 -0 lines
Diff to
previous 1.1
- 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.1
Wed Aug 27 19:09:15 2008 UTC
(15 months ago)
by
markuspetrux
Branch:
MAIN
Branch point for:
DRUPAL-5
FILE REMOVED
file sphinxsearch.taxonomy.inc was initially added on branch DRUPAL-5.
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.