aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/incoming_message.rb
Commit message (Collapse)AuthorAgeLines
* Unescape url encodings in document attachment names, if they crazily have themfrancis2009-09-09-1/+5
|
* Change algorithm for showing filenames so works with odd cases betterfrancis2009-09-09-2/+23
|
* Show better when pdftohtml failsfrancis2009-09-09-5/+14
|
* Advertise WDTK on HTML conversion pages.francis2009-09-09-1/+10
|
* Allow follow ups to defunct/not_apply authorities which still have a valid ↵francis2009-09-08-2/+2
| | | | email.
* Make a copyfrancis2009-09-07-4/+4
|
* Wrong comment fixed.francis2009-09-07-4/+4
|
* Change even if not censored.francis2009-09-07-25/+22
|
* Apply email censor rules a) to HTML conversions, b) to PDfsfrancis2009-09-07-4/+18
|
* Apply censor rules to PDFs (seems to work!)francis2009-08-20-2/+32
|
* In Passenger, the directory path is relative, so with the chdir need to just ↵francis2009-07-17-2/+2
| | | | | | use current directory in call to tempfile.
* Comment.francis2009-07-16-1/+4
|
* Use same spacing as rest of WDTK code (albeit not the Rails standard)francis2009-07-16-3/+3
|
* Ignore an error in expanding an attached zipfile when indexing textlouise2009-07-09-2/+6
|
* Annotate models update.francis2009-06-26-2/+2
|
* Apply censor rules to names from incoming emails.francis2009-05-21-4/+6
|
* Don't send to DoNotReply addresses.francis2009-05-19-2/+2
|
* Link redactions of email address and mobile phone numbers to the helptony2009-05-09-1/+2
| | | | pages about this.
* Use regexpsfrancis2009-04-27-2/+2
|
* Don't allow reply to Auto_Reply emailsfrancis2009-04-27-6/+3
|
* Fix bug with not escaping name when used in regexp.francis2009-04-21-2/+2
|
* Add charity registration number to database & edit form for public bodytony2009-04-13-2/+2
|
* Remove some uses of gsub!, which might be clobbering other versions of stringsfrancis2009-04-08-4/+3
| | | | which are really members of some other class
* Tests for use of different addresses in replies.francis2009-04-08-8/+6
| | | | | Fix bug in quoting of those replies. Make it remove @ signs from name part of them.
* Remove one of the monkey patchesfrancis2009-04-07-3/+7
|
* Don't render all headers on emailfrancis2009-04-02-12/+31
|
* Whoops, didn't remove slashes from subjects.francis2009-03-17-3/+10
|
* Fix bug with slashes in attachment filenamesfrancis2009-03-17-4/+6
|
* Update models and schema for new tabletony2009-03-09-2/+2
|
* Option to ban users.francis2009-03-09-2/+2
|
* Add publication scheme for public bodies. (New database column and admintony2009-03-04-2/+2
| | | | interface only; public display can come later.)
* Allow deletion of responses with followups.francis2009-02-28-1/+5
|
* Check that we get exim log lines OK.francis2009-02-09-2/+2
| | | | Annotate models.
* Give sourcefrancis2009-02-03-1/+3
|
* Look up DSNsfrancis2009-02-03-1/+72
|
* Cope with attached emails that don't parse as emails.francis2009-01-26-3/+17
|
* Annotate models.francis2009-01-26-2/+2
|
* Add another mime type for Excel spreadsheets (patch from Peter)francis2009-01-22-2/+2
|
* Hmm.francis2009-01-21-1/+6
|
* Option for withdrawn requests.francis2009-01-14-2/+2
|
* Remove home office passwordsfrancis2009-01-13-1/+8
|
* Todo updatefrancis2008-12-29-1/+1
|
* Better output upon error.francis2008-12-18-2/+2
|
* application/acrobat mime typefrancis2008-12-18-1/+6
|
* Only show the name of the organisation if their domain matches that of email ↵francis2008-12-18-1/+6
| | | | | | | when rendering incoming messages. Centralise domain stripping function.
* Don't strip emails etc. from PDFs, won't work.francis2008-12-04-3/+23
|
* Let censor rules determine mime type.francis2008-12-04-2/+2
|
* Doesn't work on server.francis2008-12-04-6/+1
|
* Cope with broken Maharo output betterfrancis2008-12-04-2/+15
|
* Cope with bad return values from Mahoro.francis2008-11-25-2/+5
|