Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Create a placeholder salutation for a batch request template. | Louise Crow | 2013-12-04 | -2/+12 |
| | ||||
* | Update the helpful model schema annotations | Mark Longair | 2013-11-01 | -0/+2 |
| | | | | These are regenerated with "bundle exec annotate" | |||
* | Fix typo | Louise Crow | 2013-09-19 | -1/+1 |
| | ||||
* | Handle salutations with regexp special characters. | Louise Crow | 2013-09-19 | -0/+10 |
| | | | | Fixes #1104. | |||
* | Move indexed_by_search to MessageProminence | Louise Crow | 2013-09-16 | -2/+23 |
| | | | | Add some tests that it's working on the outgoing message model. | |||
* | Add some tests for user_can_view? on outgoing message. | Louise Crow | 2013-09-16 | -0/+52 |
| | ||||
* | Re-annotate models with database fields | Louise Crow | 2013-09-16 | -0/+16 |
| | ||||
* | Allow the default text of an internal review request to be translated. | Louise Crow | 2013-05-07 | -1/+18 |
| | ||||
* | Load all fixtures for all tests | Robin Houston | 2012-01-31 | -2/+0 |
| | | | | | | | | | The ad hoc specification of fixtures has been an ongoing source of bugs in the tests. The straw that broke the camel’s back is that 7c6eb09 requires the fixtures to be loaded in order (i.e. children before their parents), and it would have been a painful process to reorder all the dozens of different fixture lists, but the test system ought to be more reliable this way. | |||
* | allow specs to run independently | James McKinney | 2011-10-16 | -2/+2 |
| | ||||
* | Internationalise the salution, making sure it's OK to miss out the public ↵ | Seb Bacon | 2011-08-15 | -0/+7 |
| | | | | body name as they might in French. Fixes #134. | |||
* | Fix URL | Francis Irving | 2010-10-04 | -1/+1 |
| | ||||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Add missing fixture | Francis Irving | 2010-03-10 | -1/+1 |
| | | | | This bug only happened when the tests were run in a certain order. | |||
* | Simpler check works on new Rails, when the other doesn't | Francis Irving | 2009-12-03 | -1/+1 |
| | ||||
* | Change censor rules to apply to strings in place, so using less memory on ↵ | francis | 2009-09-15 | -0/+22 |
| | | | | | | large strings. Add lots of test code for censor rules. | |||
* | Link redactions of email address and mobile phone numbers to the help | tony | 2009-05-09 | -0/+4 |
| | | | | pages about this. | |||
* | split into distinct named tests | tony | 2009-03-22 | -10/+11 |
| | ||||
* | Blank out emails in outgoing messages. Hope I've got every case. | francis | 2009-03-07 | -1/+20 |
| | ||||
* | Stub specs. | francis | 2007-10-31 | -0/+8 |