aboutsummaryrefslogtreecommitdiffstats
path: root/lib/external_command.rb
Commit message (Collapse)AuthorAgeLines
* Move external_command.rb to commonlibRobin Houston2011-09-07-135/+0
|
* Add tests for the external_command library, and fix a bugRobin Houston2011-06-22-4/+8
| | | | | | | (which was actually a fairly late regression, showing the benefits of formal tests vs informal testing). I believe this bug was the cause of the recent Xapian indexing errors.
* When external converters are used to extract text from attachmentsRobin Houston2011-06-20-0/+131
for Xapian, suppress the stderr output of these external programs unless they actually fail. It is possible this will not significantly reduce the noise from converters, because they may actually have been failing. At least with this change we’ll be able to tell which it is. Closes #52.