Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add the error to each attribute which would display the error next to each ↵ | Henare Degan | 2012-12-11 | -1/+3 |
| | | | | input field | |||
* | named_scope has been renamed to scope | Henare Degan | 2012-12-11 | -3/+3 |
| | ||||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+0 |
| | ||||
* | Add an option to disable comments on a request | Robin Houston | 2012-09-19 | -2/+2 |
| | | | | Closes #30. | |||
* | Validate presence of text to replace in censor rules. | Louise Crow | 2012-08-14 | -0/+1 |
| | ||||
* | Add basic validation for regexp censor rules that a valid regexp can be ↵ | Louise Crow | 2012-08-14 | -2/+15 |
| | | | | created with the text of the rule. | |||
* | Make global validation work correctly for regex censor rules. | Louise Crow | 2012-08-14 | -1/+1 |
| | ||||
* | Handle regexp rules when running censor rules on binary files. | Louise Crow | 2012-08-14 | -5/+2 |
| | ||||
* | Add concept of global censor rules as orthogonal to regex censor rules. ↵ | Louise Crow | 2012-08-14 | -8/+20 |
| | | | | Apply global rules to every request, not regex rules. | |||
* | Support regular expressions in CensorRules; also support 'global' ↵ | Seb Bacon | 2012-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 corrections | Seb Bacon | 2012-05-24 | -1/+1 |
| | ||||
* | Merge from wombleton:feature/440_sparkly_admin_css | Seb Bacon | 2012-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 Bacon | 2012-01-09 | -4/+4 |
| | ||||
* | Annotate models. | Francis Irving | 2010-10-09 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-27 | -1/+1 |
| | ||||
* | Add specific draft attribute. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Update model field comments. | francis | 2009-09-17 | -2/+2 |
| | ||||
* | Change censor rules to apply to strings in place, so using less memory on ↵ | francis | 2009-09-15 | -8/+9 |
| | | | | | | large strings. Add lots of test code for censor rules. | |||
* | Annotate models update. | francis | 2009-06-26 | -2/+2 |
| | ||||
* | Add charity registration number to database & edit form for public body | tony | 2009-04-13 | -2/+2 |
| | ||||
* | Remove some uses of gsub!, which might be clobbering other versions of strings | francis | 2009-04-08 | -3/+3 |
| | | | | which are really members of some other class | |||
* | Update models and schema for new table | tony | 2009-03-09 | -2/+2 |
| | ||||
* | Option to ban users. | francis | 2009-03-09 | -2/+2 |
| | ||||
* | Add publication scheme for public bodies. (New database column and admin | tony | 2009-03-04 | -2/+2 |
| | | | | interface only; public display can come later.) | |||
* | Check that we get exim log lines OK. | francis | 2009-02-09 | -2/+2 |
| | | | | Annotate models. | |||
* | Annotate models. | francis | 2009-01-26 | -2/+2 |
| | ||||
* | Whoops. | francis | 2008-12-04 | -3/+3 |
| | ||||
* | Let censor rules to work on nil values (can happen with filenames) | francis | 2008-12-04 | -1/+7 |
| | ||||
* | Update model annotations. | francis | 2008-10-28 | -1/+18 |
| | ||||
* | Code to flexibly remove text from requests, configured via database. | francis | 2008-10-27 | -0/+33 |