diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES.md | 16 | ||||
-rw-r--r-- | doc/INSTALL.md | 6 | ||||
-rw-r--r-- | doc/THEMES.md | 2 |
3 files changed, 20 insertions, 4 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 8f86f1c3a..70571dbfa 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,19 @@ +# rails-3-develop + +## Highlighted features + +* There is a new form for users to request that a new authority should + be added, or to request an update to the contact email used for an + authority. Site admins are emailed about these requests, and can + resolve them from the admin interface. + +## Upgrade notes + +* If your theme overrides the help/requesting template, you should + update the link in the section on requesting new authorities so the + link points to `<%= new_change_request_path %>` instead of `<%= + help_contact_path %>`. + # Version 0.16 ## Highlighted features diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 3decb53a3..04cdb1352 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -21,9 +21,9 @@ instances; you will need to use at least a Small instance, which Amazon will charge for. The AMI can be found in the EU West (Ireland) region, with the -ID ami-0f24c678 and name “Basic Alaveteli installation -2013-10-31”. You can launch an instance based on that AMI with -[this link](https://console.aws.amazon.com/ec2/home?region=eu-west-1#launchAmi=ami-0f24c678). +ID ami-8603f4f1 and name “Basic Alaveteli installation +2014-01-29”. You can launch an instance based on that AMI with +[this link](https://console.aws.amazon.com/ec2/home?region=eu-west-1#launchAmi=ami-8603f4f1). When you create an EC2 instance based on that AMI, make sure that you choose Security Groups that allows at least inbound diff --git a/doc/THEMES.md b/doc/THEMES.md index d6109cdc5..8a4828a99 100644 --- a/doc/THEMES.md +++ b/doc/THEMES.md @@ -7,7 +7,7 @@ inserting your own logo and colour scheme. You may also want to tweak the different states that a request can go through. You'll also want to edit the categories that public bodies can appear in (i.e. the groupings on the left hand side of the -"[View authorities](http://www.whatdotheyknow.com/body/list/all)" page +"[View authorities](https://www.whatdotheyknow.com/body/list/all)" page on WhatDoTheyKnow. There may also be other things you want to customise; drop a line on |