aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/request_controller_spec.rb
Commit message (Expand)AuthorAgeLines
* More changes and refactoring to make purges work.Seb Bacon2012-04-20-13/+8
* Merge branch 'develop' into purge-requestsSeb Bacon2012-04-19-11/+10
|\
| * Merge pull request #464 from jpmckinney/small-fixesRobin Houston2012-04-03-1/+1
| |\
| | * use Rails.root, not RAILS_ROOTJames McKinney2012-04-02-1/+1
| * | Remove cache/zips/ before running tests that write to thereMark Longair2012-04-02-0/+1
| |/
| * Fix broken testRobin Houston2012-03-13-5/+5
| * Correct bad nestingRobin Houston2012-03-13-3/+2
| * Admin users clicking confirmation linksRobin Houston2012-03-13-1/+1
| * Merge jpmckinney/bundlerSeb Bacon2012-02-15-2/+0
| * Set a "Content-Disposition: attachment" header when downloading files. Close...Seb Bacon2012-02-15-1/+9
| * Make /similar/request/NONESUCH a 404 not 500 errorRobin Houston2012-02-10-0/+24
* | first stab at sending PURGE requests to upstream varnish for request pages. N...Seb Bacon2012-03-13-1/+57
* | Set a "Content-Disposition: attachment" header when downloading files. Close...Seb Bacon2012-03-13-1/+9
* | Make /similar/request/NONESUCH a 404 not 500 errorRobin Houston2012-03-13-0/+24
|/
* Test should not depend on nondeterministic orderRobin Houston2012-02-03-9/+12
* Eliminate trailing spaces in test namesRobin Houston2012-02-03-2/+2
* issue #351 reduxRobin Houston2012-02-01-4/+41
* Load all fixtures for all testsRobin Houston2012-01-31-19/+0
* Rate limitingRobin Houston2012-01-29-0/+53
* More test data, and fix testsRobin Houston2012-01-29-14/+21
* Load all raw emails for testingRobin Houston2012-01-29-12/+12
* clearing the test censor rules in an ensure blockRobin Houston2012-01-27-7/+9
* More test data and a new testRobin Houston2012-01-27-3/+11
* Refactor test code so new test data can be addedRobin Houston2012-01-26-9/+50
* Fix #372Robin Houston2012-01-26-10/+26
* Correct test titleRobin Houston2012-01-25-1/+1
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkSeb Bacon2012-01-25-2/+11
|\
| * Fix sporadic test failureRobin Houston2012-01-24-1/+6
| * Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkRobin Houston2012-01-20-1/+11
| |\
| * | Be sure to restore RoutingFiltersRobin Houston2012-01-20-1/+5
* | | Ensure short cache keys for interlock. Fixes #362Seb Bacon2012-01-24-0/+5
* | | Bug: we are causing a 500 when trying to raise 404 because the arguments to t...Seb Bacon2012-01-24-0/+9
| |/ |/|
* | Don't allow users to page beyond a certain number of results (because in larg...Seb Bacon2012-01-20-1/+11
|/
* Return a 404 for broken attachment urls. Fixes #351.Seb Bacon2012-01-18-0/+10
* Ensure request typeahead search is tested properly (and fix a validation error).Seb Bacon2012-01-18-0/+2
* Test belonging to commit a39f71ee21739eb754688f185c59c3a7f209aaaSeb Bacon2012-01-17-3/+3
* Actually do a proper ORed and partial match query, rather than fix parsing er...Seb Bacon2012-01-17-2/+12
* Fix bug introduced in cec2c545e0a10e0641c4ee67839c88d872b394b8, related to is...Seb Bacon2012-01-13-11/+11
* Show internal_review (and some other) items in the "unresolved" list. Fixes ...Seb Bacon2012-01-13-0/+10
* Ensure we show "all requests" in order that they were last updated. FIxes #343.Seb Bacon2012-01-13-3/+6
* Fix further special character searches as per issue #328Seb Bacon2012-01-13-1/+2
* Further fix for issue #328.Seb Bacon2012-01-12-2/+2
* Further fix for issue #328.Seb Bacon2012-01-12-2/+15
* Fix problem with typeahead searches containing " - " characters and similar. ...Seb Bacon2012-01-11-1/+17
* Don't give error when viewing HTML versions. Fixes issue #321Seb Bacon2012-01-08-0/+9
* Fix zip-attachment functionalitySeb Bacon2012-01-06-3/+3
* Ensure we only parse emails when needed by referring to a new last_parsed fie...Seb Bacon2011-12-21-2/+4
* Merge branch 'develop' into cache-foi-attachments-sebSeb Bacon2011-12-21-5/+4
|\
| * Don't do wildcard searches for partial matches in type ahead searches. Fixes...Seb Bacon2011-12-21-5/+4
* | Further improvements to attachment cachingSeb Bacon2011-12-13-4/+4