Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename models and tables exim -> mail_server | Matthew Landauer | 2012-10-11 | -198/+0 |
| | ||||
* | Updated wording of error | Matthew Landauer | 2012-10-11 | -1/+1 |
| | ||||
* | request_sent? now handles postfix and exim | Matthew Landauer | 2012-10-11 | -1/+12 |
| | ||||
* | Add a comment | Matthew Landauer | 2012-10-11 | -0/+4 |
| | ||||
* | Method for checking whether a request has been sent that checks the postfix log | Matthew Landauer | 2012-10-11 | -0/+6 |
| | ||||
* | Rubyify loops | Matthew Landauer | 2012-10-11 | -6/+4 |
| | ||||
* | Extract method | Matthew Landauer | 2012-10-11 | -15/+21 |
| | ||||
* | New configuration MTA_LOG_TYPE to set whether we are using exim or postfix ↵ | Matthew Landauer | 2012-10-11 | -9/+1 |
| | | | | to deliver and receive our mail | |||
* | Add comment about what happens when you use rotated log files | Matthew Landauer | 2012-10-11 | -0/+2 |
| | ||||
* | Do a very naive simple way of automatically detecting whether this is an ↵ | Matthew Landauer | 2012-10-10 | -1/+9 |
| | | | | exim or postfix log file | |||
* | Don't get confused if there is no postfix queue id | Matthew Landauer | 2012-10-10 | -1/+3 |
| | ||||
* | Now can load postfix log files in the main method | Matthew Landauer | 2012-10-10 | -2/+9 |
| | ||||
* | Rename method | Matthew Landauer | 2012-10-10 | -3/+3 |
| | ||||
* | Add method for loading postfix log data | Matthew Landauer | 2012-10-10 | -0/+21 |
| | ||||
* | Extract method | Matthew Landauer | 2012-10-10 | -2/+6 |
| | ||||
* | Extract method | Matthew Landauer | 2012-10-10 | -4/+6 |
| | ||||
* | Extract postfix queue ids from logs | Matthew Landauer | 2012-10-10 | -0/+13 |
| | ||||
* | Extract method | Matthew Landauer | 2012-10-10 | -13/+18 |
| | ||||
* | stat is a class method on File | Matthew Landauer | 2012-10-10 | -1/+1 |
| | ||||
* | Simplify a little more | Matthew Landauer | 2012-10-10 | -6/+2 |
| | ||||
* | Inline temporary variable | Matthew Landauer | 2012-10-10 | -3/+1 |
| | ||||
* | Small refactor: make control flow a little cleaner | Matthew Landauer | 2012-10-10 | -11/+7 |
| | ||||
* | Creating EximLog record autosaves EximLogDone record anyway | Matthew Landauer | 2012-10-10 | -3/+2 |
| | ||||
* | Simplify creation of log line | Matthew Landauer | 2012-10-10 | -6/+1 |
| | ||||
* | Send a warning to stdout when trying to load logs for non-existent info requests | Matthew Landauer | 2012-10-09 | -1/+3 |
| | ||||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -1/+1 |
| | ||||
* | External requests need not have exim log lines | Robin Houston | 2012-08-20 | -1/+1 |
| | | | | We do not send messages for external requests. See #548. | |||
* | Further annotation corrections | Seb Bacon | 2012-05-24 | -1/+1 |
| | ||||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -2/+2 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | Ensure model schema documentation is up to date. | Seb Bacon | 2012-01-09 | -3/+3 |
| | ||||
* | Don't abort check-recent-requests-sent if invalid exim line found. Fixes #269 | David Cabo | 2011-10-13 | -3/+3 |
| | ||||
* | Replace STDERR.puts by $stderr.puts elsewhere, which is potentially more ↵ | Robin Houston | 2011-06-21 | -1/+1 |
| | | | | flexible (because STDERR is always the system standard error file descriptor, whereas $stderr can be replaced by some other ruby object to handle error output). | |||
* | Get rid of commented-out STDERR.puts messages | Robin Houston | 2011-06-21 | -2/+0 |
| | ||||
* | Annotate models. | Francis Irving | 2010-10-09 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-27 | -1/+1 |
| | ||||
* | Add specific draft attribute. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Update model field comments. | francis | 2009-09-17 | -2/+2 |
| | ||||
* | Annotate models update. | francis | 2009-06-26 | -2/+2 |
| | ||||
* | Cope with .gz compressed log files | francis | 2009-06-16 | -4/+15 |
| | ||||
* | Check a bit more. | francis | 2009-06-16 | -5/+9 |
| | ||||
* | Add charity registration number to database & edit form for public body | tony | 2009-04-13 | -2/+2 |
| | ||||
* | Update models and schema for new table | tony | 2009-03-09 | -2/+2 |
| | ||||
* | Note about exim log checking stuff. | francis | 2009-03-09 | -2/+5 |
| | ||||
* | 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.) | |||
* | Put word in so can track down these cron emails. | francis | 2009-02-27 | -2/+2 |
| | ||||
* | Check that we get exim log lines OK. | francis | 2009-02-09 | -1/+52 |
| | | | | Annotate models. | |||
* | Remove some debugging. | francis | 2009-01-27 | -2/+2 |
| |