3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 2 days ago.
Feb 15, 2025 — Feb 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tests: Make sure request is retried on conflict so that test_retry_on_conflict can pass. Also restored test documentation and replaced deprecated import. More... over 6 years ago
Python 3: Expect a ConnectionRefusedError. More... over 6 years ago
Tests: Added missing bit to testReindexPathIndex. This bit was removed in 1367831213 with reference to a newer collective.indexing version. collective.indexing is going away and either the change is not working any more or it wasn't working in the first place. More... over 6 years ago
Python 3: Use IGNORE_EXCEPTION_DETAIL doctest flag to work around differing exception representation. More... over 6 years ago
Python 3: doctest configlet.txt runs on python 2 and 3. More... over 6 years ago
Activate ISolrFields behavior on standard types by default. This is more consistent with how it worked before the behavior was introduced. More... over 6 years ago
Python 3: Upgrade step: Migrate configuration option 'async' to 'async_indexing' More... over 6 years ago
Python 3/Plone 5.2: Removed workaround as I can't reproduce the issue any more. See also https://github.com/zopefoundation/Zope/issues/674 More... over 6 years ago
Python 3/Plone 5.2: UTF-8-encode paths when traversing with python 2. Workaround for https://github.com/zopefoundation/Zope/issues/674 Fixes TypeError: 'int' object is not subscriptable More... over 6 years ago
Python 3: SolrResponse: iterparse chokes on unicode with python 2. Feed it binary data, then convert back. More... over 6 years ago
Tests: unrestrictedSearchResults needs a parameter or it doesn't return any results. More... over 6 years ago
Python 3: Encode request parameters to UTF-8 before running urlencode. Actually makes no difference in python 3 but ensures python 2 compat. More... over 6 years ago
Python 3: Facets: Encode filter queries to UTF 8. More... over 6 years ago
Python 3/Tests: * Get u'' prefix working for Python 2 and 3. * Allow different order in request params. More... over 6 years ago
Python 3: queryparser: use six.text_type() instead of str(). More... over 6 years ago
Updated versions: * plone.restapi master has some breaking changes, python3_updated is outdated. Use 3.9.0 for now. * plone.recipe.zope2instance 4.4.0 causes "SyntaxError: invalid token". Use upstream version pinning. * requests 2.18.4 causes a version conflict with urllib. Use upstream version pinning. More... over 6 years ago
Python 3: fixed RE string syntax for Python 2. More... over 6 years ago
Python 3: fixed escapeVal for Python 2. More... over 6 years ago
Python 3: utils: * fixed string translation * encode paths to utf-8 More... over 6 years ago
Python 3/Tests: fakehttp: support python 2 and 3. More... over 6 years ago
Python 3/Tests: test_browser_suggest: support python 2 and 3. More... over 6 years ago
Merge branch 'master' into python3-plone52 More... over 6 years ago
Use python3_updated branch of plone.restapi. More... over 6 years ago
Upgraded plone.rest/plone.restapi More... over 6 years ago
Default search pattern: Filter for showinsearch not being False rather than forcing True. If the behavior that adds this field is inactive then nothing is found because showinsearch is not there and can't be True. More intuitive is that in this case everything is found because the feature is turned off. More... over 6 years ago
Fixed check for CatalogMultipex. More... over 6 years ago
Fixed condition for collective.indexing. We need it if we *don't* have Plone 5.1 or higher. More... over 6 years ago
Merge branch 'collective-indexing-wip' into python3 More... over 6 years ago
Tests: make sure we don't have old data queued. On Python 2 the test actually passes despite the old data, but on Python 3 it fails, probably because the order of the data differs. More... over 6 years ago
Python 3/Tests: fixed test_server. * decode connection data * expect bytes when writing response data * need explicit cast to int after division by int * allow different order in query Also, keep imports at the top. More... over 6 years ago