aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
Commit message (Expand)AuthorAgeLines
* Pagination of search results.francis2008-03-06-2/+3
* All the others end in full stops.francis2008-03-06-2/+2
* Lock while indexing.francis2008-03-06-11/+25
* First pass at indexing info requests with solrfrancis2008-03-06-2/+26
* Lower case subjectfrancis2008-02-29-3/+3
* Show response properlyfrancis2008-02-29-1/+9
* Edit descriptionfrancis2008-02-29-4/+14
* Show requests made by same person to same bodyfrancis2008-02-28-2/+26
* annotate modelsfrancis2008-02-27-2/+3
* Use names in URLs of requests.francis2008-02-27-1/+19
* Store URL name in database.francis2008-02-27-2/+2
* Tags for public bodies (so can use to categorise for import/export etc.)francis2008-02-26-2/+2
* When a response is overdue, email the request creator to tell them so they ca...francis2008-02-22-1/+13
* Update model annotationfrancis2008-02-21-2/+3
* Fix lots of test code errors.francis2008-02-21-2/+2
* Add new state to indicate that a response is not in a known category.francis2008-02-21-2/+7
* Prominence so can hide requests from list interface.francis2008-02-15-1/+6
* Update model annotations.francis2008-02-14-2/+2
* Stealthier and more correct - set from to be user's name.francis2008-02-14-3/+3
* Calculate more accurate date to measure 20 working days from.francis2008-02-14-13/+32
* For requests awaiting clarification, link to the follow up form.francis2008-02-14-1/+13
* Move a tiny bit of logic into the model.francis2008-02-13-1/+10
* Links to user admin page and public body admin page from request admin pagefrancis2008-02-06-1/+14
* Store historty of state changes in event log.francis2008-02-06-19/+33
* Make each incoming message have an info_request_event.francis2008-02-01-6/+7
* Fix some errors in and found by test stuff.francis2008-01-30-2/+10
* Redirect to appropriate messages for most of the classification options.francis2008-01-29-1/+12
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-50/+43
* Add NOT NULL constraints into the database everywherefrancis2008-01-24-7/+7
* Rename a function to a better name.francis2008-01-21-1/+6
* Put name (as well as email) in all addresses when sending emails.francis2008-01-14-1/+10
* Let original requester send followup messages.francis2008-01-10-2/+2
* Working days calculation.francis2008-01-09-10/+60
* Update model annotationfrancis2008-01-04-2/+2
* Set envelope from for initial requests to a seperate address, and mark messagesfrancis2008-01-03-16/+46
* Rename outgoing message field from sent_at to last_sent_at, as it recordsfrancis2008-01-02-2/+4
* Tiny bits.francis2008-01-02-1/+4
* More search like display of listings of requests.francis2008-01-02-1/+8
* Update model annotations.francis2008-01-02-2/+2
* Framework for logging different events about an FOI request.francis2008-01-02-1/+19
* Hmmm, at least link to classifying pages from main request if some responsesfrancis2007-12-24-1/+8
* Annotate model files with their members.francis2007-12-11-1/+14
* Send email to original requester when response received.francis2007-11-23-1/+3
* Remove classification under sections of the act as it is pointless (can be donefrancis2007-11-23-19/+9
* Model for storing category of response (contains information, rejection etc.)francis2007-11-14-1/+55
* Test incoming request response emails.francis2007-11-13-3/+3
* Tidy up error messages.francis2007-11-07-2/+2
* Add a couple of basic tests for InfoRequestfrancis2007-10-30-1/+2
* Name named routes consistentlyfrancis2007-10-30-2/+2
* Model to store incoming messages. Save raw messages to it.francis2007-10-29-4/+9