aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeLines
* Merge branch 'release/0.6.3' into developLouise Crow2012-08-22-24/+54
|\
| * 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
| * Apply global and public body censor rules to binary files.Louise Crow2012-08-14-9/+10
| * Handle regexp rules when running censor rules on binary files.Louise Crow2012-08-14-5/+2
| * Add association between public bodies and censor rules, have info_request app...Louise Crow2012-08-14-1/+2
| * Add concept of global censor rules as orthogonal to regex censor rules. Apply...Louise Crow2012-08-14-20/+35
| * Set api_key in before_save rather than after_initialize (to avoid errors when...Seb Bacon2012-07-19-2/+4
* | Don't send comment alerts for external requests.Louise Crow2012-08-22-3/+4
* | Email admins about external requests tooRobin Houston2012-08-21-2/+5
* | Fail with NotFound if request slug doesn't existRobin Houston2012-08-20-2/+4
* | Do not send email for external requestsRobin Houston2012-08-20-2/+2
* | Fix testsRobin Houston2012-08-20-1/+1
* | External requests ought not to be considered old_unclassifiedRobin Houston2012-08-20-1/+2
* | External requests need not have exim log linesRobin Houston2012-08-20-1/+1
* | Merge branch 'wdtk' into developLouise Crow2012-08-16-8/+14
|\ \
| * | Add method all_can_view? which can be used to determine whether it is ok to c...Louise Crow2012-08-16-8/+14
| * | Time out pdftohtml after 30 secondsRobin Houston2012-07-20-8/+15
* | | Time out pdftohtml after 30 secondsRobin Houston2012-08-01-8/+15
| |/ |/|
* | Fix bug that only occurs when loading sample data - sometimes an InfoRequest ...Seb Bacon2012-07-13-1/+1
* | Support regular expressions in CensorRules; also support 'global' CensorRules...Seb Bacon2012-07-13-25/+10
|/
* WIP new requests feedRobin Houston2012-07-04-10/+3
* Use 33 bytes consistentlyRobin Houston2012-07-02-1/+1
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2012-06-23-10/+16
|\
| * Merge branch 'master' into developSeb Bacon2012-06-20-10/+16
| |\
| | * Only invalidate a user's cached requests when their *name* changes. Otherwis...Seb Bacon2012-06-20-2/+3
| | * Correctly name the person who has requested something for admin attentionSeb Bacon2012-06-19-3/+4
| | * another typoSeb Bacon2012-06-15-1/+1
| | * typo in user-facing stringSeb Bacon2012-06-15-1/+1
| | * Return column name when iterating over admin fields.Seb Bacon2012-06-12-1/+1
| | * Make emails requesting admin attention appear to come from the user who reque...Seb Bacon2012-06-12-4/+8
* | | Merge branch 'feature/public-body-api' into developRobin Houston2012-06-20-15/+80
|\ \ \ | |/ / |/| |
| * | API controller tests all passRobin Houston2012-06-18-0/+4
| * | WIP APIRobin Houston2012-06-07-2/+13
| * | Don’t try to send alerts to external usersRobin Houston2012-06-06-1/+6
| * | Non-logged-in users can create requestsRobin Houston2012-06-06-3/+3
| * | Fix indexing of info_request_eventsRobin Houston2012-06-06-1/+14
| * | Initialise API key in the modelRobin Houston2012-06-06-2/+6
| * | API: we can add a response to a requestRobin Houston2012-06-06-1/+9
| * | Fail less bafflinglyRobin Houston2012-06-06-1/+9
| * | Remove obsolete commentRobin Houston2012-06-06-5/+0
| * | External requestsRobin Houston2012-06-06-1/+17
| * | Generate an API key for each public bodyRobin Houston2012-06-06-1/+2
| |/
* / Remove empty unused methodRobin Houston2012-06-07-3/+0
|/
* Log an event when a request is hiddenRobin Houston2012-06-04-0/+1
* Copy the admin team on messages sent to usersRobin Houston2012-06-03-0/+1
* File.dirname(__FILE__) is not necessarily absoluteRobin Houston2012-06-03-1/+1
* Remove redundant condition (when deciding who gets email alerts)Seb Bacon2012-05-30-1/+1
* Support "following" functionality:Seb Bacon2012-05-30-35/+35