/[drupal]/contributions/modules/apachesolr/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/apachesolr/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Mon Jun 29 23:23:06 2009 UTC (4 months, 4 weeks ago) by pwolanin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +36 -1 lines
File MIME type: text/plain
sync with DRUPAL-6--1
1 // $Id: CHANGELOG.txt,v 1.1.2.90 2009/06/19 20:31:58 pwolanin Exp $
2
3 Apache Solr integration x.x-x.x, xxxx-xx-xx
4 ------------------------------
5
6 Apache Solr integration 6.x-1.x, xxxx-xx-xx
7 ------------------------------
8
9 Apache Solr integration 6.x-1.0-xxx, xxxx-xx-xx
10 ------------------------------
11 #496650 by mkalkbrenner, make unclick links work after #463900.
12 #495258 comment out timeAllowed params (partial roll-back of #490076)
13 #495012 by pwolanin, fix Anonymous user and other 0-value facets.
14 #463900 by pwolanin and JacobSingh, facet theme function clean-up.
15 #405206 by pwolanin, allow Apache Solr to be the default, let core search index 0 nodes.
16 #453310 by pwolanin, allow easier theming of username display.
17 #490076 by pwolanin, spellcheck more popular, maxqt to 20, limit search time.
18 #358166 by David Lesieur, janusman, cptnCauliflower, and pwolanin, search for just facet(s).
19 #489654 by JacobSingh, and pwolanin, allow users to set their index as "read only".
20
21 Apache Solr integration 6.x-1.0-beta11, 2009-06-11
22 ------------------------------
23 #348218 by David Lesieur, janusman, and pwolanin, retain filters for next search.
24 #401046 by pwolanin, revist urlencoding of query strings.
25 #467810 by aufumy, Pass in page number and caller to apachesolr_search_execute.
26 #481838 by JacobSingh and pwolanin, enable plus sign in search when using clean URLs.
27 #480814 by mkalkbrenner and pwolanin, add more detail to logging on errors.
28 #464758 by pwolanin, 4th param to htmlspecialchars breaks PHP < 5.2.3.
29 #466328 by pwolanin, fix classes for sort links.
30
31 Apache Solr integration 6.x-1.0-beta10, 2009-05-14
32 ------------------------------
33 #449414 by pwolanin, aufumy, & Scott Reynolds, refactor apachesolr_search_search().
34 #462836 by pwolanin, catch fatal error in _nodeaccess if no solr.
35 #461506 by pwolanin, do nothing if there are no nodes to index.
36 #459930 by Scott Reynolds and pwolanin, clean up hook_enable(), uninstall, update_6004
37 #453338 by pwolanin and JacobSingh, move mlt functionality into the framework module.
38 #365495 by pwolanin, improve admin screens and usability of field weights.
39 #454608 by pwolanin, fix current search block.
40 #453182 by pwolanin, use stored path rather than forcing node/$nid.
41 #448298 by JacobSingh and pwolanin, use a confirm form for index deletion.
42 #454352 by Damien Tournoud, make optimize interval configurable, document variables.
43
44 Apache Solr integration 6.x-1.0-beta9, 2009-04-30
45 ------------------------------
46 #435924 by pwolanin, only clear cache on cron after updates and if the server is available.
47 #405780 by blackdog and pwolanin, skip excluded node types during counting and indexing.
48 #441628 by aufumy and pwolanin, update _og for negative facets, minor fixes, install/enable/update hooks.
49 #447622 by pwolanin and mkalkbrenner, better encoding of html entities and CCK facets.
50 #447890 by pwolanin, properly respect 'access content' permission in _nodeaccess.
51 #271753 by pwolanin, more granular CCK field mappings via _alter hook.
52 #436074 by pwolanin, better query class handling of negative queries.
53 #442198 by Scott Reynolds and pwolanin, update the Drupal_Solr_Query_Interface interface.
54 #443252 by Scott Reynolds, (bugfix for regression) make protected id public again.
55 #337737 by David Lesieur, mikejoconnor and Scott Reynolds, localize arg(1) dependence.
56 Changes query get_path() to facilitate generating facets outside the search page.
57
58 Apache Solr integration 6.x-1.0-beta8, 2009-04-16
59 ------------------------------
60 #343252 by pwolanin, fix nodeaccess for method name changes, make multi-site aware.
61 #432946 by pwolanin, query class and sort cleanups.
62 #393480 by pwolanin and Jody Lynn, provide a book facet and facets for missing fields.
63 #432140 by Damien Tournoud, use format_interval() for more attractive, localizable time intervals.
64 #348029 by pwolanin, Handle negative filters and improve date facet block code.
65 #254565 by drunken monkey and Scott Reynolds, change the query class to enable Views integration.
66
67 Apache Solr integration 6.x-1.0-beta7, 2009-04-03
68 ------------------------------
69 #410330 by pwolanin and bhuga, return more information for error 0.
70 #293989 by bjaspan and vladimir.dolgopolov, add date facets for created and changed dates.
71 #420290 by mkalkbrenner and pwolanin, add spaces around tags to avoid running words together.
72 #368688 by hurleyit and pwolanin, send MLT docs instead of processed links to theme function.
73 #383478 by pwolanin and JacobSingh, provide more information about autocommit lag, pending deletes.
74 #339490 by aufumy, pwolanin, and JacobSingh, Organic groups Apachesolr integration, new _alter hook.
75
76 Apache Solr integration 6.x-1.0-beta6, 2009-03-20
77 ------------------------------
78 #305370 by pwolanin, Handle failed delete requests so unpublished/deleted content doesn't stay in the index.
79 #407570 by pwolanin and moshe weitzman, _alter for sort links, hide for < 2 results.
80 #392978 by pwolanin and ncameron, workaround for those using php 5.1, update README.
81 #402984 by JacobSingh and pwolanin, put MLT menu under the general ApacheSolr settings.
82 #401442 by Janusman and pwolanin, no sort block when 0 results.
83 #405732 by JacobSingh, pwolanin: Update to new SolrPhpClient (r6) and make ping() use drupal_http_request.
84 #405722 by JacobSingh, increase ping timeout and make it variable.
85 #400882 by mkalkbrenner, fix faceting bug due to static counter in method add_field.
86 #382358 by pwolanin, use tokenizer solr.CharStreamAwareWhitespaceTokenizerFactory to fix highlighting.
87
88 Apache Solr integration 6.x-1.0-beta5, 2009-02-27
89 ------------------------------
90 #305370 by pwolanin, don't delete from apachesolr table if Solr query fails.
91 #385348 by moshe weitzman, use key in sort links array.
92 #385362 by pwolanin, Shorten hash from 32 chars to 12.
93 #383804 by JacobSingh, fix query building that broke nodeaccess.
94
95 Apache Solr integration 6.x-1.0-beta4, 2009-02-23
96 ------------------------------
97 #380670 by pwolanin, only add a bq param for a node-type boost > 'Normal'.
98 #379518 by pwolanin, correct mismatch in default boost between
99 solrconfig.xml and apachesolr_search.
100 #380594 by pwolanin, empty the spellcheck dictionary if the index is deleted.
101 #380644 by JacobSingh, Backwards compatability for old sort fields.
102 #380538 by pwolanin, fix code to find vid for taxonomy facet blocks.
103
104 Apache Solr integration 6.x-1.0-beta3, 2009-02-20
105 ------------------------------
106 #378222 by janusman and pwolanin, add boost settings for "sticky" and "promote".
107 #378566 by pwolanin, nodeaccess not correctly marking single nodes for re-indexing.
108 #378270 by pwolanin, suppress MLT admin link when there is no block content.
109 #378196 by pwolanin, remove PHP client from CVS per Drupal.org policy.
110 #231200 by janusman and pwolanin, turn on mapping of accented to non-accented
111 ISO characters for indexing and search.
112 #377494 by pwolanin, Update text type in schema to new example.
113 #376270 by pwolanin, also add option to bias on recent comments/changes.
114 #337879 by pwolanin and blackdog, Store relative not absolute paths.
115 #376255 by pwolanin, Index more node fields, use boolean fields.
116 #376966 by JacobSingh and pwolanin, requesting the top terms from luke is very
117 expensive, so normally request 0, and only get them for smaller indexes.
118 #375991 by pwolanin, build spellcheck index on optimize.
119 #370707 by pwolanin, make sort field names consistent, make ignored multiValued.
120 #375723 by pwolanin, prevent fatal error if available facet list changes.
121 #373921 by JacobSingh, show pending docs on index page from autocommit.
122 #371858 by pwolanin, re-fill the Luke cache after we empty it on cron.
123 #372120 by pwolanin, create one MLT block by default on install of apachesolr_mlt.
124 #370707 compact field names, create "order by" fields in schema.xml
125 by pwolanin and Damien Tournoud.
126 #370796 avoid repeated looping/indexing in apachesolr_index_nodes() by Damien Tournoud.
127 #369944 Add field aliases and further clean-up the query class, by pwolanin.
128 #366959 make usage of solrsort consistent in Solr_Base_Query::solrsort by Damien Tournoud.
129 # Update errant watchdog calls that were using D5 signature by robertDouglass.
130 #369780 Rearrange code for better organization and performance by robertDouglass.
131 #365901 Fix bug where indexing might hang & improved API by adding a separate
132 hook for modules to indicate that a node is excluded, by pwolanin.
133 #367361 Use the machine-readable name for disabled node types by pwolanin.
134 #366957 Add a "configure" link to the more like this block by JacobSingh.
135 #365901 Add a bias on node type (and node-type exclusion) by Damien Tournoud and pwolanin.
136
137 Apache Solr integration 6.x-1.0-beta2, 2009-01-28 (changes since 6.x-1.0-alpha6 2009-Jan-08)
138 ------------------------------
139 #365684 Get PHP library from new svn home by pwolanin
140 #365620 clear stale data on hook_enable by pwolanin
141 #365312 don't redirect after enabling filters by pwolanin
142 #365245 invalid foreach when no facets available reported by Damien Tournoud
143 # don't let attachements be enabled since it seems be broken by pwolanin
144 #363972 fix ApacheSolr to Apache Solr
145 #363972 Text improvements for UI by horncologne and pwolanin
146 #365063 fix module name in admin screen by pwolanin
147 #365022 fatal error in MLT when no Solr server by pwolanin
148 #364446 fix space problem and clean up query class by pwolanin
149 #355525 fix mis-named variables, patch by pwolanin, bug reported by flexer
150 #339467 centralize/register facets blocks by paul.lovvik, JacobSingh and
151 pwolanin
152 #362389 make the _image module work by pwolanin
153 #364140 fix mlt schema bug, thanks to webrascal
154 #364384 reorder selects to have bigger numbers at the top by pwolanin, suggested
155 by horncologne
156 #350330 make sure to index dates as GMT, thanks to webrascal
157 #363416 reindex without blowing away either the solr index or the core search index by pwolanin
158 #360227 strip ctl chars() also on path, reported by flexer
159 #348215 cleanup - simplify branching, numerically index array by pwolanin
160 #348215 add missing js file with minor text chenges (js file by vladimir.dolgopolov)
161 #359923 separate cron limit for apachesolr by pwolanin
162 # remove lang module - code was already added to apachesolr_search
163 #292662 commit after we delete the index by pwolanin
164 #356696 by pwolanin: copies the author's name to a string field for use in
165 multisite search or sorting by author. Also snuck in non-compression on
166 the body for performance.
167 #348215 by vladimir.dolgopolov: More link for additional facets.
168 #292662 update README by pwolanin
169 #344249 obey 32 char limit for block deltas by pwolanin
170 #355479 fix PHP warning when request fails by pwolanin
171 #355544 Add a ->clearCache(); in apachesolr_index_page(), by flexer and pwolanin

  ViewVC Help
Powered by ViewVC 1.1.2