aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add magic encoding line.Louise Crow2013-02-16-0/+1
|
* Don't use a from address that will affect other tests.Louise Crow2013-02-16-1/+1
|
* Clear purge requests in the setup of tests that count them.Louise Crow2013-02-16-7/+12
|
* Don't integrate views here - we're not looking at a controller.Louise Crow2013-02-16-1/+0
|
* Clear the purge requests in the setup for these tests so they are isolated ↵Louise Crow2013-02-16-0/+3
| | | | from the behaviour of other tests.
* Add a newrelic.yml file on travis - this is required for the mailin test to ↵Louise Crow2013-02-16-0/+1
| | | | succeed.
* Direct the incoming mail to a fixture info_request so that it doesn't affect ↵Louise Crow2013-02-16-2/+6
| | | | the holding pen if run before other tests that count holding pen entries.
* 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'0.7.0.1Louise Crow2013-02-15-0/+35
| |\
* | \ Merge branch 'hotfix/0.7.0.1' into developLouise Crow2013-02-15-0/+35
|\ \ \ | | |/ | |/|
| * | 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/+35
| |/ | | | | | | play well together, so convert all subject lines to strings before passing them off to actionmailer.
| * Merge branch 'release/0.7'0.7.00.7Louise Crow2013-02-14-53971/+12794
| |\
| * | Latest translations from transifex.Louise Crow2013-02-14-507/+5032
| | |
| * | Merge branch 'hotfix/0.6.9.3'Louise Crow2013-02-11-22/+22
| |\ \
| | * | Upgrade JSON gem to get fix for CVE-2013-0269. Update to latest Rails 2-3 ↵hotfix/0.6.9.3Louise Crow2013-02-11-22/+22
| |/ / | | | | | | | | | series - has fixes for CVE-2013-0277, CVE-2013-0276, although alaveteli does not use attr_protected or serialize.
| * | Merge branch 'hotfix/0.6.9.2'0.6.9.2Louise Crow2013-01-29-20/+20
| |\ \
* | \ \ Merge remote-tracking branch 'openaustralia_github/fix-issue-789' into developLouise Crow2013-02-14-34/+24
|\ \ \ \
| * | | | 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/+6
| | | | |
| * | | | 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
| | | | | |
* | | | | | Copy general.yml-example to general.yml in travis - ↵Louise Crow2013-02-14-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | spec/script/mailin_spec.rb runs script/mailin, which expects a config file.
* | | | | | Merge remote-tracking branch 'openaustralia_github/debug-page-rspec' into ↵Louise Crow2013-02-14-2/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | develop
| * | | | | | Remove RSpec version from debug page as it's not available in productionHenare Degan2013-02-14-2/+0
| | | | | | |
* | | | | | | Upgrade to rack 1.1.6Louise Crow2013-02-14-1/+1
| | | | | | |
* | | | | | | Upgrade rdoc gem.Louise Crow2013-02-14-3/+4
| | | | | | |
* | | | | | | Upgrade to latest json gem.Louise Crow2013-02-14-3/+3
| | | | | | |
* | | | | | | Bundle update capistrano - the version we were using has been yanked from ↵Louise Crow2013-02-14-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | rubygems.
* | | | | | | Merge branch 'release/0.7' into developLouise Crow2013-02-14-402/+422
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Silence printing of Erubis version number to stdout - can result in bounces ↵Louise Crow2013-02-14-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | to incoming mail depending on your mail config.
| * | | | | Rename spec file so that it's picked up by rake spec.Louise Crow2013-02-14-0/+0
| | | | | |
| * | | | | Bump Alaveteli version number.release/0.7Louise Crow2013-02-14-1/+1
| | | | | |
| * | | | | Latest translations from transifex.Louise Crow2013-02-14-377/+380
| | | | | |
| * | | | | Remove memcached config for test environment, not using interlock anymore.Louise Crow2013-02-14-2/+0
| | | | | |
| * | | | | Missing Gemfile.lock from 55eb8c0Louise Crow2013-02-11-17/+17
| | | | | |
| * | | | | Upgrade JSON gem to get fix for CVE-2013-0269. Update to latest Rails 2-3 ↵Louise Crow2013-02-11-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | series - has fixes for CVE-2013-0277, CVE-2013-0276, although alaveteli does not use attr_protected or serialize.
| * | | | | Merge remote-tracking branch ↵Louise Crow2013-02-11-3/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/various_xss_escaping_fixes' into release/0.7
| * | | | | | Add full stop.Louise Crow2013-02-11-1/+1
| | | | | | |
| * | | | | | Adding some initial change notes.Louise Crow2013-02-08-21/+34
| | | | | | |
* | | | | | | 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).
* | | | | | | Missing Gemfile.lock from 55eb8c0Louise Crow2013-02-11-17/+17
| | | | | | |
* | | | | | | Upgrade JSON gem to get fix for CVE-2013-0269. Update to latest Rails 2-3 ↵Louise Crow2013-02-11-5/+5
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | series - has fixes for CVE-2013-0277, CVE-2013-0276, although alaveteli does not use attr_protected or serialize.
* | | | | | Merge remote-tracking branch ↵Louise Crow2013-02-11-3/+4
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / 'openaustralia_github/various_xss_escaping_fixes' into develop