aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Wrap categories loading into singleton and add support for multiple locales ↵David Cabo2011-09-19-112/+119
| | | | simultaneously. Fixes #178
* Use post timestamp as link anchor when displaying the Blog page. Fixes #189David Cabo2011-09-19-1/+1
|
* Add custom-routes file for themes to overrideDavid Cabo2011-09-19-1/+5
|
* Minor fix to default layout to ensure content div wraps around all floating ↵David Cabo2011-09-19-0/+1
| | | | children divs
* Move footer from layout to partial so it can be overridenDavid Cabo2011-09-16-6/+7
|
* Move topnav links from layout into partial, so can be overriden in themesDavid Cabo2011-09-16-10/+11
|
* Only store last visited public body for logged in users. Otherwise it ↵Seb Bacon2011-09-16-5/+9
| | | | breaks caching rather a lot, for little benefit.
* Improved error logging when zipfile PDF creation failsSeb Bacon2011-09-16-1/+1
|
* Differentiate incoming, outoing requests, and comments, with coloured ↵Seb Bacon2011-09-16-7/+12
| | | | backgrounds and the word "From" as a signpost. Fixes #180.
* Note that in development mode, the zip download function will failSeb Bacon2011-09-16-0/+1
|
* Fix brittle testSeb Bacon2011-09-16-1/+1
|
* Make the result of a form submit on the first step of "make new request" ↵Seb Bacon2011-09-16-11/+34
| | | | behave the same as the find-as-you-type implementation. Fixes #181.
* Make search result preview top align with "Search" page headingSeb Bacon2011-09-16-0/+1
|
* 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.