aboutsummaryrefslogtreecommitdiffstats
path: root/db
Commit message (Collapse)AuthorAgeLines
* Fixture based migration wouldn't run on live server because PostgreSQL userfrancis2009-03-12-4/+56
| | | | doesn't have super powers to disable triggers.
* Move the initial holiday data to a fixture and load it in the migration,tony2009-03-09-56/+4
| | | | so that it works in test mode too.
* Update models and schema for new tabletony2009-03-09-1/+8
|
* Move holidays to the databasetony2009-03-09-0/+71
|
* Option to ban users.francis2009-03-09-1/+12
|
* Add publication scheme for public bodies. (New database column and admintony2009-03-04-13/+27
| | | | interface only; public display can come later.)
* Fix order so can drop despite constraint.francis2009-03-03-1/+1
|
* Load exim log files into database.francis2009-01-27-1/+53
|
* Make waiting_response get set as described state of initial sent event.francis2008-12-17-1/+9
| | | | Alter historical ones to that also.
* Lots of the code for internal review state.francis2008-11-05-1/+16
|
* Code to flexibly remove text from requests, configured via database.francis2008-10-27-1/+42
|
* Schema was wrong as my local db was wrong.francis2008-09-24-1/+1
|
* Annotate models.francis2008-09-22-1/+1
|
* Fix up test code, and some bugs relating to splitting out raw_email data.francis2008-09-22-2/+44
|
* Speed up list page query.francis2008-09-13-1/+15
|
* When tracking a user make it track comments alsofrancis2008-09-08-1/+15
|
* Migration to Rails 2.1francis2008-09-04-4/+4
|
* Find mime types we don't yet handle.francis2008-08-29-1/+4
| | | | Icon for BMP
* Indicesfrancis2008-08-29-0/+11
|
* Admin level field for users.francis2008-08-27-1/+11
| | | | | | Edit users from admin interface. Let admin users classify any request from main website interface. Give admin users links from users/bodies/requests to admin interface.
* Most of comments code.francis2008-08-13-0/+33
|
* Some code relating to comments.francis2008-08-09-1/+11
|
* Feeds/alerts for authorities and users now includes responses and followups asfrancis2008-08-07-1/+10
| | | | | well as original requests. Add RSS autodetection.
* Add various missing categories, and have headings for categories.francis2008-07-31-20/+22
|
* Some getting it to work on MySQLfrancis2008-07-30-15/+43
|
* Make migration work on SQLitefrancis2008-07-30-76/+105
|
* Make sure simple search results and front page listings don't require ↵francis2008-07-17-1/+11
| | | | | | | loading of raw_data in. Add lazy load, so raw_data attribute doesn't get loaded until needed. This is performance stuff, as the transfer for large raw data entries takes a while.
* Add notes for specific FOI exceptions etc. for authorityfrancis2008-07-16-10/+29
| | | | Add home page, including by default calculated
* Change to using (signed) cookies for session data.francis2008-06-12-11/+17
| | | | "Remember me" checkbox which sets cookie expiry dates.
* Support authorities to which only EIR requests can be made.francis2008-05-27-1/+11
|
* Bullet list in credits on about page.francis2008-05-21-6/+16
| | | | | | | | | | | Rename rss_at to described_at. Email alerts based on date of description, not just creation date (so don't miss things that were created before alert but described only recently) Tidy up when described vs. newest is used for sort order. Caching of text extracted from attachments, and display in search results. Add some tests for things that aren't tested. (alright, maybe we *should* use git/hg if I'm going to keep doing this many separate commits on a train)
* Option to stop new respones for individual requests which for whatever reasonfrancis2008-05-19-1/+11
| | | | are getting spam.
* Allow more than 255 charcters in comment in history, so doesn't give weird ↵francis2008-05-11-2/+11
| | | | errors when you enter long comments.
* update calculation of even status following bug fix, and move of call from Solr.francis2008-04-29-0/+2
|
* More stuff for Solr to Xapian changefrancis2008-04-24-3/+29
|
* Bahfrancis2008-04-16-3/+1
|
* A notefrancis2008-04-16-1/+6
|
* Store incoming and outgoing message id in the table for info request events, ↵francis2008-04-15-5/+32
| | | | 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-4/+6
|
* Unique indices for track things tables.francis2008-04-04-1/+16
| | | | Annotate models.
* Email alerts for tracking a particular request.francis2008-04-03-19/+50
|
* Skeleton of tracking / alerting / email.francis2008-04-01-1/+54
|
* Sort order specially for RSSfrancis2008-03-31-5/+16
|
* Column for calculated state of an event.francis2008-03-31-5/+15
|
* Send email to remind people to classify their response.francis2008-03-24-4/+20
|
* More secure password changing - have to specifically have clicked link infrancis2008-03-21-6/+18
| | | | 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/+14
| | | | 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/+13
| | | | There are more important things.