aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Collapse)AuthorAgeLines
* For debugbging.francis2009-09-14-1/+2
|
* More debug.francis2009-09-09-2/+2
|
* Change algorithm for showing filenames so works with odd cases betterfrancis2009-09-09-2/+2
|
* Remove some obsolete no_crawl, now in robots.txt.francis2009-09-09-6/+6
| | | | Make it not go deep into page listings of requests.
* Make hidden requests return 410 Gonefrancis2009-09-08-2/+2
|
* Apply email censor rules a) to HTML conversions, b) to PDfsfrancis2009-09-07-5/+7
|
* Wouldn't render .html otherwise, oopsfrancis2009-09-07-6/+10
|
* More debugfrancis2009-09-07-2/+2
|
* Force correct filename for attachments.francis2009-09-02-3/+6
|
* Whoops, missed some redirect permanentsfrancis2009-09-02-3/+3
|
* Do permanent redirects so old URLs aren't used.francis2009-09-02-2/+2
|
* Apply censor rules to PDFs (seems to work!)francis2009-08-20-2/+2
|
* Don't allow duplicate followup messages to the same request.francis2009-08-18-1/+7
| | | | Prevent requests, followups and annotations which have all capitals or all lowercase letters.
* Add Vary header.francis2009-07-14-2/+2
|
* Cache a few more things with Squid.francis2009-07-14-2/+3
|
* Cache some popular main pages.francis2009-07-14-1/+2
|
* Change attachment caching code to lower level functions.francis2009-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.francis2009-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 ↵francis2009-06-23-5/+23
| | | | administrator screens).
* Fix bug where follow up to defunct authority would cause errors.francis2009-06-16-1/+8
|
* Fancier options for stopping new responses to requests.francis2009-06-15-2/+2
|
* Add "defunct" to types of authority.francis2009-06-12-2/+8
|
* First pass at the 'help us tidy up old uncategorised requests' gametony2009-05-11-3/+4
|
* use the new is_incoming_message? etc methodstony2009-04-23-3/+3
|
* Log when anyone other than the request owner updates its statuslouise2009-04-15-1/+11
|
* Adding form for anyone logged in to update the status of a request that is ↵louise2009-04-14-4/+12
| | | | old and unclassified
* Allow request owners or admins to update the status of a request at any time ↵louise2009-04-07-26/+26
| | | | from the main request page
* Rebuild xapian index before specs that require it - to allow tests to be ↵louise2009-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 redirectingtony2009-03-23-2/+2
|
* Banned users can't make follow ups any more.francis2009-03-18-1/+8
|
* Option to ban users.francis2009-03-09-14/+22
|
* Blank out emails in outgoing messages. Hope I've got every case.francis2009-03-07-6/+5
|
* Change email warning a bit, and make a few warnings into red errors, rather ↵francis2009-03-07-6/+8
| | | | than green notices.
* Change it to ask "what best describes the status of this request now"francis2009-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 ↵francis2009-02-27-4/+8
| | | | set up.
* Fix typofrancis2009-01-23-2/+2
|
* Fix typofrancis2009-01-23-2/+2
|
* Change wording of front page (due to Karl).francis2009-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.francis2008-12-04-2/+2
|
* Don't specifically mention internal review there.francis2008-11-17-3/+3
|
* Improve help.francis2008-11-17-2/+2
|
* Better help when new request madefrancis2008-11-11-2/+6
|
* Detect mime type of files by looking inside them if all else fails.francis2008-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.francis2008-11-07-3/+12
|
* Default internal review text, and URL.francis2008-11-07-2/+4
|
* Properly show if internal review when choosing it in follow up radio button, butfrancis2008-11-07-1/+6
| | | | remember we came from radio button rather than specific action.
* Lots more internal review stuff.francis2008-11-07-9/+19
|
* Better wording.francis2008-11-06-3/+3
|
* Lots of the code for internal review state.francis2008-11-05-2/+10
|
* Show images properlyfrancis2008-10-28-2/+5
|