aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeLines
* Fix some errors in and found by test stuff.francis2008-01-30-5/+13
|
* Redirect to appropriate messages for most of the classification options.francis2008-01-29-46/+135
|
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-145/+248
| | | | per message, and has more states.
* Add NOT NULL constraints into the database everywherefrancis2008-01-24-57/+61
|
* Various other Rails 2 related bits.francis2008-01-23-1/+2
|
* Migration to Rails 2.0.2francis2008-01-23-3/+5
|
* Add defaults to annotated modelsfrancis2008-01-22-5/+5
|
* Fixt list all link from public body pagefrancis2008-01-22-1/+3
|
* Put id at topfrancis2008-01-22-1/+1
|
* Previous hack sucked, this one doesn't so much.francis2008-01-22-2/+2
|
* Basic admin pages for user accounts.francis2008-01-22-4/+81
|
* Instead of Rails, we grab all exceptions, and show formatted 404 error withfrancis2008-01-22-1/+25
| | | | exception class.
* Some tidy ups.francis2008-01-22-14/+21
| | | | Reduce overzealous disclaimer quoting.
* Change and notes on database commit vs. email send transactionality.francis2008-01-22-8/+6
|
* Don't leave marker in quoted part.francis2008-01-22-2/+2
|
* Add alt textfrancis2008-01-21-1/+1
|
* Say it is development site on about page.francis2008-01-21-1/+16
|
* Option for stylesheets to be served from https alsofrancis2008-01-21-3/+9
|
* Plain text iconfrancis2008-01-21-1/+1
|
* Some icons for attachments taken from ↵francis2008-01-21-8/+10
| | | | /usr/share/icons/Rodent/48x48/mimetypes on an Ubuntu machine.
* Link to source code for Affero GPLfrancis2008-01-21-0/+5
|
* Say 'you' on user page for you.francis2008-01-21-3/+5
| | | | Tidy up multiple user display.
* Include name as well as email in to address in followup messages.francis2008-01-21-5/+11
|
* Rename a function to a better name.francis2008-01-21-4/+9
| | | | Some documentation.
* Cope better with nested quoted sections - e.g. disclaimers in forwarded ↵francis2008-01-21-17/+21
| | | | messages.
* Hide disclaimers - hope this isn't too liberal :)francis2008-01-18-2/+7
|
* Erorrs.francis2008-01-18-5/+5
|
* Download attachments. (So much for not working on holiday, and all becausefrancis2008-01-18-19/+125
| | | | | this pesky public body actually replied with a response! http://foi.mysociety.org/request/6/response/19 :)
* Test code for message followups.francis2008-01-14-2/+2
|
* Commentsfrancis2008-01-14-3/+4
|
* Shared code for all ActionMailersfrancis2008-01-14-0/+16
|
* Put name (as well as email) in all addresses when sending emails.francis2008-01-14-18/+23
|
* Simpler subjects, thanks Matthew.francis2008-01-14-4/+4
|
* Set name in from/to address for user account confirmationfrancis2008-01-14-4/+9
|
* Show URL of request in disclaimer of follow up message, may as well.francis2008-01-11-4/+7
|
* Quote message that is being followed up to.francis2008-01-10-35/+63
|
* Don't say there is a registration form on the right in the case of logging infrancis2008-01-10-5/+13
| | | | 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-15/+42
| | | | initial requests.
* Let original requester send followup messages.francis2008-01-10-55/+178
|
* Some text tweaks.francis2008-01-09-8/+18
|
* Oops.francis2008-01-09-2/+2
|
* Say that they will have to log in to classify.francis2008-01-09-4/+15
|
* 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-9/+13
|
* Test code for classifying responses.francis2008-01-09-3/+14
|
* Make the request page a bit nicer.francis2008-01-09-10/+25
|
* Working days calculation.francis2008-01-09-14/+122
|
* Slight spacing tweaks of folded quotes.francis2008-01-07-3/+3
|
* Allow editing of outgoing messages from admin interface (so can removefrancis2008-01-07-9/+47
| | | | accidentally included private information)
* Put back missing pagination display for all requests list.francis2008-01-04-2/+1
|