aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeLines
* Merge branch 'feature/further-request-event-fixes' into rails-3-developLouise Crow2013-08-15-3/+53
|\
| * Set the calculated state on external requests.Louise Crow2013-08-15-0/+3
| * Make admin edits affect info_request_event described_states.Louise Crow2013-08-15-0/+21
| * Allow 'edit' and 'status_update' calculated states to propagate.Louise Crow2013-08-15-3/+29
* | Try to convert csv files of public bodies into utf-8 before importing them.Louise Crow2013-08-14-0/+1
* | Update tests for changes to fixture file.Louise Crow2013-08-14-14/+18
|/
* Handle the case of a name that hits the character limits and has been suffixe...Louise Crow2013-07-29-5/+25
* Merge branch 'feature/localisation-fixes' into rails-3-developLouise Crow2013-07-29-148/+143
|\
| * Prepare the xapian database before running tests that rely on it existing.Louise Crow2013-07-29-0/+5
| * Move some more config into AlaveteliLocalization so that it can be called out...Louise Crow2013-07-24-10/+4
| * Patch Globalize to compensate for the way gettext_i18n_rails patches 118n.loc...Louise Crow2013-07-23-0/+32
| * Add loading of raw emails - test depends on this.Louise Crow2013-07-23-0/+1
| * Use AlaveteliConfiguration wrapper in test so we can be more specific about t...Louise Crow2013-07-23-1/+1
| * Extract code for setting locales in FastGettext and I18nLouise Crow2013-07-18-11/+5
| * Switch routing-filter (which takes locale out of the params and puts it in th...Louise Crow2013-07-18-144/+113
* | Merge branch 'hotfix/0.12.0.1' into rails-3-developLouise Crow2013-07-29-0/+7
|\ \
| * | Backport https://github.com/mikel/mail/pull/405 to prevent stack overflow err...0.12.0.1hotfix/0.12.0.1Louise Crow2013-07-26-0/+7
* | | Prevent erroneous internal error messages with multibyte characters under rub...Louise Crow2013-07-25-1/+12
* | | Merge remote-tracking branch 'openaustralia_github/tests_set_described_state'...Louise Crow2013-07-23-5/+209
|\ \ \ | |_|/ |/| |
| * | Now record a state_update event *whenever* a user classifies a requestMatthew Landauer2013-04-20-5/+6
| * | How we would handle event states if we added a state_update event whenever a ...Matthew Landauer2013-04-20-17/+41
| * | Access events in tests as an arrayMatthew Landauer2013-04-20-42/+43
| * | Test case that shows up event states bug in https://www.whatdotheyknow.com/de...Matthew Landauer2013-04-18-1/+18
| * | Test case that shows up event states bug in https://www.whatdotheyknow.com/re...Matthew Landauer2013-04-18-0/+20
| * | Testing an internal reviewMatthew Landauer2013-04-18-109/+131
| * | Add test for events in another situationMatthew Landauer2013-04-15-0/+28
| * | Check event_type in testsMatthew Landauer2013-04-15-0/+7
| * | Test event states when follow up message is sentMatthew Landauer2013-04-15-0/+24
| * | Added a commentMatthew Landauer2013-04-15-0/+2
| * | Test events some moreMatthew Landauer2013-04-15-5/+22
| * | Test event status after a response is receivedMatthew Landauer2013-04-15-12/+39
| * | Test to check event states after initial request is sentMatthew Landauer2013-04-15-0/+14
* | | Merge branch 'release/0.12' into rails-3-developLouise Crow2013-06-26-6/+0
|\ \ \ | | |/ | |/|
| * | Revert "Assume that format will be specified in the url requested, or default...Louise Crow2013-06-26-6/+0
* | | Add test case and fix for unrecognized encoding in subject lineLouise Crow2013-06-25-0/+41
|/ /
* | Don't call out to external urls during controller testsLouise Crow2013-06-20-0/+12
* | Use request.params to generate a json format url when @has_json is true, not ...Louise Crow2013-06-20-0/+7
* | Assume that format will be specified in the url requested, or default to HTML...Louise Crow2013-06-20-0/+6
* | Respond to a (currently unsupported) json request for a public body list with...Louise Crow2013-06-20-1/+4
* | Merge branch 'hotfix/0.11.0.14' into rails-3-developLouise Crow2013-06-19-0/+10
|\ \
| * | Allow the HTML display of the body of an email to handle the case where the b...0.11.0.14hotfix/0.11.0.14Louise Crow2013-06-19-0/+10
* | | Merge branch 'hotfix/0.11.0.13' into rails-3-developLouise Crow2013-06-17-3/+28
|\| |
| * | Explicitly set I18n.locale in set_gettext_locale in order to get Rails to exp...0.11.0.13hotfix/0.11.0.13Louise Crow2013-06-17-2/+27
| * | Fix a security vulnerability: eval used in quoting display name0.11.0.12Mark Longair2013-06-17-2/+2
* | | Fix typoLouise Crow2013-06-12-1/+1
* | | Make sure raw emails are loaded before running test.Louise Crow2013-06-12-0/+4
* | | Merge branch 'hotfix/0.11.0.9' into rails-3-developLouise Crow2013-06-11-3/+3
|\| |
| * | Get user records in batches, remove unneeded clause.Louise Crow2013-06-11-3/+3
* | | Better spec isolation - these specs require raw emails, so make sure they're ...Louise Crow2013-06-10-0/+1
* | | Merge branch 'hotfix/0.11.0.7' into rails-3-developLouise Crow2013-06-10-24/+36
|\| |