aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
Commit message (Collapse)AuthorAgeLines
...
* Allow new responses by web for even stopped requests (stopping is anti-email ↵francis2008-09-02-3/+3
| | | | spam only, so web upload OK)
* Add details box to the requires admin form.francis2008-08-31-3/+6
|
* Whoops, we lost the Re: !francis2008-08-31-2/+2
|
* Annotate models.francis2008-08-31-2/+2
| | | | Todo update.
* Comment alerts.francis2008-08-29-14/+20
|
* Test code for comments.francis2008-08-26-1/+3
|
* When showing last message sent for followups (not replies) onlyfrancis2008-08-21-2/+2
| | | | show actual messages with text, don't show resends.
* Allow resending of followups.francis2008-08-20-4/+7
|
* Oops, accidentally lowercased these in previous commit!francis2008-08-13-3/+4
|
* Most of comments code.francis2008-08-13-4/+21
|
* Some code relating to comments.francis2008-08-09-2/+2
|
* Various sqlite compatibility fixes.francis2008-07-30-3/+9
|
* Show date, and whether new email used, on resent bits.francis2008-07-21-1/+16
|
* Remove debugging.francis2008-07-17-2/+2
|
* Fix bug in calculated states calculation.francis2008-07-17-5/+13
| | | | Annotate models.
* Add notes for specific FOI exceptions etc. for authorityfrancis2008-07-16-2/+3
| | | | Add home page, including by default calculated
* Whoops, undo white space change that accidentally committed after making ↵francis2008-07-15-8/+1
| | | | slide show for talk.
* Add GQ to subject of General Register Office enquiriesfrancis2008-07-15-3/+20
|
* Store incoming messages which aren't to a valid request in a holding pen, andfrancis2008-07-08-1/+29
| | | | let people move them from admin interface.
* Cope with mistyped l instead of 1, and o instead of 0 in request emails.francis2008-06-11-2/+9
|
* Fix off by one error.francis2008-06-11-5/+14
|
* Support authorities to which only EIR requests can be made.francis2008-05-27-4/+52
|
* Show people tracking same query, when you are on search page.francis2008-05-21-11/+12
| | | | | | | | | Put name of admin user rather than import_csv. Send automated email to remind people to clarify their request. Send response overdue alerts multiple times for one request (if it becomes overdue again after a clarification etc.) Overdue response alert email click through shows how many days overdue it is near where you write your reply.
* Bullet list in credits on about page.francis2008-05-21-2/+2
| | | | | | | | | | | Rename rss_at to described_at. Email alerts based on date of description, not just creation date (so don't miss things that were created before alert but described only recently) Tidy up when described vs. newest is used for sort order. Caching of text extracted from attachments, and display in search results. Add some tests for things that aren't tested. (alright, maybe we *should* use git/hg if I'm going to keep doing this many separate commits on a train)
* Option to stop new respones for individual requests which for whatever reasonfrancis2008-05-19-2/+10
| | | | are getting spam.
* Fix bug when comparing new requests, caused by removal of space in body ↵francis2008-05-16-2/+3
| | | | function.
* Due to new alert types, can have a link between event and fact that sentfrancis2008-05-16-2/+5
| | | | which is not of the request being tracked.
* Separate out three kinds of search resultfrancis2008-05-15-4/+4
|
* update model annotationsfrancis2008-05-12-2/+2
|
* Fix various things to do with event statuses. Oops.francis2008-05-12-5/+14
|
* Make it work when no title during creation.francis2008-05-09-2/+5
|
* Link to stats graph.francis2008-05-09-2/+2
|
* Strip spaces from titles.francis2008-05-08-1/+6
|
* Remove extra info about Polly Tuckerfrancis2008-05-08-6/+2
|
* Remove unsued html_highlight paramfrancis2008-04-30-3/+1
|
* Index HTML attachments.francis2008-04-30-2/+2
|
* Do collapsing for search, but not for email or RSSfrancis2008-04-30-5/+5
|
* Get date range searches working.francis2008-04-30-3/+3
|
* Make destroying Xapian records work.francis2008-04-29-3/+3
|
* Update calculated even status when new events are described (used to be done infrancis2008-04-29-2/+4
| | | | | Solr indexing, better done here now anyway) Fix bug where it wasn't passing latest statest change through
* Change from acts_as_solr to acts_as_xapianfrancis2008-04-24-65/+14
|
* Annotate modelsfrancis2008-04-21-2/+2
|
* Fix bug in calculation of request date.francis2008-04-21-32/+37
|
* Replace all special sorts with :order clauses on has_manyfrancis2008-04-18-5/+4
|
* Use :order in the :has_many for request events, rather than doing a special ↵francis2008-04-18-17/+11
| | | | find everywhere.
* Hmmfrancis2008-04-17-2/+2
|
* Store time of description.francis2008-04-17-1/+5
|
* More eagerfrancis2008-04-16-2/+2
|
* Load associations relating to searchfrancis2008-04-16-2/+4
|
* Use same as on pagesfrancis2008-04-15-2/+2
|