Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fixture based migration wouldn't run on live server because PostgreSQL user | francis | 2009-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, | tony | 2009-03-09 | -56/+4 |
| | | | | so that it works in test mode too. | |||
* | Move holidays to the database | tony | 2009-03-09 | -0/+71 |
| | ||||
* | Option to ban users. | francis | 2009-03-09 | -0/+10 |
| | ||||
* | Add publication scheme for public bodies. (New database column and admin | tony | 2009-03-04 | -0/+12 |
| | | | | interface only; public display can come later.) | |||
* | Fix order so can drop despite constraint. | francis | 2009-03-03 | -1/+1 |
| | ||||
* | Load exim log files into database. | francis | 2009-01-27 | -0/+34 |
| | ||||
* | Make waiting_response get set as described state of initial sent event. | francis | 2008-12-17 | -0/+8 |
| | | | | Alter historical ones to that also. | |||
* | Lots of the code for internal review state. | francis | 2008-11-05 | -0/+12 |
| | ||||
* | Code to flexibly remove text from requests, configured via database. | francis | 2008-10-27 | -0/+29 |
| | ||||
* | Fix up test code, and some bugs relating to splitting out raw_email data. | francis | 2008-09-22 | -0/+38 |
| | ||||
* | Speed up list page query. | francis | 2008-09-13 | -0/+12 |
| | ||||
* | When tracking a user make it track comments also | francis | 2008-09-08 | -0/+14 |
| | ||||
* | Indices | francis | 2008-08-29 | -0/+11 |
| | ||||
* | Admin level field for users. | francis | 2008-08-27 | -0/+9 |
| | | | | | | 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. | francis | 2008-08-13 | -0/+32 |
| | ||||
* | Feeds/alerts for authorities and users now includes responses and followups as | francis | 2008-08-07 | -0/+9 |
| | | | | | well as original requests. Add RSS autodetection. | |||
* | Some getting it to work on MySQL | francis | 2008-07-30 | -15/+43 |
| | ||||
* | Make migration work on SQLite | francis | 2008-07-30 | -54/+85 |
| | ||||
* | Make sure simple search results and front page listings don't require ↵ | francis | 2008-07-17 | -0/+9 |
| | | | | | | | 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 authority | francis | 2008-07-16 | -0/+15 |
| | | | | Add home page, including by default calculated | |||
* | Change to using (signed) cookies for session data. | francis | 2008-06-12 | -0/+16 |
| | | | | "Remember me" checkbox which sets cookie expiry dates. | |||
* | Support authorities to which only EIR requests can be made. | francis | 2008-05-27 | -0/+9 |
| | ||||
* | Bullet list in credits on about page. | francis | 2008-05-21 | -1/+10 |
| | | | | | | | | | | | 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 reason | francis | 2008-05-19 | -0/+9 |
| | | | | are getting spam. | |||
* | Allow more than 255 charcters in comment in history, so doesn't give weird ↵ | francis | 2008-05-11 | -0/+9 |
| | | | | errors when you enter long comments. | |||
* | update calculation of even status following bug fix, and move of call from Solr. | francis | 2008-04-29 | -0/+2 |
| | ||||
* | More stuff for Solr to Xapian change | francis | 2008-04-24 | -0/+20 |
| | ||||
* | A note | francis | 2008-04-16 | -0/+3 |
| | ||||
* | Store incoming and outgoing message id in the table for info request events, ↵ | francis | 2008-04-15 | -0/+25 |
| | | | | so has proper foreign key. | |||
* | Remove silly index | francis | 2008-04-04 | -2/+6 |
| | ||||
* | Unique indices for track things tables. | francis | 2008-04-04 | -0/+11 |
| | | | | Annotate models. | |||
* | Email alerts for tracking a particular request. | francis | 2008-04-03 | -0/+25 |
| | ||||
* | Skeleton of tracking / alerting / email. | francis | 2008-04-01 | -0/+37 |
| | ||||
* | Sort order specially for RSS | francis | 2008-03-31 | -0/+10 |
| | ||||
* | Column for calculated state of an event. | francis | 2008-03-31 | -0/+9 |
| | ||||
* | Send email to remind people to classify their response. | francis | 2008-03-24 | -0/+13 |
| | ||||
* | More secure password changing - have to specifically have clicked link in | francis | 2008-03-21 | -0/+11 |
| | | | | change password email, rather than using any link. | |||
* | Get rid of special envelope from -bounce addresses, as they are no good since | francis | 2008-03-21 | -0/+9 |
| | | | | enough public authorities mail them with non-automatic messages. | |||
* | Remove complaint_email field as we were never filling it in or using it. ↵ | francis | 2008-03-17 | -0/+12 |
| | | | | There are more important things. | |||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -0/+17 |
| | | | | name. | |||
* | Index the solr freshness boolean | francis | 2008-03-06 | -0/+2 |
| | ||||
* | First pass at indexing info requests with solr | francis | 2008-03-06 | -0/+9 |
| | ||||
* | Don't say unique on drop | francis | 2008-02-28 | -1/+1 |
| | ||||
* | Prevent leaking of information as to whether user account exists or not. | francis | 2008-02-28 | -0/+19 |
| | ||||
* | Forgot this. | francis | 2008-02-27 | -0/+17 |
| | ||||
* | Use names in URLs of requests. | francis | 2008-02-27 | -1/+1 |
| | ||||
* | Store url_name in database for users | francis | 2008-02-27 | -0/+17 |
| | ||||
* | Store URL name in database. | francis | 2008-02-27 | -0/+18 |
| | | | | Allow blank short names. | |||
* | Tags for public bodies (so can use to categorise for import/export etc.) | francis | 2008-02-26 | -0/+17 |
| |