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 'wdtk' into develop | Robin Houston | 2011-09-08 | -4/+4 | |
|\ | | | | | | | | | | | Conflicts: config/general.yml-example spec/models/track_mailer_spec.rb | ||||
| * | Fix User.should_be_emailed? | Robin Houston | 2011-09-08 | -3/+3 | |
| | | | | | | | | | | 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 | |
| | | |||||
* | | 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 | -13/+80 | |
|\ \ | | | | | | | | | | conflicts | ||||
| * | | 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 | -5/+39 | |
| |\ \ | |||||
| * | | | 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/+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/+81 | |
| | | |\ \ \ | |||||
| | | | * | | | 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 | -23/+139 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | |||||
| | | * | | | | | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-07-30 | -9/+53 | |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-07-28 | -3/+23 | |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | 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 | -1/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 the general search return requests only, by default | Seb Bacon | 2011-09-01 | -1/+1 | |
| | | | | | | | | | |||||
* | | | | | | | | | Fixes to get tests pass following new design changes | Seb Bacon | 2011-09-01 | -3/+3 | |
|/ / / / / / / / | |||||
* | | | | | | | | 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/+54 | |
| | | | | | | | | |||||
* | | | | | | | | Fixes to get tests to pass following addition of new search / filter ↵ | Seb Bacon | 2011-08-29 | -15/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality | ||||
* | | | | | | | | Merge branch 'develop' of git@github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-08-25 | -18/+72 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Refactor fixes to #142 and #143, new implementation much simpler to understand | David Cabo | 2011-08-23 | -20/+19 | |
| | | | | | | | | |||||
| * | | | | | | | Support editing of public bodies simultaneously in all locales (closes #143) | David Cabo | 2011-08-23 | -11/+16 | |
| | | | | | | | | |||||
| * | | | | | | | Make public body creation tests more robust | David Cabo | 2011-08-23 | -2/+4 | |
| | | | | | | | | |||||
| * | | | | | | | Extend "new public body" form to support multiple locales (closes #142) | David Cabo | 2011-08-23 | -8/+56 | |
| |/ / / / / / | |||||
* / / / / / / | Anneal brittle test | Robin Houston | 2011-08-24 | -1/+3 | |
|/ / / / / / | |||||
* | | | | / | 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 | |
| | | | | | |||||
* | | | | | Monkey patch around bug that was stripping out quotes from search phrases. ↵ | Seb Bacon | 2011-08-15 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #38 | ||||
* | | | | | 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. | ||||
* | | | | I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵ | David Cabo | 2011-08-11 | -2/+2 | |
| | | | | | | | | | | | | | | | | substitution in gettext strings. | ||||
* | | | | Show the rejected reason for the incoming message in question, not the most ↵ | Seb Bacon | 2011-08-11 | -1/+6 | |
| | | | | | | | | | | | | | | | | recent rejected reason for the info request in question. Fixes #129. | ||||
* | | | | Fix up missing fixtures (causing failures dependent on order the tests were ↵ | Seb Bacon | 2011-08-10 | -12/+20 | |
| | | | | | | | | | | | | | | | | funr). Also tidy up raw_email setup code to match everywhere. | ||||
* | | | | allow admin to redeliver emails to closed requests. Fixes #116 | Seb Bacon | 2011-08-08 | -0/+18 | |
| | | | | |||||
* | | | | Introduce config setting to ignore browser language settings | Seb Bacon | 2011-08-08 | -1/+15 | |
| | | | | |||||
* | | | | Fix dependency problem when deleting incoming messages. Closes #115 | Seb Bacon | 2011-08-08 | -0/+7 | |
| | | | | |||||
* | | | | Ensure we use sensible fallbacks for setting the default / initial locale ↵ | Seb Bacon | 2011-08-08 | -8/+29 | |
| | | | | | | | | | | | | | | | | for a user. (Partially) fixes #114 | ||||
* | | | | Guess holding pen emails based on having a correct hash and an incorrect id. ↵ | Seb Bacon | 2011-08-08 | -0/+11 | |
| | | | | | | | | | | | | | | | | Closes #117 | ||||
* | | | | Log the reason why an incoming mail is routed to the holding pen, and ↵ | Seb Bacon | 2011-08-03 | -0/+19 | |
| | | | | | | | | | | | | | | | | display it to administrators. Closes #107. |