aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Expand)AuthorAgeLines
* Escaping fixes involving the unpleasant mix of translations, html and string ...Matthew Landauer2013-01-03-3/+3
* Handle the default blank string passed by Configuration moduleLouise Crow2012-10-25-1/+1
* Handle a blank convert command more explicitly.Louise Crow2012-10-25-1/+1
* Don't keep recalculating the request statusLouise Crow2012-10-23-14/+15
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
* Inline ConfigHelper force_registration_on_new_requestMatthew Landauer2012-09-25-1/+1
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-7/+6
* Record a status update by someone other than the request owner as a request c...Louise Crow2012-09-11-6/+6
* Don't allow status updates on external requests from the front end interface ...Louise Crow2012-08-23-1/+14
* Don't error on a request to followup an external request.Louise Crow2012-08-23-0/+7
* Fail with NotFound if request slug doesn't existRobin Houston2012-08-20-19/+9
* Do not send email for external requestsRobin Houston2012-08-20-1/+1
* When displaying attachments, only cache them out to files if they are visible...Louise Crow2012-08-16-3/+12
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2012-06-23-4/+9
|\
| * Only extend the cache time on InfoRequest views for sites with Varnish purgin...Seb Bacon2012-06-20-1/+7
| * Increase the time a page is cached for sites that are using Varnish. Relatedl...Seb Bacon2012-06-20-1/+1
| * Revert "Set a "Content-Disposition: attachment" header when downloading files...Seb Bacon2012-06-15-2/+1
| * Make emails requesting admin attention appear to come from the user who reque...Seb Bacon2012-06-12-1/+1
* | Improve explanationRobin Houston2012-06-06-2/+4
* | Redirect numeric request URLs in JSON mode tooRobin Houston2012-06-06-1/+1
|/
* Prevent spiders from reporting requestsRobin Houston2012-06-03-0/+6
* File.dirname(__FILE__) is not necessarily absoluteRobin Houston2012-06-03-1/+1
* Test for reporting functionalitySeb Bacon2012-05-24-1/+3
* First stab at new feature. Adds new box in sidebar for reporting an issue, a ...Seb Bacon2012-05-24-0/+11
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-50/+50
* Don't cache results from pages with different locales using the same key. Fi...Seb Bacon2012-05-04-1/+1
* Admin users clicking confirmation linksRobin Houston2012-03-13-1/+7
* Set a "Content-Disposition: attachment" header when downloading files. Close...Seb Bacon2012-02-15-1/+2
* Trailing whitespaceRobin Houston2012-02-10-1/+1
* Make /similar/request/NONESUCH a 404 not 500 errorRobin Houston2012-02-10-1/+3
* Change wording of rate-limited pageRobin Houston2012-02-05-0/+2
* issue #351 reduxRobin Houston2012-02-01-1/+4
* Keep message text if user is rate-limitedRobin Houston2012-01-31-4/+19
* Rate limitingRobin Houston2012-01-29-2/+6
* Fix #372Robin Houston2012-01-26-1/+1
* Remove trailing spacesRobin Houston2012-01-26-1/+1
* Ensure short cache keys for interlock. Fixes #362Seb Bacon2012-01-24-1/+2
* Bug: we are causing a 500 when trying to raise 404 because the arguments to t...Seb Bacon2012-01-24-1/+2
* Don't allow users to page beyond a certain number of results (because in larg...Seb Bacon2012-01-20-5/+8
* Don't obscure user searches on request listing page behind cache. Fixes #256Robin Houston2012-01-19-1/+1
* Merge branch 'release/0.5' into wdtkRobin Houston2012-01-19-1/+2
|\
| * Return a 404 for broken attachment urls. Fixes #351.Seb Bacon2012-01-18-1/+2
* | Forbid very slow-to-load results pagesRobin Houston2012-01-19-0/+7
|/
* Don't allow directory listings (better fix for and closes #340).Seb Bacon2012-01-17-10/+7
* include "return" or the rest of the controller still gets executed... Belongs...Seb Bacon2012-01-14-1/+1
* Redirect /list/recent requests to /list/all.Seb Bacon2012-01-14-1/+4
* Further refinement for issue #340Seb Bacon2012-01-13-2/+2
* Merge branch 'release/0.5' of https://github.com/sebbacon/alaveteli into rele...Robin Houston2012-01-12-10/+16
|\
| * Further fix for issue #328.Seb Bacon2012-01-12-2/+1
| * Return 404 for non-existent 'details' pages. Fixes #325Seb Bacon2012-01-12-4/+7