3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
prepare release, tag 3rd beta and bump version More... over 17 years ago
properly fix r75011, i.e. the url fallback during schema retrieval: a new connection has to be use for each tried url to avoid `httplib.CannotSendRequest` errors. More... over 17 years ago
bumping version for next release More... over 17 years ago
* Fixed a bug where already installed Products would not be re-installed * Added example buildout config and updated the READMEs * Re-factored the plonesite.py script * A dash of PEP 8 More... over 17 years ago
bumping version for next release More... over 17 years ago
* Added a 'enabled' option so that you can switch the part off from the command line. (buildout:parts-=plonesite doesn't work yet) * Change the script so that profiles prefixed with 'profile-' can also be given. * Added some docs to the recipe More... over 17 years ago
update, improvement regarding r75358 More... over 17 years ago
fixed version number and tagging 0.6 version More... over 17 years ago
applied patch by [amos] that adds the user account that will be used to run the program More... over 17 years ago
fix quoting of white space when searching More... over 17 years ago
make indexing operations more robust in case the schema is missing a unique key or couldn't be parsed More... over 17 years ago
use [http://docs.python.org/lib/testloader-objects.html unittest's default test loader] More... over 17 years ago
prepare release, tag 2nd beta and bump version More... over 17 years ago
make schema retrieval slightly more robust to not let network failures prevent access to the site More... over 17 years ago
prepare release, tag 1st beta and bump version More... over 17 years ago
this has been used in production for a while now, so imho we can safely skip any alpha releases... More... over 17 years ago
finally revert r66113, removing the workaround for the formerly persistent utility again. More... over 17 years ago
coverage tests don't pick up all modules for some reason (not even with more recent versions of [http://pypi.python.org/pypi/zope.testing/ zope.testing]); so while i'm pretty sure the coverage is somewhere in the high 90s, let's not brag too much without being able to prove it... :) More... over 17 years ago
finally add a proper readme More... over 17 years ago
change the url to get the schema from to the one used with [http://lucene.apache.org/solr/ solr] 1.3, i.e. `.../admin/file/?file=schema.xml`, while providing a fallback to the old one... More... over 17 years ago
Added TinyMCE GenericSetup profile for TinyMCE support More... over 17 years ago
add an extra tests showing that the transaction handling can now properly cope with `ConflictErrors` More... over 17 years ago
only ignore the directly "written" output temporarily during solr reindexing More... over 17 years ago
use a helper to activate solr and reindex the existing content so that the actual tests are less cluttered More... over 17 years ago
fix the last failure related to r73792 by logging exceptions during the (late) sending of the xml and adjusting the tests accordingly More... over 17 years ago
[http://lucene.apache.org/solr/ solr] will support abort/rollback only from version 1.4 (see http://issues.apache.org/jira/browse/SOLR-670), so for now we delay sending the xml until the end of the commit phase (and don't send anything on abort). More... over 17 years ago
don't let test failures affect other tests More... over 17 years ago
prepare for next release More... over 17 years ago
fixed up the site-replace option and documented it More... over 17 years ago
prepare for next release More... over 17 years ago