3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 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
there's no need (anymore) for the queue processor to be persistent, so let's fix it and also rename the factory class after [changeset:84643 having learned the lesson]... More... almost 17 years ago
the [changeset:81990 eggdistros trick] isn't needed anymore [changeset:82735 now that everything's egg-based]... More... almost 17 years ago
update docs & 2dos More... almost 17 years ago
add some styling for the "show more..." links More... almost 17 years ago
use [http://pypi.python.org/pypi/collective.js.showmore/ collective.js.showmore] to initially hide less relevant facet counts and display an expandable "show more..." link instead More... almost 17 years ago
make setting attributes more convenient More... almost 17 years ago
fix indentation after previous commit More... almost 17 years ago
use the filter to simplify the template and fix an issue where a facet title was still displayed even though all facet counts were zero More... almost 17 years ago
allow facet counts to be filtered during preparation More... almost 17 years ago
move the helpers back into the module containing the view (they were kept separate for testing purposes before, which have been resolved by now) More... almost 17 years ago
don't display a count for empty facet values More... almost 17 years ago
don't break when solr doesn't return any facet info, for example when asking for unknown facets More... almost 17 years ago
don't display empty facets More... almost 17 years ago
remove empty directory, which was a left-over from r83788 More... almost 17 years ago
simplify things by assuming that if someone wants solr searches, they're gonna want facetted searches as well... More... almost 17 years ago
never updated the history while [log:collective.solr@82000:83755 working on facetted searches]... More... almost 17 years ago
outdent to make things consistent More... almost 17 years ago
better not use `:after` and `:before` when styling things as IE can't cope... More... almost 17 years ago
unify and make things a little more robust More... almost 17 years ago
doh! (late addition to r83737) More... almost 17 years ago
also avoid markup & tal duplication More... almost 17 years ago
avoid code duplication More... almost 17 years ago
also preserve already selected facets when searching again via the regular search box More... almost 17 years ago
factor out helper so that it can be reused in the viewlet More... almost 17 years ago
rename method for consistancy More... almost 17 years ago
preserve request parameters so that the search box embedded in the results page also returns facets (and doesn't reset already selected ones) More... almost 17 years ago
factor out helper to get request parameters that are assumed to be lists, but don't necessarily have the `:list` appended More... almost 17 years ago
make the facet information view more generic and not specific to our own browserlayer for easier integration More... almost 17 years ago
use [http://pypi.python.org/pypi/plone.browserlayer/ plone.browserlayer] to be able to easily activate support for facetted searches More... almost 17 years ago
fix style More... almost 17 years ago