Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | New configuration MTA_LOG_TYPE to set whether we are using exim or postfix ↵ | Matthew Landauer | 2012-10-11 | -10/+5 | |
| | | | | | | | | | | | | to deliver and receive our mail | ||||
| * | | Add comment about what happens when you use rotated log files | Matthew Landauer | 2012-10-11 | -0/+2 | |
| | | | |||||
| * | | Because we support exim and postfix changing how it's labelled in the admin ↵ | Matthew Landauer | 2012-10-10 | -1/+1 | |
| | | | | | | | | | | | | interface | ||||
| * | | Use modification time of log file rather than filename | Matthew Landauer | 2012-10-10 | -1/+1 | |
| | | | |||||
| * | | New configuration for path to mailer (MTA) log files | Matthew Landauer | 2012-10-10 | -1/+8 | |
| | | | |||||
| * | | Do a very naive simple way of automatically detecting whether this is an ↵ | Matthew Landauer | 2012-10-10 | -1/+10 | |
| | | | | | | | | | | | | exim or postfix log file | ||||
| * | | Don't get confused if there is no postfix queue id | Matthew Landauer | 2012-10-10 | -1/+9 | |
| | | | |||||
| * | | 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/+52 | |
| | | | |||||
| * | | 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/+35 | |
| | | | |||||
| * | | Add syslog_protocol gem | Matthew Landauer | 2012-10-10 | -0/+3 | |
| | | | |||||
| * | | 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 | |
| | | | |||||
| * | | Simple minded test for reading gzipped log files | Matthew Landauer | 2012-10-10 | -0/+6 | |
| | | | |||||
| * | | Simplify tests just a little | Matthew Landauer | 2012-10-10 | -16/+12 | |
| | | | |||||
| * | | Test for behaviour when actually reloading the same log file | Matthew Landauer | 2012-10-10 | -0/+19 | |
| | | | |||||
| * | | Added tests for reloading same log file | Matthew Landauer | 2012-10-10 | -0/+16 | |
| | | | |||||
| * | | Add a second log line to the test | Matthew Landauer | 2012-10-10 | -4/+11 | |
| | | | |||||
| * | | Added test for EximLog.load_file | Matthew Landauer | 2012-10-10 | -0/+20 | |
| | | | |||||
| * | | Send a warning to stdout when trying to load logs for non-existent info requests | Matthew Landauer | 2012-10-09 | -1/+3 | |
| | | | |||||
* | | | Handle the case where the blog feed already has querystring parameters. | Louise Crow | 2012-10-11 | -1/+19 | |
| | | | |||||
* | | | Handle the case where a blog item doesn't have any comment elements. | Louise Crow | 2012-10-11 | -1/+3 | |
| | | | |||||
* | | | Merge branch 'feature/ruby-19-compat-immediate' into develop | Louise Crow | 2012-10-11 | -17/+206 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix the spec by making the regexp match text converted from HTML (we're now ↵ | Louise Crow | 2012-10-11 | -2/+3 | |
| | | | | | | | | | | | | choosing HTML parts of mails in preference to plain text), and by correcting bug in parameter passing. | ||||
| * | | In fact, the message in the example URL was not being folded properly ↵ | Louise Crow | 2012-10-11 | -0/+119 | |
| | | | | | | | | | | | | anymore. Add a failing spec using it as an example. | ||||
| * | | Convert example url from comment into passing spec. | Louise Crow | 2012-10-11 | -1/+7 | |
| | | | |||||
| * | | Clean up spec a bit. | Louise Crow | 2012-10-11 | -8/+1 | |
| | | | |||||
| * | | Add test for handling a multipart mail with a linebreak in the boundary. | Louise Crow | 2012-10-11 | -2/+46 | |
| | | | |||||
| * | | Remove debug line. | Louise Crow | 2012-10-11 | -1/+0 | |
| | | | |||||
| * | | backport Ruby 1.9.3 fix from Rails HEAD | James McKinney | 2012-10-10 | -0/+2 | |
| | | | |||||
| * | | add magic encoding comment to specs | James McKinney | 2012-10-10 | -1/+3 | |
| | | | |||||
| * | | fix Gemfile for 1.9 | James McKinney | 2012-10-10 | -2/+22 | |
| | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock | ||||
| * | | Updated version of commonlib. | Louise Crow | 2012-10-10 | -0/+0 | |
| | | | |||||
| * | | Default internal and external encodings now set in environment.rb | Louise Crow | 2012-10-10 | -1/+0 | |
| | | | |||||
| * | | Set the default internal and external encodings. | Louise Crow | 2012-10-10 | -0/+4 | |
| | | | |||||
* | | | Re-pull translation files from Transifex to get rid of fuzzy markers. | Louise Crow | 2012-10-11 | -6641/+9964 | |
| | | | |||||
* | | | Remove fuzzy markers on the translations for the 'public body' => 'public ↵ | Louise Crow | 2012-10-11 | -10/+0 | |
| | | | | | | | | | | | | authority' change made in 21ad19e8157b9c59e8fbe7ae4d780bbba751e52e. | ||||
* | | | New strings for translation, added by running bundle exec rake ↵ | Louise Crow | 2012-10-11 | -9793/+7501 | |
| | | | | | | | | | | | | gettext:store_model_attributes, followed by bundle exec rake gettext:find. | ||||
* | | | Latest translations pulled from Transifex. | Louise Crow | 2012-10-11 | -160/+3962 | |
|/ / | |||||
* | | Handle the case where an incoming message is badly encoded and has no ↵ | Louise Crow | 2012-10-09 | -0/+49 | |
| | | | | | | | | charset on the part we're using as a main part. | ||||
* | | Merge remote-tracking branch 'henare_github/add-memcached-to-capistrano' ↵ | Louise Crow | 2012-10-09 | -1/+3 | |
|\ \ | | | | | | | | | | into develop | ||||
| * | | Add memcached to the doco | Henare Degan | 2012-10-09 | -0/+1 | |
| | | |