aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Make clicks to filter requests on public body page jump to search results ↵Seb Bacon2011-09-16-6/+7
| | | | (i.e. beyond filter boxes)
* Fix unecessary horizontal scrolling in layoutSeb Bacon2011-09-16-1/+2
|
* Fix stray commaSeb Bacon2011-09-16-2/+1
|
* Explain "latest_*" varieties of term.Seb Bacon2011-09-16-1/+3
|
* Make the "request an internal review" link into a nice, big button.Seb Bacon2011-09-16-1/+1
|
* Preserve search text when flipping between result types. Fixes #187.Seb Bacon2011-09-16-5/+16
|
* Bump up the size of text on form notes (it's often quite important)Seb Bacon2011-09-16-0/+1
|
* Update spanish translation with latest from TransifexDavid Cabo2011-09-16-164/+277
|
* Update .pot file to include recently added stringsDavid Cabo2011-09-16-157/+265
|
* Show requests in sidebar when selecting authority, fixes #182David Cabo2011-09-15-20/+20
|
* I18n'ize some additional stringsDavid Cabo2011-09-15-11/+11
|
* Don't repeat the download-zip linkSeb Bacon2011-09-15-7/+4
|
* swap highlights and upgrade notesSeb Bacon2011-09-15-9/+9
|
* Link to full list of changes on GithubSeb Bacon2011-09-15-0/+1
|
* Mention new "reply" UI in CHANGES.mdSeb Bacon2011-09-15-0/+1
|
* Mention changes necessary to follow symlinks when hosting with PassengerSeb Bacon2011-09-15-1/+2
|
* Better wording about zip fileSeb Bacon2011-09-15-2/+2
|
* Add notes about how to make zipfiles downloadable (and provide for this in ↵Seb Bacon2011-09-15-0/+6
| | | | the rails-post-deply script)
* Fix test failures resulting from commit 0f0854cd60aebde1b4a69e455ee40686c4ab0353Seb Bacon2011-09-15-31/+7
|
* Show the standard search with filters when searching from home page box. ↵Seb Bacon2011-09-15-1/+0
| | | | Fixes #170.
* Simplify the "Send follow up" / "Reply" UI: only offer singe "Write a reply" ↵Seb Bacon2011-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 inSeb Bacon2011-09-15-1/+1
|
* Align headers on new request form, and indent comments slightly to ↵Seb Bacon2011-09-15-1/+10
| | | | differentiate them.
* Provide ability to download zip file containing complete request. Closes #11Seb Bacon2011-09-13-47/+219
|
* Update CSV import description in view to cover tags (issue #60)David Cabo2011-09-13-5/+5
|
* Add support for tags to CSV import, via field "tag_string" (issue #60)David Cabo2011-09-13-12/+31
|
* Make tag optional when importing public bodies through CSV (issue #60)David Cabo2011-09-13-39/+60
|
* More design tweaks from NickSeb Bacon2011-09-13-8/+64
|
* A first stab at a sane print stylesheet. Fixes #16.Seb Bacon2011-09-12-3/+48
|
* Modify "link to this" behaviour: make it pop up a box with an input ↵Seb Bacon2011-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 Bacon2011-09-09-11/+108
| | | | replying to them. Fixes #137 (partially)
* Docs for email bounce handlingRobin Houston2011-09-09-2/+20
|
* upgrade notes for upcoming versionSeb Bacon2011-09-09-0/+24
|
* Merge origin/develop into local develop (including Nick's design changes)Seb Bacon2011-09-09-715/+1198
|\
| * Remove stray (debugging?) puts statementRobin Houston2011-09-08-1/+0
| |
| * Fix indentationRobin Houston2011-09-08-1/+1
| |
| * Make HTML ids unique even with multiple localesRobin Houston2011-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 developRobin Houston2011-09-08-220/+483
| |\ | | | | | | | | | | | | | | | Conflicts: config/general.yml-example spec/models/track_mailer_spec.rb
| | * Failing to stop the alert-tracks daemon is non-fatalRobin Houston2011-09-08-1/+1
| | |
| | * Fix User.should_be_emailed?Robin Houston2011-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 Houston2011-09-08-1/+1
| | |
| | * Fix “email bounced” recordingRobin Houston2011-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 weRobin Houston2011-09-07-1/+1
| | | | | | | | | | | | are storing the entire bounce email in there now.
| | * Don’t send track messages to bounced usersRobin Houston2011-09-07-0/+2
| | | | | | | | | | | | | | | Check the User.should_be_emailed? value before sending track alert messages to a user.
| | * Migration for new User columnsRobin Houston2011-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 wdtkRobin Houston2011-09-07-0/+0
| | |\ | | | | | | | | | | | | | | | | Conflicts: script/handle-mail-replies
| | | * Fix silly bugRobin Houston2011-09-07-1/+1
| | | |
| | | * Set cwd to alaveteli rootRobin Houston2011-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 wdtkRobin Houston2011-09-07-8/+50
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: script/handle-mail-replies
| | | * \ Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkRobin Houston2011-09-07-0/+0
| | | |\ \