Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Annotate models update. | francis | 2009-06-26 | -2/+2 |
| | ||||
* | Add charity registration number to database & edit form for public body | tony | 2009-04-13 | -2/+2 |
| | ||||
* | Update models and schema for new table | tony | 2009-03-09 | -2/+2 |
| | ||||
* | Option to ban users. | francis | 2009-03-09 | -2/+2 |
| | ||||
* | Add publication scheme for public bodies. (New database column and admin | tony | 2009-03-04 | -2/+2 |
| | | | | interface only; public display can come later.) | |||
* | Check that we get exim log lines OK. | francis | 2009-02-09 | -2/+2 |
| | | | | Annotate models. | |||
* | Annotate models. | francis | 2009-01-26 | -2/+2 |
| | ||||
* | Tweak a couple of bits of text to make clear only WDTK requests. | francis | 2008-12-04 | -2/+2 |
| | ||||
* | Update model annotations. | francis | 2008-10-28 | -2/+2 |
| | ||||
* | Annotate models. | francis | 2008-09-22 | -2/+2 |
| | ||||
* | Annotate models. | francis | 2008-09-22 | -2/+2 |
| | ||||
* | Try "track this" rather than "email me" wording. | francis | 2008-09-08 | -9/+9 |
| | ||||
* | When tracking a user make it track comments also | francis | 2008-09-08 | -2/+2 |
| | ||||
* | Group tracks on user page. | francis | 2008-09-02 | -1/+20 |
| | ||||
* | Annotate models. | francis | 2008-08-31 | -2/+2 |
| | | | | Todo update. | |||
* | Don't HTML escape email subjects. | francis | 2008-08-29 | -5/+5 |
| | ||||
* | :email is a sentence | francis | 2008-08-29 | -4/+4 |
| | ||||
* | Some code relating to comments. | francis | 2008-08-09 | -2/+2 |
| | ||||
* | Remove unused field. | francis | 2008-08-09 | -7/+1 |
| | ||||
* | Say emailed now | francis | 2008-08-09 | -10/+10 |
| | ||||
* | Remove unused function. | francis | 2008-08-09 | -7/+1 |
| | ||||
* | Display RSS link on same line as form for unsubscribe. | francis | 2008-08-09 | -2/+2 |
| | ||||
* | Wording improvements. | francis | 2008-08-08 | -2/+2 |
| | | | | Style track links in sidebar or main results differently. | |||
* | Email alert subscriptions are now private. Remove RSS subscriptions completely, | francis | 2008-08-08 | -13/+13 |
| | | | | | | | people can use the raw RSS feeds now. This means the way RSS and email alerts are handled is like on other sites, so people will hopefully understand it :) We'll add comments to put back the social stuff we'd hoped having tracks private would gain... | |||
* | Feeds/alerts for authorities and users now includes responses and followups as | francis | 2008-08-07 | -18/+18 |
| | | | | | well as original requests. Add RSS autodetection. | |||
* | Some text changes from Matthew, #1032 | francis | 2008-07-17 | -3/+3 |
| | ||||
* | Fix bug in calculated states calculation. | francis | 2008-07-17 | -2/+2 |
| | | | | Annotate models. | |||
* | Add notes for specific FOI exceptions etc. for authority | francis | 2008-07-16 | -2/+2 |
| | | | | Add home page, including by default calculated | |||
* | Some other bits of EIR text. | francis | 2008-05-27 | -3/+3 |
| | ||||
* | Bullet list in credits on about page. | francis | 2008-05-21 | -7/+23 |
| | | | | | | | | | | | 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 | -2/+2 |
| | | | | are getting spam. | |||
* | Minor text changes | francis | 2008-05-16 | -14/+7 |
| | ||||
* | Find existing tracks more precisely, rather than hitting ones with same | francis | 2008-05-15 | -5/+5 |
| | | | | query but different type. | |||
* | Track things for arbitary search queries. | francis | 2008-05-15 | -3/+28 |
| | ||||
* | Test code for search separated by type. | francis | 2008-05-15 | -2/+2 |
| | ||||
* | Track requests by a particular user. | francis | 2008-05-12 | -2/+28 |
| | ||||
* | Track new requests to a particular public authority. | francis | 2008-05-12 | -3/+29 |
| | ||||
* | Alert about successful requests. | francis | 2008-05-12 | -4/+29 |
| | ||||
* | Generalise links to tracking. | francis | 2008-05-12 | -2/+10 |
| | ||||
* | Show if already tracking new requests. | francis | 2008-05-12 | -3/+6 |
| | ||||
* | update model annotations | francis | 2008-05-12 | -2/+2 |
| | ||||
* | Track new requests. | francis | 2008-05-12 | -2/+25 |
| | ||||
* | Annotate models | francis | 2008-04-21 | -2/+2 |
| | ||||
* | Fix duplicate by by (see http://www.whatdotheyknow.com/track/feed/5) | francis | 2008-04-09 | -2/+2 |
| | | | | | | Added more privacy warnings to preview Fix escaping of HTML in titles in RSS Improved CSV import function a bit | |||
* | RSS (uumm, Atom :) ) feeds for tracks | francis | 2008-04-09 | -2/+4 |
| | ||||
* | Show on a request who is tracking it. | francis | 2008-04-04 | -3/+3 |
| | ||||
* | Prevent tracking same request twice. | francis | 2008-04-04 | -1/+7 |
| | ||||
* | Unique indices for track things tables. | francis | 2008-04-04 | -2/+5 |
| | | | | Annotate models. | |||
* | Put links on user pages, yeuch | francis | 2008-04-04 | -2/+8 |
| | ||||
* | Some formatting improvements. | francis | 2008-04-03 | -2/+2 |
| |