Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix #372 | Robin Houston | 2012-01-26 | -1/+1 |
| | ||||
* | Remove trailing spaces | Robin Houston | 2012-01-26 | -1/+1 |
| | ||||
* | Ensure short cache keys for interlock. Fixes #362 | Seb Bacon | 2012-01-24 | -1/+2 |
| | ||||
* | Bug: we are causing a 500 when trying to raise 404 because the arguments to ↵ | Seb Bacon | 2012-01-24 | -1/+2 |
| | | | | the exception constructor are wrong. | |||
* | Don't allow users to page beyond a certain number of results (because in ↵ | Seb Bacon | 2012-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 #256 | Robin Houston | 2012-01-19 | -1/+1 |
| | ||||
* | Merge branch 'release/0.5' into wdtk | Robin Houston | 2012-01-19 | -1/+2 |
|\ | | | | | | | | | Conflicts: app/views/public_body/_search_ahead.rhtml | |||
| * | Return a 404 for broken attachment urls. Fixes #351. | Seb Bacon | 2012-01-18 | -1/+2 |
| | | ||||
* | | Forbid very slow-to-load results pages | Robin Houston | 2012-01-19 | -0/+7 |
|/ | | | | Another temporary patch to protect the live site. | |||
* | Don't allow directory listings (better fix for and closes #340). | Seb Bacon | 2012-01-17 | -10/+7 |
| | ||||
* | include "return" or the rest of the controller still gets executed... ↵ | Seb Bacon | 2012-01-14 | -1/+1 |
| | | | | Belongs with commit a39f71ee21739eb754688f185c59c3a7f209aaa8 | |||
* | Redirect /list/recent requests to /list/all. | Seb Bacon | 2012-01-14 | -1/+4 |
| | ||||
* | Further refinement for issue #340 | Seb Bacon | 2012-01-13 | -2/+2 |
| | ||||
* | Merge branch 'release/0.5' of https://github.com/sebbacon/alaveteli into ↵ | Robin Houston | 2012-01-12 | -10/+16 |
|\ | | | | | | | | | | | | | release/0.5 Conflicts: app/controllers/request_controller.rb | |||
| * | Further fix for issue #328. | Seb Bacon | 2012-01-12 | -2/+1 |
| | | ||||
| * | Return 404 for non-existent 'details' pages. Fixes #325 | Seb Bacon | 2012-01-12 | -4/+7 |
| | | ||||
| * | Return 403 when attachment "folders" are spidered. Fixes #340 | Seb Bacon | 2012-01-12 | -3/+7 |
| | | ||||
* | | Set a variable the view relies on | Robin Houston | 2012-01-12 | -0/+1 |
|/ | ||||
* | Fix problem with typeahead searches containing " - " characters and similar. ↵ | Seb Bacon | 2012-01-11 | -7/+1 |
| | | | | Closes #328 | |||
* | Fix zip-attachment functionality | Seb Bacon | 2012-01-06 | -1/+2 |
| | ||||
* | Don't wildcard search public bodies when making a request (it causes ↵ | Seb Bacon | 2012-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 Bacon | 2011-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-seb | Seb Bacon | 2011-12-21 | -6/+8 |
|\ | | | | | | | | | Conflicts: app/controllers/request_controller.rb | |||
| * | Don't do wildcard searches for partial matches in type ahead searches. ↵ | Seb Bacon | 2011-12-21 | -5/+8 |
| | | | | | | | | Fixes #310. | |||
* | | Further improvements to attachment caching | Seb Bacon | 2011-12-13 | -1/+2 |
|/ | ||||
* | Fix occasional test failures due to two events happening in the same second ↵ | seb | 2011-11-21 | -1/+1 |
| | | | | being treated as one for the purposes of caching. Fixes #290. | |||
* | Removed hardcoded number of days. Fixes #199 | David Cabo | 2011-09-26 | -2/+3 |
| | ||||
* | Remove invalid collate argument for public body searches | David Cabo | 2011-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 fails | Seb Bacon | 2011-09-16 | -1/+1 |
| | ||||
* | Make the result of a form submit on the first step of "make new request" ↵ | Seb Bacon | 2011-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 #11 | Seb Bacon | 2011-09-13 | -2/+65 |
| | ||||
* | I18n'ize some strings | Faton Selishta | 2011-09-05 | -1/+1 |
| | ||||
* | Merge branch 'asktheeu-new-design' into develop (update New Request workflow ↵ | David Cabo | 2011-09-01 | -1/+28 |
|\ | | | | | | | to match new wireframes) | |||
| * | Merge branch 'asktheeu' into asktheeu-new-design | David Cabo | 2011-08-23 | -9/+20 |
| |\ | ||||
| | * | Move compulsory sign-in step after Preview page, where it was originally | David Cabo | 2011-08-23 | -9/+9 |
| | | | ||||
| | * | Add sign-in at beginning of New Request process (configurable) | David Cabo | 2011-08-23 | -0/+11 |
| | | | ||||
| * | | Merge branch 'asktheeu' into asktheeu-new-design | David Cabo | 2011-08-22 | -10/+26 |
| |\| | ||||
| | * | Merge branch 'fixes' into asktheeu | David Cabo | 2011-08-17 | -1/+1 |
| | |\ | ||||
| | * \ | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-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 redirects | David Cabo | 2011-08-11 | -9/+9 |
| | | | | | ||||
| | * | | | implementing new request wireframes: new page to select authority to write to | David Cabo | 2011-08-02 | -1/+5 |
| | | | | | ||||
| | * | | | merging from master branch | David Cabo | 2011-08-02 | -1/+1 |
| | |\ \ \ | ||||
| | * \ \ \ | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-07-28 | -1/+1 |
| | |\ \ \ \ | ||||
| | * | | | | | Adapting New Request flow to new wireframes: added type ahead search when ↵ | David Cabo | 2011-07-26 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating new requests | |||
* | | | | | | | Merge branch 'develop' into new-base-design-seb | Seb Bacon | 2011-08-30 | -4/+4 |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Additional changes omitted from commit ↵ | Seb Bacon | 2011-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 Bacon | 2011-08-29 | -4/+2 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | to make the descriptions we present users more friendly) | |||
* | | | | | | | Add tests & fixes for new search/filtering functionality | Seb Bacon | 2011-08-29 | -0/+1 |
| | | | | | | | ||||
* | | | | | | | Further work in progress on better search functionality | Seb Bacon | 2011-08-29 | -3/+3 |
| | | | | | | | ||||
* | | | | | | | more work in progress on search forms | Seb Bacon | 2011-08-29 | -5/+2 |
| | | | | | | |