You are here

CHANGELOG.txt in Apache Solr Search 5.2

Apache Solr Search Integration x.x-x.x, xxxx-xx-xx
------------------------------

Apache Solr Search Integration 5.x-2.x, 2010-xx-xx
------------------------------
#562214 by ecofinn, wmostry, jpmckinney: Problems with double-encoded ampersands.
#957652  by aegnor, pwolanin: fix str_replace may remove a substring in filter_extract.
#983572 by amateescu, pwolanin: fix for empty filter values causing Solr error.
#899560 by robertDouglass: Fixed apachesolr_do_query() has to take $params by reference.
#885950 by pwolanin, csevb10 preserve added/removed filters when filterstring is re-parsed.
#864160 by pwolanin: Allow the caller a last chance to modify the query and params.
#847040 by Agileware: Allow other modules to use facet only searching.
#536990 by pwolanin | jpmckinney, janusman: always index content as an anonymous user.
#592522 by pwolanin, quaoar: use multi-table sytax for MySQL to avoid killer sub-selects.
#348832 by pwolanin: Increase maxFieldLength to 20000, rationalize version strings.
#835850 by pwolanin: add more replicated files to solrconfig.xml master section.
#830976 by eosrei, pwolanin: make sure we return a non-zero ping time on success.
#824154 by pwolanin: update schema.xml to add preserveOriginal="1" to WordDelimiterFilterFactory.
#747346 by robertDouglass, pwolanin | lazysoundsystem: Fixed Typo in apachesolr_search().module.
#724440 by abautu: Current search does not display properly the CCK filters.
#722194 by abautu, claudiu.cristea: Solr logs are not accessible.
#664994 by pounard, claudiu.cristea: Cache CCK fields and small API improvement.
#707566 by davidwhthomas: Drupal 5 PostgreSQL.
#666936 by justindodge, pwolanin make Drupal.behaviors.apachesolr respect context.
#708812 by claudiu.cristea: "Show more" link is missed from facet blocks.
#696758 by claudiu.cristea: Don't include admin files in normal pages.
#708424 by janusman: Changed Change gmdate() to Drupal format_date() in date facets to support localization.

Apache Solr Search Integration 5.x-2.0-rc2, 2010-01-22
------------------------------
#672882 by David Lesieur: Fixed Broken 'Show more' link on taxonomy facets.
#672530 by robertDouglass: Fixed Change array key names from display callback to display_callback() and indexing callback to indexing_callback().
#551582 by drewish: Fixed Show value instead of key in CCK facets.
#664818 by pounard, robertDouglass, pwolanin fix incorrect watchdog() call.
#667650 by Dave Reid: Fixed Results of apachesolr_process_response() should return absolute URLs.
#667124 by pwolanin, Use current query not altered query for the breadcrumb.
#667110 by pwolanin, Replace bogus use of pager_query().
#666648 by pwolanin, Make hook_apachesolr_update_index() more generic by taking a namespace param also.
#662232 by pwolanin, use 'und' not 'zxx' for Language neutral per Drupal 7 change.
#665186 by mkalkbrenner, fix README for Solr 1.4 release.
#664572 by pwolanin, add schema and core name to admin screen.
#528086 by pwolanin, better (but still problematic) handling of entities.
#662232 by pwolanin, index zxx as the Language neutral code.
#401234 by mkalkbrenner, janusman, and pwolanin, reflect hierarchical taxonomy vocabulary in facets.
#650534 by Scott Reynolds, don't use c.last_comment_timestamp unless comment module enabled.
#655006 by Scott Reynolds and pwolanin, prevent PHP notices around constants.
#641452 by robertDouglass, prevent admin from trying to re-index when in read-only mode.
#638572 by robertDouglass fix taxonomy facet sorting.
#628080 by pwolanin, update to use Solr PHP library r22 and check for it in hook_requirements.
#630798 by joshk, robertDouglass make cache_apachesolr table to facilitate better memcache utilization.
#623046 by robertDouglass, Make the results that come back from a search more useful.
#679522 by pwolanin, Add gettableFiles to solr admin interface config.
#672518 by robertDouglass: Fixed Add new trie prefixes to helper function .

