From 4d3c48607ac255ccb7d3157f6654f42fccef03a3 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Sun, 8 Dec 2013 22:10:20 +0200 Subject: [PATCH] Add mention in changelog about statistics route, relating to already closed and merged #4602 --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index dba5cb572..d7ef6bc7d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Head +## Pod statistics +A new feature [has been added](https://github.com/diaspora/diaspora/pull/4602) to allow pods to report extra statistics. Automatically after this code change, the route /statistics.json contains some basic data that was also available before via page headers (pod name, version, status of signups). But also, optionally podmins can enable user and post counts in the diaspora.yml configuration file. The counts are by default switched off, so if you want to report the total user, active user and local post counts, please edit your diaspora.yml configuration with the example values in diaspora.yml.example and uncomment the required lines as indicated. + ## Refactor * Move non-model federation stuff into lib/ [#4363](https://github.com/diaspora/diaspora/pull/4363) * Build a color palette to uniform color usage [#4437](https://github.com/diaspora/diaspora/pull/4437) [#4469](https://github.com/diaspora/diaspora/pull/4469) [#4479](https://github.com/diaspora/diaspora/pull/4479)