| Commit message (Expand) | Author | Age | Lines |
* | Don't allow numeric only URL names. | francis | 2009-09-07 | -3/+3 |
* | Do permanent redirects so old URLs aren't used. | francis | 2009-09-02 | -2/+2 |
* | Set cookie if it isn't set by sign in page. | francis | 2009-08-19 | -1/+12 |
* | Some (as yet unused) profile photo code done on a whim on the train while it | francis | 2009-08-05 | -1/+7 |
* | Empty list of updates if not logged in | tony | 2009-04-23 | -2/+2 |
* | First pass at 'river of news' style listing of what's been happening | tony | 2009-04-14 | -1/+7 |
* | Paginate requests list on authorities page. | francis | 2009-03-18 | -9/+8 |
* | Option to ban users. | francis | 2009-03-09 | -1/+8 |
* | Button to delete all tracks of a particular type. | francis | 2009-03-05 | -2/+2 |
* | Patch from Tony Bowden to show the user page even if Xapian setup broken. | francis | 2009-03-03 | -3/+8 |
* | Flash at top of user page when logged in telling you what requests you | francis | 2008-09-21 | -1/+6 |
* | Note | francis | 2008-09-14 | -1/+4 |
* | Don't show page on first page. | francis | 2008-09-14 | -2/+6 |
* | Print page numbers on user page, request listing page, similar page. | francis | 2008-09-14 | -1/+2 |
* | Paginate user pages where they've made lots of requests. | francis | 2008-09-08 | -3/+9 |
* | Group tracks on user page. | francis | 2008-09-02 | -1/+5 |
* | Sort list of requests on your page chronologically by creation time. | francis | 2008-08-21 | -2/+2 |
* | Typo in comment. | francis | 2008-08-20 | -2/+2 |
* | Feeds/alerts for authorities and users now includes responses and followups as | francis | 2008-08-07 | -1/+2 |
* | Let adapter compute booleans, so works with sqlite as well as postgresql | francis | 2008-07-30 | -3/+3 |
* | Better error message. | francis | 2008-07-28 | -2/+2 |
* | If you actually sign out, make it session cookie. | francis | 2008-06-12 | -1/+2 |
* | Actually give a message if cookies are disabled. | francis | 2008-06-12 | -1/+8 |
* | Change to using (signed) cookies for session data. | francis | 2008-06-12 | -4/+5 |
* | Track requests by a particular user. | francis | 2008-05-12 | -1/+4 |
* | requested_from: requested_by: and type: searches. | francis | 2008-03-25 | -3/+3 |
* | Test stuff for password changing. | francis | 2008-03-21 | -2/+2 |
* | Rename template to better name. | francis | 2008-03-21 | -3/+5 |
* | Better named variable. | francis | 2008-03-21 | -3/+3 |
* | More secure password changing - have to specifically have clicked link in | francis | 2008-03-21 | -8/+10 |
* | Improvements to test code for requests, users and admin. | francis | 2008-03-20 | -2/+3 |
* | Oops, got URL totally wrong - should be of sending user, not recipient user. | francis | 2008-03-13 | -2/+2 |
* | Tweak formatting of the requests part of user and body pages. | francis | 2008-03-13 | -1/+4 |
* | Make users all have their own URL, rather than sharing if they have the same ... | francis | 2008-03-12 | -2/+3 |
* | Form for contacting other users. | francis | 2008-03-12 | -1/+41 |
* | Fix up tests. | francis | 2008-03-06 | -3/+3 |
* | Typo. | francis | 2008-02-28 | -3/+3 |
* | Rename site to WhatDoTheyKnow | francis | 2008-02-28 | -5/+5 |
* | Prevent leaking of information as to whether user account exists or not. | francis | 2008-02-28 | -29/+43 |
* | Don't show accounts of users who haven't confirmed their email. | francis | 2008-02-28 | -2/+2 |
* | Use names in URLs of requests. | francis | 2008-02-27 | -2/+3 |
* | Fix up some comments and stuff to do with simplify_url_name | francis | 2008-02-27 | -2/+2 |
* | Store url_name in database for users | francis | 2008-02-27 | -4/+4 |
* | Store URL name in database. | francis | 2008-02-27 | -3/+3 |
* | Forgotten password stuff. | francis | 2008-02-20 | -2/+71 |
* | Remove GovernmentSpy name | francis | 2008-02-19 | -3/+3 |
* | Delete old sessions and post redirects. | francis | 2008-02-12 | -2/+2 |
* | Don't say there is a registration form on the right in the case of logging in | francis | 2008-01-10 | -2/+2 |
* | Always call save!, which raises an exception on error, rather than ignoring a... | francis | 2008-01-03 | -3/+3 |
* | Show both signin and signup forms still after error, so can choose other. | francis | 2007-12-14 | -18/+18 |