Apache Solr Search Integration 5.x-2.0-beta2, 2009-12-26
------------------------------
#657648 by kcoop: Added Add Smaller Limit Options to Apache Solr Cron Indexing.
#661952 by pwolanin, fix no results help text for dismax syntax.
#348668 by pwolanin, add indexing of the 'node' entity string.
#641954 by anarchivist, swentel, pwolanin, update schema.xml.
#576040 by robertDouglass, Use Drush to download the SolrPhpClient: drush solr phpclient.
#570476 by robertDouglass, Add initial Drush support with commands drush solr delete index and drush solr reindex.
#612024 by pwolanin, Add method to allow requests to additional Solr servelets.
#614048 by claudiu.cristea, Node access not working (only for 5.x-2.x).
#621922 by robertDouglass make the "Show more" js more robust.
#611670 by pwolanin, Allow modules to abort the building of documents for indexing.
#610656 by pwolanin, Don't request facets for non-enabled modules.
#561082 by pwolanin, consolidate Solr delete queries on cron.
#580404 by pwolanin, allow per-node-type comment exclusion.
#597174 by Frando, add hook_apachesolr_prepare_query() to enable custom sorts.

Apache Solr Search integration 5.x-2.0-beta1, 2009-10-08
------------------------------
#551582 by claudiu.cristea Add callbacks to lookup values based on key for CCK fields.
#590982 by swentel fix warnings on indexing.
#584902 by cpliakas, robertDouglass, make $extra a keyed array and prevent PHP warnings.
#557152 by claudiu.cristea Backporting 6.x-1.x to 5.x-2.x

File

