aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeLines
* Page to list all public bodies.francis2008-02-22-2/+6
| | | | Better help for adding a public body.
* 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.
* Rename frontpage route to be called frontpagefrancis2008-02-21-2/+2
|
* Search short name of public body, as well as long name.francis2008-02-21-12/+15
|
* Option to destroy public body.francis2008-02-21-1/+2
| | | | Disable SOLR for now, as not using it yet.
* List more at oncefrancis2008-02-21-2/+2
|
* Auto complete for public body search.francis2008-02-21-1/+31
|
* Forgotten password stuff.francis2008-02-20-2/+71
|
* Use login email for contact form if logged in.francis2008-02-20-2/+6
|
* Contact form.francis2008-02-19-1/+20
|
* Show some successful requests on front page.francis2008-02-19-1/+2
|
* Remove GovernmentSpy namefrancis2008-02-19-5/+5
|
* 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-10/+29
|
* Remove unnecessary controller parameter, get view to read it from model.francis2008-02-14-2/+1
|
* Allow editing of titles in admin interface.francis2008-02-14-5/+13
|
* Move a tiny bit of logic into the model.francis2008-02-13-6/+5
|
* Delete old sessions and post redirects.francis2008-02-12-2/+2
|
* 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-14/+14
|
* 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-13/+26
|
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-27/+51
| | | | per message, and has more states.
* Basic admin pages for user accounts.francis2008-01-22-2/+30
|
* Instead of Rails, we grab all exceptions, and show formatted 404 error withfrancis2008-01-22-1/+13
| | | | exception class.
* 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
|
* Don't say there is a registration form on the right in the case of logging infrancis2008-01-10-2/+2
| | | | to become a specific user, where there is no such form.
* 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-4/+9
|
* 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
|
* Test code for classifying responses.francis2008-01-09-2/+3
|
* Working days calculation.francis2008-01-09-1/+16
|
* Allow editing of outgoing messages from admin interface (so can removefrancis2008-01-07-5/+16
| | | | accidentally included private information)
* 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-6/+6
| | | | 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.