]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
info on upgrading a public site
authorEvan Prodromou <evan@status.net>
Thu, 8 Sep 2011 17:22:38 +0000 (13:22 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 8 Sep 2011 17:22:38 +0000 (13:22 -0400)
UPGRADE

diff --git a/UPGRADE b/UPGRADE
index ca04cc6ba814cc6198349483dad06849c48901d6..cf2375dffe1f71f83a39e6111f4f1374df38d445 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -95,4 +95,23 @@ have a line in your config.php pointing to the old name, you'll need
 to update it.
 
 Note that the XMPP bots have changed since version 0.5; see above for
-details.
\ No newline at end of file
+details.
+
+Privacy
+=======
+
+With StatusNet 1.0, our default install profile is for private sites.
+
+If you did not specify the privacy level of your site previously, it
+was public. Now, it's private.
+
+If you upgrade a public site, you will need to reset the privacy
+level. You can do this in your config.php:
+
+       $config['site']['private'] = false;
+
+...or with setconfig.php in the db:
+
+       php setconfig.php site private false
+
+...or with the site admin panel.