diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-05-21 21:59:06 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 09:18:23 +0100 |
commit | a2e55d78fc31ffefa198b86a3762bfec9307ebf8 (patch) | |
tree | 616ee93ca9272593fb0817f44102c5b38680c738 | |
parent | f4ba4296475a50019e247af1a929605e4fcdb643 (diff) |
Replace references to other blog posts
-rw-r--r-- | _posts/2012-06-20-alaveteli-0-6-fancy-admin-released.markdown | 12 | ||||
-rw-r--r-- | _posts/2012-06-20-new-feature-easier-request-moderation.markdown | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/_posts/2012-06-20-alaveteli-0-6-fancy-admin-released.markdown b/_posts/2012-06-20-alaveteli-0-6-fancy-admin-released.markdown index e07eac7cc..5de926664 100644 --- a/_posts/2012-06-20-alaveteli-0-6-fancy-admin-released.markdown +++ b/_posts/2012-06-20-alaveteli-0-6-fancy-admin-released.markdown @@ -10,7 +10,7 @@ categories: - Development --- -Finally Alaveteli 0.6 is out of the door! Grab it from the [github master branch](https://github.com/mysociety/alaveteli/) and try it out. The most obvious new feature is a glossy new administrative interface, based on work started at AlaveteliCon by [@wombleton](https://twitter.com/#%21/wombleton). If you are upgrading, be sure to read the upgrade notes in [CHANGES.md](https://github.com/mysociety/alaveteli/blob/master/doc/CHANGES.md), and the [new section in the install docs](/installing/manual_install#upgrading-alaveteli) about upgrading Alavetel[i](https://github.com/mysociety/alaveteli/blob/master/doc/INSTALL.md#upgrading-alaveteli). Drop a note to the [alaveteli-dev mailing list](http://groups.google.com/group/alaveteli-dev) if you need any help with your upgrade. +Finally Alaveteli 0.6 is out of the door! Grab it from the [github master branch](https://github.com/mysociety/alaveteli/) and try it out. The most obvious new feature is a glossy new administrative interface, based on work started at AlaveteliCon by [@wombleton](https://twitter.com/#%21/wombleton). If you are upgrading, be sure to read the upgrade notes in [CHANGES.md](https://github.com/mysociety/alaveteli/blob/master/doc/CHANGES.md), and the [new section in the install docs](/installing) about [upgrading Alaveteli](/installing/manual_install#upgrading-alaveteli). Drop a note to the [alaveteli-dev mailing list](http://groups.google.com/group/alaveteli-dev) if you need any help with your upgrade. [A full list of changes](https://github.com/mysociety/alaveteli/issues?milestone=13&state=closed) is on Github. Interesting features and bugfixes include: @@ -35,7 +35,7 @@ Finally Alaveteli 0.6 is out of the door! Grab it from the [github master branc * Alert subscriptions are now referred to as "following" a request (or group of requests) throughout the UI. When a user "follows" a request, updates regarding that request are posted on a new "wall" page. Now they have a wall, users can opt not to receive alerts by email. - * New features to [support fast post-moderation of bad requests](http://www.alaveteli.org/2012/06/new-feature-easier-request-moderation/): a button for users to report potentially unsuitable requests, and a form control in the administrative interface that hides a request and sends the user an email explaining why. + * New features to [support fast post-moderation of bad requests](/uncategorised/2012/06/20/new-feature-easier-request-moderation/): a button for users to report potentially unsuitable requests, and a form control in the administrative interface that hides a request and sends the user an email explaining why. * A bug which prevented locales containing underscores (e.g. `en_GB`) was fixed ([issue #503](https://github.com/mysociety/alaveteli/issues/503)) @@ -47,15 +47,15 @@ Finally Alaveteli 0.6 is out of the door! Grab it from the [github master branc There are some blog posts about some of the new features here: - * [The new admin theme](http://www.alaveteli.org/2012/06/the-new-bootstrap-admin-theme/) + * [The new admin theme](/development/2012/06/20/the-new-bootstrap-admin-theme/) - * [The request moderation features](http://www.alaveteli.org/2012/06/new-feature-easier-request-moderation/) + * [The request moderation features](/uncategorised/2012/06/20/new-feature-easier-request-moderation/) - * ["Following" and the "wall"](http://www.alaveteli.org/2012/06/new-feature-following-and-the-wall/) + * ["Following" and the "wall"](/uncategorised/2012/06/21/new-feature-following-and-the-wall/) - * [Bundler](http://www.alaveteli.org/2012/06/new-for-developers-bundler-support/) + * [Bundler](/uncategorised/2012/06/21/new-for-developers-bundler-support/) diff --git a/_posts/2012-06-20-new-feature-easier-request-moderation.markdown b/_posts/2012-06-20-new-feature-easier-request-moderation.markdown index 4d18fc137..bf18fe0cb 100644 --- a/_posts/2012-06-20-new-feature-easier-request-moderation.markdown +++ b/_posts/2012-06-20-new-feature-easier-request-moderation.markdown @@ -12,7 +12,7 @@ categories: WhatDoTheyKnow [has been criticised in the past](http://2040infolawblog.com/2012/02/09/do-they-know-what/) for not doing more to discourage frivolous or abusive requests. The vast majority of requests for information are sensible, but we get a some citizens using the site to vent their anger or frustration at something, and a reasonable number of requests which are not really FOI requests at all, made by people who misunderstand the purpose of the site. -Alaveteli has always supported hiding requests that are unsuitable, but in [version 0.6](http://www.alaveteli.org/2012/06/alaveteli-0-6-fancy-admin-released/) we've added some new functionality that makes the process smoother and faster. +Alaveteli has always supported hiding requests that are unsuitable, but in [version 0.6](/development/2012/06/20/alaveteli-0-6-fancy-admin-released/) we've added some new functionality that makes the process smoother and faster. First, we allow any logged in user to report a request for moderation by an administrator. This is important because there's no way we could support the moderation of requests before they are published on the site: |