Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | use safe_mock_model | James McKinney | 2012-11-01 | -6/+6 |
| | ||||
* | Restore removed testing config param, remove spec for unset param - I think ↵ | Louise Crow | 2012-10-25 | -9/+0 |
| | | | | not really worth it. | |||
* | Given that MAX_REQUESTS_PER_USER_PER_DAY is documented as an optional ↵ | Louise Crow | 2012-10-25 | -49/+58 |
| | | | | variable, but that commonlib/rblib/config.rb does not allow nil defaults, replace nil value clause (which can never be reached) with blank value condition(blank now returned by default by lib/configuation.rb) | |||
* | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-25 | -4/+5 |
|\ | | | | | | | 'openaustralia_github/follow-all-requests-description' into develop | |||
| * | Fix description of a search | Henare Degan | 2012-10-18 | -1/+2 |
| | | | | | | | | Used to say "comments or requests which are " when you did: View requests > All requests > Follow | |||
| * | Make test a bit more Rubyesque | Henare Degan | 2012-10-18 | -4/+4 |
| | | | | | | | | The purist would probably say separate these into 3 tests | |||
* | | Merge branch 'feature/ruby-19-compat-immediate' into develop | Louise Crow | 2012-10-24 | -0/+17 |
|\ \ | |/ |/| | | | | | Conflicts: Gemfile.lock | |||
| * | Convert example in comment to failing spec, update regex to make spec pass - ↵ | Louise Crow | 2012-10-18 | -0/+9 |
| | | | | | | | | again the use of converted HTML parts in emails means extra leading spaces. | |||
| * | Convert request cited in comment to failing spec, update regex to make it ↵ | Louise Crow | 2012-10-18 | -0/+8 |
| | | | | | | | | pass (we now use the HTML parts of emails by preference, so there are some leading spaces.) | |||
* | | Merge remote-tracking branch 'openaustralia_github/postfix_log_support' into ↵ | Louise Crow | 2012-10-12 | -0/+166 |
|\ \ | |/ |/| | | | | | | | | | | | develop Conflicts: Gemfile.lock app/models/exim_log.rb | |||
| * | Revert "Also allow arbitrary subdomain on email addresses picked up in the logs" | Matthew Landauer | 2012-10-12 | -5/+0 |
| | | | | | | | | This reverts commit 9ae51d5ff6a9f56fd1bd4ba4bdd84bfd43ac6d95. | |||
| * | Also allow arbitrary subdomain on email addresses picked up in the logs | Matthew Landauer | 2012-10-11 | -0/+5 |
| | | ||||
| * | Fix small bug where email domain wasn't being quoted in the regular expression | Matthew Landauer | 2012-10-11 | -0/+4 |
| | | ||||
| * | Ignore emails in logs with incorrect prefixes | Matthew Landauer | 2012-10-11 | -2/+7 |
| | | ||||
| * | Added tests for MailServerLog.email_addresses_on_line | Matthew Landauer | 2012-10-11 | -0/+20 |
| | | ||||
| * | Rename models and tables exim -> mail_server | Matthew Landauer | 2012-10-11 | -37/+37 |
| | | ||||
| * | Method for checking whether a request has been sent that checks the postfix log | Matthew Landauer | 2012-10-11 | -0/+14 |
| | | ||||
| * | New configuration MTA_LOG_TYPE to set whether we are using exim or postfix ↵ | Matthew Landauer | 2012-10-11 | -1/+0 |
| | | | | | | | | to deliver and receive our mail | |||
| * | Do a very naive simple way of automatically detecting whether this is an ↵ | Matthew Landauer | 2012-10-10 | -0/+1 |
| | | | | | | | | exim or postfix log file | |||
| * | Don't get confused if there is no postfix queue id | Matthew Landauer | 2012-10-10 | -0/+6 |
| | | ||||
| * | Add method for loading postfix log data | Matthew Landauer | 2012-10-10 | -0/+31 |
| | | ||||
| * | Extract postfix queue ids from logs | Matthew Landauer | 2012-10-10 | -0/+22 |
| | | ||||
| * | 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 |
| | | ||||
* | | In fact, the message in the example URL was not being folded properly ↵ | Louise Crow | 2012-10-11 | -0/+7 |
| | | | | | | | | anymore. Add a failing spec using it as an example. | |||
* | | Convert example url from comment into passing spec. | Louise Crow | 2012-10-11 | -0/+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 | -0/+8 |
| | | ||||
* | | Remove debug line. | Louise Crow | 2012-10-11 | -1/+0 |
| | | ||||
* | | Handle the case where an incoming message is badly encoded and has no ↵ | Louise Crow | 2012-10-09 | -0/+10 |
|/ | | | | charset on the part we're using as a main part. | |||
* | Fix failing test added in ad141d7 | Henare Degan | 2012-10-04 | -1/+1 |
| | ||||
* | Refactor tests | Henare Degan | 2012-10-04 | -18/+16 |
| | ||||
* | Add failing test for when ADMIN_BASE_URL is set | Henare Degan | 2012-10-04 | -0/+17 |
| | ||||
* | Requires admin attention emails should include a full URL to the admin page ↵ | Henare Degan | 2012-10-03 | -0/+15 |
| | | | | of the request so you can click it, not just a relative path | |||
* | Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵ | Louise Crow | 2012-10-01 | -6/+5 |
|\ | | | | | | | | | | | | | into develop Conflicts: config/general.yml-example | |||
| * | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -6/+5 |
| | | ||||
* | | Extract method | Matthew Landauer | 2012-09-27 | -1/+1 |
| | | ||||
* | | Add option to override all public body request emails | Matthew Landauer | 2012-09-27 | -0/+8 |
| | | ||||
* | | Remove debug line. | Louise Crow | 2012-09-26 | -1/+0 |
| | | ||||
* | | Make template finding for themes work with multipart mails. Fixes #628. | Louise Crow | 2012-09-25 | -2/+155 |
| | | ||||
* | | Test for the presence of the explanatory text as well when checking the ↵ | Louise Crow | 2012-09-25 | -1/+4 |
|/ | | | | response to an email to a fully closed request. | |||
* | Rename method | Matthew Landauer | 2012-09-24 | -4/+4 |
| | ||||
* | Handle times passed to Holiday.due_date_from_calendar_days | Matthew Landauer | 2012-09-24 | -0/+4 |
| | ||||
* | Add due date calculation based on calendar days rather than working days | Matthew Landauer | 2012-09-24 | -30/+63 |
| | ||||
* | Allow InfoRequest.find_old_unclassified to accept an offset param so it can ↵ | Louise Crow | 2012-09-13 | -0/+8 |
| | | | | be used in conjunction with pagination. | |||
* | Memoize the notes_without_html calculated value for the life of the model ↵ | Louise Crow | 2012-09-12 | -0/+14 |
| | | | | instance - no need to keep applying the regex if called multiple times e.g. in a view. |