aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Collapse)AuthorAgeLines
* Make javascripty browsers jump when you click.francis2008-02-22-1/+3
| | | | Links to contact us to add a body that is missing.
* When a response is overdue, email the request creator to tell them so they ↵francis2008-02-22-5/+9
| | | | can send a followup.
* Add new state to indicate that a response is not in a known category.francis2008-02-21-1/+4
|
* make the /new pages only specific to specific public body, rather than ↵francis2008-02-21-2/+7
| | | | having drop down.
* Search short name of public body, as well as long name.francis2008-02-21-12/+15
|
* Auto complete for public body search.francis2008-02-21-1/+31
|
* Show some successful requests on front page.francis2008-02-19-1/+2
|
* Remove GovernmentSpy namefrancis2008-02-19-2/+2
|
* Fix bug re. date display after saying still awaiting a response.francis2008-02-18-8/+10
|
* Prominence so can hide requests from list interface.francis2008-02-15-2/+2
|
* Remove unnecessary controller parameter, get view to read it from model.francis2008-02-14-2/+1
|
* Move a tiny bit of logic into the model.francis2008-02-13-6/+5
|
* Actually count number of response, rather than events, when displaying it.francis2008-02-07-1/+3
|
* Links to user admin page and public body admin page from request admin pagefrancis2008-02-06-11/+11
|
* Store historty of state changes in event log.francis2008-02-06-9/+31
|
* Make each incoming message have an info_request_event.francis2008-02-01-5/+5
|
* Redirect to appropriate messages for most of the classification options.francis2008-01-29-11/+25
|
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-27/+51
| | | | per message, and has more states.
* Change and notes on database commit vs. email send transactionality.francis2008-01-22-8/+6
|
* Download attachments. (So much for not working on holiday, and all becausefrancis2008-01-18-1/+18
| | | | | this pesky public body actually replied with a response! http://foi.mysociety.org/request/6/response/19 :)
* Simpler subjects, thanks Matthew.francis2008-01-14-4/+4
|
* Make error messages and default values differ for followup messages to ↵francis2008-01-10-7/+12
| | | | initial requests.
* Let original requester send followup messages.francis2008-01-10-10/+40
|
* Oops.francis2008-01-09-2/+2
|
* Say that they will have to log in to classify.francis2008-01-09-2/+3
|
* Allow viewing of individual response even when not logged in, but require ↵francis2008-01-09-10/+10
| | | | log in for changing it.
* Change /classify URL to /request/ID/response/IDfrancis2008-01-09-3/+7
|
* Working days calculation.francis2008-01-09-1/+2
|
* Remove spurious "Outgoing messages is invalid" errorfrancis2008-01-04-2/+5
|
* On second thoughts, use hidden field to mark submission of the form.francis2008-01-04-2/+3
|
* Merge request's create action into the new action, so if you copyfrancis2008-01-04-8/+9
| | | | the URL after posting the new request form it is still a working page.
* Prevent (probably accidental) double posting of the same request.francis2008-01-04-3/+11
|
* Always call save!, which raises an exception on error, rather than ignoring ↵francis2008-01-03-3/+3
| | | | any error.
* Fix bug in error message display, found by observing a user.francis2008-01-02-6/+3
|
* Framework for logging different events about an FOI request.francis2008-01-02-2/+2
| | | | Log outgoing messages as such events, so can know when one was resent.
* Hmmm, at least link to classifying pages from main request if some responsesfrancis2007-12-24-1/+5
| | | | haven't been classified yet. Very clumbsy though, right now.
* Collapse on classify pagefrancis2007-12-22-1/+2
|
* Fold quoted sections of emails at display time.francis2007-12-22-1/+2
| | | | | | | Add admin note that public body emails are to be considered public. Still display something sensible if incoming email had no From. Add sidebar on request display page. Tidy up margins and colour of speech bubbles a bit.
* Send email to original requester when response received.francis2007-11-23-2/+2
|
* Remove classification under sections of the act as it is pointless (can be donefrancis2007-11-23-6/+15
| | | | | with a regexp, and should probably just be part of a tag system). Save the classification when submitted by the user.
* Factor out display of coresponsedence.francis2007-11-22-2/+3
| | | | Display classification page (crap one that will be abandoned shortly).
* Ability to force authentication as a particular user.francis2007-11-19-3/+22
|
* Model for storing category of response (contains information, rejection etc.)francis2007-11-14-1/+2
|
* Test display of incoming emails.francis2007-11-13-16/+3
|
* Have default text for letter.francis2007-11-09-1/+2
| | | | Prevent sending of letter if unaltered.
* Use signup rather than register, and sign in/out rather than log in/out asfrancis2007-11-06-2/+2
| | | | these are more commonly used.
* Confirmation email for login.francis2007-11-05-2/+6
|
* Change from classic pagination to will_paginatefrancis2007-11-01-2/+2
|
* Some more tests.francis2007-10-31-2/+5
|
* Use nicer URLs for user names with funny characters in them.francis2007-10-30-2/+2
|