aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Collapse)AuthorAgeLines
* 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 ↵Seb Bacon2012-01-24-1/+2
| | | | the exception constructor are wrong.
* Don't allow users to page beyond a certain number of results (because in ↵Seb Bacon2012-01-20-5/+8
| | | | large databases, the sorting of such large batches causes an extreme slowdown).
* 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
|\ | | | | | | | | Conflicts: app/views/public_body/_search_ahead.rhtml
| * 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
|/ | | | Another temporary patch to protect the live site.
* 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... ↵Seb Bacon2012-01-14-1/+1
| | | | Belongs with commit a39f71ee21739eb754688f185c59c3a7f209aaa8
* 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 ↵Robin Houston2012-01-12-10/+16
|\ | | | | | | | | | | | | release/0.5 Conflicts: app/controllers/request_controller.rb
| * 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
| |
| * Return 403 when attachment "folders" are spidered. Fixes #340Seb Bacon2012-01-12-3/+7
| |
* | Set a variable the view relies onRobin Houston2012-01-12-0/+1
|/
* Fix problem with typeahead searches containing " - " characters and similar. ↵Seb Bacon2012-01-11-7/+1
| | | | Closes #328
* Fix zip-attachment functionalitySeb Bacon2012-01-06-1/+2
|
* Don't wildcard search public bodies when making a request (it causes ↵Seb Bacon2012-01-06-2/+1
| | | | performance issues and isn't useful here anyway)
* Ensure we only parse emails when needed by referring to a new last_parsed ↵Seb Bacon2011-12-21-0/+1
| | | | field on incoming_messages. Currently mails are always parsed just-in-time, but could be parsed as a queue in the future.
* Merge branch 'develop' into cache-foi-attachments-sebSeb Bacon2011-12-21-6/+8
|\ | | | | | | | | Conflicts: app/controllers/request_controller.rb
| * Don't do wildcard searches for partial matches in type ahead searches. ↵Seb Bacon2011-12-21-5/+8
| | | | | | | | Fixes #310.
* | Further improvements to attachment cachingSeb Bacon2011-12-13-1/+2
|/
* Fix occasional test failures due to two events happening in the same second ↵seb2011-11-21-1/+1
| | | | being treated as one for the purposes of caching. Fixes #290.
* Removed hardcoded number of days. Fixes #199David Cabo2011-09-26-2/+3
|
* Remove invalid collate argument for public body searchesDavid Cabo2011-09-23-1/+1
| | | | The existing bug wasn't catched by the tests, because it only fails when running in dev: otherwise all the classes are loaded before the search is done, and acts_as_xapian can find the provided 'request_collapse' argument, even if the PublicBody class doesn't define it, since all the init options end up together in acts_as_xapian.
* Improved error logging when zipfile PDF creation failsSeb Bacon2011-09-16-1/+1
|
* Make the result of a form submit on the first step of "make new request" ↵Seb Bacon2011-09-16-1/+6
| | | | behave the same as the find-as-you-type implementation. Fixes #181.
* Provide ability to download zip file containing complete request. Closes #11Seb Bacon2011-09-13-2/+65
|
* I18n'ize some stringsFaton Selishta2011-09-05-1/+1
|
* Merge branch 'asktheeu-new-design' into develop (update New Request workflow ↵David Cabo2011-09-01-1/+28
|\ | | | | | | to match new wireframes)
| * Merge branch 'asktheeu' into asktheeu-new-designDavid Cabo2011-08-23-9/+20
| |\
| | * Move compulsory sign-in step after Preview page, where it was originallyDavid Cabo2011-08-23-9/+9
| | |
| | * Add sign-in at beginning of New Request process (configurable)David Cabo2011-08-23-0/+11
| | |
| * | Merge branch 'asktheeu' into asktheeu-new-designDavid Cabo2011-08-22-10/+26
| |\|
| | * Merge branch 'fixes' into asktheeuDavid Cabo2011-08-17-1/+1
| | |\
| | * \ Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-08-12-8/+10
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/cy/app.po locale/de/app.po locale/es/app.po locale/fr/app.po locale/sq/app.po locale/sr/app.po locale/sr@latin/app.po
| | * | | Move log-in point to before Preview and fix modal sign-in and sign-up redirectsDavid Cabo2011-08-11-9/+9
| | | | |
| | * | | implementing new request wireframes: new page to select authority to write toDavid Cabo2011-08-02-1/+5
| | | | |
| | * | | merging from master branchDavid Cabo2011-08-02-1/+1
| | |\ \ \
| | * \ \ \ Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-07-28-1/+1
| | |\ \ \ \
| | * | | | | Adapting New Request flow to new wireframes: added type ahead search when ↵David Cabo2011-07-26-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | creating new requests
* | | | | | | Merge branch 'develop' into new-base-design-sebSeb Bacon2011-08-30-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Additional changes omitted from commit ↵Seb Bacon2011-08-30-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d8388c03d0faeaca29d233a340c58bd65f28a97 (distinguish 404s and 500s), fixes #161.
* | | | | | | | re-enable tracking on "view requests" page (and make note that we now need ↵Seb Bacon2011-08-29-4/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | to make the descriptions we present users more friendly)
* | | | | | | Add tests & fixes for new search/filtering functionalitySeb Bacon2011-08-29-0/+1
| | | | | | |
* | | | | | | Further work in progress on better search functionalitySeb Bacon2011-08-29-3/+3
| | | | | | |
* | | | | | | more work in progress on search formsSeb Bacon2011-08-29-5/+2
| | | | | | |