aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
Commit message (Collapse)AuthorAgeLines
* Removing db/schema. db/development_structure.sql is a better representation ↵Louise Crow2011-02-24-262/+0
| | | | of the db as lots of sql execute statements have been used in migrations.
* Index post redirectFrancis Irving2010-10-09-1/+2
|
* Tags for requests, with admin interface to view/edit them.Francis Irving2010-09-29-3/+3
|
* Factor out model of public body tags into generic tag string modelFrancis Irving2010-09-29-11/+13
|
* Cache folded and unfolded text for main body.Francis Irving2010-09-14-2/+3
|
* Some more indices.Francis Irving2010-09-14-1/+5
|
* Allow multiple keys the sameFrancis Irving2010-08-04-2/+2
|
* Remove charity number fieldFrancis Irving2010-07-27-2/+1
|
* Initial support for machine tagsFrancis Irving2010-07-26-1/+3
|
* Editable about me textFrancis Irving2010-07-18-1/+2
|
* Add specific draft attribute.Francis Irving2010-07-15-2/+3
|
* Get key dependency right. Test for draft pictures.Francis Irving2010-07-15-2/+2
|
* Remove mapping from photo to userFrancis Irving2010-07-14-3/+2
|
* chema change to reflect new migration.Francis Irving2010-06-09-1/+2
|
* The 'internal_error' default for track_type is in the migrations, butFrancis Irving2009-12-01-4/+4
| | | | | somehow just hadn't made it to the live database. Have updated live database, so now this should come out the same.
* Live site altered db schema whitespaceroot2009-11-28-4/+4
|
* Migrate to using a binary database field for storing raw emails, rather than ↵Francis Irving2009-10-30-6/+7
| | | | | | text. Does it gradually, so existing column is left alone to speed things up.
* League table for classification game.francis2009-10-14-5/+6
| | | | | Show progress of game with Google chart. Don't require login for main game page.
* Store only clipped attachment text in database.francis2009-09-17-6/+6
|
* Some (as yet unused) profile photo code done on a whim on the train while itfrancis2009-08-05-1/+7
| | | | was my birthday.
* Fancier options for stopping new responses to requests.francis2009-06-15-12/+13
|
* Add index, thanks Alex.francis2009-06-12-1/+3
|
* Add "defunct" to types of authority.francis2009-06-12-1/+3
|
* Add charity registration number to database & edit form for public bodytony2009-04-13-1/+3
|
* Update models and schema for new tabletony2009-03-09-1/+8
|
* Option to ban users.francis2009-03-09-1/+2
|
* Add publication scheme for public bodies. (New database column and admintony2009-03-04-13/+15
| | | | interface only; public display can come later.)
* Load exim log files into database.francis2009-01-27-1/+19
|
* Make waiting_response get set as described state of initial sent event.francis2008-12-17-1/+1
| | | | Alter historical ones to that also.
* Lots of the code for internal review state.francis2008-11-05-1/+4
|
* Code to flexibly remove text from requests, configured via database.francis2008-10-27-1/+13
|
* 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/+6
|
* Speed up list page query.francis2008-09-13-1/+3
|
* When tracking a user make it track comments alsofrancis2008-09-08-1/+1
|
* 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
* Admin level field for users.francis2008-08-27-1/+2
| | | | | | 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/+1
|
* 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/+1
| | | | | well as original requests. Add RSS autodetection.
* Add various missing categories, and have headings for categories.francis2008-07-31-20/+22
|
* Make migration work on SQLitefrancis2008-07-30-22/+20
|
* Make sure simple search results and front page listings don't require ↵francis2008-07-17-1/+2
| | | | | | | 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/+14
| | | | Add home page, including by default calculated
* Change to using (signed) cookies for session data.francis2008-06-12-11/+1
| | | | "Remember me" checkbox which sets cookie expiry dates.
* Support authorities to which only EIR requests can be made.francis2008-05-27-1/+2
|
* Bullet list in credits on about page.francis2008-05-21-5/+6
| | | | | | | | | | | 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/+2
| | | | are getting spam.