aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Refactor state logicMatthew Landauer2013-03-02-35/+36
|
* git ignore sublime project fileMatthew Landauer2013-03-02-0/+1
|
* Use routes to only allow post to RequestController#describe_stateMatthew Landauer2013-03-02-18/+6
|
* Test for what happens when user is playing the classification gameMatthew Landauer2013-03-02-0/+11
|
* Test for situation where request changes while user is looking at it and ↵Matthew Landauer2013-03-02-0/+10
| | | | they change the status
* Test for forgetting to select the statusMatthew Landauer2013-03-02-0/+8
|
* Run local coverage tests as well as those on coveralls.io and exclude ↵Matthew Landauer2013-03-02-1/+11
| | | | plugins and commonlib directories
* Add coveralls.io. Think travis.ci for coverage testingMatthew Landauer2013-03-01-1/+21
|
* Merge remote-tracking branch ↵Louise Crow2013-02-19-1/+1
|\ | | | | | | 'openaustralia_github/country_message_escaping_fix' into develop
| * Mark html string in country message as html safeMatthew Landauer2013-02-20-1/+1
| |
* | Merge remote-tracking branch 'openaustralia_github/categorise_escaping_fix' ↵Louise Crow2013-02-19-2/+2
|\ \ | | | | | | | | | into develop
| * | Mark html for number of requests in categorisation game as html_safeMatthew Landauer2013-02-19-2/+2
| | |
* | | Mark the info request name as safe - hidden_user_explanation's content will ↵Louise Crow2013-02-19-3/+4
| | | | | | | | | | | | be escaped in the parent template. Strip content in the controller and mark as HTML safe.
* | | Move test runner disabling to request mailer in order to have access to ↵Louise Crow2013-02-19-6/+6
|/ / | | | | | | rails environment and make hack specific to ruby 1.9.
* / Prevent Autorunner from test-unit from hooking into the exit of script/runnerLouise Crow2013-02-17-2/+6
|/
* Use an empty incoming email to avoid interaction with other tests.Louise Crow2013-02-17-1/+9
|
* Merge branch 'hotfix/0.7.0.3' into developLouise Crow2013-02-17-27/+27
|\
| * Mark the public body notes as html safe.hotfix/0.7.0.3Louise Crow2013-02-17-27/+27
| |
| * Merge branch 'hotfix/0.7.0.2'0.7.0.2Louise Crow2013-02-16-5/+5
| |\
* | | 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
| | | | | | |