Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix test failures resulting from commit 0f0854cd60aebde1b4a69e455ee40686c4ab0353 | Seb Bacon | 2011-09-15 | -26/+1 |
| | ||||
* | Simplify the "Send follow up" / "Reply" UI: only offer singe "Write a reply" ↵ | Seb Bacon | 2011-09-15 | -0/+16 |
| | | | | option, and on the next page, give the user the opportunity to change the recipient from the default (the last valid sender of a message) to any other valid recipient. Closes #35. | |||
* | Provide ability to download zip file containing complete request. Closes #11 | Seb Bacon | 2011-09-13 | -2/+24 |
| | ||||
* | Add support for tags to CSV import, via field "tag_string" (issue #60) | David Cabo | 2011-09-13 | -10/+30 |
| | ||||
* | Make tag optional when importing public bodies through CSV (issue #60) | David Cabo | 2011-09-13 | -0/+22 |
| | ||||
* | Improve detection of autoresponse emails, so we can discourage users from ↵ | Seb Bacon | 2011-09-09 | -7/+96 |
| | | | | replying to them. Fixes #137 (partially) | |||
* | Remove stray (debugging?) puts statement | Robin Houston | 2011-09-08 | -1/+0 |
| | ||||
* | Fix indentation | Robin Houston | 2011-09-08 | -1/+1 |
| | ||||
* | Merge branch 'wdtk' into develop | Robin Houston | 2011-09-08 | -68/+286 |
|\ | | | | | | | | | | | Conflicts: config/general.yml-example spec/models/track_mailer_spec.rb | |||
| * | Fix User.should_be_emailed? | Robin Houston | 2011-09-08 | -4/+29 |
| | | | | | | | | | | The User.should_be_emailed? method needs to be public. It should also be tested. | |||
| * | yet another missing fixture declaration! | Robin Houston | 2011-09-08 | -1/+1 |
| | | ||||
| * | Fix “email bounced” recording | Robin Houston | 2011-09-07 | -1/+43 |
| | | | | | | | | | | Add tests for the User.record_bounce_for_email method and (not coincidentally) make it actually work. | |||
| * | Detect multipart/report bounce messages | Robin Houston | 2011-09-07 | -0/+213 |
| | | | | | | | | | | Add support for multipart/report bounce messages to script/handle-mail-replies. Also add a spec test for this script. | |||
| * | Move external_command.rb to commonlib | Robin Houston | 2011-09-07 | -62/+0 |
| | | ||||
* | | Amend test which broke due to missing locale prefix under some conditions | David Cabo | 2011-09-05 | -1/+1 |
| | | ||||
* | | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop, fix ↵ | Seb Bacon | 2011-09-05 | -41/+92 |
|\ \ | | | | | | | | | | conflicts | |||
| * | | Fix integration test breaking custom states spec | David Cabo | 2011-09-03 | -18/+2 |
| | | | ||||
| * | | Remove hardcoded site name from test | David Cabo | 2011-09-03 | -1/+1 |
| | | | ||||
| * | | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | David Cabo | 2011-09-03 | -9/+62 |
| |\ \ | ||||
| * | | | Fix test: sign-in step is after Preview request, not before | David Cabo | 2011-09-01 | -1/+1 |
| | | | | ||||
| * | | | Due to ca6fd3700c7c439d6ea969afcba2d2656d5b123f, theme_display_status for ↵ | David Cabo | 2011-09-01 | -10/+10 |
| | | | | | | | | | | | | | | | | custom states needs to be a class method | |||
| * | | | Merge branch 'asktheeu-new-design' into develop (update New Request workflow ↵ | David Cabo | 2011-09-01 | -12/+79 |
| |\ \ \ | | | | | | | | | | | | | | | | to match new wireframes) | |||
| | * \ \ | Merge branch 'asktheeu' into asktheeu-new-design | David Cabo | 2011-08-22 | -30/+151 |
| | |\ \ \ | ||||
| | | * \ \ | Merge branch 'fixes' into asktheeu | David Cabo | 2011-08-17 | -19/+140 |
| | | |\ \ \ | ||||
| | | | * | | | Refactor fixes to #142 and #143, new implementation much simpler to understand | David Cabo | 2011-08-17 | -20/+19 |
| | | | | | | | ||||
| | | | * | | | Support editing of public bodies simultaneously in all locales (closes #143) | David Cabo | 2011-08-17 | -11/+16 |
| | | | | | | | ||||
| | | | * | | | Make public body creation tests more robust | David Cabo | 2011-08-17 | -2/+4 |
| | | | | | | | ||||
| | | | * | | | Extend "new public body" form to support multiple locales (closes #142) | David Cabo | 2011-08-17 | -8/+56 |
| | | | | | | | ||||
| | | * | | | | Update tests to reflect sign-in is now before Preview when making new request | David Cabo | 2011-08-13 | -12/+13 |
| | | | | | | | ||||
| | | * | | | | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-08-12 | -35/+297 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| | | * | | | | | implementing new request wireframes: new page to select authority to write to | David Cabo | 2011-08-02 | -0/+35 |
| | | | | | | | | ||||
| | | * | | | | | merging from master branch | David Cabo | 2011-08-02 | -0/+18 |
| | | |\ \ \ \ \ | ||||
| | | * \ \ \ \ \ | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-07-30 | -52/+108 |
| | | |\ \ \ \ \ \ | ||||
| | | * \ \ \ \ \ \ | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-07-28 | -3/+39 |
| | | |\ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | Adapting New Request flow to new wireframes: added type ahead search when ↵ | David Cabo | 2011-07-26 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating new requests | |||
* | | | | | | | | | | | Flash a message to users from outside the deployed country, telling them ↵ | Seb Bacon | 2011-09-05 | -0/+31 |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | about either (a) a website in their country, or (b) the existence of Alaveteli to help them make one themselves. Closes #124. | |||
* | | | | | | | | | | Store user's locale against profile, so we can send them localised track ↵ | Seb Bacon | 2011-09-03 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emails. Also internationalize more strings at the same time. Fixes #163. | |||
* | | | | | | | | | | Provide a search function on the user profile pages. Closes #138. | Seb Bacon | 2011-09-01 | -0/+7 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Make custom track queries have readable names. Closes #169. | Seb Bacon | 2011-09-01 | -0/+10 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Make the general search return requests only, by default | Seb Bacon | 2011-09-01 | -3/+8 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Fixes to get tests pass following new design changes | Seb Bacon | 2011-09-01 | -5/+5 |
|/ / / / / / / / / | ||||
* | | | | | | | | | Merge branch 'develop' into new-base-design-seb | Seb Bacon | 2011-08-30 | -7/+66 |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | Additional changes omitted from commit ↵ | Seb Bacon | 2011-08-30 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d8388c03d0faeaca29d233a340c58bd65f28a97 (distinguish 404s and 500s), fixes #161. | |||
| * | | | | | | | | | Distinguish between 404s and other errors. Fixes #161. | Seb Bacon | 2011-08-30 | -0/+61 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Attempt to merge current develop to theme | Seb Bacon | 2011-08-29 | -63/+232 |
|\| | | | | | | | | | |/ / / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | Add tests & fixes for new search/filtering functionality | Seb Bacon | 2011-08-29 | -0/+102 |
| | | | | | | | | | ||||
| * | | | | | | | | work around TestRequest bug to get tests to pass | Seb Bacon | 2011-08-29 | -4/+2 |
| | | | | | | | | | ||||
| * | | | | | | | | Fixes to get tests to pass following addition of new search / filter ↵ | Seb Bacon | 2011-08-29 | -17/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality | |||
| * | | | | | | | | Merge branch 'develop' of git@github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-08-25 | -41/+104 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| | * | | | | | | | Refactor fixes to #142 and #143, new implementation much simpler to understand | David Cabo | 2011-08-23 | -20/+19 |
| | | | | | | | | |