| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Fix regressions in CensorRule specs | Gareth Rees | 2014-09-12 | -3/+12 |
| | | | | | Added extra validations to match Postgres constraints | |||
| * | Add correct validations to CensorRule | Gareth Rees | 2014-09-12 | -3/+15 |
| | | ||||
| * | Re-annotate models with database fields | Louise Crow | 2013-09-16 | -0/+17 |
| | | ||||
| * | Fix deprecation warnings | Henare Degan | 2013-01-23 | -3/+3 |
| | | | | | | * Errors#on have been deprecated * Errors#[] now always returns an Array | |||
| * | Change syntax - this looks like a test to me | Henare Degan | 2013-01-23 | -1/+1 |
| | | ||||
| * | In 447e4af we started adding the error to each attribute so start testing each | Henare Degan | 2013-01-23 | -4/+10 |
| | | ||||
| * | Add warning about regex censor rules. | Louise Crow | 2012-08-14 | -1/+1 |
| | | | | | Fix spec to accommodate validation of text presence. | |||
| * | Validate presence of text to replace in censor rules. | Louise Crow | 2012-08-14 | -0/+6 |
| | | ||||
| * | Add basic validation for regexp censor rules that a valid regexp can be ↵ | Louise Crow | 2012-08-14 | -1/+35 |
| | | | | | created with the text of the rule. | |||
| * | Make global validation work correctly for regex censor rules. | Louise Crow | 2012-08-14 | -2/+9 |
| | | ||||
| * | Handle regexp rules when running censor rules on binary files. | Louise Crow | 2012-08-14 | -6/+18 |
| | | ||||
| * | Add concept of global censor rules as orthogonal to regex censor rules. ↵ | Louise Crow | 2012-08-14 | -27/+100 |
| | | | | | Apply global rules to every request, not regex rules. | |||
| * | Support regular expressions in CensorRules; also support 'global' ↵ | Seb Bacon | 2012-07-13 | -1/+41 |
| | | | | | CensorRules that aren't attached to a User or Request or Public Body (but don't expose this in the admin UI). Fixes #33 | |||
| * | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -1/+1 |
| | | ||||
| * | Change censor rules to apply to strings in place, so using less memory on ↵ | francis | 2009-09-15 | -0/+25 |
| large strings. Add lots of test code for censor rules. | ||||
