aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Collapse)AuthorAgeLines
...
* Do the cacheing ourselves.Francis Irving2010-05-19-3/+8
|
* Use right cache dir for images in converted pdfs/docsFrancis Irving2010-05-18-1/+3
|
* Generate path for fragment cache in central placeFrancis Irving2010-05-18-3/+4
|
* Read only mode.Francis Irving2010-05-06-0/+1
|
* Fix up styling on view XLS as HTMLFrancis Irving2010-03-10-2/+2
|
* Add View as HTML for ExcelFrancis Irving2010-03-10-3/+3
|
* This was broken due to Rails version change altering name of class -Francis Irving2010-03-03-1/+1
| | | | found by adding tests (see later commit for them)
* Table showing event history.Francis Irving2010-01-20-1/+16
|
* Better error when attachment doesn't get foundFrancis Irving2009-12-22-0/+1
|
* Fix bug that stopped re-editing requests workingFrancis Irving2009-12-22-2/+2
|
* Make sure text is fine for schools.Francis Irving2009-12-16-2/+2
|
* Change messages displayed when in waiting_response_very_overdue stateFrancis Irving2009-12-10-0/+3
|
* Change salutation from "Sir or Madam" to name of authority.Francis Irving2009-12-04-14/+14
|
* When user withdraws request, prompt them to send message to authority.Francis Irving2009-12-04-2/+2
|
* Various tidying (removing unnecessary variables).francis2009-10-19-5/+10
| | | | Test for hidden requests when showing responses.
* League table for classification game.francis2009-10-14-3/+3
| | | | | Show progress of game with Google chart. Don't require login for main game page.
* Move the actual messages sent to authorities into a separate mailer model ↵francis2009-10-04-2/+2
| | | | class (so can give them different layout, but is nice anyhow)
* how different flash if going back to game, vs staying on page of request. ↵francis2009-10-03-3/+8
| | | | Link to request in former case.
* Loads of changes to timescale text, to make it more legally accurate, but stillfrancis2009-10-02-3/+3
| | | | forceful.
* Fix what page it takes admin users to properly, and test code (done on train)francis2009-10-01-15/+13
|
* Let some users leave requests undescribed.francis2009-10-01-2/+2
|
* If you are super user, for your *own* requests, when you have classified themfrancis2009-09-23-2/+2
| | | | show the normal workflow.
* Fix slightly obtuse error with someone uploading web response when there is ↵francis2009-09-18-2/+7
| | | | no email for authority.
* Make a few more calls modify strings in place to reduce memory use.francis2009-09-15-2/+2
|
* Change censor rules to apply to strings in place, so using less memory on ↵francis2009-09-15-2/+2
| | | | | | large strings. Add lots of test code for censor rules.
* 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
|