aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | New configuration MTA_LOG_TYPE to set whether we are using exim or postfix ↵Matthew Landauer2012-10-11-10/+5
| | | | | | | | | | | | to deliver and receive our mail
| * | Add comment about what happens when you use rotated log filesMatthew Landauer2012-10-11-0/+2
| | |
| * | Because we support exim and postfix changing how it's labelled in the admin ↵Matthew Landauer2012-10-10-1/+1
| | | | | | | | | | | | interface
| * | Use modification time of log file rather than filenameMatthew Landauer2012-10-10-1/+1
| | |
| * | New configuration for path to mailer (MTA) log filesMatthew Landauer2012-10-10-1/+8
| | |
| * | Do a very naive simple way of automatically detecting whether this is an ↵Matthew Landauer2012-10-10-1/+10
| | | | | | | | | | | | exim or postfix log file
| * | Don't get confused if there is no postfix queue idMatthew Landauer2012-10-10-1/+9
| | |
| * | Now can load postfix log files in the main methodMatthew Landauer2012-10-10-2/+9
| | |
| * | Rename methodMatthew Landauer2012-10-10-3/+3
| | |
| * | Add method for loading postfix log dataMatthew Landauer2012-10-10-0/+52
| | |
| * | Extract methodMatthew Landauer2012-10-10-2/+6
| | |
| * | Extract methodMatthew Landauer2012-10-10-4/+6
| | |
| * | Extract postfix queue ids from logsMatthew Landauer2012-10-10-0/+35
| | |
| * | Add syslog_protocol gemMatthew Landauer2012-10-10-0/+3
| | |
| * | Extract methodMatthew Landauer2012-10-10-13/+18
| | |
| * | stat is a class method on FileMatthew Landauer2012-10-10-1/+1
| | |
| * | Simplify a little moreMatthew Landauer2012-10-10-6/+2
| | |
| * | Inline temporary variableMatthew Landauer2012-10-10-3/+1
| | |
| * | Small refactor: make control flow a little cleanerMatthew Landauer2012-10-10-11/+7
| | |
| * | Creating EximLog record autosaves EximLogDone record anywayMatthew Landauer2012-10-10-3/+2
| | |
| * | Simplify creation of log lineMatthew Landauer2012-10-10-6/+1
| | |
| * | Simple minded test for reading gzipped log filesMatthew Landauer2012-10-10-0/+6
| | |
| * | Simplify tests just a littleMatthew Landauer2012-10-10-16/+12
| | |
| * | Test for behaviour when actually reloading the same log fileMatthew Landauer2012-10-10-0/+19
| | |
| * | Added tests for reloading same log fileMatthew Landauer2012-10-10-0/+16
| | |
| * | Add a second log line to the testMatthew Landauer2012-10-10-4/+11
| | |
| * | Added test for EximLog.load_fileMatthew Landauer2012-10-10-0/+20
| | |
| * | Send a warning to stdout when trying to load logs for non-existent info requestsMatthew Landauer2012-10-09-1/+3
| | |
* | | Handle the case where the blog feed already has querystring parameters.Louise Crow2012-10-11-1/+19
| | |
* | | Handle the case where a blog item doesn't have any comment elements.Louise Crow2012-10-11-1/+3
| | |
* | | Merge branch 'feature/ruby-19-compat-immediate' into developLouise Crow2012-10-11-17/+206
|\ \ \ | |_|/ |/| |
| * | Fix the spec by making the regexp match text converted from HTML (we're now ↵Louise Crow2012-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 Crow2012-10-11-0/+119
| | | | | | | | | | | | anymore. Add a failing spec using it as an example.
| * | Convert example url from comment into passing spec.Louise Crow2012-10-11-1/+7
| | |
| * | Clean up spec a bit.Louise Crow2012-10-11-8/+1
| | |
| * | Add test for handling a multipart mail with a linebreak in the boundary.Louise Crow2012-10-11-2/+46
| | |
| * | Remove debug line.Louise Crow2012-10-11-1/+0
| | |
| * | backport Ruby 1.9.3 fix from Rails HEADJames McKinney2012-10-10-0/+2
| | |
| * | add magic encoding comment to specsJames McKinney2012-10-10-1/+3
| | |
| * | fix Gemfile for 1.9James McKinney2012-10-10-2/+22
| | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock
| * | Updated version of commonlib.Louise Crow2012-10-10-0/+0
| | |
| * | Default internal and external encodings now set in environment.rbLouise Crow2012-10-10-1/+0
| | |
| * | Set the default internal and external encodings.Louise Crow2012-10-10-0/+4
| | |
* | | Re-pull translation files from Transifex to get rid of fuzzy markers.Louise Crow2012-10-11-6641/+9964
| | |
* | | Remove fuzzy markers on the translations for the 'public body' => 'public ↵Louise Crow2012-10-11-10/+0
| | | | | | | | | | | | authority' change made in 21ad19e8157b9c59e8fbe7ae4d780bbba751e52e.
* | | New strings for translation, added by running bundle exec rake ↵Louise Crow2012-10-11-9793/+7501
| | | | | | | | | | | | gettext:store_model_attributes, followed by bundle exec rake gettext:find.
* | | Latest translations pulled from Transifex.Louise Crow2012-10-11-160/+3962
|/ /
* | Handle the case where an incoming message is badly encoded and has no ↵Louise Crow2012-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 Crow2012-10-09-1/+3
|\ \ | | | | | | | | | into develop
| * | Add memcached to the docoHenare Degan2012-10-09-0/+1
| | |