3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the faster C implementation of elementtree if it is available. Also prefer xml.etree over the external package. More... over 15 years ago
merge r116758 along with a test demonstrating search results can be accessed in skin scripts More... over 15 years ago
slightly update the (by now rather outdated) to-do list More... over 15 years ago
added .mov as allowed extension do not fail if filename is not set (reported by earth1) More... over 15 years ago
fix handling of 'depth' argument when querying multiple paths More... over 15 years ago
give credit More... over 15 years ago
always provide a query parameter, even when filter queries should be used for everything. this prevents solr from choking with a `NullPointerException` More... over 15 years ago
use properties for `.fields` and `.stored` More... over 15 years ago
always provide values for all metadata columns (i.e. fields defined as "stored" in the schema) like the catalog does More... over 15 years ago
follow up on the [http://dev.plone.org/plone/changeset/34522 fix] for #10140, replacing all occurrences of `.ISO()` with `.ISO8601()` More... over 15 years ago
Bump version More... over 15 years ago
Added back JMX configuration. See http://wiki.apache.org/solr/SolrJmx for more details. You can enable it by adding ``-Dcom.sun.management.jmxremote`` to the ``java_opts`` option. More... over 15 years ago
adding initial Danish translation More... almost 16 years ago
running i18ndude More... almost 16 years ago
Passes jslint More... almost 16 years ago
Add gs profiles in plone 2.5 change to changes.txt More... almost 16 years ago
Add fix so gs profiles work with plone 2.5, setSite does not work with plone 2.5 either More... almost 16 years ago
fall back to the portal catalog if EPI's "navtree" parameter was given. this allows setting the "required query parameters" to an empty set (thereby fixing [http://plone.org/products/collective.solr/issues/18 issue #18]) More... almost 16 years ago
add test demonstrating the "required query parameters" can be set to an empty list via the control panel (refs [http://plone.org/products/collective.solr/issues/18 issue #18]) More... almost 16 years ago
add another quick test for the helper introduced in r115553 More... almost 16 years ago
fix parsing of "date" fields with Solr 1.4: `Archetypes`'s "floor date" of `DateTime(1000,1)`, which is used as a fallback for indices like `effective`, is converted to different time representations depending on the architecture being 32- or 64-bit. More... almost 16 years ago
let's aim for [http://wiki.apache.org/solr/Solr1.4 Solr 1.4] More... almost 16 years ago
pin [http://pypi.python.org/pypi/collective.recipe.solrinstance collective.recipe.solrinstance] to avoid generating a schema that will only work for solr 1.4 (when actually using an older version) More... almost 16 years ago
unify logging after r108447 More... almost 16 years ago
let the query builder handle sets of possible boolean values as passed in by the boolean topic criteria for example More... almost 16 years ago
make sure the "sync" view won't add any of the objects [changeset:114292 now skipped] when reindexing. obviously it'll only consider what's in the catalog in the first place, but testing again is cheap... More... almost 16 years ago
don't process content that has its own indexing methods, e.g. `reindexObject`, via the "reindex" maintenance view. the assumption here is that in most cases these private methods in fact exist in order to skip indexing of the object, e.g. like for ATCT topic criterions. while in the case of more complex indexing requirements, like with `PloneGlossary`, the "reindex" view will skip those objects, the "sync" view can (and should) later on easily be used to complete an initial indexing run... More... almost 16 years ago
fix the test from r113871 by also counting the enclosing folder and making if fail for the right reasons — the UID wasn't created while copying the criterion after all, but due to accessing one of the methods related to references... More... almost 16 years ago
Use `setSite` in the initial creation as well More... almost 16 years ago
add failing test to demonstrate how criteria can end up being indexed via the `reindex` maintenance view More... almost 16 years ago