aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/incoming_message.rb
Commit message (Expand)AuthorAgeLines
* 1) You can’t call an instance method from a class method (d’oh)Robin Houston2011-07-14-2/+2
* Continue processing if we encounter a corrupt zip fileRobin Houston2011-07-13-21/+31
* Google Docs Viewer can now handle .pptx and .xlsx files.Robin Houston2011-07-04-50/+39
* Calling a class method from an instance method needs to be done explicitlyRobin Houston2011-06-22-1/+1
* Run wvText through the external_command wrapper, tooRobin Houston2011-06-21-1/+1
* Replace STDERR.puts by $stderr.puts elsewhere, which is potentially more flex...Robin Houston2011-06-21-2/+2
* - Refactor models/incoming_message.rb to get rid of the hideousRobin Houston2011-06-21-190/+92
* TypoRobin Houston2011-06-21-1/+1
* If we print an error message from an external converter program,Robin Houston2011-06-20-0/+1
* When external converters are used to extract text from attachmentsRobin Houston2011-06-20-23/+39
* Use google viewer for docs - wvWare is hanging server.Louise Crow2011-03-30-6/+7
* remove obselete regexSeb Bacon2011-01-24-1/+1
* another do-not-reply regexSeb Bacon2011-01-22-1/+1
* Remove use of XLHTML.Matthew Somerville2011-01-13-8/+11
* Remove debugging.Francis Irving2010-10-18-1/+1
* At least give a decent error for this case.Francis Irving2010-10-13-0/+5
* Annotate models.Francis Irving2010-10-09-1/+2
* Factor out FOI officers FAQFrancis Irving2010-10-04-1/+1
* Fix encoding comment.Francis Irving2010-09-16-2/+1
* Ooops, fix code that clears cache.Francis Irving2010-09-15-1/+2
* Update model annotations.Francis Irving2010-09-15-4/+5
* Add a checkFrancis Irving2010-09-15-0/+2
* Cache folded and unfolded text for main body.Francis Irving2010-09-14-32/+45
* Say encoding of source file (which contains a £ sign) (for Ruby 1.9)FOI site testharness2010-09-09-0/+2
* Remove invalid colons from end of if statements (for Ruby 1.9)FOI site testharness2010-09-09-3/+3
* Remove comment.Francis Irving2010-09-06-1/+0
* Cache similar requestsFrancis Irving2010-09-06-0/+1
* Update model annotations.Francis Irving2010-07-27-1/+1
* Show it is docxFrancis Irving2010-07-22-1/+3
* Show names right of types in HTML preview for Google DocsFrancis Irving2010-07-22-1/+5
* Embed Google Docs Viewer when that lets us do more View as HTMLFrancis Irving2010-07-22-1/+33
* Improve wording on errorFrancis Irving2010-07-21-1/+1
* Add specific draft attribute.Francis Irving2010-07-15-1/+1
* Update model annotations.Francis Irving2010-07-15-1/+1
* Fix example linkFrancis Irving2010-04-14-2/+2
* Fix bug in rendering when Date is emptyFrancis Irving2010-04-14-1/+5
* Factor out partial step into variableFrancis Irving2010-04-14-1/+2
* Add TNEF to file extension listFrancis Irving2010-03-20-0/+1
* Merge commit 'peter/tnef'Francis Irving2010-03-20-25/+20
|\
| * Support for Outlook TNEF filesPeter Collingbourne2010-03-15-2/+5
| * Cleaned up the _count_parts_recursive codePeter Collingbourne2010-03-15-23/+15
* | Do not binary mask the pdf if pdftk silently fails producing no outputPeter Collingbourne2010-03-15-2/+2
|/
* Remove colorising from HTML in XLS conversionFrancis Irving2010-03-10-1/+4
* Fix up styling on view XLS as HTMLFrancis Irving2010-03-10-5/+5
* Add View as HTML for ExcelFrancis Irving2010-03-10-2/+12
* Prefer HTML to other alternative typesFrancis Irving2010-03-09-2/+9
* Merge commit 'peter/master'Francis Irving2010-03-09-2/+28
|\
| * Implement decoding of Outlook msg/oft filesPeter Collingbourne2010-02-18-2/+28
* | Comment on when text/html neededFrancis Irving2010-02-23-1/+2
* | Use HTML part as main body part in more casesFrancis Irving2010-02-23-2/+5
|/