aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeLines
* Fix test failures resulting from commit 0f0854cd60aebde1b4a69e455ee40686c4ab0353Seb Bacon2011-09-15-26/+1
|
* Simplify the "Send follow up" / "Reply" UI: only offer singe "Write a reply" ↵Seb Bacon2011-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 #11Seb Bacon2011-09-13-2/+24
|
* Add support for tags to CSV import, via field "tag_string" (issue #60)David Cabo2011-09-13-10/+30
|
* Make tag optional when importing public bodies through CSV (issue #60)David Cabo2011-09-13-0/+22
|
* Improve detection of autoresponse emails, so we can discourage users from ↵Seb Bacon2011-09-09-7/+96
| | | | replying to them. Fixes #137 (partially)
* Remove stray (debugging?) puts statementRobin Houston2011-09-08-1/+0
|
* Fix indentationRobin Houston2011-09-08-1/+1
|
* Merge branch 'wdtk' into developRobin Houston2011-09-08-68/+286
|\ | | | | | | | | | | Conflicts: config/general.yml-example spec/models/track_mailer_spec.rb
| * Fix User.should_be_emailed?Robin Houston2011-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 Houston2011-09-08-1/+1
| |
| * Fix “email bounced” recordingRobin Houston2011-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 messagesRobin Houston2011-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 commonlibRobin Houston2011-09-07-62/+0
| |
* | Amend test which broke due to missing locale prefix under some conditionsDavid Cabo2011-09-05-1/+1
| |
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop, fix ↵Seb Bacon2011-09-05-41/+92
|\ \ | | | | | | | | | conflicts
| * | Fix integration test breaking custom states specDavid Cabo2011-09-03-18/+2
| | |
| * | Remove hardcoded site name from testDavid Cabo2011-09-03-1/+1
| | |
| * | Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-09-03-9/+62
| |\ \
| * | | Fix test: sign-in step is after Preview request, not beforeDavid Cabo2011-09-01-1/+1
| | | |
| * | | Due to ca6fd3700c7c439d6ea969afcba2d2656d5b123f, theme_display_status for ↵David Cabo2011-09-01-10/+10
| | | | | | | | | | | | | | | | custom states needs to be a class method
| * | | Merge branch 'asktheeu-new-design' into develop (update New Request workflow ↵David Cabo2011-09-01-12/+79
| |\ \ \ | | | | | | | | | | | | | | | to match new wireframes)
| | * \ \ Merge branch 'asktheeu' into asktheeu-new-designDavid Cabo2011-08-22-30/+151
| | |\ \ \
| | | * \ \ Merge branch 'fixes' into asktheeuDavid Cabo2011-08-17-19/+140
| | | |\ \ \
| | | | * | | Refactor fixes to #142 and #143, new implementation much simpler to understandDavid Cabo2011-08-17-20/+19
| | | | | | |
| | | | * | | Support editing of public bodies simultaneously in all locales (closes #143)David Cabo2011-08-17-11/+16
| | | | | | |
| | | | * | | Make public body creation tests more robustDavid Cabo2011-08-17-2/+4
| | | | | | |
| | | | * | | Extend "new public body" form to support multiple locales (closes #142)David Cabo2011-08-17-8/+56
| | | | | | |
| | | * | | | Update tests to reflect sign-in is now before Preview when making new requestDavid Cabo2011-08-13-12/+13
| | | | | | |
| | | * | | | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-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 toDavid Cabo2011-08-02-0/+35
| | | | | | | |
| | | * | | | | merging from master branchDavid Cabo2011-08-02-0/+18
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-07-30-52/+108
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-07-28-3/+39
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Adapting New Request flow to new wireframes: added type ahead search when ↵David Cabo2011-07-26-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating new requests
* | | | | | | | | | | Flash a message to users from outside the deployed country, telling them ↵Seb Bacon2011-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 Bacon2011-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 Bacon2011-09-01-0/+7
| | | | | | | | | |
* | | | | | | | | | Make custom track queries have readable names. Closes #169.Seb Bacon2011-09-01-0/+10
| | | | | | | | | |
* | | | | | | | | | Make the general search return requests only, by defaultSeb Bacon2011-09-01-3/+8
| | | | | | | | | |
* | | | | | | | | | Fixes to get tests pass following new design changesSeb Bacon2011-09-01-5/+5
|/ / / / / / / / /
* | | | | | | | | Merge branch 'develop' into new-base-design-sebSeb Bacon2011-08-30-7/+66
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Additional changes omitted from commit ↵Seb Bacon2011-08-30-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d8388c03d0faeaca29d233a340c58bd65f28a97 (distinguish 404s and 500s), fixes #161.
| * | | | | | | | | Distinguish between 404s and other errors. Fixes #161.Seb Bacon2011-08-30-0/+61
| | | | | | | | | |
* | | | | | | | | | Attempt to merge current develop to themeSeb Bacon2011-08-29-63/+232
|\| | | | | | | | | | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add tests & fixes for new search/filtering functionalitySeb Bacon2011-08-29-0/+102
| | | | | | | | |
| * | | | | | | | work around TestRequest bug to get tests to passSeb Bacon2011-08-29-4/+2
| | | | | | | | |
| * | | | | | | | Fixes to get tests to pass following addition of new search / filter ↵Seb Bacon2011-08-29-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality
| * | | | | | | | Merge branch 'develop' of git@github.com:sebbacon/alaveteli into developRobin Houston2011-08-25-41/+104
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Refactor fixes to #142 and #143, new implementation much simpler to understandDavid Cabo2011-08-23-20/+19
| | | | | | | | |