aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/info_request_spec.rb
Commit message (Expand)AuthorAgeLines
* Move special case to whatdotheyknow-themeLouise Crow2013-10-04-0/+10
* Merge branch 'hotfix/0.13.0.3' into rails-3-developLouise Crow2013-09-18-0/+37
|\
| * Restrict old_unclassified methods to normal prominence.0.13.0.3hotfix/0.13.0.3Louise Crow2013-09-18-0/+37
* | Merge branch 'feature/hide-individual-responses' into rails-3-developLouise Crow2013-09-17-9/+135
|\ \
| * | Exclude hidden responses when calculating old_unclassifiedLouise Crow2013-09-16-7/+13
| * | Only include public messages in who_can_followup_toLouise Crow2013-09-16-0/+37
| * | Add public criteria for message event access methodsLouise Crow2013-09-16-2/+61
| * | Re-annotate models with database fieldsLouise Crow2013-09-16-0/+24
* | | Allow a unicode-only title in validationLouise Crow2013-09-17-0/+22
* | | Save cached columns once updated.Louise Crow2013-09-05-1/+6
* | | Improve calculation of PublicBody statistics columnsMark Longair2013-08-20-0/+66
| |/ |/|
* | Make admin edits affect info_request_event described_states.Louise Crow2013-08-15-0/+21
* | Allow 'edit' and 'status_update' calculated states to propagate.Louise Crow2013-08-15-3/+29
|/
* Merge branch 'feature/localisation-fixes' into rails-3-developLouise Crow2013-07-29-0/+1
|\
| * Add loading of raw emails - test depends on this.Louise Crow2013-07-23-0/+1
* | Merge remote-tracking branch 'openaustralia_github/tests_set_described_state'...Louise Crow2013-07-23-0/+203
|\ \ | |/ |/|
| * How we would handle event states if we added a state_update event whenever a ...Matthew Landauer2013-04-20-17/+41
| * Access events in tests as an arrayMatthew Landauer2013-04-20-42/+43
| * Test case that shows up event states bug in https://www.whatdotheyknow.com/de...Matthew Landauer2013-04-18-1/+18
| * Test case that shows up event states bug in https://www.whatdotheyknow.com/re...Matthew Landauer2013-04-18-0/+20
| * Testing an internal reviewMatthew Landauer2013-04-18-109/+131
| * Add test for events in another situationMatthew Landauer2013-04-15-0/+28
| * Check event_type in testsMatthew Landauer2013-04-15-0/+7
| * Test event states when follow up message is sentMatthew Landauer2013-04-15-0/+24
| * Added a commentMatthew Landauer2013-04-15-0/+2
| * Test events some moreMatthew Landauer2013-04-15-5/+22
| * Test event status after a response is receivedMatthew Landauer2013-04-15-12/+39
| * Test to check event states after initial request is sentMatthew Landauer2013-04-15-0/+14
* | Merge branch 'hotfix/0.11.0.7' into rails-3-developLouise Crow2013-06-10-24/+36
|\ \
| * | Cope with replying to a message with a missing or empty SubjectMark Longair2013-06-07-0/+12
| |/
* / Handle request for json for an external request. Closes #973.Louise Crow2013-06-07-0/+29
|/
* Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-2/+2
|\
| * InfoRequestEvent should know about its event typesMatthew Landauer2013-03-02-2/+2
* | safe_mock_model doesn't seem to be needed, also tested in Ruby 1.9Henare Degan2012-12-12-8/+8
|/
* Standardize slug generation for external users so that it uses the same under...Louise Crow2012-11-29-0/+16
* use safe_mock_modelJames McKinney2012-11-01-6/+6
* Allow InfoRequest.find_old_unclassified to accept an offset param so it can b...Louise Crow2012-09-13-0/+8
* Add some more efficient methods for getting old unclassified request counts, ...Louise Crow2012-09-11-11/+40
* Merge branch 'release/0.6.3' into developLouise Crow2012-08-22-19/+81
|\
| * Apply global and public body censor rules to binary files.Louise Crow2012-08-14-23/+60
| * Add association between public bodies and censor rules, have info_request app...Louise Crow2012-08-14-0/+8
| * Add concept of global censor rules as orthogonal to regex censor rules. Apply...Louise Crow2012-08-14-117/+135
* | Fix testsRobin Houston2012-08-20-3/+3
* | Merge branch 'wdtk' into developLouise Crow2012-08-16-98/+127
|\ \ | |/ |/|
| * Add method all_can_view? which can be used to determine whether it is ok to c...Louise Crow2012-08-16-99/+128
* | Misc fixes to get tests to pass - notably a MonkeyPatch to work around proble...Seb Bacon2012-07-13-0/+1
* | Support regular expressions in CensorRules; also support 'global' CensorRules...Seb Bacon2012-07-13-1/+20
|/
* Load all fixtures for all testsRobin Houston2012-01-31-7/+0
* Load all raw emails for testingRobin Houston2012-01-29-1/+1
* Further improvements to attachment cachingSeb Bacon2011-12-13-1/+1