aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/request_controller_spec.rb
Commit message (Expand)AuthorAgeLines
* Add an option to disable comments on a requestRobin Houston2012-09-19-0/+16
* 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
* Update references to point to the mySociety repo.Louise Crow2012-08-29-1/+1
* 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
* Don't show 'requester only' actions for an external request.Louise Crow2012-08-23-0/+12
* Don't error on a request to followup an external request.Louise Crow2012-08-23-0/+16
* Use user_name to supply the user name for an internal or external request in ...Louise Crow2012-08-22-32/+42
* Fix admin links in the case where an external request is viewed by an admin u...Louise Crow2012-08-22-0/+12
* Don't send comment alerts for external requests.Louise Crow2012-08-22-0/+10
* Re-enable testing of comment links in emails.Louise Crow2012-08-22-7/+2
* Fix comment typo.Louise Crow2012-08-22-2/+2
* Don't pass a page param of less than one through to Xapian, treat it as a par...Louise Crow2012-08-21-1/+8
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developLouise Crow2012-08-20-0/+6
|\
| * Fail with NotFound if request slug doesn't existRobin Houston2012-08-20-0/+6
* | Use find_by_url_title! to raise ActiveRecordNotFound in upload response when ...Louise Crow2012-08-20-0/+4
|/
* When displaying attachments, only cache them out to files if they are visible...Louise Crow2012-08-16-198/+219
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2012-06-23-24/+44
|\
| * 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
| * 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
* | Update tests to reflect code changesRobin Houston2012-06-07-0/+23
* | Update test for e3cfe550fe835c68b25d693abd40aedd954913b3Robin Houston2012-06-07-1/+1
|/
* Test for reporting functionalitySeb Bacon2012-05-24-0/+41
* Fix typo (introduced in commit cc023c67) that broke a testSeb Bacon2012-05-11-1/+1
* 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
* 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-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