Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -1/+1 |
| | ||||
* | Update to new mail sending API | Henare Degan | 2013-02-25 | -2/+2 |
| | ||||
* | Merge branch 'develop' into rails-3-spike | Henare Degan | 2013-02-15 | -26/+26 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/general_controller.rb app/controllers/track_controller.rb app/models/outgoing_message.rb app/models/public_body.rb app/models/user.rb app/views/general/frontpage.rhtml config/environment.rb config/initializers/inflections.rb config/initializers/mime_types.rb db/migrate/094_remove_old_tags_foreign_key.rb lib/timezone_fixes.rb spec/models/request_mailer_spec.rb spec/views/request/list.rhtml_spec.rb | |||
| * | OutgoingMessage model - Overwriting validate is deprecated in Rails 3 | Henare Degan | 2013-01-25 | -26/+28 |
| | | ||||
* | | Merge branch 'rails_xss' into rails-3-spike | Matthew Landauer | 2013-01-04 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/views/request/_hidden_correspondence.rhtml app/views/request/hidden.rhtml app/views/request/new_please_describe.rhtml app/views/user/show.rhtml lib/i18n_fixes.rb | |||
| * | html content of messages and comments are html safe | Matthew Landauer | 2013-01-03 | -1/+1 |
| | | ||||
* | | Method-style callbacks are deprecated for after_initialize | Henare Degan | 2012-12-11 | -7/+10 |
|/ | ||||
* | remove s switch on regular expressions, which turns on SJIS encoding | James McKinney | 2012-11-01 | -1/+1 |
| | | | | | | Conflicts: app/models/incoming_message.rb | |||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+0 |
| | ||||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -1/+1 |
| | ||||
* | Further annotation corrections | Seb Bacon | 2012-05-24 | -1/+1 |
| | ||||
* | Merge from wombleton:feature/440_sparkly_admin_css | Seb Bacon | 2012-05-23 | -0/+6 |
| | | | | | | | Includes a couple of additional fixes: * Remember to HTML-quote things that could come from users * Fix form post action for editing users | |||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -7/+7 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | first stab at sending PURGE requests to upstream varnish for request pages. ↵ | Seb Bacon | 2012-03-13 | -1/+4 |
| | | | | Next step: making it asynchronous, e.g. with a queue of things to purge via a cron job. | |||
* | Ensure model schema documentation is up to date. | Seb Bacon | 2012-01-09 | -3/+3 |
| | ||||
* | Internationalise the salution, making sure it's OK to miss out the public ↵ | Seb Bacon | 2011-08-15 | -2/+3 |
| | | | | body name as they might in French. Fixes #134. | |||
* | merge IZ/Kosovo fork and refactor | Seb Bacon | 2011-07-12 | -4/+4 |
|\ | ||||
| * | I18n string for models | Faton Selishta | 2011-06-30 | -4/+4 |
| | | ||||
* | | The generated Message-Id value uses the id of the OutgoingMessage, which | Robin Houston | 2011-07-08 | -4/+4 |
| | | | | | | | | | | is not assigned till the object is saved. So we need to save it before we send the message. | |||
* | | Include the id of the OutgoingMessage in the SMTP Message-Id, and | Robin Houston | 2011-07-07 | -4/+14 |
|/ | | | | | | record the full Message-Id in the event log. Closes #70. | |||
* | Updating validations so that none expect automatic interpolation of the ↵ | Louise Crow | 2011-02-24 | -6/+6 |
| | | | | attribute. | |||
* | Annotate models. | Francis Irving | 2010-10-09 | -1/+1 |
| | ||||
* | Factor out FOI officers FAQ | Francis Irving | 2010-10-04 | -1/+1 |
| | ||||
* | Option to set body without setting salutation. | Francis Irving | 2010-10-04 | -0/+7 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-27 | -1/+1 |
| | ||||
* | Add specific draft attribute. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Make edits to outgoing message cause index update. | Francis Irving | 2010-06-20 | -0/+10 |
| | ||||
* | Prompt and force requesters to edit message text when asking for internal review | Francis Irving | 2009-12-04 | -3/+10 |
| | ||||
* | Change salutation from "Sir or Madam" to name of authority. | Francis Irving | 2009-12-04 | -1/+1 |
| | ||||
* | Move the actual messages sent to authorities into a separate mailer model ↵ | francis | 2009-10-04 | -5/+5 |
| | | | | class (so can give them different layout, but is nice anyhow) | |||
* | Change formatting of outgoing emails. | francis | 2009-10-04 | -14/+2 |
| | ||||
* | Oopss. | francis | 2009-10-03 | -2/+2 |
| | ||||
* | Test different word wrapping. | francis | 2009-10-03 | -1/+13 |
| | ||||
* | Update model field comments. | francis | 2009-09-17 | -2/+2 |
| | ||||
* | Make a few more calls modify strings in place to reduce memory use. | francis | 2009-09-15 | -6/+4 |
| | ||||
* | Change censor rules to apply to strings in place, so using less memory on ↵ | francis | 2009-09-15 | -4/+6 |
| | | | | | | large strings. Add lots of test code for censor rules. | |||
* | Don't allow duplicate followup messages to the same request. | francis | 2009-08-18 | -2/+4 |
| | | | | Prevent requests, followups and annotations which have all capitals or all lowercase letters. | |||
* | Destroy outgoing messages button. | francis | 2009-07-21 | -1/+12 |
| | ||||
* | Consistent use of sincerely/faithfully (patch thanks to David) | francis | 2009-06-30 | -2/+2 |
| | ||||
* | Annotate models update. | francis | 2009-06-26 | -2/+2 |
| | ||||
* | Link redactions of email address and mobile phone numbers to the help | tony | 2009-05-09 | -1/+2 |
| | | | | pages about this. | |||
* | Add charity registration number to database & edit form for public body | tony | 2009-04-13 | -2/+2 |
| | ||||
* | Update models and schema for new table | tony | 2009-03-09 | -2/+2 |
| | ||||
* | Option to ban users. | francis | 2009-03-09 | -2/+2 |
| | ||||
* | Blank out emails in outgoing messages. Hope I've got every case. | francis | 2009-03-07 | -7/+22 |
| | ||||
* | Add publication scheme for public bodies. (New database column and admin | tony | 2009-03-04 | -2/+2 |
| | | | | interface only; public display can come later.) | |||
* | Check that we get exim log lines OK. | francis | 2009-02-09 | -2/+2 |
| | | | | Annotate models. | |||
* | Annotate models. | francis | 2009-01-26 | -2/+3 |
| |