Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | -1/+22 |
| | ||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | David Cabo | 2011-09-03 | -0/+1 |
|\ | ||||
| * | Store user's locale against profile, so we can send them localised track ↵ | Seb Bacon | 2011-09-03 | -0/+1 |
| | | | | | | | | emails. Also internationalize more strings at the same time. Fixes #163. | |||
* | | Fix test: sign-in step is after Preview request, not before | David Cabo | 2011-09-01 | -1/+1 |
| | | ||||
* | | Merge branch 'asktheeu-new-design' into develop (update New Request workflow ↵ | David Cabo | 2011-09-01 | -12/+44 |
|\ \ | |/ |/| | | | to match new wireframes) | |||
| * | Merge branch 'asktheeu' into asktheeu-new-design | David Cabo | 2011-08-22 | -12/+44 |
| |\ | ||||
| | * | Merge branch 'fixes' into asktheeu | David Cabo | 2011-08-17 | -0/+9 |
| | |\ | ||||
| | * | | 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 | -3/+9 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| | * \ \ | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-07-30 | -9/+42 |
| | |\ \ \ | ||||
| | * \ \ \ | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-07-28 | -0/+3 |
| | |\ \ \ \ | ||||
| | * | | | | | Adapting New Request flow to new wireframes: added type ahead search when ↵ | David Cabo | 2011-07-26 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating new requests | |||
* | | | | | | | Additional changes omitted from commit ↵ | Seb Bacon | 2011-08-30 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d8388c03d0faeaca29d233a340c58bd65f28a97 (distinguish 404s and 500s), fixes #161. | |||
* | | | | | | | Add tests & fixes for new search/filtering functionality | Seb Bacon | 2011-08-29 | -0/+16 |
| | | | | | | | ||||
* | | | | | | | Fixes to get tests to pass following addition of new search / filter ↵ | Seb Bacon | 2011-08-29 | -5/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | functionality | |||
* | | | | / | Add test for generation of HTML versions of attachments. As a side-effect, ↵ | Seb Bacon | 2011-08-17 | -0/+8 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | make some of the HTML more valid. Prerequisite for addressing issue #108. | |||
* | | | | | Fix template syntax error. Closes #136 | Seb Bacon | 2011-08-15 | -0/+7 |
| | | | | | ||||
* | | | | | When displaying information about how overdue something is, use values from ↵ | Seb Bacon | 2011-08-12 | -0/+2 |
| |_|_|/ |/| | | | | | | | | | | | the config file, rather than hard coded ones. Fixes #130. | |||
* | | | | Fix up missing fixtures (causing failures dependent on order the tests were ↵ | Seb Bacon | 2011-08-10 | -3/+9 |
| |_|/ |/| | | | | | | | | funr). Also tidy up raw_email setup code to match everywhere. | |||
* | | | make explicit path test locale-independent | Seb Bacon | 2011-07-29 | -1/+1 |
| | | | ||||
* | | | To make tests pass with RawEmails on the filesystem, instead of hacky ↵ | Seb Bacon | 2011-07-29 | -8/+41 |
| |/ |/| | | | | | dependency on existence of text_binary field in raw_emails model, rewrite tests (and their fixtures) to explicitly load data from FS when raw_emails are used. | |||
* | | Cause the final step in the "new request" workflow to have a unique URL (so ↵ | Seb Bacon | 2011-07-28 | -0/+3 |
|/ | | | | we can distinguish it in Google Analytics). Fixes #96 | |||
* | Remove redundant test (this change should be with commit ↵ | Seb Bacon | 2011-07-25 | -14/+0 |
| | | | | dd58cd35e51c1b98228aae1aa930629e84b6a905) | |||
* | don't test routing filters at same time as other tests | Seb Bacon | 2011-07-13 | -1/+2 |
| | ||||
* | fix "custom request states" request controller test | Seb Bacon | 2011-07-12 | -0/+3 |
| | ||||
* | Refactor custom states loading (use class methods where appropriate, ↵ | Seb Bacon | 2011-07-12 | -1/+2 |
| | | | | simplify main code at the cost (small) of test legibility) | |||
* | Improve factoring out of custom states code (refactor a little, add tests) | Seb Bacon | 2011-07-12 | -0/+12 |
| | ||||
* | changes to get tests to pass with IZ fork and new routing-filter gem | Seb Bacon | 2011-07-11 | -1/+1 |
| | ||||
* | Changes required to get selishta (Kosovo) fork merges to pass tests. ↵ | Seb Bacon | 2011-07-06 | -2/+2 |
| | | | | Includes new "REPLY_LATE_AFTER_DAYS" config option. | |||
* | Get rid of commented-out STDERR.puts messages | Robin Houston | 2011-06-21 | -4/+0 |
| | ||||
* | Correct an operator precendence bug in request_controller, and add a test ↵ | Robin Houston | 2011-06-21 | -6/+15 |
| | | | | for it. | |||
* | merge WTDK changes to master (preparation for closing WTDK branch and ↵ | Seb Bacon | 2011-06-14 | -2/+2 |
|\ | | | | | | | deploying WTDK website straight from master) | |||
| * | Move the non-fixture files in spec/fixtures to their own subdirectory, | Robin Houston | 2011-06-10 | -2/+2 |
| | | | | | | | | | | so that we can run rake spec:db:fixtures:load without it choking on the files that aren't fixtures. | |||
* | | Make sure the :public_body_translation fixture is included everywhere the ↵ | Robin Houston | 2011-06-09 | -12/+12 |
| | | | | | | | | :public_bodies fixture is, because the PublicBody objects do not work as expected without it. | |||
* | | further test fixage | Seb Bacon | 2011-04-01 | -1/+5 |
|/ | ||||
* | Return more info in request JSON response. | Francis Irving | 2010-10-20 | -3/+3 |
| | ||||
* | Add tag_string to tests. | Francis Irving | 2010-10-18 | -6/+6 |
| | ||||
* | Remove unnecessary integrate views | Francis Irving | 2010-10-18 | -3/+1 |
| | ||||
* | Add test for JSON requests | Francis Irving | 2010-10-18 | -0/+19 |
| | ||||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Mock views for new syntax of calling search | Francis Irving | 2010-09-14 | -1/+5 |
| | ||||
* | Changed name of variable. | Francis Irving | 2010-09-06 | -1/+1 |
| | ||||
* | Add test of user level censor rules from controller. | Francis Irving | 2010-08-04 | -0/+18 |
| | ||||
* | Updated formatting. | Francis Irving | 2010-06-08 | -1/+1 |
| | ||||
* | Check size of attachment | Francis Irving | 2010-03-03 | -0/+1 |
| | ||||
* | Test code for FOI officer upload | Francis Irving | 2010-03-03 | -0/+85 |
| | ||||
* | Test for previewing followups | Francis Irving | 2009-12-22 | -0/+11 |
| | ||||
* | Fix bug that stopped re-editing requests working | Francis Irving | 2009-12-22 | -0/+9 |
| | ||||
* | Email when request becomes long overdue | Francis Irving | 2009-12-16 | -0/+25 |
| |