aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/censor_rule.rb
Commit message (Expand)AuthorAgeLines
* Re-annotate models with database fieldsLouise Crow2013-09-16-8/+7
* Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
* Add the error to each attribute which would display the error next to each in...Henare Degan2012-12-11-1/+3
* 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
* 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 creat...Louise Crow2012-08-14-2/+15
* 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. Apply...Louise Crow2012-08-14-8/+20
* Support regular expressions in CensorRules; also support 'global' CensorRules...Seb Bacon2012-07-13-3/+7
* Further annotation correctionsSeb Bacon2012-05-24-1/+1
* Merge from wombleton:feature/440_sparkly_admin_cssSeb Bacon2012-05-23-3/+6
* 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 lar...francis2009-09-15-8/+9
* 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
* 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
* Check that we get exim log lines OK.francis2009-02-09-2/+2
* 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