aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* html content of messages and comments are html safeMatthew Landauer2013-01-03-3/+3
|
* Escaping fixesMatthew Landauer2013-01-03-2/+6
|
* Escaping fixes involving the unpleasant mix of translations, html and string ↵Matthew Landauer2013-01-03-56/+56
| | | | interpolation
* Escaping fixesMatthew Landauer2013-01-03-2/+2
|
* Make use_spans_for_errors monkey patch output html safe stringMatthew Landauer2013-01-03-1/+1
|
* Escape error messages in foi_error_messages_forMatthew Landauer2013-01-03-3/+3
|
* Escaping fixesMatthew Landauer2013-01-03-4/+4
|
* Escaping fixesMatthew Landauer2013-01-02-2/+2
|
* Escaping fixesMatthew Landauer2013-01-02-3/+3
|
* Escaping fixMatthew Landauer2013-01-02-2/+2
|
* Assume the result of doing any translation is html_safeMatthew Landauer2013-01-02-1/+3
|
* Bring tag monkeypatch up to date with latest rails 2.3Matthew Landauer2013-01-02-2/+1
|
* Add rails_xss gemMatthew Landauer2013-01-02-0/+8
|
* Symlink aliases file if created according to doc/INSTALL-exim4.mdLouise Crow2012-11-27-0/+1
|
* Update Rakefile to reflect rollback to rake 0.8.7Louise Crow2012-11-27-1/+0
|
* Try standardizing on a single version of rake that should already be ↵Louise Crow2012-11-27-4/+4
| | | | installed to prevent bundler needing to install it, triggering the associated bug (https://github.com/carlhuda/bundler/pull/2187) on a fresh install.
* Merge remote-tracking branch ↵Louise Crow2012-11-26-2/+0
|\ | | | | | | 'openaustralia_github/admin_stats_graph_axis_scales' into develop
| * Make scales of axes on admin stats graphs to be set by the data rather than ↵Matthew Landauer2012-11-25-2/+0
| | | | | | | | hardcoded
* | Merge remote-tracking branch 'henare_github/simple-date-time-zone' into developLouise Crow2012-11-22-1/+15
|\ \
| * | Fix regression by allowing Date objects tooHenare Degan2012-11-21-1/+7
| | |
| * | Make simple_date respect the time zoneHenare Degan2012-11-18-1/+9
| | |
* | | Use new function that copies existing xapian index in spec setup where a ↵Louise Crow2012-11-21-67/+67
| | | | | | | | | | | | clean copy of the xapian index with fixtures loaded is required.
* | | Add function to clone a clean copy of the xapian index with fixtures loaded ↵Louise Crow2012-11-21-18/+38
| | | | | | | | | | | | into it.
* | | Allow Xapian db_path to be set directly.Louise Crow2012-11-21-44/+47
| |/ |/|
* | Restore explanatory messages when asked to sign in for actions that don't ↵Louise Crow2012-11-20-18/+34
| | | | | | | | require an existing user. Fixes #719.
* | 3093f5d97d89dfa3518babe00d3aefea9cde15ad contained a reversion for WDTK - ↵Louise Crow2012-11-20-2/+9
| | | | | | | | where due to the proxied admin interface, we can't rely on a shared session between front end and admin interface requests. So show the admin bar for all superusers.
* | Merge remote-tracking branch 'origin/feature/isolate-mail-handling' into developLouise Crow2012-11-20-171/+284
|\ \
| * | Bugfix - need to convert to string in the just email address case.Louise Crow2012-11-15-1/+1
| | |
| * | Wrap address parsing in a address_from_string method in the mail handler.Louise Crow2012-11-15-7/+51
| | |
| * | Move address_from_name_and_email to mail handler.Louise Crow2012-11-15-24/+33
| | |
| * | Update comment to refer to mail_handler/[t]mail_extensions.rbLouise Crow2012-11-15-3/+3
| | |
| * | Move _get_file_part_name to mail handler.Louise Crow2012-11-15-13/+20
| | |
| * | Add some extra accessors to Mail::Message for nowLouise Crow2012-11-15-0/+8
| | |
| * | Move handling of TNEF mail attachments to mail handlerLouise Crow2012-11-15-42/+57
| | |
| * | Use mail handler in request mailer spec.Louise Crow2012-11-15-1/+1
| | |
| * | Use mail handler in handle-mail-replies.rbLouise Crow2012-11-15-6/+8
| | |
| * | Use mail handler in translation task.Louise Crow2012-11-15-2/+2
| | |
| * | Move TMail extensions to mail handler.Louise Crow2012-11-15-55/+38
| | |
| * | Use mail handler for making mail objects of attached emails. Add a flag to ↵Louise Crow2012-11-15-5/+6
| | | | | | | | | | | | 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.
| * | Use the mail handler to get a mail object.Louise Crow2012-11-15-4/+3
| | |
| * | Use mail handler method to get mail object from raw data when redelivering a ↵Louise Crow2012-11-15-2/+1
| | | | | | | | | | | | mail from the admin interface.
| * | Don't load raw emails data in specs that don't use it.Louise Crow2012-11-15-18/+0
| | |
| * | Factor out method for getting a mail object from a fixture file.Louise Crow2012-11-15-14/+11
| | |
| * | Use mailhandler method in incoming message specs.Louise Crow2012-11-15-10/+5
| | |
| * | Move generation of mail object from incoming message to mail handler.Louise Crow2012-11-15-9/+2
| | |
| * | Make mail a required gem under Ruby 1.9Louise Crow2012-11-15-0/+3
| | |
| * | Add methods for both backends to generate a mail object from raw data.Louise Crow2012-11-15-0/+17
| | |
| * | Move TMail monkey patch to MailHandler Tmail backend.Louise Crow2012-11-15-8/+25
| | |
| * | First skeletal version of separate mail handling library.Louise Crow2012-11-15-0/+42
| | |
* | | Remove old code.Louise Crow2012-11-20-10/+2
| | |