Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Removed reserved keys in gettext_interpolation because they were unused and ↵ | Matthew Landauer | 2013-01-15 | -4/+1 |
| | | | | untested | |||
* | There's no way that gettext_interpolate would work when not passed a hash - ↵ | Matthew Landauer | 2013-01-15 | -25/+15 |
| | | | | untested and unused. So removing. | |||
* | Remove escaping of code in gettext_interpolation because it's not used and ↵ | Matthew Landauer | 2013-01-15 | -5/+3 |
| | | | | not tested | |||
* | Fix translations with interpolations to correctly handle safe_html | Matthew Landauer | 2013-01-15 | -3/+11 |
| | ||||
* | Added comment about the syntax of the interpolations in the translations | Matthew Landauer | 2013-01-15 | -0/+4 |
| | ||||
* | Revert "Assume the result of doing any translation is html_safe" | Matthew Landauer | 2013-01-14 | -3/+1 |
| | | | | This reverts commit 493e8e7ec43351952e2d7876afaede0cdb5d3644. | |||
* | Make use_spans_for_errors monkey patch output html safe string | Matthew Landauer | 2013-01-03 | -1/+1 |
| | ||||
* | Assume the result of doing any translation is html_safe | Matthew Landauer | 2013-01-02 | -1/+3 |
| | ||||
* | Bring tag monkeypatch up to date with latest rails 2.3 | Matthew Landauer | 2013-01-02 | -2/+1 |
| | ||||
* | Bugfix - need to convert to string in the just email address case. | Louise Crow | 2012-11-15 | -1/+1 |
| | ||||
* | Wrap address parsing in a address_from_string method in the mail handler. | Louise Crow | 2012-11-15 | -0/+9 |
| | ||||
* | Move address_from_name_and_email to mail handler. | Louise Crow | 2012-11-15 | -18/+26 |
| | ||||
* | Move _get_file_part_name to mail handler. | Louise Crow | 2012-11-15 | -0/+17 |
| | ||||
* | Add some extra accessors to Mail::Message for now | Louise Crow | 2012-11-15 | -0/+8 |
| | ||||
* | Move handling of TNEF mail attachments to mail handler | Louise Crow | 2012-11-15 | -40/+56 |
| | ||||
* | Use mail handler in translation task. | Louise Crow | 2012-11-15 | -2/+2 |
| | ||||
* | Move TMail extensions to mail handler. | Louise Crow | 2012-11-15 | -9/+7 |
| | ||||
* | Use mail handler for making mail objects of attached emails. Add a flag to ↵ | Louise Crow | 2012-11-15 | -3/+4 |
| | | | | use base64 decoding or not. Note that currently the Mail-based backend doesn't use it - I think that eventually we'll want to have the mail handler wrap the mail object with it's own interface. | |||
* | Add methods for both backends to generate a mail object from raw data. | Louise Crow | 2012-11-15 | -0/+17 |
| | ||||
* | Move TMail monkey patch to MailHandler Tmail backend. | Louise Crow | 2012-11-15 | -0/+9 |
| | ||||
* | First skeletal version of separate mail handling library. | Louise Crow | 2012-11-15 | -0/+39 |
| | ||||
* | Add Czech site to list of world FOI sites. | Louise Crow | 2012-11-07 | -2/+6 |
| | ||||
* | Add Australian site | Matthew Landauer | 2012-11-06 | -3/+4 |
| | ||||
* | Add optional branch to install themes from. Falls back if it doesn't exist. | Matthew Landauer | 2012-11-01 | -2/+11 |
| | ||||
* | Update twitter widget to latest version | Matthew Landauer | 2012-10-31 | -0/+1 |
| | ||||
* | Default for ghostscript compression is documented as being false, so make it so. | Louise Crow | 2012-10-25 | -1/+1 |
| | ||||
* | Merge commit '3474b961f86ad743b958e9fce2c39e8e54ac6a95' into ↵ | Louise Crow | 2012-10-25 | -6/+6 |
|\ | | | | | | | feature/nils_in_config | |||
| * | Merge remote-tracking branch 'henare_github/nil-config-defaults' into ↵ | Louise Crow | 2012-10-22 | -6/+6 |
| |\ | | | | | | | | | | feature/nil-config-defaults | |||
| | * | Fix empty configuration defaults | Henare Degan | 2012-10-19 | -6/+6 |
| | | | | | | | | | | | | | | | | | | Because of the way that rblib/config.rb works, nil for these values would always raise an exeption (see line 209) so changing it to an empty string seems better. It fixes my problem where I purposely didn't define HTML_TO_PDF_COMMAND anyway. | |||
* | | | Remove redundant line. | Louise Crow | 2012-10-24 | -2/+1 |
| | | | ||||
* | | | Merge remote-tracking branch 'openaustralia_github/add_timezone_support' ↵ | Louise Crow | 2012-10-24 | -0/+1 |
|\ \ \ | |/ / |/| | | | | | into develop | |||
| * | | Add support for showing all dates and times in the correct timezone | Matthew Landauer | 2012-10-19 | -0/+1 |
| |/ | ||||
* / | Fix bug where visitors from overseas visit a site which is not officially ↵ | Matthew Landauer | 2012-10-19 | -1/+5 |
|/ | | | | live yet | |||
* | Merge remote-tracking branch 'openaustralia_github/postfix_log_support' into ↵ | Louise Crow | 2012-10-12 | -0/+1 |
|\ | | | | | | | | | | | | | | | develop Conflicts: Gemfile.lock app/models/exim_log.rb | |||
| * | New configuration MTA_LOG_TYPE to set whether we are using exim or postfix ↵ | Matthew Landauer | 2012-10-11 | -0/+1 |
| | | | | | | | | to deliver and receive our mail | |||
* | | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -6/+1 |
|/ | ||||
* | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-08 | -2/+2 |
|\ | | | | | | | 'openaustralia_github/fix_world_foi_website_urls' into develop | |||
| * | Make url for Acceso Intelligente valid by sticking http on the front | Matthew Landauer | 2012-10-07 | -1/+1 |
| | | ||||
| * | Fix Ask The EU url | Matthew Landauer | 2012-10-07 | -1/+1 |
| | | ||||
* | | Use new configuration module. | Louise Crow | 2012-10-04 | -1/+1 |
| | | ||||
* | | Task for generating monthly volume statistics filtered by tag set. | Louise Crow | 2012-10-04 | -25/+71 |
| | | ||||
* | | Merge remote-tracking branch 'henare_github/full-url-in-admin-emails' into ↵ | Louise Crow | 2012-10-04 | -1/+1 |
|\ \ | |/ |/| | | | develop | |||
| * | Correct default value for ADMIN_BASE_URL | Henare Degan | 2012-10-04 | -1/+1 |
| | | | | | | | | Back in 008e64e7 it was changed so that you could just set a blank value instead of '/admin/', it looks like test.yml was never updated and somehow lib/configuration.rb started off with the old value too. | |||
* | | Use new Configuration for OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS | Matthew Landauer | 2012-10-02 | -0/+1 |
|/ | ||||
* | Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵ | Louise Crow | 2012-10-01 | -8/+69 |
|\ | | | | | | | | | | | | | into develop Conflicts: config/general.yml-example | |||
| * | Add undocumented UTILITY_SEARCH_PATH configuration to general.yml-example | Matthew Landauer | 2012-09-25 | -1/+0 |
| | | ||||
| * | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -8/+70 |
| | | ||||
* | | Better line formatting. | Louise Crow | 2012-09-26 | -5/+13 |
| | | ||||
* | | Add a rake task to generate a file with an example of every email sent by ↵ | Louise Crow | 2012-09-26 | -0/+184 |
| | | | | | | | | the application. | |||
* | | Move the usage notice functions to a module so they can be used elsewhere. | Louise Crow | 2012-09-25 | -22/+28 |
|/ |