Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Don't use sudo to install gems in Travis. | Louise Crow | 2012-12-04 | -4/+4 | |
| | | |||||
* | | Use the pre-release 1.3 version of bundler in order to get our bugfix. | Louise Crow | 2012-12-04 | -0/+1 | |
| | | |||||
* | | Move the action mailer dependency to the mail handler so that it's only ↵ | Louise Crow | 2012-12-04 | -19/+23 | |
| | | | | | | | | active in Ruby 1.8. Use mail handler methods in handle-mail-replies. | ||||
* | | Still fiddling with rake versions to try and get Travis to build the project ↵ | Louise Crow | 2012-12-04 | -2/+2 | |
| | | | | | | | | without hitting the bundler bug. Fix rake at 0.9.2.2 in the Gemfile. | ||||
* | | Try specifying a specific version of rake via packages to overcome bundler ↵ | Louise Crow | 2012-12-04 | -1/+1 | |
| | | | | | | | | bug in installing rake and then rake-dependent gems. | ||||
* | | Actually, standardize on a slightly newer version of rake - 0.8.7 causes ↵ | Louise Crow | 2012-12-04 | -4/+4 | |
| | | | | | | | | deprecation warnings. | ||||
* | | Adding methods for getting the content type of a mail part, and getting ↵ | Louise Crow | 2012-12-04 | -0/+70 | |
| | | | | | | | | header strings from a mail. | ||||
* | | Merge branch 'develop' of ssh://git.mysociety.org/data/git/public/alaveteli ↵ | Louise Crow | 2012-12-04 | -0/+0 | |
|\ \ | | | | | | | | | | | | | | | | | | | into develop Conflicts: spec/models/incoming_message_spec.rb | ||||
| * | | Add spec for the adding of headers to plain text bodies in attachments. | Louise Crow | 2012-12-04 | -0/+63 | |
| | | | |||||
* | | | Fix syntax of example email. The number of expected attachments was based on ↵ | Louise Crow | 2012-12-04 | -4/+3 | |
| | | | | | | | | | | | | the specific handling of a bad end boundary in tmail. | ||||
* | | | Add spec for handling an RFC822 attachment. | Louise Crow | 2012-12-04 | -0/+165 | |
| | | | | | | | | | | | | | | | | | | Conflicts: spec/models/incoming_message_spec.rb | ||||
* | | | Add some comments documenting the option params for the run method, pass in ↵ | Louise Crow | 2012-12-04 | -2/+12 | |
| | | | | | | | | | | | | the binary_output flag if set. | ||||
* | | | Add option to load_file_fixture to specify that the file contents should ↵ | Louise Crow | 2012-12-04 | -4/+8 | |
| | | | | | | | | | | | | just be loaded as binary. | ||||
* | | | Add spec for the adding of headers to plain text bodies in attachments. | Louise Crow | 2012-12-04 | -0/+63 | |
|/ / | |||||
* | | Rewrite and move spec so that it tests the mail handler method. | Louise Crow | 2012-12-04 | -5/+7 | |
| | | |||||
* | | Removing obsolete comment - doesn't apply to this spec. | Louise Crow | 2012-12-04 | -3/+0 | |
| | | |||||
* | | Add specs for getting name, email and formatted address - make them pass ↵ | Louise Crow | 2012-12-04 | -1/+51 | |
| | | | | | | | | with the mail backend. | ||||
* | | Add a method for setting the from address on a plain email fixture. | Louise Crow | 2012-12-04 | -6/+8 | |
| | | |||||
* | | Rewrite spec to reflect delegation of low-level mail methods to mail ↵ | Louise Crow | 2012-12-04 | -29/+17 | |
| | | | | | | | | handler, use mail handler methods. | ||||
* | | Add methods for finding out if there is an empty return path on a mail and ↵ | Louise Crow | 2012-12-04 | -0/+52 | |
| | | | | | | | | getting the auto-submitted field. | ||||
* | | Remove duplicate method that was masking what seems to be intended to be the ↵ | Louise Crow | 2012-12-04 | -30/+1 | |
| | | | | | | | | real valid_to_reply_to? method - which accesses cached values. Replacing the _calculate_valid_to_reply_to logic with the code that will have actually been running. | ||||
* | | Remove obsolete comment. | Louise Crow | 2012-12-04 | -5/+0 | |
| | | |||||
* | | Remove redundant method. | Louise Crow | 2012-12-04 | -5/+1 | |
| | | |||||
* | | Move method for getting the to, cc and envelope-to addresses of a mail to ↵ | Louise Crow | 2012-12-04 | -15/+56 | |
| | | | | | | | | the mail handler. | ||||
* | | Get name and address specs to pass under Ruby 1.9 | Louise Crow | 2012-12-03 | -5/+26 | |
| | | |||||
* | | Add specs for the mail handler getting the from name and from address from ↵ | Louise Crow | 2012-12-03 | -0/+56 | |
| | | | | | | | | an email. | ||||
* | | Use get_part_body in spec. | Louise Crow | 2012-12-03 | -1/+1 | |
| | | |||||
* | | Add some comments. | Louise Crow | 2012-12-03 | -0/+3 | |
| | | |||||
* | | Move the specifics of getting a From: name from a mail to the mail handler. | Louise Crow | 2012-12-03 | -4/+10 | |
| | | |||||
* | | Delegate getting the body of a mail part to the mail handler. | Louise Crow | 2012-12-03 | -1/+1 | |
| | | |||||
* | | Delegate getting the from address to the mail handler. | Louise Crow | 2012-12-03 | -1/+1 | |
| | | |||||
* | | Delegate getting the from address of an incoming mail to the mail handler. | Louise Crow | 2012-12-03 | -2/+27 | |
| | | |||||
* | | Latest translation files from transifex. | Louise Crow | 2012-12-03 | -163/+163 | |
| | | |||||
* | | The absence of an API key in an API request should be a permission denied ↵ | Louise Crow | 2012-12-03 | -42/+55 | |
| | | | | | | | | error, so that notification emails don't get sent. | ||||
* | | Ask people to get in touch by email too. | Louise Crow | 2012-12-03 | -1/+2 | |
| | | |||||
* | | New version of commonlib. | Louise Crow | 2012-11-29 | -0/+0 | |
| | | |||||
* | | Add method for getting the body of a mail part to mail handling modules. | Louise Crow | 2012-11-29 | -1/+10 | |
| | | |||||
* | | Make regex for space normalization more unambiguous - it's the spaces at the ↵ | Louise Crow | 2012-11-29 | -55/+55 | |
| | | | | | | | | beginning and end of the whole string that we want to strip entirely, not at the beginning and end of each line (interpretation of ^ and $ is subject to default multiline behaviour of the regexp interpreter) | ||||
* | | Set YAML engine to syck in Ruby 1.9 for backward compatibility with 1.8 | Louise Crow | 2012-11-29 | -0/+2 | |
| | | |||||
* | | Standardize slug generation for external users so that it uses the same ↵ | Louise Crow | 2012-11-29 | -1/+17 | |
| | | | | | | | | underlying method as other slug generation. Fixes #567. | ||||
* | | Use Rails.env as a more reliable way of determining environment - it may not ↵ | Louise Crow | 2012-11-29 | -2/+2 | |
| | | | | | | | | have come from ENV. | ||||
* | | Use generated urls so that they go through locale filters. | Louise Crow | 2012-11-29 | -3/+3 | |
| | | |||||
* | | Move styling of popup close buttons to stylesheet so they can be more easily ↵ | Louise Crow | 2012-11-28 | -2/+6 | |
| | | | | | | | | overriden by themes. | ||||
* | | Merge branch 'feature/no-default-locale-in-routes' into develop | Louise Crow | 2012-11-28 | -5/+58 | |
|\ \ | |||||
| * | | Give the implicit default locale in a URL without locale precedence over the ↵ | Louise Crow | 2012-11-28 | -5/+58 | |
| | | | | | | | | | | | | session in the case where the default locale is not being included in URLs. This allows the user to return to the default locale. | ||||
* | | | Correct help unhappy path. | Louise Crow | 2012-11-28 | -2/+2 | |
| | | | |||||
* | | | Use generated URLs in help pages - then they're accessible to routing ↵ | Louise Crow | 2012-11-28 | -85/+85 | |
| | | | | | | | | | | | | filters etc. | ||||
* | | | Merge branch 'feature/no-default-locale-in-routes' into develop | Louise Crow | 2012-11-28 | -1/+8 | |
|\| | | |/ |/| | |||||
| * | Add a configuration option to specify that you don't want the default locale ↵ | Louise Crow | 2012-11-28 | -1/+8 | |
|/ | | | | to appear in URLs generated by the application. | ||||
* | Symlink aliases file if created according to doc/INSTALL-exim4.md | Louise Crow | 2012-11-27 | -0/+1 | |
| |