aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeLines
* 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
* Clearer formatting of global fixtures list.Louise Crow2012-08-22-7/+21
* Fix comment typo.Louise Crow2012-08-22-2/+2
* Allow external requests to be hidden from the admin interface.Louise Crow2012-08-22-0/+50
* 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-5/+24
|\
| * Fail with NotFound if request slug doesn't existRobin Houston2012-08-20-1/+20
| * Fix another testRobin Houston2012-08-20-1/+1
| * Fix testsRobin Houston2012-08-20-3/+3
* | Use find_by_url_title! to raise ActiveRecordNotFound in upload response when ...Louise Crow2012-08-20-0/+4
|/
* Merge branch 'wdtk' into developLouise Crow2012-08-16-314/+433
|\
| * When displaying attachments, only cache them out to files if they are visible...Louise Crow2012-08-16-198/+219
| * Fix typo in comment.Louise Crow2012-08-16-18/+87
| * Add method all_can_view? which can be used to determine whether it is ok to c...Louise Crow2012-08-16-99/+128
* | Add failing test showing a bug when clicking 'Import from CSV file' on the ad...Henare Degan2012-08-11-0/+7
* | Add before and after methods to isolate any effect these tests have on locale.Louise Crow2012-08-01-2/+12
* | Merge branch 'feature/public-body-api-2a' into developRobin Houston2012-07-16-1/+10
|\ \
| * | Beef up mocksRobin Houston2012-07-16-1/+10
| |/
* | Misc fixes to get tests to pass - notably a MonkeyPatch to work around proble...Seb Bacon2012-07-13-0/+14
* | Support regular expressions in CensorRules; also support 'global' CensorRules...Seb Bacon2012-07-13-2/+61
|/
* 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/+13149
|\
| * 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/+4277
| * Use PO files from `spec/fixtures/locale` rather than the application - makes ...Seb Bacon2012-06-14-0/+8821
| * Fix bug that was preventing Rails from loading when *not* in test mode (expos...Seb Bacon2012-06-14-0/+6
| * 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
* | Fix test for updated test dataRobin Houston2012-06-07-1/+1
* | Beef up mocks with new methodRobin Houston2012-06-07-1/+3
* | Make test more flexibleRobin Houston2012-06-07-3/+3
* | Need another stub nowRobin Houston2012-06-07-0/+1
* | 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/+39
* | Fix typo in fixture yamlRobin Houston2012-06-06-2/+2
* | API: Some testing of show_requestRobin Houston2012-06-06-0/+13
* | API: test also for refusal conditionsRobin Houston2012-06-06-0/+39