------------------
- Pep8.
[timo,do3cc]
- Refactor tests. Tests are now based on plone.app.testing. You can now
use the Fixture COLLECTIVE_SOLR_FIXTURE and the utility method
collective.solr.testing:activateAndReindex() to test your code with solr
[do3cc]
- Refactor ISearch. The method buildQuery has been replaced with buildQueryAndParameters.
Responsabilities have been divided in the search view and the utility, now they are
all in the search utility. If you used the method before, please analyse
the changes in collective.solr.dispatcher:solrSearchResults from 4.0.3 to 4.1.0
You can probably benefit from the changes.
[do3cc]
- Add "actual_result_count" attribute to SolrResponse to emulate
catalog attribute.
[cekk]
- Add browserlayer suport (with upgrade-step)
[cekk]
- Use public method to get blob path (fixes error on maintenance/reindex also)
[tomgross]
- Fix UnicodeError in BinaryAdder
[tomgross]
- Added ignore_portal_types and only_portal_types parameter to reindex for maintenance_view
[jkubaile]