Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Option to hide comments. | francis | 2008-10-02 | -1/+5 |
| | ||||
* | Let super users change status of requires_admin requests from main site | francis | 2008-09-24 | -1/+5 |
| | ||||
* | Annotate models. | francis | 2008-09-22 | -2/+2 |
| | ||||
* | Annotate models. | francis | 2008-09-22 | -2/+2 |
| | ||||
* | Fix up regexps so checking that you do sign works. | francis | 2008-09-22 | -2/+3 |
| | ||||
* | Sort by time, not just by date when sorting by created_at | francis | 2008-09-13 | -2/+9 |
| | ||||
* | Factor out an SQL fragment. | francis | 2008-09-11 | -1/+11 |
| | ||||
* | Show annotations on user pages. | francis | 2008-08-31 | -1/+2 |
| | ||||
* | Annotate models. | francis | 2008-08-31 | -2/+3 |
| | | | | Todo update. | |||
* | Make granularity of permissions and names of functions better. | francis | 2008-08-29 | -1/+5 |
| | ||||
* | Set admin level. | francis | 2008-08-27 | -2/+8 |
| | | | | Make function return value as it should. | |||
* | Admin level field for users. | francis | 2008-08-27 | -2/+12 |
| | | | | | | 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. | |||
* | Some code relating to comments. | francis | 2008-08-09 | -2/+2 |
| | ||||
* | ILIKE is not in the SQL standard, but is a PostgreSQL extension. Stop using it. | francis | 2008-07-28 | -2/+2 |
| | ||||
* | 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 | |||
* | Store incoming messages which aren't to a valid request in a holding pen, and | francis | 2008-07-08 | -1/+20 |
| | | | | let people move them from admin interface. | |||
* | Bullet list in credits on about page. | francis | 2008-05-21 | -2/+2 |
| | | | | | | | | | | | 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. | |||
* | And again. | francis | 2008-05-12 | -2/+2 |
| | ||||
* | Don't allow emails in name field | francis | 2008-05-11 | -1/+4 |
| | ||||
* | Change from acts_as_solr to acts_as_xapian | francis | 2008-04-24 | -6/+4 |
| | ||||
* | Annotate models | francis | 2008-04-21 | -2/+2 |
| | ||||
* | Replace all special sorts with :order clauses on has_many | francis | 2008-04-18 | -2/+2 |
| | ||||
* | Cope with nil | francis | 2008-04-15 | -2/+6 |
| | ||||
* | Strip spaces from user names. | francis | 2008-04-15 | -1/+6 |
| | ||||
* | Show on a request who is tracking it. | francis | 2008-04-04 | -2/+2 |
| | ||||
* | Unique indices for track things tables. | francis | 2008-04-04 | -11/+12 |
| | | | | Annotate models. | |||
* | Email alerts for tracking a particular request. | francis | 2008-04-03 | -1/+2 |
| | ||||
* | Skeleton of tracking / alerting / email. | francis | 2008-04-01 | -2/+2 |
| | ||||
* | Model annotations | francis | 2008-03-31 | -2/+2 |
| | ||||
* | Search index by events, rather than by requests/messages | francis | 2008-03-31 | -2/+6 |
| | ||||
* | requested_from: requested_by: and type: searches. | francis | 2008-03-25 | -9/+9 |
| | ||||
* | More secure password changing - have to specifically have clicked link in | francis | 2008-03-21 | -2/+2 |
| | | | | 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 | -2/+2 |
| | | | | enough public authorities mail them with non-automatic messages. | |||
* | Clean out todo a bit. | francis | 2008-03-18 | -2/+2 |
| | | | | Annotate models up to date. | |||
* | Add tests for broken case of saving info request or user when there is ↵ | francis | 2008-03-15 | -2/+2 |
| | | | | | | existing one with same title/name. Fix the bug, which was in function that makes url_title/url_name. | |||
* | Order search results | francis | 2008-03-13 | -2/+5 |
| | ||||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -2/+9 |
| | | | | name. | |||
* | Index first message text with info requests themselves. | francis | 2008-03-07 | -1/+3 |
| | | | | | | | Fix routing for search queries with full stops in. Public body search indexing. User search indexing. Link to specific users out of ones with same name. | |||
* | Show post redirects on user page | francis | 2008-02-28 | -1/+2 |
| | ||||
* | Prevent leaking of information as to whether user account exists or not. | francis | 2008-02-28 | -3/+2 |
| | ||||
* | annotate models | francis | 2008-02-27 | -2/+3 |
| | ||||
* | Store url_name in database for users | francis | 2008-02-27 | -1/+13 |
| | ||||
* | Tags for public bodies (so can use to categorise for import/export etc.) | francis | 2008-02-26 | -2/+2 |
| | ||||
* | When a response is overdue, email the request creator to tell them so they ↵ | francis | 2008-02-22 | -1/+2 |
| | | | | can send a followup. | |||
* | Update model annotation | francis | 2008-02-21 | -2/+2 |
| | ||||
* | Forgotten password stuff. | francis | 2008-02-20 | -3/+11 |
| | ||||
* | Update model annotations. | francis | 2008-02-14 | -2/+2 |
| | ||||
* | Store historty of state changes in event log. | francis | 2008-02-06 | -2/+2 |
| |