aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/foi_attachment.rb
Commit message (Collapse)AuthorAgeLines
* Use AlaveteliExternalCommand for unrtfRobin Houston2012-01-17-3/+1
|
* Do not hard-code the path to pdftohtmlRobin Houston2012-01-17-3/+1
|
* To get around occasional race conditions, instead of forcing an fsync, retry ↵Seb Bacon2012-01-13-1/+15
| | | | getting the body a few times before failing. May be related to issue #333 and #339
* Changes to attempt to ensure we always get a consistent state for an ↵Seb Bacon2012-01-12-0/+1
| | | | incoming message's attachments. May fix #339.
* Attempt to fix #333 ('attempt' because hard to test!)Seb Bacon2012-01-11-0/+1
|
* Ensure model schema documentation is up to date.Seb Bacon2012-01-09-0/+16
|
* Ensure we regenerate cache if for some reason it's missingSeb Bacon2012-01-09-1/+7
|
* Don't give error when viewing HTML versions. Fixes issue #321Seb Bacon2012-01-08-2/+2
|
* Further improvements to attachment cachingSeb Bacon2011-12-13-17/+16
|
* WIP on caching attachmentsSeb Bacon2011-12-12-0/+322