aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
Commit message (Expand)AuthorAgeLines
* Clear purge requests in the setup of tests that count them.Louise Crow2013-02-16-3/+7
* 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 fr...Louise Crow2013-02-16-0/+3
* Retain filter settings when redirecting a public body to its canonical urlMatthew Landauer2013-02-12-0/+5
* modernise redirect tests by converting to using url helpersMatthew Landauer2013-01-29-7/+7
* Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2013-01-18-13/+0
* Only serve up 'similar' pages up to the offset we use for list.Louise Crow2012-12-17-0/+8
* Adding mocking of incoming message id.Louise Crow2012-12-17-0/+1
* Rewrite specs that were in spec/controller/application_controller as full-sta...Louise Crow2012-12-17-56/+71
* Merge branch 'hotfix/authenticate-and-expire-download-zips' into developLouise Crow2012-12-13-1/+11
|\
| * Check that a request is publicly visible before generating a download link.Louise Crow2012-12-13-1/+11
* | Merge branch 'hotfix/no-html-conversion-for-hidden' into developLouise Crow2012-12-13-0/+15
|\|
| * Don't offer or allow viewing of an HTML version of a response attachment if t...Louise Crow2012-12-13-0/+15
* | Reformat for line length, add the expected response code.Louise Crow2012-12-13-2/+9
* | Don't offer or allow viewing of an HTML version of a request if it is hidden,...Louise Crow2012-12-13-0/+15
* | Fix syntax of example email. The number of expected attachments was based on ...Louise Crow2012-12-04-1/+1
* | Add option to load_file_fixture to specify that the file contents should just...Louise Crow2012-12-04-2/+1
* | The absence of an API key in an API request should be a permission denied err...Louise Crow2012-12-03-6/+19
* | Make regex for space normalization more unambiguous - it's the spaces at the ...Louise Crow2012-11-29-55/+55
* | Give the implicit default locale in a URL without locale precedence over the ...Louise Crow2012-11-28-0/+50
* | Use new function that copies existing xapian index in spec setup where a clea...Louise Crow2012-11-21-55/+55
* | Merge branch 'release/0.6.8' into developLouise Crow2012-11-12-11/+11
|\|
| * Stub configuration in order to setup test cases. Previous direct setting of c...Louise Crow2012-11-12-11/+11
* | Pass a hash of params to foi_fragment_cache_path in spec, as is passed in act...Louise Crow2012-11-08-1/+8
|/
* Add some specs for admin_current_userLouise Crow2012-10-30-0/+27
* Pull out a bit of shared setup code.Louise Crow2012-10-30-13/+11
* Don't load raw emails before the frontpage specs - they don't rely on the raw...Louise Crow2012-10-29-1/+0
* Make spec a bit more generic in terms of what we're expecting. Really what we...Louise Crow2012-10-29-12/+28
* Mock xapian call for specs that are really for orthogonal things like localiz...Louise Crow2012-10-29-0/+16
* Move search spec to search group.Louise Crow2012-10-29-10/+7
* Split up specs for frontpage and search.Louise Crow2012-10-29-25/+27
* Add spec - currently failing due to typo.Louise Crow2012-10-23-0/+42
* Add extra checks from https://github.com/mysociety/alaveteli/commit/cdb1c9420...Louise Crow2012-10-23-2/+4
* Adding new spec from https://github.com/mysociety/alaveteli/commit/cdb1c94201...Louise Crow2012-10-23-2/+13
* Handle the case where the blog feed already has querystring parameters.Louise Crow2012-10-11-0/+16
* add magic encoding comment to specsJames McKinney2012-10-10-1/+3
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-1/+1
* Add an option to disable comments on a requestRobin Houston2012-09-19-0/+27
* Paginate the timeline to allow it to render in a reasonable amount of time. I...Louise Crow2012-09-13-12/+33
* Merge branch 'develop' of ssh://git.mysociety.org/data/git/public/alaveteli i...Louise Crow2012-09-11-20/+72
|\
| * Add a since_date parameter to the API feedRobin Houston2012-09-10-0/+15
| * Update other testsRobin Houston2012-09-07-20/+25
| * API errors should be JSONRobin Houston2012-09-04-0/+32
* | Bugfix in spec.Louise Crow2012-09-11-1/+1
* | Record a status update by someone other than the request owner as a request c...Louise Crow2012-09-11-2/+12
|/
* Merge branch 'feature/repo-move' into developLouise Crow2012-08-30-8/+8
|\
| * Update references to point to the mySociety repo.Louise Crow2012-08-29-8/+8
* | Fix basic admin interface in case where external request without username is ...Louise Crow2012-08-29-0/+5
|/
* Now that external request followups can't be made and status can't be updated...Louise Crow2012-08-23-12/+104
* Don't allow status updates on external requests from the front end interface ...Louise Crow2012-08-23-259/+331