aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| | * | | modernise redirect tests by converting to using url helpersMatthew Landauer2013-01-29-7/+7
| * | | | Merge remote-tracking branch 'openaustralia_github/backport_rails_3_mailer_fi...Louise Crow2013-02-01-5/+5
| |\ \ \ \
| | * | | | Rename mailer method to avoid naming conflict in Rails 3Matthew Landauer2013-01-25-5/+5
| | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'openaustralia_github/model-deprecations' into d...Louise Crow2013-02-01-66/+85
| |\ \ \ \
| | * | | | 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
| | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'openaustralia_github/small_tmail_backend_refact...Louise Crow2013-02-01-12/+9
| |\ \ \ \
| | * | | | Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ...Matthew Landauer2013-01-28-12/+9
| | |/ / /
| * | | | Remove backup files. @selishta has confirmed they're not in active use.Louise Crow2013-02-01-21757/+0
| * | | | Merge remote-tracking branch 'openaustralia_github/xss_escaping_fixes' into d...Louise Crow2013-02-01-32/+34
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | 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 *everything...Matthew Landauer2013-02-01-25/+30
| | * | | 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
| |/ / /
| * | | Merge branch 'hotfix/0.6.9.2' into developLouise Crow2013-01-29-20/+20
| |\ \ \
| * | | | Remove FF button padding, use linear gradient for gradient on buttons in brow...Louise Crow2013-01-28-2/+21
| * | | | Merge remote-tracking branch 'openaustralia_github/more_semantic_button' into...Louise Crow2013-01-28-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | 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 will...Louise Crow2013-01-23-11/+16
| * | | Add some general tips for translation, note that we're not actually using the...Louise Crow2013-01-23-0/+15
| * | | Merge remote-tracking branch 'njenkins_github/permalink_focus' into developLouise Crow2013-01-23-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | WDTK-256- Link to this widget retain permalink focus Nathan Jenkins2013-01-23-1/+2
| |/ /
| * | Merge branch 'feature/db-migration-rails-3-prep' into developLouise Crow2013-01-22-4/+3
| |\ \
| | * | Drop the obsolete indexes explicitly by name - the 'remove_index' calls don't...Louise Crow2013-01-17-4/+2
| | * | Merge remote-tracking branch 'openaustralia_github/db_migration' into developLouise Crow2013-01-17-3/+4
| | |\ \
| | | * | Fix up some DB migration issues with Rails 3Henare Degan2013-01-18-3/+4
| | |/ /
| * | | Merge branch 'feature/remove-memcached-and-interlock-references' into developLouise Crow2013-01-21-27/+0
| |\ \ \
| | * | | Remove memcached config files, references to memcached and interlock.Louise Crow2013-01-17-27/+0
| |/ / /
| * | | Remove leading space - seems to be causing test failures, although not a prob...Louise Crow2013-01-17-1/+1
| * | | Fix typo.Louise Crow2013-01-17-1/+1
| * | | Merge remote-tracking branch 'openaustralia_github/interlock' into developLouise Crow2013-01-17-10676/+74
| |\ \ \ | | |/ / | |/| |
| | * | Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2013-01-18-10676/+74
| |/ /
| * | Merge remote-tracking branch 'openaustralia_github/rails_xss' into developLouise Crow2013-01-16-114/+3043
| |\ \
| | * | html escaping fixMatthew Landauer2013-01-15-1/+1
| | * | Merge remote-tracking branch 'mysociety/develop' into rails_xssMatthew Landauer2013-01-15-7521/+7097
| | |\ \
| | * | | Removed reserved keys in gettext_interpolation because they were unused and u...Matthew Landauer2013-01-15-4/+1
| | * | | There's no way that gettext_interpolate would work when not passed a hash - u...Matthew Landauer2013-01-15-25/+15
| | * | | Remove escaping of code in gettext_interpolation because it's not used and no...Matthew Landauer2013-01-15-5/+3
| | * | | More escaping fixesMatthew Landauer2013-01-15-4/+4
| | * | | Fix translations with interpolations to correctly handle safe_htmlMatthew Landauer2013-01-15-3/+49
| | * | | Added comment about the syntax of the interpolations in the translationsMatthew Landauer2013-01-15-0/+4
| | * | | More small html escaping fixesMatthew Landauer2013-01-15-2/+2
| | * | | Don't escape text emailsMatthew Landauer2013-01-15-1/+1