Download Size md5 hash
apachesolr-6.x-1.0-beta2.tar.gz 74.51 KB 02d709497f70bebc166b6b3cbecc79f3
apachesolr-6.x-1.0-beta2.zip 96.33 KB 5ada6b439ee1c18ed0423cf30043c2be
Last updated: December 24, 2010 - 22:28
Official release from tag: 6.x-1.0-beta2

Release notes

note: beta1 was the same, except some files were missing from the tarball

(changes since 6.x-1.0-alpha6 2009-Jan-08)
------------------------------
#365684: Get PHP library from new svn home Get PHP library from new svn home by pwolanin
#365620: Make sure to clear stale data on hook_enable clear stale data on hook_enable by pwolanin
#365312: Should we redirect after enabling filters (facets)? don't redirect after enabling filters by pwolanin
#365245: invalid foreach when no facets available invalid foreach when no facets available reported by Damien Tournoud
# don't let _attachments module be enabled since it seems be broken by pwolanin
#363972: Text improvements for UI - re-rolled! fix ApacheSolr to Apache Solr
#363972: Text improvements for UI - re-rolled! Text improvements for UI by horncologne and pwolanin
#365063: fix module name in admin screen fix module name in admin screen by pwolanin
#365022: Fatal error with mlt is sever is not available. fatal error in MLT when no Solr server by pwolanin
#364446: Facet values with spaces break fix space problem and clean up query class by pwolanin
#355525: Watch for typos (apacehsolr) fix mis-named variables, patch by pwolanin, bug reported by flexer
#339467: centralize/register node facets blocks centralize/register facets blocks by paul.lovvik, JacobSingh and pwolanin
#362389: Make the image module code work and be more sane. make the _image module work by pwolanin
#364140: table schema incorrect fix mlt schema bug, thanks to webrascal
#364384: re-order select boxes reorder selects to have bigger numbers at the top by pwolanin, suggested by horncologne
#350330: date problems make sure to index dates as GMT, thanks to webrascal
#363416: Add a button to re-index without deleting the index. reindex without blowing away either the solr index or the core search index by pwolanin
#360227: apachesolr_strip_ctl_chars() also on $document->path strip ctl chars() also on path, reported by flexer
#348215: Possibility to set the facet.offset in order to allow paging in facets cleanup - simplify branching, numerically index array by pwolanin
#348215: Possibility to set the facet.offset in order to allow paging in facets add missing js file with minor text chenges (js file by vladimir.dolgopolov)
#359923: separate indexing setting separate cron limit for apachesolr by pwolanin
# remove lang module - code was already added to apachesolr_search
#292662: Should we be calling $solr->commit() after every update? commit after we delete the index by pwolanin
#356696: copyField the name to a string field for sorting and facets by pwolanin: copies the author's name to a string field for use in multisite search or sorting by author. Also snuck in non-compression on the body for performance.
#348215: Possibility to set the facet.offset in order to allow paging in facets by vladimir.dolgopolov: More link for additional facets.
#292662: Should we be calling $solr->commit() after every update? update README by pwolanin
#344249: SQL warnings while visiting block settings obey 32 char limit for block deltas by pwolanin
#355479: Lots of PHP warnings when Solr server unavailable fix PHP warning when request fails by pwolanin
#355544: Add a $solr->clearCache(); in apachesolr_index_page() Add a ->clearCache(); in apachesolr_index_page(), by flexer and pwolanin