aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeLines
* Merge branch 'hotfix/0.7.0.2' into developLouise Crow2013-02-16-5/+5
|\
| * Don't escape public body notes as html.hotfix/0.7.0.2Louise Crow2013-02-16-5/+5
| |
* | Merge branch 'hotfix/0.7.0.1' into developLouise Crow2013-02-15-0/+14
|\|
| * Handle the case where the subject is not setLouise Crow2013-02-15-2/+2
| |
| * Fix for #808. SafeBuffer and ActionMailer::Quoting.quoted_printable don't ↵Louise Crow2013-02-15-0/+14
| | | | | | | | play well together, so convert all subject lines to strings before passing them off to actionmailer.
* | Merge remote-tracking branch 'openaustralia_github/fix-issue-789' into developLouise Crow2013-02-14-34/+19
|\ \
| * | Don't pass latest_status param to locale switching links on view requests pageMatthew Landauer2013-02-12-2/+1
| | |
| * | Don't pass latest_status param to locale switching links. Fixes #789Matthew Landauer2013-02-12-3/+1
| | |
| * | Retain filter settings when redirecting a public body to its canonical urlMatthew Landauer2013-02-12-1/+1
| | |
| * | Pass parameters to method rather explicitlyMatthew Landauer2013-02-12-13/+13
| | |
| * | Inline methodMatthew Landauer2013-02-12-8/+4
| | |
| * | Simplify param_exists methodMatthew Landauer2013-02-12-1/+1
| | |
| * | Inline helper methodMatthew Landauer2013-02-12-9/+1
| |/
* | Merge remote-tracking branch 'njenkins_github/improve_search_accessibility' ↵Louise Crow2013-02-14-8/+8
|\ \ | | | | | | | | | into develop
| * | WDTK-277 - improved accessibility of searchNathan Jenkins2013-02-09-8/+8
| | |
* | | Remove RSpec version from debug page as it's not available in productionHenare Degan2013-02-14-2/+0
| | |
* | | Add a check for a request user so that external requests (which have no ↵Louise Crow2013-02-12-1/+1
| |/ |/| | | | | associated user object) don't result in the text 'this is your own request' when viewed by a user who isn't logged in (no user in the session).
* | Don't escape link html on foi email display pageMatthew Landauer2013-02-11-2/+2
| |
* | Don't escape links that are automatically added in user biosMatthew Landauer2013-02-11-1/+2
| |
* | Restore old trailing whitespace so no need for any change to translation files.Louise Crow2013-02-08-2/+2
| |
* | Use helper method which handles external requests without user accounts when ↵Louise Crow2013-02-08-5/+5
| | | | | | | | displaying lists of info request events on a user's wall.
* | Mark constructed URL strings which have been escaped as safe, so that they ↵Louise Crow2013-02-08-4/+5
| | | | | | | | aren't escaped when shown in flash notices.
* | Mark popup banner as html_safeLouise Crow2013-02-08-1/+1
| |
* | Mark flash string with markup in it as html safe.Louise Crow2013-02-08-1/+1
| |
* | Use raw on text with markup in it.Louise Crow2013-02-08-3/+3
| |
* | Mark flash with markup in it as html safe.Louise Crow2013-02-08-1/+1
|/
* Merge remote-tracking branch 'openaustralia_github/more_escaping_fixes' into ↵Louise Crow2013-02-07-6/+6
|\ | | | | | | develop
| * Fix escaping of raw email display in admin interfaceMatthew Landauer2013-02-07-1/+1
| |
| * Fix calendar picker on request search pageMatthew Landauer2013-02-07-5/+5
| |
* | Merge remote-tracking branch ↵Louise Crow2013-02-07-1/+0
|\ \ | |/ |/| | | 'openaustralia_github/email_fix_on_contact_page' into develop
| * Fix email link on contact page after escaping changesMatthew Landauer2013-02-07-1/+0
| |
* | Rescue an invalid character exception when handling what appears to be badly ↵Louise Crow2013-02-06-1/+1
| | | | | | | | encoded data.
* | Merge remote-tracking branch ↵Louise Crow2013-02-01-2/+2
|\ \ | | | | | | | | | 'openaustralia_github/backport_rails_3_mailer_fix' into develop
| * | Rename mailer method to avoid naming conflict in Rails 3Matthew Landauer2013-01-25-2/+2
| | |
* | | Merge remote-tracking branch 'openaustralia_github/model-deprecations' into ↵Louise Crow2013-02-01-66/+85
|\ \ \ | | | | | | | | | | | | develop
| * | | AboutMeValidator model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-2/+6
| | | |
| * | | PublicBody model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-9/+10
| | | |
| * | | OutgoingMessage model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-26/+28
| | | |
| * | | Indentation and spacing fixes onlyHenare Degan2013-01-25-4/+6
| | | |
| * | | Formatting only: Group associations and validationsHenare Degan2013-01-25-4/+3
| | | |
| * | | Comment model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-10/+12
| | | |
| * | | ChangeEmailValidator model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-1/+4
| | | |
| * | | ProfilePhoto model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-1/+5
| | | |
| * | | User model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-9/+11
| | | |
* | | | Try to be a little nicer by setting the correct content_type for the atom feedMatthew Landauer2013-02-01-1/+1
| | | |
* | | | Replace use of builder with plain erb because builder is escaping ↵Matthew Landauer2013-02-01-25/+30
| | | | | | | | | | | | | | | | *everything* with rails_xss
* | | | Mark output of highlight_words helper as html_safeMatthew Landauer2013-02-01-1/+1
| | | |
* | | | Small refactor to make method more conciseMatthew Landauer2013-02-01-6/+3
| |_|/ |/| |
* | | Don't depend on javascript for button to do a post. More semanticMatthew Landauer2013-01-28-1/+1
|/ /
* / Add some notes about the contexts in which this fragment for translation ↵Louise Crow2013-01-23-11/+16
|/ | | | | | will be used. N.B. Any comment before a translated string that starts with will be included in the .po files (and visible under the 'Details' heading for the string in Transifex), so we should use these comments liberally to help translators understand the context in which text appears. In the longer term, we should move to using whole sentences rather than fragments - the effects of context will vary across languages, and what will work in English as an independent phrase will require sentence context in another language.