Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make clicks to filter requests on public body page jump to search results ↵ | Seb Bacon | 2011-09-16 | -6/+7 |
| | | | | (i.e. beyond filter boxes) | |||
* | Fix unecessary horizontal scrolling in layout | Seb Bacon | 2011-09-16 | -1/+2 |
| | ||||
* | Fix stray comma | Seb Bacon | 2011-09-16 | -2/+1 |
| | ||||
* | Explain "latest_*" varieties of term. | Seb Bacon | 2011-09-16 | -1/+3 |
| | ||||
* | Make the "request an internal review" link into a nice, big button. | Seb Bacon | 2011-09-16 | -1/+1 |
| | ||||
* | Preserve search text when flipping between result types. Fixes #187. | Seb Bacon | 2011-09-16 | -5/+16 |
| | ||||
* | Bump up the size of text on form notes (it's often quite important) | Seb Bacon | 2011-09-16 | -0/+1 |
| | ||||
* | Update spanish translation with latest from Transifex | David Cabo | 2011-09-16 | -164/+277 |
| | ||||
* | Update .pot file to include recently added strings | David Cabo | 2011-09-16 | -157/+265 |
| | ||||
* | Show requests in sidebar when selecting authority, fixes #182 | David Cabo | 2011-09-15 | -20/+20 |
| | ||||
* | I18n'ize some additional strings | David Cabo | 2011-09-15 | -11/+11 |
| | ||||
* | Don't repeat the download-zip link | Seb Bacon | 2011-09-15 | -7/+4 |
| | ||||
* | swap highlights and upgrade notes | Seb Bacon | 2011-09-15 | -9/+9 |
| | ||||
* | Link to full list of changes on Github | Seb Bacon | 2011-09-15 | -0/+1 |
| | ||||
* | Mention new "reply" UI in CHANGES.md | Seb Bacon | 2011-09-15 | -0/+1 |
| | ||||
* | Mention changes necessary to follow symlinks when hosting with Passenger | Seb Bacon | 2011-09-15 | -1/+2 |
| | ||||
* | Better wording about zip file | Seb Bacon | 2011-09-15 | -2/+2 |
| | ||||
* | Add notes about how to make zipfiles downloadable (and provide for this in ↵ | Seb Bacon | 2011-09-15 | -0/+6 |
| | | | | the rails-post-deply script) | |||
* | Fix test failures resulting from commit 0f0854cd60aebde1b4a69e455ee40686c4ab0353 | Seb Bacon | 2011-09-15 | -31/+7 |
| | ||||
* | Show the standard search with filters when searching from home page box. ↵ | Seb Bacon | 2011-09-15 | -1/+0 |
| | | | | Fixes #170. | |||
* | Simplify the "Send follow up" / "Reply" UI: only offer singe "Write a reply" ↵ | Seb Bacon | 2011-09-15 | -19/+61 |
| | | | | 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. | |||
* | Ensure we search public bodies only when special hidden form field is passed in | Seb Bacon | 2011-09-15 | -1/+1 |
| | ||||
* | Align headers on new request form, and indent comments slightly to ↵ | Seb Bacon | 2011-09-15 | -1/+10 |
| | | | | differentiate them. | |||
* | Provide ability to download zip file containing complete request. Closes #11 | Seb Bacon | 2011-09-13 | -47/+219 |
| | ||||
* | Update CSV import description in view to cover tags (issue #60) | David Cabo | 2011-09-13 | -5/+5 |
| | ||||
* | Add support for tags to CSV import, via field "tag_string" (issue #60) | David Cabo | 2011-09-13 | -12/+31 |
| | ||||
* | Make tag optional when importing public bodies through CSV (issue #60) | David Cabo | 2011-09-13 | -39/+60 |
| | ||||
* | More design tweaks from Nick | Seb Bacon | 2011-09-13 | -8/+64 |
| | ||||
* | A first stab at a sane print stylesheet. Fixes #16. | Seb Bacon | 2011-09-12 | -3/+48 |
| | ||||
* | Modify "link to this" behaviour: make it pop up a box with an input ↵ | Seb Bacon | 2011-09-12 | -15/+88 |
| | | | | prefilled with the URL, and display it with an icon rather than text. Fixes #172. | |||
* | Improve detection of autoresponse emails, so we can discourage users from ↵ | Seb Bacon | 2011-09-09 | -11/+108 |
| | | | | replying to them. Fixes #137 (partially) | |||
* | Docs for email bounce handling | Robin Houston | 2011-09-09 | -2/+20 |
| | ||||
* | upgrade notes for upcoming version | Seb Bacon | 2011-09-09 | -0/+24 |
| | ||||
* | Merge origin/develop into local develop (including Nick's design changes) | Seb Bacon | 2011-09-09 | -715/+1198 |
|\ | ||||
| * | Remove stray (debugging?) puts statement | Robin Houston | 2011-09-08 | -1/+0 |
| | | ||||
| * | Fix indentation | Robin Houston | 2011-09-08 | -1/+1 |
| | | ||||
| * | Make HTML ids unique even with multiple locales | Robin Houston | 2011-09-08 | -12/+16 |
| | | | | | | | | | | | | In situations where a block of HTML is generated for each enabled locale, we need to include the locale name in generated ids otherwise the id will not be unique within the document, resulting in invalid HTML. | |||
| * | Merge branch 'wdtk' into develop | Robin Houston | 2011-09-08 | -220/+483 |
| |\ | | | | | | | | | | | | | | | | Conflicts: config/general.yml-example spec/models/track_mailer_spec.rb | |||
| | * | Failing to stop the alert-tracks daemon is non-fatal | Robin Houston | 2011-09-08 | -1/+1 |
| | | | ||||
| | * | Fix User.should_be_emailed? | Robin Houston | 2011-09-08 | -12/+39 |
| | | | | | | | | | | | | | | | 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 | -9/+51 |
| | | | | | | | | | | | | | | | Add tests for the User.record_bounce_for_email method and (not coincidentally) make it actually work. | |||
| | * | Change the type of User.email_bounce_message to :text, because we | Robin Houston | 2011-09-07 | -1/+1 |
| | | | | | | | | | | | | are storing the entire bounce email in there now. | |||
| | * | Don’t send track messages to bounced users | Robin Houston | 2011-09-07 | -0/+2 |
| | | | | | | | | | | | | | | | Check the User.should_be_emailed? value before sending track alert messages to a user. | |||
| | * | Migration for new User columns | Robin Houston | 2011-09-07 | -0/+15 |
| | | | | | | | | | | | | | | | A migration to add the new columns email_bounced_at and email_bounce_message to the users table. | |||
| | * | Merge branch 'wdtk' of git@github.com:sebbacon/alaveteli into wdtk | Robin Houston | 2011-09-07 | -0/+0 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: script/handle-mail-replies | |||
| | | * | Fix silly bug | Robin Houston | 2011-09-07 | -1/+1 |
| | | | | ||||
| | | * | Set cwd to alaveteli root | Robin Houston | 2011-09-07 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | In the handle-mail-replies script, set the current directory to the alaveteli root, otherwise Rails fails to load. | |||
| | | * | Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtk | Robin Houston | 2011-09-07 | -8/+50 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: script/handle-mail-replies | |||
| | | * \ | Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtk | Robin Houston | 2011-09-07 | -0/+0 |
| | | |\ \ |