3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Jan 03, 2025 — Jan 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
enabled full backup option More... over 17 years ago
updated todo More... over 17 years ago
Enabled logging for the generated script. More... over 17 years ago
Added TODO file More... over 17 years ago
first partially working version More... over 17 years ago
some content items, for example files and image, don't have an associated workflow state. hence they cannot provide data for a `review_state` index as well. however, plone's search results listing template (`search.pt`) contains the string expression {{{ state-${result/review_state} }}} the TAL engine will attempt to traverse `result` in case dictionary and attribute lookups for `review_state` weren't successful. this needs fixing... More... over 17 years ago
correct spelling More... over 17 years ago
make import handle more robust, i.e. handle xml files without all sections More... over 17 years ago
r67562 proper: add support for asynchronous indexing and make it configurable via the solr controlpanel More... over 17 years ago
make white space and quoting consistent More... over 17 years ago
delay string substitution until the logging is actually performed More... over 17 years ago
fixes for r67560 More... over 17 years ago
have solr not block the request, but instead update its indexes asynchronously More... over 17 years ago
add maintenance view to issue an "`<optimize/>`" command to solr More... over 17 years ago
fix and extend the logging during a "sync" run More... over 17 years ago
add maintenance view for syncing the solr index with the portal catalog More... over 17 years ago
apparently [http://effbot.org/zone/element-index.htm elementtree]'s [http://www.effbot.org/zone/element-iterparse.htm iterparse()] only provides the text of the tag in an "end" event, i.e. when the tag is closed. this does make sense as such, but it's pretty strange it almost always also provides it for the "start" event as well. in fact, in a file with about 1200 records it was not provided for only 3 of those... very confusing (and not documented afaik) More... over 17 years ago
attempt to fix intermittent `BadStatusLine` errors by retrying the request once (as with several other connection failures) More... over 17 years ago
Even string substitution won't work. More... over 17 years ago
No need to set the manager in begin when commit is going to get the connection anyway. This avoids changing the persistent object during the begin phase (not allowed!). More... over 17 years ago
Added 1:1 copies from instancemanager's backup and restore methods. GPL. More... over 17 years ago
Mock repozo command is working; bin/backup script generation is working More... over 17 years ago
intermediary commit More... over 17 years ago
returning generated items More... over 17 years ago
bin/backup script is getting created More... over 17 years ago
intermediary commit More... over 17 years ago
intermediary commit; creating var/backups More... over 17 years ago
initial tweaks to generated content More... over 17 years ago
Generated with paster More... over 17 years ago
Have to strip here or a the newline gets turned into a trailing - More... over 17 years ago