Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move category hashes into own lib, to be sure they don't cause leak. | francis | 2009-09-14 | -3/+3 |
| | ||||
* | For debugbging. | francis | 2009-09-14 | -1/+2 |
| | ||||
* | Don't spawn process for RAM check | francis | 2009-09-14 | -10/+16 |
| | ||||
* | Constants must be caps | francis | 2009-09-10 | -3/+3 |
| | ||||
* | Do before and after each req | francis | 2009-09-10 | -4/+8 |
| | ||||
* | Nasty debugging :) | francis | 2009-09-10 | -1/+8 |
| | ||||
* | Syndicate blog from www.mysociety.org WDTK category | francis | 2009-09-09 | -1/+17 |
| | ||||
* | More debug. | francis | 2009-09-09 | -2/+2 |
| | ||||
* | Change algorithm for showing filenames so works with odd cases better | francis | 2009-09-09 | -2/+2 |
| | ||||
* | Typo. | francis | 2009-09-09 | -2/+2 |
| | ||||
* | Remove some obsolete no_crawl, now in robots.txt. | francis | 2009-09-09 | -15/+7 |
| | | | | Make it not go deep into page listings of requests. | |||
* | Make hidden requests return 410 Gone | francis | 2009-09-08 | -2/+2 |
| | ||||
* | Check address to when working out holding pen address | francis | 2009-09-08 | -2/+7 |
| | ||||
* | Slightly more info on admin page. | francis | 2009-09-07 | -2/+7 |
| | ||||
* | Apply email censor rules a) to HTML conversions, b) to PDfs | francis | 2009-09-07 | -5/+7 |
| | ||||
* | Don't allow numeric only URL names. | francis | 2009-09-07 | -6/+6 |
| | | | | Test the URL name code a bit. | |||
* | Look up request just by id, not using hash, on holding pen pages. | francis | 2009-09-07 | -3/+10 |
| | ||||
* | Wouldn't render .html otherwise, oops | francis | 2009-09-07 | -6/+10 |
| | ||||
* | More debug | francis | 2009-09-07 | -2/+2 |
| | ||||
* | Better order | francis | 2009-09-04 | -4/+4 |
| | ||||
* | Fix sorting. | francis | 2009-09-04 | -2/+3 |
| | ||||
* | Tweaks to front page. | francis | 2009-09-03 | -9/+18 |
| | ||||
* | Force correct filename for attachments. | francis | 2009-09-02 | -3/+6 |
| | ||||
* | Whoops, missed some redirect permanents | francis | 2009-09-02 | -3/+3 |
| | ||||
* | Minor spacing change. | francis | 2009-09-02 | -2/+2 |
| | ||||
* | Do permanent redirects so old URLs aren't used. | francis | 2009-09-02 | -7/+7 |
| | ||||
* | Add help about not putting allegations in requests. | francis | 2009-08-26 | -2/+15 |
| | | | | | | | | | | | Add help about not impersonating. Link to game from help. Require login to play request game (probably should show some stuff without login, but is nice to have login before they get to individual request pages) Cope with the game finishing (all being classified). Make action links in game into buttons. Margin at bottom of login page. | |||
* | Show correctly what happens with pagination when mass adding tags. | francis | 2009-08-26 | -3/+7 |
| | | | | | Keep page number are on when mass adding tags. Display count of number of matches. | |||
* | Put tags (with links) in column on list of bodies admin interface tables. | francis | 2009-08-26 | -2/+29 |
| | | | | Interface to mass add tags to all bodies in admin search result. | |||
* | Reindex in Xapian when censor rules change. | francis | 2009-08-21 | -1/+3 |
| | ||||
* | Apply censor rules to PDFs (seems to work!) | francis | 2009-08-20 | -2/+2 |
| | ||||
* | Set cookie if it isn't set by sign in page. | francis | 2009-08-19 | -1/+12 |
| | | | | Improve text when cookies not working. | |||
* | Don't allow duplicate followup messages to the same request. | francis | 2009-08-18 | -1/+7 |
| | | | | Prevent requests, followups and annotations which have all capitals or all lowercase letters. | |||
* | Some (as yet unused) profile photo code done on a whim on the train while it | francis | 2009-08-05 | -1/+7 |
| | | | | was my birthday. | |||
* | Fix redirect after logging in, so works with Passenger. | francis | 2009-07-28 | -3/+3 |
| | | | | Make it go to user page rather than front page. | |||
* | Full URL | francis | 2009-07-22 | -2/+2 |
| | ||||
* | Destroy outgoing messages button. | francis | 2009-07-21 | -1/+14 |
| | ||||
* | Need to use UTC in conditions | francis | 2009-07-16 | -3/+3 |
| | ||||
* | Some shorter timelines. | francis | 2009-07-16 | -1/+9 |
| | ||||
* | Add Vary header. | francis | 2009-07-14 | -9/+15 |
| | ||||
* | Cache a few more things with Squid. | francis | 2009-07-14 | -6/+10 |
| | ||||
* | Cache some popular main pages. | francis | 2009-07-14 | -2/+5 |
| | ||||
* | Use referrer to not print "next," if you haven't come from new request / ↵ | francis | 2009-07-01 | -1/+8 |
| | | | | front page flow. | |||
* | Change attachment caching code to lower level functions. | francis | 2009-07-01 | -23/+27 |
| | | | | | | Make mime types the same for cached and uncached images. Store images from PDF/DOC etc. extraction in correct cache place. Make sure such images are authenticated with permissions to view request. | |||
* | Use caching that allows pre-authentication. | francis | 2009-06-30 | -42/+35 |
| | | | | | Add test code for hidden requests. Make super users able to view hidden requests. | |||
* | Show list of banned users. | francis | 2009-06-25 | -1/+6 |
| | ||||
* | "hidden" option to completely hide requests (from everyone except ↵ | francis | 2009-06-23 | -31/+61 |
| | | | | administrator screens). | |||
* | Rename body controller to public_body for consistency. | francis | 2009-06-22 | -4/+4 |
| | ||||
* | Change name of historic URL finding function. | francis | 2009-06-16 | -2/+2 |
| | | | | Make it remove duplicates - so if finds same short name multiple times in history of one body, it returns that body. | |||
* | Fix bug where follow up to defunct authority would cause errors. | francis | 2009-06-16 | -1/+8 |
| |