aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/censor_rule.rb
Commit message (Collapse)AuthorAgeLines
* Add the error to each attribute which would display the error next to each ↵Henare Degan2012-12-11-1/+3
| | | | input field
* named_scope has been renamed to scopeHenare Degan2012-12-11-3/+3
|
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
|
* Add an option to disable comments on a requestRobin Houston2012-09-19-2/+2
| | | | Closes #30.
* Validate presence of text to replace in censor rules.Louise Crow2012-08-14-0/+1
|
* Add basic validation for regexp censor rules that a valid regexp can be ↵Louise Crow2012-08-14-2/+15
| | | | created with the text of the rule.
* Make global validation work correctly for regex censor rules.Louise Crow2012-08-14-1/+1
|
* Handle regexp rules when running censor rules on binary files.Louise Crow2012-08-14-5/+2
|
* Add concept of global censor rules as orthogonal to regex censor rules. ↵Louise Crow2012-08-14-8/+20
| | | | Apply global rules to every request, not regex rules.
* Support regular expressions in CensorRules; also support 'global' ↵Seb Bacon2012-07-13-3/+7
| | | | CensorRules that aren't attached to a User or Request or Public Body (but don't expose this in the admin UI). Fixes #33
* Further annotation correctionsSeb Bacon2012-05-24-1/+1
|
* Merge from wombleton:feature/440_sparkly_admin_cssSeb Bacon2012-05-23-3/+6
| | | | | | | Includes a couple of additional fixes: * Remember to HTML-quote things that could come from users * Fix form post action for editing users
* Ensure model schema documentation is up to date.Seb Bacon2012-01-09-4/+4
|
* Annotate models.Francis Irving2010-10-09-1/+1
|
* Update model annotations.Francis Irving2010-09-15-1/+1
|
* Update model annotations.Francis Irving2010-07-27-1/+1
|
* Add specific draft attribute.Francis Irving2010-07-15-1/+1
|
* Update model annotations.Francis Irving2010-07-15-1/+1
|
* Update model field comments.francis2009-09-17-2/+2
|
* Change censor rules to apply to strings in place, so using less memory on ↵francis2009-09-15-8/+9
| | | | | | large strings. Add lots of test code for censor rules.
* Annotate models update.francis2009-06-26-2/+2
|
* Add charity registration number to database & edit form for public bodytony2009-04-13-2/+2
|
* Remove some uses of gsub!, which might be clobbering other versions of stringsfrancis2009-04-08-3/+3
| | | | which are really members of some other class
* Update models and schema for new tabletony2009-03-09-2/+2
|
* Option to ban users.francis2009-03-09-2/+2
|
* Add publication scheme for public bodies. (New database column and admintony2009-03-04-2/+2
| | | | interface only; public display can come later.)
* Check that we get exim log lines OK.francis2009-02-09-2/+2
| | | | Annotate models.
* Annotate models.francis2009-01-26-2/+2
|
* Whoops.francis2008-12-04-3/+3
|
* Let censor rules to work on nil values (can happen with filenames)francis2008-12-04-1/+7
|
* Update model annotations.francis2008-10-28-1/+18
|
* Code to flexibly remove text from requests, configured via database.francis2008-10-27-0/+33