aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeLines
* 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.
* 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.
* Browse requests in admin interface, and allow resending of outgoing message.francis2007-12-17-0/+39
|
* Show both signin and signup forms still after error, so can choose other.francis2007-12-14-18/+18
|
* Give better error for bad confirmation tokens.francis2007-12-14-9/+5
|
* Get redirects right for proxied admin URLs.francis2007-12-14-8/+4
|
* 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-12/+48
|
* Model for storing category of response (contains information, rejection etc.)francis2007-11-14-1/+2
|
* Change admin interface to use new will_paginate plugin rather than old Railsfrancis2007-11-13-2/+2
| | | | pagination system.
* 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.
* Get user controller to 100% test coverage.francis2007-11-09-19/+26
|
* Add lots more tests.francis2007-11-08-6/+3
| | | | Fix an ACTUAL BUG a test found :)
* Redirect to simplified name URL if given complex onefrancis2007-11-08-1/+5
|
* Make /signin URL workfrancis2007-11-07-3/+8
| | | | Fix some HTMl
* Make login have signin and signup on same page, side by side.francis2007-11-07-9/+7
|
* Put sign in and sign up forms on same page initiallyfrancis2007-11-06-15/+8
|
* Use signup rather than register, and sign in/out rather than log in/out asfrancis2007-11-06-2/+2
| | | | these are more commonly used.
* Fill in reason parameters everywhere required.francis2007-11-06-3/+8
|
* Confirmation email for login.francis2007-11-05-17/+63
|
* Look at all the find statements with :conditions and check can'tfrancis2007-11-01-5/+5
| | | | | use find_by_<col> instead. Fixed bugs in case sensitivity of email checking.
* Move views for signup and signin pages into the user properly, and remove ↵francis2007-11-01-4/+4
| | | | | | user_accounts directory completely.