openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Plone Collective on Github
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
2 days
ago.
Feb 15, 2025 — Feb 15, 2026
Showing page 29 of 336
Search / Filter on:
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.
Manuel Reinhardt
More...
over 6 years ago
Python 3: Expect a ConnectionRefusedError.
Manuel Reinhardt
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.
Manuel Reinhardt
More...
over 6 years ago
Python 3: Use IGNORE_EXCEPTION_DETAIL doctest flag to work around differing exception representation.
Manuel Reinhardt
More...
over 6 years ago
Python 3: doctest configlet.txt runs on python 2 and 3.
Manuel Reinhardt
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.
Manuel Reinhardt
More...
over 6 years ago
Python 3: Upgrade step: Migrate configuration option 'async' to 'async_indexing'
Manuel Reinhardt
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
Manuel Reinhardt
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
Manuel Reinhardt
More...
over 6 years ago
Python 3: SolrResponse: iterparse chokes on unicode with python 2. Feed it binary data, then convert back.
Manuel Reinhardt
More...
over 6 years ago
Tests: unrestrictedSearchResults needs a parameter or it doesn't return any results.
Manuel Reinhardt
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.
Manuel Reinhardt
More...
over 6 years ago
Python 3: Facets: Encode filter queries to UTF 8.
Manuel Reinhardt
More...
over 6 years ago
Python 3/Tests: * Get u'' prefix working for Python 2 and 3. * Allow different order in request params.
Manuel Reinhardt
More...
over 6 years ago
Python 3: queryparser: use six.text_type() instead of str().
Manuel Reinhardt
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.
Manuel Reinhardt
More...
over 6 years ago
Python 3: fixed RE string syntax for Python 2.
Manuel Reinhardt
More...
over 6 years ago
Python 3: fixed escapeVal for Python 2.
Manuel Reinhardt
More...
over 6 years ago
Python 3: utils: * fixed string translation * encode paths to utf-8
Manuel Reinhardt
More...
over 6 years ago
Python 3/Tests: fakehttp: support python 2 and 3.
Manuel Reinhardt
More...
over 6 years ago
Python 3/Tests: test_browser_suggest: support python 2 and 3.
Manuel Reinhardt
More...
over 6 years ago
Merge branch 'master' into python3-plone52
Timo Stollenwerk
More...
over 6 years ago
Use python3_updated branch of plone.restapi.
Manuel Reinhardt
More...
over 6 years ago
Upgraded plone.rest/plone.restapi
Manuel Reinhardt
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.
Manuel Reinhardt
More...
over 6 years ago
Fixed check for CatalogMultipex.
Manuel Reinhardt
More...
over 6 years ago
Fixed condition for collective.indexing. We need it if we *don't* have Plone 5.1 or higher.
Manuel Reinhardt
More...
over 6 years ago
Merge branch 'collective-indexing-wip' into python3
Manuel Reinhardt
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.
Manuel Reinhardt
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.
Manuel Reinhardt
More...
over 6 years ago
←
1
2
…
25
26
27
28
29
30
31
32
33
…
335
336
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree