3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Jan 24, 2025 — Jan 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
explicitly search for all matches for the unique key in order to make sure all results are returned More... over 16 years ago
base flare objects on dicts so that copying the contained data becomes easier More... over 16 years ago
allow to configure query parameters for which filter queries should be used (see http://wiki.apache.org/solr/FilterQueryGuidance for more info) More... over 16 years ago
bumping version for next release More... over 16 years ago
note about new release More... over 16 years ago
bumping version for next release, adding changes stub for next release More... over 16 years ago
Make the default for the plonesite:instance option default to 'instance' for real More... over 16 years ago
add module missing from r88660 More... over 16 years ago
add configuration value for query parameters for which filter queries should be used (see http://wiki.apache.org/solr/FilterQueryGuidance for more info) More... over 16 years ago
encode unicode strings when building facet links More... over 16 years ago
remove leftover code More... over 16 years ago
fix facet display to try to keep the given order More... over 16 years ago
Renamed the steps, because it was causing naming collisions when installing with QuickInstallerTool. More... over 16 years ago
Made the uninstall setuphandler check if the object exists before attempting to remove it. More... over 16 years ago
Added the Five registration. More... over 16 years ago
adjust another test after r87993 More... over 16 years ago
allow facet values to be translated (in addition to the titles) More... over 16 years ago
Refactored the uninstall profile to use custom defined import-steps. More... over 16 years ago
tag [http://pypi.python.org/pypi/collective.solr/1.0b10 10th] beta More... over 16 years ago
range queries must not be quoted with the [changeset:82569 new query parser] as this is breaking advanced search for example More... over 16 years ago
update history for r86790 More... over 16 years ago
use a class variable for BBB reasons: `__init__` is never called again for existing connection managers... More... over 16 years ago
disable and lock socket timeouts during maintenance tasks since the regular settings are usually too short when (re)indexing large batches of items More... over 16 years ago
factor out timeout handling from the connection manager (and set the timeouts directly in the two places it was used) More... over 16 years ago
Added tests for the action icon profile step. More... over 16 years ago
Added tests for the control panel configlet. Added an uninstall step for the control panel. More... over 16 years ago
Modified the import procedure to use the runImportStepFromProfile rather than manage_importSelectedSteps, because _mangleTimestampName, which is called from within manage_importSelectedSteps, can't handle the millisecond operation. More... over 16 years ago
use [http://pypi.python.org/pypi/mr.developer/ mr.developer] to be able to test against unreleased changes in [http://pypi.python.org/pypi/collective.indexing/ collective.indexing] More... over 16 years ago
close the response object after searching in order to avoid `ResponseNotReady` errors on subsequent searches, which caused almost all queries to be performed twice More... over 16 years ago
Added tests for the OpenSearch control panel adapter. More... over 16 years ago