3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Jan 20, 2025 — Jan 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
preparing for release More... about 17 years ago
Update CHANGES.txt with site-replace note. More... about 17 years ago
Add buildout recipe option site-replace, defaults to off. Use with site-id. More... about 17 years ago
Move assignment of products_initial inside create(), fixing UnboundLocalError. More... about 17 years ago
Correct typo intial -> initial. More... about 17 years ago
version 0.1b1 More... about 17 years ago
fixed egg_path More... about 17 years ago
remove 'note to author' More... about 17 years ago
* bump version for next release * update CHANGES.txt with next release section * added proper date for the first release More... about 17 years ago
first code to test it in project More... about 17 years ago
intial code added More... about 17 years ago
Show where to download Adbobe Flash from
Martin Aspeli
as optilude
More... about 17 years ago
initial commit More... about 17 years ago
Fix error in tests when accessing solr doesn't throw an exception but has a non 200 status. More... over 17 years ago
The default for 'site-id' is now 'Plone' + a datetime string in order run a buildout multiple times without having to fight with existing-id errors More... over 17 years ago
use a non-resolvable address to avoid running into dns-timeouts (and potentially even trying to connect to a remote host) during test-runs 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 the code will have to be changed to work around this. More... over 17 years ago
now that [http://plone.org/products/collective.indexing/ collective.indexing] is monkey-patching `searchResults` as well, and our own version cannot wrap around their's, the [changeset:73602 new "auto-flush" feature] has to be supported directly... More... over 17 years ago
adding 'dev' to the version More... over 17 years ago
initial import of a recipe that creates a plone site and runs given profiles More... over 17 years ago
update `getURL` again to make it more robust (see r71186) More... over 17 years ago
add another blank line in case the warning appears in the middle the testing output... More... over 17 years ago
output warning about missing solr server to stderr to avoid intefering with doctests More... over 17 years ago
back to dev More... over 17 years ago
prepping release More... over 17 years ago
changed reinout's url More... over 17 years ago
Changed the default for gzipping to True. Adding gzip = true to all our server deployment configs gets tired pretty quickly, so doing it by default is the best default. Stuff like this needs to be changed **before** a 1.0 release :-) More... over 17 years ago
Backup of additional databases (if you have configured them) now takes place before the backup of the main database (same with restore). More... over 17 years ago
Found maurits' documentation for the --quiet option and combined it with my own so it is more visible. Sorry I didn't spot it :-) More... over 17 years ago
Added test for the -q and --quiet option More... over 17 years ago