Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | For debugbging. | francis | 2009-09-14 | -1/+2 |
| | ||||
* | 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 |
| | ||||
* | Remove some obsolete no_crawl, now in robots.txt. | francis | 2009-09-09 | -6/+6 |
| | | | | Make it not go deep into page listings of requests. | |||
* | Make hidden requests return 410 Gone | francis | 2009-09-08 | -2/+2 |
| | ||||
* | Apply email censor rules a) to HTML conversions, b) to PDfs | francis | 2009-09-07 | -5/+7 |
| | ||||
* | Wouldn't render .html otherwise, oops | francis | 2009-09-07 | -6/+10 |
| | ||||
* | More debug | francis | 2009-09-07 | -2/+2 |
| | ||||
* | Force correct filename for attachments. | francis | 2009-09-02 | -3/+6 |
| | ||||
* | Whoops, missed some redirect permanents | francis | 2009-09-02 | -3/+3 |
| | ||||
* | Do permanent redirects so old URLs aren't used. | francis | 2009-09-02 | -2/+2 |
| | ||||
* | Apply censor rules to PDFs (seems to work!) | francis | 2009-08-20 | -2/+2 |
| | ||||
* | 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. | |||
* | Add Vary header. | francis | 2009-07-14 | -2/+2 |
| | ||||
* | Cache a few more things with Squid. | francis | 2009-07-14 | -2/+3 |
| | ||||
* | Cache some popular main pages. | francis | 2009-07-14 | -1/+2 |
| | ||||
* | 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 | -8/+18 |
| | | | | | Add test code for hidden requests. Make super users able to view hidden requests. | |||
* | "hidden" option to completely hide requests (from everyone except ↵ | francis | 2009-06-23 | -5/+23 |
| | | | | administrator screens). | |||
* | Fix bug where follow up to defunct authority would cause errors. | francis | 2009-06-16 | -1/+8 |
| | ||||
* | Fancier options for stopping new responses to requests. | francis | 2009-06-15 | -2/+2 |
| | ||||
* | Add "defunct" to types of authority. | francis | 2009-06-12 | -2/+8 |
| | ||||
* | First pass at the 'help us tidy up old uncategorised requests' game | tony | 2009-05-11 | -3/+4 |
| | ||||
* | use the new is_incoming_message? etc methods | tony | 2009-04-23 | -3/+3 |
| | ||||
* | Log when anyone other than the request owner updates its status | louise | 2009-04-15 | -1/+11 |
| | ||||
* | Adding form for anyone logged in to update the status of a request that is ↵ | louise | 2009-04-14 | -4/+12 |
| | | | | old and unclassified | |||
* | Allow request owners or admins to update the status of a request at any time ↵ | louise | 2009-04-07 | -26/+26 |
| | | | | from the main request page | |||
* | Rebuild xapian index before specs that require it - to allow tests to be ↵ | louise | 2009-04-03 | -1/+2 |
| | | | | more independent, so they can be run in any order. Nest specs so that specs that do not need views generated do not have integrate_views set - mocks for these specs can now be simpler. Add new specs and code for handling an update_status param. | |||
* | Should use flash.now if not redirecting | tony | 2009-03-23 | -2/+2 |
| | ||||
* | Banned users can't make follow ups any more. | francis | 2009-03-18 | -1/+8 |
| | ||||
* | Option to ban users. | francis | 2009-03-09 | -14/+22 |
| | ||||
* | Blank out emails in outgoing messages. Hope I've got every case. | francis | 2009-03-07 | -6/+5 |
| | ||||
* | Change email warning a bit, and make a few warnings into red errors, rather ↵ | francis | 2009-03-07 | -6/+8 |
| | | | | than green notices. | |||
* | Change it to ask "what best describes the status of this request now" | francis | 2009-02-27 | -4/+7 |
| | | | | | | rather than "what *is* the status..." Remove "none of the above" for now, see how that goes. Add new error_message state, for delivery failures etc. | |||
* | Patch from Tony Bowden to still display requests pages even if Xapian not ↵ | francis | 2009-02-27 | -4/+8 |
| | | | | set up. | |||
* | Fix typo | francis | 2009-01-23 | -2/+2 |
| | ||||
* | Fix typo | francis | 2009-01-23 | -2/+2 |
| | ||||
* | Change wording of front page (due to Karl). | francis | 2009-01-10 | -1/+6 |
| | | | | Make view requests link go to successful ones by default, rather than sent ones, so is more encouraging. | |||
* | Don't strip emails etc. from PDFs, won't work. | francis | 2008-12-04 | -2/+2 |
| | ||||
* | Don't specifically mention internal review there. | francis | 2008-11-17 | -3/+3 |
| | ||||
* | Improve help. | francis | 2008-11-17 | -2/+2 |
| | ||||
* | Better help when new request made | francis | 2008-11-11 | -2/+6 |
| | ||||
* | Detect mime type of files by looking inside them if all else fails. | francis | 2008-11-10 | -1/+4 |
| | | | | | Set file extension to appropriate one for mime type, so when Apache caches it it can guess right mime type again later. | |||
* | Improve message when you enter not held state. | francis | 2008-11-07 | -3/+12 |
| | ||||
* | Default internal review text, and URL. | francis | 2008-11-07 | -2/+4 |
| | ||||
* | Properly show if internal review when choosing it in follow up radio button, but | francis | 2008-11-07 | -1/+6 |
| | | | | remember we came from radio button rather than specific action. | |||
* | Lots more internal review stuff. | francis | 2008-11-07 | -9/+19 |
| | ||||
* | Better wording. | francis | 2008-11-06 | -3/+3 |
| | ||||
* | Lots of the code for internal review state. | francis | 2008-11-05 | -2/+10 |
| | ||||
* | Show images properly | francis | 2008-10-28 | -2/+5 |
| |