Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove memcached config files, references to memcached and interlock. | Louise Crow | 2013-01-17 | -27/+0 |
| | ||||
* | Remove leading space - seems to be causing test failures, although not a ↵ | Louise Crow | 2013-01-17 | -1/+1 |
| | | | | problem in app itself. | |||
* | Fix typo. | Louise Crow | 2013-01-17 | -1/+1 |
| | ||||
* | Merge remote-tracking branch 'openaustralia_github/interlock' into develop | Louise Crow | 2013-01-17 | -10676/+74 |
|\ | ||||
| * | Remove interlock as it's not compatible with Rails 3 and is unmaintained | Henare Degan | 2013-01-18 | -10676/+74 |
|/ | ||||
* | Merge remote-tracking branch 'openaustralia_github/rails_xss' into develop | Louise Crow | 2013-01-16 | -114/+3043 |
|\ | ||||
| * | html escaping fix | Matthew Landauer | 2013-01-15 | -1/+1 |
| | | ||||
| * | Merge remote-tracking branch 'mysociety/develop' into rails_xss | Matthew Landauer | 2013-01-15 | -7521/+7097 |
| |\ | ||||
| * | | 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 | |||
| * | | More escaping fixes | Matthew Landauer | 2013-01-15 | -4/+4 |
| | | | ||||
| * | | Fix translations with interpolations to correctly handle safe_html | Matthew Landauer | 2013-01-15 | -3/+49 |
| | | | ||||
| * | | Added comment about the syntax of the interpolations in the translations | Matthew Landauer | 2013-01-15 | -0/+4 |
| | | | ||||
| * | | More small html escaping fixes | Matthew Landauer | 2013-01-15 | -2/+2 |
| | | | ||||
| * | | Don't escape text emails | Matthew Landauer | 2013-01-15 | -1/+1 |
| | | | ||||
| * | | Layouts for text emails should not escape their contents | Matthew Landauer | 2013-01-15 | -4/+4 |
| | | | ||||
| * | | Switch from unofficial rails_xss gem to official rails plugin for rails_xss | Matthew Landauer | 2013-01-15 | -5/+2888 |
| | | | ||||
| * | | Revert "Assume the result of doing any translation is html_safe" | Matthew Landauer | 2013-01-14 | -3/+1 |
| | | | | | | | | | | | | This reverts commit 493e8e7ec43351952e2d7876afaede0cdb5d3644. | |||
| * | | Revert "Switched to a forked version of rails_xss that includes a fix we need" | Matthew Landauer | 2013-01-14 | -9/+3 |
| | | | | | | | | | | | | This reverts commit 0f0b36c8883605dbe0cfc663a7b046f3a1a8d196. | |||
| * | | Switched to a forked version of rails_xss that includes a fix we need | Henare Degan | 2013-01-14 | -3/+9 |
| | | | ||||
| * | | html content of messages and comments are html safe | Matthew Landauer | 2013-01-03 | -3/+3 |
| | | | ||||
| * | | Escaping fixes | Matthew Landauer | 2013-01-03 | -2/+6 |
| | | | ||||
| * | | Escaping fixes involving the unpleasant mix of translations, html and string ↵ | Matthew Landauer | 2013-01-03 | -56/+56 |
| | | | | | | | | | | | | interpolation | |||
| * | | Escaping fixes | Matthew Landauer | 2013-01-03 | -2/+2 |
| | | | ||||
| * | | Make use_spans_for_errors monkey patch output html safe string | Matthew Landauer | 2013-01-03 | -1/+1 |
| | | | ||||
| * | | Escape error messages in foi_error_messages_for | Matthew Landauer | 2013-01-03 | -3/+3 |
| | | | ||||
| * | | Escaping fixes | Matthew Landauer | 2013-01-03 | -4/+4 |
| | | | ||||
| * | | Escaping fixes | Matthew Landauer | 2013-01-02 | -2/+2 |
| | | | ||||
| * | | Escaping fixes | Matthew Landauer | 2013-01-02 | -3/+3 |
| | | | ||||
| * | | Escaping fix | Matthew Landauer | 2013-01-02 | -2/+2 |
| | | | ||||
| * | | 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 |
| | | | ||||
| * | | Add rails_xss gem | Matthew Landauer | 2013-01-02 | -0/+8 |
| | | | ||||
* | | | Merge remote-tracking branch ↵ | Louise Crow | 2013-01-16 | -1/+3 |
|\ \ \ | | | | | | | | | | | | | 'openaustralia_github/timezone_fixes_comment_edit' into develop | |||
| * | | | Small comment edit in timezone_fixes to remind that this can be removed in ↵ | Matthew Landauer | 2013-01-16 | -1/+3 |
| | |/ | |/| | | | | | | | Rails 3.x | |||
* | | | Merge remote-tracking branch 'openaustralia_github/remove_mongrel_proctitle' ↵ | Louise Crow | 2013-01-16 | -169/+0 |
|\ \ \ | | | | | | | | | | | | | into develop | |||
| * | | | Remove mongrel_proctitle plugin because the standard configuration now uses ↵ | Matthew Landauer | 2013-01-16 | -169/+0 |
| |/ / | | | | | | | | | | passenger rather than mongrel | |||
* | | | Merge branch 'feature/standalone_cap_theme_install' into develop | Louise Crow | 2013-01-15 | -1/+1 |
|\ \ \ | ||||
| * | | | Allow cap rake:themes:install to be run standalone and in the context of a ↵ | Louise Crow | 2013-01-14 | -1/+1 |
| | | | | | | | | | | | | | | | | deploy. According to https://github.com/capistrano/capistrano/blob/master/lib/capistrano/recipes/deploy.rb#L75 'latest_release' seems to fit the bill. | |||
* | | | | Even in development, bundle should be installed in the vendor directory. ↵ | Louise Crow | 2013-01-15 | -1/+4 |
| | | | | | | | | | | | | | | | | Fixes #730. Capistrano-based deploys don't use rails-post-deploy, so I don't think this will be a problem for them. | |||
* | | | | Update lock to latest copy of rails - 2.3.15 | Louise Crow | 2013-01-15 | -2/+2 |
| | | | | ||||
* | | | | Merge branch 'release/0.6.9' into develop | Louise Crow | 2013-01-15 | -23/+52 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | Conflicts: Gemfile.lock locale/cy/app.po | |||
| * | | | Try just specifying that rails should come from git, to avoid deprecation ↵ | Louise Crow | 2013-01-15 | -10/+0 |
| | | | | | | | | | | | | | | | | warnings about "require 'actionmailer'" rather than "require 'action_mailer'" etc. | |||
| * | | | Add note on Rails security upgrades to change file. | Louise Crow | 2013-01-15 | -0/+1 |
| | | | | ||||
| * | | | Add updated Gemfile.lock after running bundle install. | Louise Crow | 2013-01-15 | -10/+21 |
| | | | | ||||
| * | | | Update Gemfile to use a security patched copy of rails from the mySociety ↵ | Louise Crow | 2013-01-15 | -1/+9 |
| | | | | | | | | | | | | | | | | git repo | |||
| * | | | Latest translations pulled from Transifex. | Louise Crow | 2013-01-14 | -11/+12 |
| | | | | ||||
| * | | | Bump Alaveteli release number. | Louise Crow | 2013-01-14 | -1/+1 |
| | | | | ||||
| * | | | Latest translations pulled from Transifex to fix inadvertantly committed ↵ | Louise Crow | 2013-01-14 | -1250/+266 |
| | | | | | | | | | | | | | | | | unmerged conflicted files. |