aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix description of a searchHenare Degan2012-10-18-2/+8
| | | | Used to say "comments or requests which are " when you did: View requests > All requests > Follow
* Make test a bit more RubyesqueHenare Degan2012-10-18-4/+4
| | | | The purist would probably say separate these into 3 tests
* Merge remote-tracking branch ↵Louise Crow2012-10-17-4/+12
|\ | | | | | | 'openaustralia_github/fix_count_inconsistencies' into develop
| * In number of requests shown on home page only include requests with normal ↵Matthew Landauer2012-10-17-2/+4
| | | | | | | | prominence
| * Don't show internal admin authority on auto generated list on home pageMatthew Landauer2012-10-17-1/+1
| |
| * Don't include admin authority in count on home pageMatthew Landauer2012-10-17-2/+8
| |
* | Merge remote-tracking branch ↵Louise Crow2012-10-17-0/+5
|\ \ | | | | | | | | | 'openaustralia_github/maintenance_notice_on_deploy_migrate' into develop
| * | Add maintenance notice around capistrano deploy:migrationsMatthew Landauer2012-10-16-0/+5
| |/
* | Require rather than load to avoid already defined constant error when ↵Louise Crow2012-10-17-1/+1
| | | | | | | | loading rails environment.
* | Merge branch 'release/0.6.7' into developLouise Crow2012-10-17-215/+234
|\ \ | |/ |/|
| * Bump Alaveteli version.release/0.6.7Louise Crow2012-10-17-1/+1
| |
| * Add change description for version 0.6.7Louise Crow2012-10-17-0/+17
| |
| * Add load of configuration module, now code is using Configuation:: rather ↵Louise Crow2012-10-17-13/+15
| | | | | | | | than Config.get.
| * Latest translations from Transifex.Louise Crow2012-10-17-200/+200
| |
| * Bugfix - fixed cut and paste error.Louise Crow2012-10-17-1/+1
| |
* | Merge remote-tracking branch 'openaustralia_github/postfix_log_support' into ↵Louise Crow2012-10-12-160/+452
|\ \ | | | | | | | | | | | | | | | | | | | | | develop Conflicts: Gemfile.lock app/models/exim_log.rb
| * | Update postfix install instructions with how to make rotate logs have dates ↵Matthew Landauer2012-10-12-0/+28
| | | | | | | | | | | | in the filename
| * | Revert "Also allow arbitrary subdomain on email addresses picked up in the logs"Matthew Landauer2012-10-12-10/+1
| | | | | | | | | | | | This reverts commit 9ae51d5ff6a9f56fd1bd4ba4bdd84bfd43ac6d95.
| * | Revert "Use modification time of log file rather than filename"Matthew Landauer2012-10-12-1/+1
| | | | | | | | | | | | This reverts commit ea5df5680d44d9650d529b5f015188e2a3f9de8d.
| * | Also allow arbitrary subdomain on email addresses picked up in the logsMatthew Landauer2012-10-11-1/+10
| | |
| * | Extract temporary variablesMatthew Landauer2012-10-11-1/+3
| | |
| * | Fix small bug where email domain wasn't being quoted in the regular expressionMatthew Landauer2012-10-11-1/+5
| | |
| * | Ignore emails in logs with incorrect prefixesMatthew Landauer2012-10-11-3/+10
| | |
| * | Added tests for MailServerLog.email_addresses_on_lineMatthew Landauer2012-10-11-0/+20
| | |
| * | Slightly clearer wording in admin interface heading for logsMatthew Landauer2012-10-11-1/+1
| | |
| * | Update comments that used to refer to just eximMatthew Landauer2012-10-11-6/+6
| | |
| * | Rename script/load-exim-logs to script/load-mail-server-logsMatthew Landauer2012-10-11-4/+4
| | |
| * | Rename models and tables exim -> mail_serverMatthew Landauer2012-10-11-94/+105
| | |
| * | Rerun annotate -mMatthew Landauer2012-10-11-1/+1
| | |
| * | Updated wording of errorMatthew Landauer2012-10-11-1/+1
| | |
| * | request_sent? now handles postfix and eximMatthew Landauer2012-10-11-1/+12
| | |
| * | Add a commentMatthew Landauer2012-10-11-0/+4
| | |
| * | Method for checking whether a request has been sent that checks the postfix logMatthew Landauer2012-10-11-0/+20
| | |
| * | Rubyify loopsMatthew Landauer2012-10-11-6/+4
| | |
| * | Extract methodMatthew Landauer2012-10-11-15/+21
| | |
| * | 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
| | |