diff options
-rw-r--r-- | doc/CHANGES.md | 34 | ||||
-rw-r--r-- | locale/en_UG/app.po | 21 |
2 files changed, 39 insertions, 16 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 8e3b166f5..583960d41 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,8 +1,34 @@ -# rails-3-develop +# Version 0.18 ## Highlighted features -* There is an alternative set of stylesheets for rendering the site in a stripped-down, responsive way (so that it will display appropriately on mobile devices as well as larger screens). We'll be adding some corresponding stylesheets shortly to alavetelitheme to provide a nice basic look and feel. +* There is an alternative set of stylesheets and header and footer + templates for rendering the site in a stripped-down, responsive way + (so that it will display appropriately on mobile devices as well as + larger screens). This can be customised in a theme. We'll be adding + some corresponding stylesheets shortly to alavetelitheme to provide a + nice basic look and feel that can be customised. Eventually these + responsive stylesheets will become the default (Louise Crow). +* Improvements in the Vagrant file (update to v2 API, configuration of + FQDN, VirtualBox memory, development environment, better + documentation) (Gareth Rees) +* Full date/time of correspondence now displayed on hover (Gareth Rees) +* Admins can now hide annotations in bulk from the admin interface + (Andrew Black) +* Admins can now mark non-request email addresses as spam-targets if + they are only receiving spam, so that email sent to these addresses no + longer shows up in the holding pen, but is silently discarded (Gareth + Rees) +* The contact form now has an anti-spam honeypot, and prevents double + submission (Gareth Rees) +* Improvements to some translatable strings so that they're not composed + on the fly according to English grammar (Louise Crow) +* Fixed bugs in text conversion under Ruby 1.9 (Rowan Crawford), + handling of messages directing people to other instances of Alaveteli + (Louise Crow), link-to-this popup location, 404 handling, comments on + requests that are closed to comments, missing title tags in HTML + attachments, PDF conversion and public body batch updates (Gareth + Rees). ## Upgrade notes @@ -19,6 +45,10 @@ Example: - <%= stylesheet_link_tag 'jquery.fancybox-1.3.4.css', :rel => "stylesheet" + <%= stylesheet_link_tag 'fancybox.css', :rel => "stylesheet" %> +* There are some new strings in this release for translation, so if your + site isn't in English, make sure your translations are up to date + before deploying to production + # Version 0.17 diff --git a/locale/en_UG/app.po b/locale/en_UG/app.po index 726867175..57c370ff1 100644 --- a/locale/en_UG/app.po +++ b/locale/en_UG/app.po @@ -3182,9 +3182,8 @@ msgstr "" msgid "You are already following this request" msgstr "" -#, fuzzy msgid "You are already subscribed to '{{link_to_authority}}', a public authority" -msgstr "'{{link_to_authority}}', a public agency" +msgstr "" msgid "You are already subscribed to '{{link_to_request}}', a request" msgstr "" @@ -3207,9 +3206,8 @@ msgstr "" msgid "You are following all new successful responses" msgstr "" -#, fuzzy msgid "You are no longer following '{{link_to_authority}}', a public authority" -msgstr "'{{link_to_authority}}', a public agency" +msgstr "" msgid "You are no longer following '{{link_to_request}}', a request" msgstr "" @@ -3322,9 +3320,8 @@ msgstr "" msgid "You will no longer be emailed updates for those alerts" msgstr "" -#, fuzzy msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority" -msgstr "'{{link_to_authority}}', a public agency" +msgstr "" msgid "You will now be emailed updates about '{{link_to_request}}', a request" msgstr "" @@ -3533,9 +3530,8 @@ msgstr "" msgid "and we'll suggest <strong>what to do next</strong>" msgstr "" -#, fuzzy msgid "anything matching text '{{query}}'" -msgstr "Listing public agencies matching '{{query}}'" +msgstr "" msgid "are long overdue." msgstr "" @@ -3633,9 +3629,8 @@ msgstr "" msgid "move..." msgstr "" -#, fuzzy msgid "new requests" -msgstr "ATI requests" +msgstr "" msgid "no later than" msgstr "" @@ -3661,9 +3656,8 @@ msgstr "" msgid "requests which are successful" msgstr "" -#, fuzzy msgid "requests which are successful matching text '{{query}}'" -msgstr "Listing public agencies matching '{{query}}'" +msgstr "" msgid "response as needing administrator attention. Take a look, and reply to this\\nemail to let them know what you are going to do about it." msgstr "" @@ -3768,9 +3762,8 @@ msgstr[1] "" msgid "{{existing_request_user}} already\\n created the same request on {{date}}. You can either view the <a href=\"{{existing_request}}\">existing request</a>,\\n or edit the details below to make a new but similar request." msgstr "" -#, fuzzy msgid "{{foi_law}} requests to '{{public_body_name}}'" -msgstr "View ATI email address for '{{public_body_name}}'" +msgstr "" msgid "{{info_request_user_name}} only:" msgstr "" |