CHANGELOG.txt
View source
  1. Apache Solr Search Integration x.x-x.x, xxxx-xx-xx
  2. ------------------------------
  3. Apache Solr Search Integration 5.x-2.x, 2010-xx-xx
  4. ------------------------------
  5. #562214 by ecofinn, wmostry, jpmckinney: Problems with double-encoded ampersands.
  6. #957652 by aegnor, pwolanin: fix str_replace may remove a substring in filter_extract.
  7. #983572 by amateescu, pwolanin: fix for empty filter values causing Solr error.
  8. #899560 by robertDouglass: Fixed apachesolr_do_query() has to take $params by reference.
  9. #885950 by pwolanin, csevb10 preserve added/removed filters when filterstring is re-parsed.
  10. #864160 by pwolanin: Allow the caller a last chance to modify the query and params.
  11. #847040 by Agileware: Allow other modules to use facet only searching.
  12. #536990 by pwolanin | jpmckinney, janusman: always index content as an anonymous user.
  13. #592522 by pwolanin, quaoar: use multi-table sytax for MySQL to avoid killer sub-selects.
  14. #348832 by pwolanin: Increase maxFieldLength to 20000, rationalize version strings.
  15. #835850 by pwolanin: add more replicated files to solrconfig.xml master section.
  16. #830976 by eosrei, pwolanin: make sure we return a non-zero ping time on success.
  17. #824154 by pwolanin: update schema.xml to add preserveOriginal="1" to WordDelimiterFilterFactory.
  18. #747346 by robertDouglass, pwolanin | lazysoundsystem: Fixed Typo in apachesolr_search().module.
  19. #724440 by abautu: Current search does not display properly the CCK filters.
  20. #722194 by abautu, claudiu.cristea: Solr logs are not accessible.
  21. #664994 by pounard, claudiu.cristea: Cache CCK fields and small API improvement.
  22. #707566 by davidwhthomas: Drupal 5 PostgreSQL.
  23. #666936 by justindodge, pwolanin make Drupal.behaviors.apachesolr respect context.
  24. #708812 by claudiu.cristea: "Show more" link is missed from facet blocks.
  25. #696758 by claudiu.cristea: Don't include admin files in normal pages.
  26. #708424 by janusman: Changed Change gmdate() to Drupal format_date() in date facets to support localization.
  27. Apache Solr Search Integration 5.x-2.0-rc2, 2010-01-22
  28. ------------------------------
  29. #672882 by David Lesieur: Fixed Broken 'Show more' link on taxonomy facets.
  30. #672530 by robertDouglass: Fixed Change array key names from display callback to display_callback() and indexing callback to indexing_callback().
  31. #551582 by drewish: Fixed Show value instead of key in CCK facets.
  32. #664818 by pounard, robertDouglass, pwolanin fix incorrect watchdog() call.
  33. #667650 by Dave Reid: Fixed Results of apachesolr_process_response() should return absolute URLs.
  34. #667124 by pwolanin, Use current query not altered query for the breadcrumb.
  35. #667110 by pwolanin, Replace bogus use of pager_query().
  36. #666648 by pwolanin, Make hook_apachesolr_update_index() more generic by taking a namespace param also.
  37. #662232 by pwolanin, use 'und' not 'zxx' for Language neutral per Drupal 7 change.
  38. #665186 by mkalkbrenner, fix README for Solr 1.4 release.
  39. #664572 by pwolanin, add schema and core name to admin screen.
  40. #528086 by pwolanin, better (but still problematic) handling of entities.
  41. #662232 by pwolanin, index zxx as the Language neutral code.
  42. #401234 by mkalkbrenner, janusman, and pwolanin, reflect hierarchical taxonomy vocabulary in facets.
  43. #650534 by Scott Reynolds, don't use c.last_comment_timestamp unless comment module enabled.
  44. #655006 by Scott Reynolds and pwolanin, prevent PHP notices around constants.
  45. #641452 by robertDouglass, prevent admin from trying to re-index when in read-only mode.
  46. #638572 by robertDouglass fix taxonomy facet sorting.
  47. #628080 by pwolanin, update to use Solr PHP library r22 and check for it in hook_requirements.
  48. #630798 by joshk, robertDouglass make cache_apachesolr table to facilitate better memcache utilization.
  49. #623046 by robertDouglass, Make the results that come back from a search more useful.
  50. #679522 by pwolanin, Add gettableFiles to solr admin interface config.
  51. #672518 by robertDouglass: Fixed Add new trie prefixes to helper function .
  52. Apache Solr Search Integration 5.x-2.0-beta2, 2009-12-26
  53. ------------------------------
  54. #657648 by kcoop: Added Add Smaller Limit Options to Apache Solr Cron Indexing.
  55. #661952 by pwolanin, fix no results help text for dismax syntax.
  56. #348668 by pwolanin, add indexing of the 'node' entity string.
  57. #641954 by anarchivist, swentel, pwolanin, update schema.xml.
  58. #576040 by robertDouglass, Use Drush to download the SolrPhpClient: drush solr phpclient.
  59. #570476 by robertDouglass, Add initial Drush support with commands drush solr delete index and drush solr reindex.
  60. #612024 by pwolanin, Add method to allow requests to additional Solr servelets.
  61. #614048 by claudiu.cristea, Node access not working (only for 5.x-2.x).
  62. #621922 by robertDouglass make the "Show more" js more robust.
  63. #611670 by pwolanin, Allow modules to abort the building of documents for indexing.
  64. #610656 by pwolanin, Don't request facets for non-enabled modules.
  65. #561082 by pwolanin, consolidate Solr delete queries on cron.
  66. #580404 by pwolanin, allow per-node-type comment exclusion.
  67. #597174 by Frando, add hook_apachesolr_prepare_query() to enable custom sorts.
  68. Apache Solr Search integration 5.x-2.0-beta1, 2009-10-08
  69. ------------------------------
  70. #551582 by claudiu.cristea Add callbacks to lookup values based on key for CCK fields.
  71. #590982 by swentel fix warnings on indexing.
  72. #584902 by cpliakas, robertDouglass, make $extra a keyed array and prevent PHP warnings.
  73. #557152 by claudiu.cristea Backporting 6.x-1.x to 5.x-2.x