aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
Commit message (Collapse)AuthorAgeLines
...
* 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
|
* Change 'rejected' to 'refused', as used in the lawFrancis Irving2010-06-16-3/+3
|
* Use better subject when replying to delivery error notificationsFrancis Irving2010-03-09-1/+1
|
* Use "Re:" the subject that the authority used for replies.Francis Irving2010-02-18-4/+10
|
* don't expire holding penFrancis Irving2010-01-12-2/+2
|
* Limit maximum length of titles.Francis Irving2009-12-18-0/+3
|
* Fix up followup text for public interest test.Francis Irving2009-12-13-2/+2
|
* Promptly doesn't apply when public interest test exemption is being usedFrancis Irving2009-12-11-2/+2
|
* Text changes for late requests, to better reflect situation.Francis Irving2009-12-11-2/+2
|
* Extend long stop deadline to 60 working days for schools.Francis Irving2009-12-11-3/+9
| | | | Change basic display text.
* working_days_20_overdue? no longer used now have very overdue stateFrancis Irving2009-12-10-6/+0
|
* Change messages displayed when in waiting_response_very_overdue stateFrancis Irving2009-12-10-0/+3
|
* Move date initial request last sent into own function.Francis Irving2009-12-10-3/+7
|
* Fix comment.Francis Irving2009-12-10-1/+1
|
* Add very overdue state with 40 working days.Francis Irving2009-12-10-0/+9
|
* Test case for search where a user name is substring of anotherFrancis Irving2009-12-07-1/+1
|
* Option to use message id to not duplicate incoming messages.Francis Irving2009-10-29-0/+18
|
* Make number of days explicit.francis2009-10-26-5/+5
|
* Only check case on creation.francis2009-10-20-2/+3
|
* nil summary is rejected elsewherefrancis2009-10-19-2/+2
|
* Require mixed capitals for headings too.francis2009-10-19-1/+7
|
* Move the actual messages sent to authorities into a separate mailer model ↵francis2009-10-04-3/+3
| | | | class (so can give them different layout, but is nice anyhow)
* Don't rely on result format.francis2009-10-03-2/+2
|
* Random requests.francis2009-10-03-3/+22
|
* Up old age in days to 21.francis2009-10-03-2/+2
| | | | Make it use that value when printing it.
* Loads of changes to timescale text, to make it more legally accurate, but stillfrancis2009-10-02-3/+4
| | | | forceful.
* Fix what page it takes admin users to properly, and test code (done on train)francis2009-10-01-1/+4
|
* Update model field comments.francis2009-09-17-2/+2
|
* Store only clipped attachment text in database.francis2009-09-17-1/+7
|
* Change censor rules to apply to strings in place, so using less memory on ↵francis2009-09-15-7/+5
| | | | | | large strings. Add lots of test code for censor rules.
* Allow follow ups to defunct/not_apply authorities which still have a valid ↵francis2009-09-08-3/+3
| | | | email.
* Don't allow numeric only URL names.francis2009-09-07-2/+2
| | | | Test the URL name code a bit.
* Look up request just by id, not using hash, on holding pen pages.francis2009-09-07-2/+20
|
* Reindex in Xapian when censor rules change.francis2009-08-21-6/+9
|
* Fix subtle bug, which caused error with old data and new ↵francis2009-08-19-11/+1
| | | | not-sending-to-auto-annotations code
* Don't allow duplicate followup messages to the same request.francis2009-08-18-1/+12
| | | | Prevent requests, followups and annotations which have all capitals or all lowercase letters.
* Requester only prominence.francis2009-07-03-2/+13
|
* Use caching that allows pre-authentication.francis2009-06-30-5/+5
| | | | | Add test code for hidden requests. Make super users able to view hidden requests.
* Obvious bug.francis2009-06-27-3/+3
|
* Annotate models update.francis2009-06-26-14/+15
|
* "hidden" option to completely hide requests (from everyone except ↵francis2009-06-23-1/+9
| | | | administrator screens).
* Fix bug where follow up to defunct authority would cause errors.francis2009-06-16-1/+4
|
* Maybe this will make attachmentw ork.francis2009-06-15-2/+2
|
* Whoops, didn't work with name part in from address.francis2009-06-15-2/+2
|
* Fancier options for stopping new responses to requests.francis2009-06-15-5/+62
|
* Reindex if prominence changed toofrancis2009-04-23-4/+4
|
* Reindex only after update, not after initial creationtony2009-04-23-2/+2
|
* When URL of request changes, reindex its events.francis2009-04-22-1/+13
|