forked from GNUsocial/gnu-social
Merge branch 'testing' into 0.9.x
This commit is contained in:
commit
89b6fade24
48
README
48
README
@ -38,7 +38,8 @@ more, please see the Open Software Service Definition 1.1:
|
|||||||
http://www.opendefinition.org/ossd
|
http://www.opendefinition.org/ossd
|
||||||
|
|
||||||
StatusNet, Inc. <http://status.net/> also offers this software as a
|
StatusNet, Inc. <http://status.net/> also offers this software as a
|
||||||
Web service, requiring no installation on your part. The software run
|
Web service, requiring no installation on your part. See
|
||||||
|
<http://status.net/signup> for details. The software run
|
||||||
on status.net is identical to the software available for download, so
|
on status.net is identical to the software available for download, so
|
||||||
you can move back and forth between a hosted version or a version
|
you can move back and forth between a hosted version or a version
|
||||||
installed on your own servers.
|
installed on your own servers.
|
||||||
@ -95,8 +96,8 @@ for additional terms.
|
|||||||
New this version
|
New this version
|
||||||
================
|
================
|
||||||
|
|
||||||
This is a security, bug and feature release since version 0.9.3 released on
|
This is a security, bug and feature release since version 0.9.4 released on
|
||||||
29 June 2010.
|
16 August 2010.
|
||||||
|
|
||||||
For best compatibility with client software and site federation, and a lot of
|
For best compatibility with client software and site federation, and a lot of
|
||||||
bug fixes, it is highly recommended that all public sites upgrade to the new
|
bug fixes, it is highly recommended that all public sites upgrade to the new
|
||||||
@ -104,19 +105,24 @@ version.
|
|||||||
|
|
||||||
Notable changes this version:
|
Notable changes this version:
|
||||||
|
|
||||||
- OpenID and OAuth libraries patched for potential timing attack
|
- Change of license for default themes and documentation from
|
||||||
- OStatus feed i/o updated for Activity Streams
|
AGPLv3 to CC-By 3.0 Unported.
|
||||||
- Correctness fixes on XRD, other discovery bits
|
- An experimental TinyMCE plugin to do in-browser rich editing of
|
||||||
- Support for contacting SNI-based SSL virtual hosts when SSL
|
status updates. Does not support StatusNet syntax like @-replies or
|
||||||
certificate verification is enabled (requires PHP 5.3.2+ or
|
#hashtags very well.
|
||||||
enabling CURL backend with $config['http']['curl'] = true)
|
- An experimental plugin to add titles to notices.
|
||||||
- Experimental SubMirror plugin
|
- A plugin to support the Echo <http://aboutecho.com/> commenting
|
||||||
- Multi-site status_network table mode has been tweaked to support
|
system.
|
||||||
multiple tags better
|
- A plugin to support the Disqus <http://disqus.com/> commenting system.
|
||||||
- Many updates to user interface translation from TranslateWiki
|
- Changes to OStatus support to make StatusNet work for the Social Web
|
||||||
- Many other bugfixes
|
Acid Test Level 0 <http://federatedsocialweb.net/wiki/SWAT0>.
|
||||||
|
- Themes now support a theme.ini file for theme configuration, including
|
||||||
|
defining a "base" theme.
|
||||||
|
- Improved two-way Twitter integration, including support for
|
||||||
|
repeats and retweets, replies, and faves going both ways across the
|
||||||
|
bridge, as well as better parsing of Twitter statuses.
|
||||||
|
|
||||||
A full changelog is available at http://status.net/wiki/StatusNet_0.9.4.
|
A full changelog is available at http://status.net/wiki/StatusNet_0.9.5.
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
=============
|
=============
|
||||||
@ -229,9 +235,9 @@ especially if you've previously installed PHP/MySQL packages.
|
|||||||
1. Unpack the tarball you downloaded on your Web server. Usually a
|
1. Unpack the tarball you downloaded on your Web server. Usually a
|
||||||
command like this will work:
|
command like this will work:
|
||||||
|
|
||||||
tar zxf statusnet-0.9.4.tar.gz
|
tar zxf statusnet-0.9.5.tar.gz
|
||||||
|
|
||||||
...which will make a statusnet-0.9.2 subdirectory in your current
|
...which will make a statusnet-0.9.5 subdirectory in your current
|
||||||
directory. (If you don't have shell access on your Web server, you
|
directory. (If you don't have shell access on your Web server, you
|
||||||
may have to unpack the tarball on your local computer and FTP the
|
may have to unpack the tarball on your local computer and FTP the
|
||||||
files to the server.)
|
files to the server.)
|
||||||
@ -239,7 +245,7 @@ especially if you've previously installed PHP/MySQL packages.
|
|||||||
2. Move the tarball to a directory of your choosing in your Web root
|
2. Move the tarball to a directory of your choosing in your Web root
|
||||||
directory. Usually something like this will work:
|
directory. Usually something like this will work:
|
||||||
|
|
||||||
mv statusnet-0.9.4 /var/www/statusnet
|
mv statusnet-0.9.5 /var/www/statusnet
|
||||||
|
|
||||||
This will make your StatusNet instance available in the statusnet path of
|
This will make your StatusNet instance available in the statusnet path of
|
||||||
your server, like "http://example.net/statusnet". "microblog" or
|
your server, like "http://example.net/statusnet". "microblog" or
|
||||||
@ -654,7 +660,7 @@ with this situation.
|
|||||||
If you've been using StatusNet 0.7, 0.6, 0.5 or lower, or if you've
|
If you've been using StatusNet 0.7, 0.6, 0.5 or lower, or if you've
|
||||||
been tracking the "git" version of the software, you will probably
|
been tracking the "git" version of the software, you will probably
|
||||||
want to upgrade and keep your existing data. There is no automated
|
want to upgrade and keep your existing data. There is no automated
|
||||||
upgrade procedure in StatusNet 0.9.2. Try these step-by-step
|
upgrade procedure in StatusNet 0.9.5. Try these step-by-step
|
||||||
instructions; read to the end first before trying them.
|
instructions; read to the end first before trying them.
|
||||||
|
|
||||||
0. Download StatusNet and set up all the prerequisites as if you were
|
0. Download StatusNet and set up all the prerequisites as if you were
|
||||||
@ -675,7 +681,7 @@ instructions; read to the end first before trying them.
|
|||||||
5. Once all writing processes to your site are turned off, make a
|
5. Once all writing processes to your site are turned off, make a
|
||||||
final backup of the Web directory and database.
|
final backup of the Web directory and database.
|
||||||
6. Move your StatusNet directory to a backup spot, like "statusnet.bak".
|
6. Move your StatusNet directory to a backup spot, like "statusnet.bak".
|
||||||
7. Unpack your StatusNet 0.9.2 tarball and move it to "statusnet" or
|
7. Unpack your StatusNet 0.9.5 tarball and move it to "statusnet" or
|
||||||
wherever your code used to be.
|
wherever your code used to be.
|
||||||
8. Copy the config.php file and avatar directory from your old
|
8. Copy the config.php file and avatar directory from your old
|
||||||
directory to your new directory.
|
directory to your new directory.
|
||||||
@ -1538,7 +1544,7 @@ repository (see below), and you get a compilation error ("unexpected
|
|||||||
T_STRING") in the browser, check to see that you don't have any
|
T_STRING") in the browser, check to see that you don't have any
|
||||||
conflicts in your code.
|
conflicts in your code.
|
||||||
|
|
||||||
If you upgraded to StatusNet 0.9.2 without reading the "Notice
|
If you upgraded to StatusNet 0.9.5 without reading the "Notice
|
||||||
inboxes" section above, and all your users' 'Personal' tabs are empty,
|
inboxes" section above, and all your users' 'Personal' tabs are empty,
|
||||||
read the "Notice inboxes" section above.
|
read the "Notice inboxes" section above.
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ set -e
|
|||||||
|
|
||||||
source /etc/statusnet/setup.cfg
|
source /etc/statusnet/setup.cfg
|
||||||
|
|
||||||
# setup_status_net.sh mysite 'My Site' '1user' 'owner@example.com' 'Firsty McLastname'
|
# setup_status_network.sh mysite 'My Site' '1user' 'owner@example.com' 'Firsty McLastname'
|
||||||
|
|
||||||
export nickname="$1"
|
export nickname="$1"
|
||||||
export sitename="$2"
|
export sitename="$2"
|
||||||
|
Loading…
Reference in New Issue
Block a user