aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/outgoing_message.rb
Commit message (Expand)AuthorAgeLines
* More secure password changing - have to specifically have clicked link infrancis2008-03-21-2/+2
* Get rid of special envelope from -bounce addresses, as they are no good sincefrancis2008-03-21-2/+2
* Clean out todo a bit.francis2008-03-18-2/+2
* Order search resultsfrancis2008-03-13-2/+5
* Make users all have their own URL, rather than sharing if they have the same ...francis2008-03-12-2/+2
* First pass at indexing info requests with solrfrancis2008-03-06-1/+3
* annotate modelsfrancis2008-02-27-2/+2
* Tags for public bodies (so can use to categorise for import/export etc.)francis2008-02-26-2/+2
* Preview requests.francis2008-02-25-2/+13
* Update model annotationfrancis2008-02-21-2/+2
* Update model annotations.francis2008-02-14-2/+2
* Don't change state for followups to waiting, unless was specifically clarific...francis2008-02-14-2/+4
* Links to user admin page and public body admin page from request admin pagefrancis2008-02-06-1/+2
* Store historty of state changes in event log.francis2008-02-06-2/+2
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-2/+2
* Add NOT NULL constraints into the database everywherefrancis2008-01-24-8/+8
* Rename a function to a better name.francis2008-01-21-2/+2
* Quote message that is being followed up to.francis2008-01-10-3/+11
* Make error messages and default values differ for followup messages to initia...francis2008-01-10-8/+30
* Let original requester send followup messages.francis2008-01-10-19/+28
* Update model annotationfrancis2008-01-04-3/+3
* Rename outgoing message field from sent_at to last_sent_at, as it recordsfrancis2008-01-02-2/+2
* Update model annotations.francis2008-01-02-2/+2
* Framework for logging different events about an FOI request.francis2008-01-02-3/+4
* Make links in incoming and outgoing messages hyperlinks.francis2007-12-23-1/+2
* Display outgoing message properly as HTML.francis2007-12-22-1/+12
* Browse requests in admin interface, and allow resending of outgoing message.francis2007-12-17-1/+10
* Annotate model files with their members.francis2007-12-11-1/+16
* Have default text for letter.francis2007-11-09-1/+18
* Tidy up error messages.francis2007-11-07-2/+2
* Use self. when reading to model member variables from insidefrancis2007-10-30-8/+8
* Save that message has been sent and when.francis2007-10-24-4/+4
* Read in mySociety style configuration file, if it is there (use sensible defa...francis2007-10-24-5/+10
* Basic controller for sending email.francis2007-10-16-1/+17
* Use the other model itself, rather than its id, when saving two models at once,francis2007-09-12-2/+2
* Fix up some broken constraints.francis2007-09-11-4/+1
* Doesn't need public_body in model, as well as not in db.francis2007-09-11-2/+1
* Model for outgoing messages.francis2007-09-10-0/+23