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
- Quote command and arguments, so that it works on Windows More... about 17 years ago
Look up the real request if the request argument is a dict More... about 17 years ago
update next release version More... about 17 years ago
- fixed eventlistner More... about 17 years ago
nit-picky white space fixes :) More... about 17 years ago
update for r78869: tmog, please correct me if i'm wrong here, but imho this was supposed to test passing in the `DateTime` instance via a query object, no? (simply passing a `DateTime` itself is already covered) More... about 17 years ago
added support for objects with a query attribute as search values More... about 17 years ago
Added default-operator so that we can set the default operator used for queries. More... about 17 years ago
uses patch.py and can now be used as a base class for custom patch eggs More... about 17 years ago
Clarification to docs. Cleaning up copy/paste error to post-extras More... about 17 years ago
bump version for next release More... about 17 years ago
use execfile to simplify things More... about 17 years ago
tag 5th beta and bump version More... about 17 years ago
add traceback info to help debugging some query edge-cases More... about 17 years ago
* Added new options pre-extras and post-extras. The two options are files that can be run before and after the quickinstaller and profiles have been run. * removed help doc at the top of the plonesite script since it's all documented in the README * updated the README with the latest options * raise buildout error if the admin user isn't found * added condition so that older version of plone can be used More... about 17 years ago
Back to development: 1.0 dev More... about 17 years ago
Preparing release 0.9 More... about 17 years ago
Removing unneeded file More... about 17 years ago
Documented last change in the CHANGES.txt More... about 17 years ago
Small change in the script template for compatibility with windows paths More... about 17 years ago
fix and extend logging in "sync" maintenance view More... about 17 years ago
fix timing output More... about 17 years ago
missed these in r75884 More... about 17 years ago
tag 4th beta and bump version More... about 17 years ago
filter control characters from data passed to solr to prevent indexing errors. this fixes http://plone.org/products/collective.solr/issues/1 More... about 17 years ago
Missed this in my last commit. Relevant update added to CHANGES.txt More... about 17 years ago
fix for 'Error: Missing option: plonesite:admin-user' exception. Currently the docs and even the example usage explanation strongly suggest that the this is unneeded. We now accept an option or fallback to admin. Relevant update added to CHANGES.txt More... about 17 years ago
remove svn url to avoid checking by easy_install More... over 17 years ago
avoid using brains when getting all objects from the catalog as this eats up too much memory. instead we get the needed metadata directly, which should be much faster... More... over 17 years ago
prefix output from maintenance views with a time-stamp so it can be correlated with the logs more easily... More... over 17 years ago