aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_layouts/page.html2
-rw-r--r--_posts/2014-08-29-release-0-19.md32
-rw-r--r--docs/customising/states.md (renamed from docs/running/states.md)4
-rw-r--r--docs/customising/states_informatazyrtare.md (renamed from docs/running/states_informatazyrtare.md)14
-rw-r--r--docs/customising/themes.md2
-rw-r--r--docs/glossary.md6
-rw-r--r--docs/running/index.md1
7 files changed, 46 insertions, 15 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index a3bf893b2..8cee7ba11 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -60,6 +60,7 @@ layout: default
<li><a href="{{ site.baseurl }}docs/customising/config/">Configuration</a></li>
<li><a href="{{ site.baseurl }}docs/customising/themes/">Themes</a></li>
<li><a href="{{ site.baseurl }}docs/customising/translation/">Translation</a></li>
+ <li><a href="{{ site.baseurl }}docs/customising/states/">Request states</a></li>
</ul>
</li>
<li><a href="{{ site.baseurl }}docs/running/">Running</a>
@@ -67,7 +68,6 @@ layout: default
<li><a href="{{ site.baseurl }}docs/running/admin_manual/">Admin manual</a></li>
<li><a href="{{ site.baseurl }}docs/running/server/">Server checklist</a></li>
<li><a href="{{ site.baseurl }}docs/running/upgrading/">Upgrading</a></li>
- <li><a href="{{ site.baseurl }}docs/running/states/">Request states</a></li>
</ul>
</li>
<li><a href="{{ site.baseurl }}docs/developers/">For developers</a>
diff --git a/_posts/2014-08-29-release-0-19.md b/_posts/2014-08-29-release-0-19.md
new file mode 100644
index 000000000..3c3b2915f
--- /dev/null
+++ b/_posts/2014-08-29-release-0-19.md
@@ -0,0 +1,32 @@
+---
+author: Gareth Rees
+comments: true
+date: 2014-08-29 09:30:00+01:00
+layout: post
+slug: release-0-19
+title: Release 0.19
+---
+
+We've just released [Alaveteli 0.19](https://github.com/mysociety/alaveteli/tree/0.19)!
+
+## The highlights
+
+This release we've been working on making Alaveteli easier to [install]({{ site.baseurl }}docs/installing/).
+
+* We've overhauled the [manual install guide]({{ site.baseurl }}docs/installing/manual_install/) to be much more comprehensive.
+* The [email setup guide]({{ site.baseurl }}docs/installing/email/) has updated instructions for Exim and Postfix, and adds some extra troubleshooting tips.
+* We've improved the [generators](https://github.com/mysociety/alaveteli/blob/0.19/lib/tasks/config_files.rake) for some of the config files and added [more](https://github.com/mysociety/alaveteli/blob/0.19/config/nginx.conf.example) – and [better](https://github.com/mysociety/alaveteli/blob/0.19/config/httpd.conf-example) – examples for ones we can't generate yet.
+* Developers can now pick one of the [supported operating systems](https://github.com/mysociety/alaveteli/blob/0.19/Vagrantfile#L63) to use for their Vagrant VM.
+
+We've also made some great improvements to the framework.
+
+* Added responsive stylesheets! We've made this the default, but you can configure whether they're used or not in `config/general.yml`.
+* Support for the Portuguese locale.
+* Improved search term highlighting.
+* The Public Body Stats page can now be made available to your users.
+* Added a Rake task for cleaning up holding pen events (`rake cleanup:holding_pen`).
+* Added searching of bodies by their short name.
+
+You can see the full list of highlights and upgrade notes in the [changelog](https://github.com/mysociety/alaveteli/blob/rails-3-develop/doc/CHANGES.md).
+
+Thanks to everyone who's [contributed](https://github.com/mysociety/alaveteli/graphs/contributors)!
diff --git a/docs/running/states.md b/docs/customising/states.md
index 40e8a1a5b..7b89ef45d 100644
--- a/docs/running/states.md
+++ b/docs/customising/states.md
@@ -15,7 +15,7 @@ The request states are defined in the Alaveteli code, and we recommend you use
them (provided they match the <a href="{{ site.baseurl }}docs/glossary/#foi"
class="glossary__link">FOI law</a> in your own jurisdiction). But if you do need to
customise them, you can &mdash; see
-<a href="{{ site.baseurl }}docs/customising/themes/">Customising the request states</a> for details.
+<a href="{{ site.baseurl }}docs/customising/themes/#customising-the-request-states">Customising the request states</a> for details.
## WhatDoTheyKnow example
@@ -24,7 +24,7 @@ may be in any of the states described below.
Note that your site doesn't need to use the same states as WhatDoTheyKnow does. For example,
Kosovo's instance uses slightly different states: see
-[this comparison of their differences]({{ site.baseurl }}docs/running/states_informatazyrtare/).
+[this comparison of their differences]({{ site.baseurl }}docs/customising/states_informatazyrtare/).
### States
diff --git a/docs/running/states_informatazyrtare.md b/docs/customising/states_informatazyrtare.md
index 28711643b..e94f96588 100644
--- a/docs/running/states_informatazyrtare.md
+++ b/docs/customising/states_informatazyrtare.md
@@ -39,13 +39,13 @@ states]({{ site.baseurl }}docs/customising/themes/) for details on how to do thi
### States used by WDTK but not InformataZyrtare
- * <a href="{{ site.baseurl }}docs/running/states/#awaiting_description">awaiting_description</a>
- * <a href="{{ site.baseurl }}docs/running/states/#gone_postal">gone_postal</a>
- * <a href="{{ site.baseurl }}docs/running/states/#internal_review">internal_review</a>
- * <a href="{{ site.baseurl }}docs/running/states/#user_withdrawn">user_withdrawn</a>
- * <a href="{{ site.baseurl }}docs/running/states/#waiting_response_very_overdue">waiting_response_very_overdue</a>
+ * <a href="{{ site.baseurl }}docs/customising/states/#awaiting_description">awaiting_description</a>
+ * <a href="{{ site.baseurl }}docs/customising/states/#gone_postal">gone_postal</a>
+ * <a href="{{ site.baseurl }}docs/customising/states/#internal_review">internal_review</a>
+ * <a href="{{ site.baseurl }}docs/customising/states/#user_withdrawn">user_withdrawn</a>
+ * <a href="{{ site.baseurl }}docs/customising/states/#waiting_response_very_overdue">waiting_response_very_overdue</a>
-For more details, see all the [states used by WhatDoTheyKnow]({{site.baseurl}}docs/running/states/)) for details.
+For more details, see all the [states used by WhatDoTheyKnow]({{site.baseurl}}docs/customising/states/) for details.
---
@@ -54,7 +54,7 @@ For more details, see all the [states used by WhatDoTheyKnow]({{site.baseurl}}do
### Details of InformataZytare states
-The states which aren't represented on [WDTK's states]({{ site.baseurl }}docs/running/states/) are described
+The states which aren't represented on [WDTK's states]({{ site.baseurl }}docs/customising/states/) are described
in a little more detail here:
<ul class="definitions">
diff --git a/docs/customising/themes.md b/docs/customising/themes.md
index 154cc0dca..cc0ca3b29 100644
--- a/docs/customising/themes.md
+++ b/docs/customising/themes.md
@@ -137,7 +137,7 @@ locale you support.
## Customising the request states
As mentioned above, if you can possibly live with the
-[default Alaveteli request statuses]({{ site.baseurl }}docs/running/states/),
+[default Alaveteli request statuses]({{ site.baseurl }}docs/customising/states/),
it would be good to do so. Note that you can set how many days counts
as "overdue" in the main site config file &mdash;
see [`REPLY_LATE_AFTER_DAYS`]({{ site.baseurl }}docs/customising/config/#reply_late_after_days).
diff --git a/docs/glossary.md b/docs/glossary.md
index 989bf4ce6..0029cdc24 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -671,15 +671,15 @@ Definitions
<p>More information:</p>
<ul>
<li>
- <a href="{{ site.baseurl }}docs/running/states/">example states for WhatDoTheyKnow</a>
+ <a href="{{ site.baseurl }}docs/customising/states/">example states for WhatDoTheyKnow</a>
(Alaveteli site running in the UK)
</li>
<li>
- for comparison, <a href="{{ site.baseurl }}docs/running/states_informatazyrtare/">example states for InformataZyrtare</a>
+ for comparison, <a href="{{ site.baseurl }}docs/customising/states_informatazyrtare/">example states for InformataZyrtare</a>
(Alaveteli site running in Kosovo)
</li>
<li>
- to customise or add your own states, see <a href="{{ site.baseurl }}docs/customising/themes/">Customising the request states</a>
+ to customise or add your own states, see <a href="{{ site.baseurl }}docs/customising/themes/#customising-the-request-states">Customising the request states</a>
</li>
</ul>
</div>
diff --git a/docs/running/index.md b/docs/running/index.md
index d6225ac61..7257417ce 100644
--- a/docs/running/index.md
+++ b/docs/running/index.md
@@ -23,6 +23,5 @@ the project up to date.
[things to consider]({{ site.baseurl }}docs/running/server/)
when setting up your production server
-* see the [different states a request can be in]({{ site.baseurl }}docs/running/states/)