Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add charity registration number to database & edit form for public body | tony | 2009-04-13 | -2/+2 |
| | ||||
* | Remove some uses of gsub!, which might be clobbering other versions of strings | francis | 2009-04-08 | -4/+3 |
| | | | | which are really members of some other class | |||
* | Tests for use of different addresses in replies. | francis | 2009-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 patches | francis | 2009-04-07 | -3/+7 |
| | ||||
* | Don't render all headers on email | francis | 2009-04-02 | -12/+31 |
| | ||||
* | Whoops, didn't remove slashes from subjects. | francis | 2009-03-17 | -3/+10 |
| | ||||
* | Fix bug with slashes in attachment filenames | francis | 2009-03-17 | -4/+6 |
| | ||||
* | Update models and schema for new table | tony | 2009-03-09 | -2/+2 |
| | ||||
* | Option to ban users. | francis | 2009-03-09 | -2/+2 |
| | ||||
* | Add publication scheme for public bodies. (New database column and admin | tony | 2009-03-04 | -2/+2 |
| | | | | interface only; public display can come later.) | |||
* | Allow deletion of responses with followups. | francis | 2009-02-28 | -1/+5 |
| | ||||
* | Check that we get exim log lines OK. | francis | 2009-02-09 | -2/+2 |
| | | | | Annotate models. | |||
* | Give source | francis | 2009-02-03 | -1/+3 |
| | ||||
* | Look up DSNs | francis | 2009-02-03 | -1/+72 |
| | ||||
* | Cope with attached emails that don't parse as emails. | francis | 2009-01-26 | -3/+17 |
| | ||||
* | Annotate models. | francis | 2009-01-26 | -2/+2 |
| | ||||
* | Add another mime type for Excel spreadsheets (patch from Peter) | francis | 2009-01-22 | -2/+2 |
| | ||||
* | Hmm. | francis | 2009-01-21 | -1/+6 |
| | ||||
* | Option for withdrawn requests. | francis | 2009-01-14 | -2/+2 |
| | ||||
* | Remove home office passwords | francis | 2009-01-13 | -1/+8 |
| | ||||
* | Todo update | francis | 2008-12-29 | -1/+1 |
| | ||||
* | Better output upon error. | francis | 2008-12-18 | -2/+2 |
| | ||||
* | application/acrobat mime type | francis | 2008-12-18 | -1/+6 |
| | ||||
* | Only show the name of the organisation if their domain matches that of email ↵ | francis | 2008-12-18 | -1/+6 |
| | | | | | | | when rendering incoming messages. Centralise domain stripping function. | |||
* | Don't strip emails etc. from PDFs, won't work. | francis | 2008-12-04 | -3/+23 |
| | ||||
* | Let censor rules determine mime type. | francis | 2008-12-04 | -2/+2 |
| | ||||
* | Doesn't work on server. | francis | 2008-12-04 | -6/+1 |
| | ||||
* | Cope with broken Maharo output better | francis | 2008-12-04 | -2/+15 |
| | ||||
* | Cope with bad return values from Mahoro. | francis | 2008-11-25 | -2/+5 |
| | ||||
* | Move TMail monkeypatches out of incoming_message into | francis | 2008-11-21 | -44/+2 |
| | ||||
* | Don't allow replies to Mailer-Daemon | francis | 2008-11-21 | -1/+5 |
| | ||||
* | Realised this is more of a hack than I thought :) | francis | 2008-11-10 | -1/+3 |
| | ||||
* | Use proper conversion function for HTML main parts. | francis | 2008-11-10 | -10/+4 |
| | ||||
* | Detect mime type of files by looking inside them if all else fails. | francis | 2008-11-10 | -21/+61 |
| | | | | | Set file extension to appropriate one for mime type, so when Apache caches it it can guess right mime type again later. | |||
* | Is nil for at least one message. | francis | 2008-11-05 | -2/+5 |
| | ||||
* | Cope with errors better on pdftohtml. | francis | 2008-11-03 | -7/+24 |
| | ||||
* | Zoom of only 1.0 for pdftohtml. | francis | 2008-10-29 | -2/+2 |
| | | | | Set max width for images in HTML preview, so fit on screen. | |||
* | Output UTF-8 | francis | 2008-10-29 | -2/+2 |
| | ||||
* | Run in current dir so images go there. | francis | 2008-10-29 | -16/+21 |
| | ||||
* | Show images properly | francis | 2008-10-28 | -4/+5 |
| | ||||
* | And a note. | francis | 2008-10-28 | -1/+3 |
| | ||||
* | Display headers in attached emails | francis | 2008-10-28 | -7/+8 |
| | ||||
* | Update model annotations. | francis | 2008-10-28 | -2/+2 |
| | ||||
* | Mask filenames with censor rules also. | francis | 2008-10-28 | -9/+5 |
| | ||||
* | Code to flexibly remove text from requests, configured via database. | francis | 2008-10-27 | -7/+18 |
| | ||||
* | Convert PDFs to HTML also | francis | 2008-10-17 | -7/+7 |
| | ||||
* | View Word docs as HTML | francis | 2008-10-17 | -1/+32 |
| | ||||
* | Don't allow reply to invalid addresses, or to postmaster@ addresses. | francis | 2008-10-17 | -1/+21 |
| | | | | | Centralise some of the display of names for replies. Note in comment other parts that need centralising. | |||
* | Remove WDTK signup links. | francis | 2008-09-24 | -1/+4 |
| | ||||
* | Make fully_destroy work right with new separate raw_email table. | francis | 2008-09-23 | -4/+3 |
| | | | | Add redeliver_incoming event so recorded where message was moved from. |