aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
Commit message (Expand)AuthorAgeLines
* Merge remote-tracking branch 'mysociety/develop' into rails_xssMatthew Landauer2013-01-15-3/+3
|\
| * Delegate getting the from address of an incoming mail to the mail handler.Louise Crow2012-12-03-2/+2
| * Standardize slug generation for external users so that it uses the same under...Louise Crow2012-11-29-1/+1
* | More escaping fixesMatthew Landauer2013-01-15-2/+2
|/
* Merge remote-tracking branch 'origin/feature/isolate-mail-handling' into developLouise Crow2012-11-20-3/+3
|\
| * Move address_from_name_and_email to mail handler.Louise Crow2012-11-15-3/+3
* | Handle a request for json on a an external request - return the user_name att...Louise Crow2012-11-19-1/+5
|/
* Move access to mail message id to incoming message.Louise Crow2012-11-15-2/+1
* Rubyise loop.Louise Crow2012-11-15-1/+1
* Refactor access to the mail object - only from incoming_message.Louise Crow2012-11-15-6/+1
* Handle the default blank string passed by Configuration moduleLouise Crow2012-10-25-1/+1
* Add an option to calls to calculate_status and display_status to specify that...Louise Crow2012-10-23-7/+6
* In number of requests shown on home page only include requests with normal pr...Matthew Landauer2012-10-17-0/+2
* Rename models and tables exim -> mail_serverMatthew Landauer2012-10-11-3/+3
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-12/+7
* Merge remote-tracking branch 'openaustralia_github/calendar_days' into developLouise Crow2012-09-24-3/+5
|\
| * Make the way number of days are calculated (either by calendar or working day...Matthew Landauer2012-09-24-3/+5
| * Fix: configuration for very late number of days wasn't being usedMatthew Landauer2012-09-24-2/+2
| * Rename methodMatthew Landauer2012-09-24-3/+3
* | Add an option to disable comments on a requestRobin Houston2012-09-19-0/+2
|/
* Allow InfoRequest.find_old_unclassified to accept an offset param so it can b...Louise Crow2012-09-13-2/+3
* Add a counter cache for the number of info_requests associated with public bo...Louise Crow2012-09-12-1/+1
* Add some more efficient methods for getting old unclassified request counts, ...Louise Crow2012-09-11-9/+36
* Merge branch 'release/0.6.3' into developLouise Crow2012-08-22-10/+14
|\
| * Apply global and public body censor rules to binary files.Louise Crow2012-08-14-9/+10
| * Add association between public bodies and censor rules, have info_request app...Louise Crow2012-08-14-1/+1
| * Add concept of global censor rules as orthogonal to regex censor rules. Apply...Louise Crow2012-08-14-12/+15
* | 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
* | 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
* | 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-6/+3
|/
* WIP new requests feedRobin Houston2012-07-04-3/+3
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2012-06-23-2/+2
|\
| * Merge branch 'master' into developSeb Bacon2012-06-20-2/+2
| |\
| | * Make emails requesting admin attention appear to come from the user who reque...Seb Bacon2012-06-12-2/+2
* | | Merge branch 'feature/public-body-api' into developRobin Houston2012-06-20-3/+40
|\ \ \ | |/ / |/| |
| * | WIP APIRobin Houston2012-06-07-2/+2
| * | Non-logged-in users can create requestsRobin Houston2012-06-06-3/+3
| * | Fix indexing of info_request_eventsRobin Houston2012-06-06-0/+13
| * | API: we can add a response to a requestRobin Houston2012-06-06-0/+8
| * | External requestsRobin Houston2012-06-06-1/+17
| |/
* / Remove empty unused methodRobin Houston2012-06-07-3/+0
|/
* Merge branch 'feature/easy-request-hiding-for-admin' into developSeb Bacon2012-05-28-1/+7
|\
| * Support easy hiding of requests for admins. Currently not exposed in core ad...Seb Bacon2012-05-25-1/+7
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2012-05-28-39/+68
|\|