aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
Commit message (Expand)AuthorAgeLines
* Rework the temporary storing of a csv file of public body info between a dry ...Louise Crow2012-08-20-18/+98
* Add before and after methods to isolate any effect these tests have on locale.Louise Crow2012-08-13-2/+12
* JSON new events feedRobin Houston2012-07-04-1/+39
* Atom feed of request eventsRobin Houston2012-07-04-0/+16
* Don't allow non-superusers to access admin interface (eek!) Fixes #515Seb Bacon2012-06-27-1/+9
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2012-06-23-26/+68
|\
| * Only invalidate a user's cached requests when their *name* changes. Otherwis...Seb Bacon2012-06-20-1/+7
| * Fix test to match current wordingSeb Bacon2012-06-19-1/+1
| * Correctly name the person who has requested something for admin attentionSeb Bacon2012-06-19-0/+1
| * Revert "Set a "Content-Disposition: attachment" header when downloading files...Seb Bacon2012-06-15-9/+1
| * Ensure we generate URLs containing the current locale, even if the locale con...Seb Bacon2012-06-14-1/+18
| * Use PO files from `spec/fixtures/locale` rather than the application - makes ...Seb Bacon2012-06-14-0/+5
| * Fix test breakage (really we should use a test app.po rather than the real on...Seb Bacon2012-06-14-1/+1
| * Use POST rather than GET for tests (this matches better what the UI does)Seb Bacon2012-06-12-4/+4
| * Ensure attention-requesting tests pass by faking a logged in userSeb Bacon2012-06-12-0/+5
| * Make emails requesting admin attention appear to come from the user who reque...Seb Bacon2012-06-12-0/+10
* | API controller tests all passRobin Houston2012-06-18-3/+15
* | Update tests to reflect code changesRobin Houston2012-06-07-0/+23
* | Update test for e3cfe550fe835c68b25d693abd40aedd954913b3Robin Houston2012-06-07-1/+1
* | WIP attachment uploading via APIRobin Houston2012-06-06-4/+20
* | Test for attaching a file via the APIRobin Houston2012-06-06-0/+36
* | Correct comment\Robin Houston2012-06-06-1/+1
* | Use a fixture for the external requestRobin Houston2012-06-06-4/+8
* | API: Some testing of show_requestRobin Houston2012-06-06-0/+13
* | API: test also for refusal conditionsRobin Houston2012-06-06-0/+39
* | API: add followup to requestRobin Houston2012-06-06-13/+61
* | API: we can add a response to a requestRobin Houston2012-06-06-0/+60
* | API create_request method is workingRobin Houston2012-06-06-1/+2
* | Fix test and fixtures so they only fail due to missing business logic (correc...Seb Bacon2012-06-06-4/+5
* | Test for creating a new request via the APIRobin Houston2012-06-06-0/+33
|/
* Make the logic that tells you about other countries' Alavetelis prefer the br...Seb Bacon2012-05-30-3/+5
* Test for user turning email alerts off. Also includes a fix not to rely on H...Seb Bacon2012-05-30-0/+9
* Make it possible to view other people's activities on their own walls.Seb Bacon2012-05-30-0/+6
* Test for the user's wall.Seb Bacon2012-05-30-0/+20
* Fix tests that broke as result of new flag to control if email alerts should ...Seb Bacon2012-05-30-0/+2
* Allow messages to be redelivered to more than one request. Closes #442Seb Bacon2012-05-29-0/+21
* Support easy hiding of requests for admins. Currently not exposed in core ad...Seb Bacon2012-05-25-0/+22
* Test for reporting functionalitySeb Bacon2012-05-24-0/+41
* Fix test breakage introduced in 8d78cb8844549dc901cd901371be6ec604fb7f68Seb Bacon2012-05-15-17/+11
* Improve administrative user account support:Seb Bacon2012-05-14-14/+27
* Redirect people to more user-friendly search results page (where possible) af...Seb Bacon2012-05-11-2/+10
* Fix typo (introduced in commit cc023c67) that broke a testSeb Bacon2012-05-11-1/+1
* Always show tracking links even for things that currently have no resultsSeb Bacon2012-05-11-0/+5
* Don't cache results from pages with different locales using the same key. Fi...Seb Bacon2012-05-04-1/+9
* Don't ever create more than one entry for each URL that we want Varnish to pu...Seb Bacon2012-05-04-0/+10
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2012-05-03-1/+76
|\
| * Modify InfoRequest stubs so they work with tests that iterate over the collec...Seb Bacon2012-05-02-0/+4
| * More changes and refactoring to make purges work.Seb Bacon2012-04-20-14/+9
| * Merge branch 'develop' into purge-requestsSeb Bacon2012-04-19-25/+12
| |\
| * | first stab at sending PURGE requests to upstream varnish for request pages. N...Seb Bacon2012-03-13-1/+76