aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
Commit message (Collapse)AuthorAgeLines
...
* Allow more than 255 charcters in comment in history, so doesn't give weird ↵francis2008-05-11-2/+2
| | | | errors when you enter long comments.
* More stuff for Solr to Xapian changefrancis2008-04-24-3/+9
|
* Bahfrancis2008-04-16-3/+1
|
* A notefrancis2008-04-16-1/+3
|
* Store incoming and outgoing message id in the table for info request events, ↵francis2008-04-15-5/+7
| | | | so has proper foreign key.
* Centralise call to multi_solr_searchfrancis2008-04-14-7/+1
|
* Annotate models.francis2008-04-14-1/+7
|
* Remove silly indexfrancis2008-04-04-2/+0
|
* Unique indices for track things tables.francis2008-04-04-1/+5
| | | | Annotate models.
* Email alerts for tracking a particular request.francis2008-04-03-19/+25
|
* Skeleton of tracking / alerting / email.francis2008-04-01-1/+17
|
* Sort order specially for RSSfrancis2008-03-31-5/+6
|
* Column for calculated state of an event.francis2008-03-31-5/+6
|
* Send email to remind people to classify their response.francis2008-03-24-4/+7
|
* More secure password changing - have to specifically have clicked link infrancis2008-03-21-6/+7
| | | | change password email, rather than using any link.
* Get rid of special envelope from -bounce addresses, as they are no good sincefrancis2008-03-21-6/+5
| | | | enough public authorities mail them with non-automatic messages.
* Remove complaint_email field as we were never filling it in or using it. ↵francis2008-03-17-3/+1
| | | | There are more important things.
* Make users all have their own URL, rather than sharing if they have the same ↵francis2008-03-12-2/+2
| | | | name.
* Lock while indexing.francis2008-03-06-0/+1
| | | | Scripts to restart solr, and update index.
* First pass at indexing info requests with solrfrancis2008-03-06-1/+2
|
* Prevent leaking of information as to whether user account exists or not.francis2008-02-28-1/+1
|
* Use names in URLs of requests.francis2008-02-27-1/+3
|
* Store url_name in database for usersfrancis2008-02-27-1/+4
|
* Store URL name in database.francis2008-02-27-1/+5
| | | | Allow blank short names.
* Tags for public bodies (so can use to categorise for import/export etc.)francis2008-02-26-1/+9
|
* And set not null.francis2008-02-22-3/+3
|
* When a response is overdue, email the request creator to tell them so they ↵francis2008-02-22-1/+7
| | | | can send a followup.
* Auto complete for public body search.francis2008-02-21-1/+1
|
* Prominence so can hide requests from list interface.francis2008-02-15-8/+9
|
* It's a shitty way to add foreign keys to the database, but it works (tried tofrancis2008-02-12-1/+1
| | | | find a plugin, but there are many and they're not very good).
* Delete old sessions and post redirects.francis2008-02-12-1/+2
|
* And indices for everything that is searched for or ordered by.francis2008-02-12-1/+7
|
* Store historty of state changes in event log.francis2008-02-06-9/+9
|
* Make each incoming message have an info_request_event.francis2008-02-01-1/+1
|
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-13/+14
| | | | per message, and has more states.
* Add NOT NULL constraints into the database everywherefrancis2008-01-24-42/+42
|
* Right schemafrancis2008-01-23-4/+4
|
* Various other Rails 2 related bits.francis2008-01-23-4/+4
|
* Migration to Rails 2.0.2francis2008-01-23-63/+70
|
* Let original requester send followup messages.francis2008-01-10-8/+9
|
* Set envelope from for initial requests to a seperate address, and mark messagesfrancis2008-01-03-1/+2
| | | | to that address as being bounce messages. For now just display that simply.
* Rename outgoing message field from sent_at to last_sent_at, as it recordsfrancis2008-01-02-2/+2
| | | | the time the message was last sent, not every time it was sent.
* Framework for logging different events about an FOI request.francis2008-01-02-1/+8
| | | | Log outgoing messages as such events, so can know when one was resent.
* 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-8/+1
| | | | | with a regexp, and should probably just be part of a tag system). Save the classification when submitted by the user.
* Model for storing category of response (contains information, rejection etc.)francis2007-11-14-5/+14
|
* Confirmation email for login.francis2007-11-05-7/+10
|
* Token for email confirmations.francis2007-11-02-1/+2
|
* Save post request properly into database with a model, as a record of where tofrancis2007-11-01-1/+9
| | | | | redirect back to after login. Token generation for these saved logins.
* Model to store incoming messages. Save raw messages to it.francis2007-10-29-1/+8
|