diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-04 11:01:09 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-04 11:01:09 -0800 |
commit | 16e23998856f3b90b0611a55d35522f7432bb35d (patch) | |
tree | 982527630f2a5375e4b88d7f2adc43a9469f6e94 | |
parent | 89833ce1ff187e29de4250787c5dca4cf4f5ab6b (diff) | |
parent | 96c06dd75ddce11fd7509dec407e35ce99792e51 (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
-rw-r--r-- | README | 9 | ||||
-rw-r--r-- | plugins/OStatus/theme/base/css/ostatus.css | 2 |
2 files changed, 4 insertions, 7 deletions
@@ -78,7 +78,8 @@ New this version ================ This is a major feature release since version 0.8.3, released Feb 1 -2010. It is the final release version of 0.9.0. +2010. It is the final release version of 0.9.0, replacing any beta +versions. Notable changes this version: @@ -952,7 +953,7 @@ queue_basename: a root name to use for queues (stomp only). Typically multiple instances on the same server, make sure that either this setting or $config['site']['nickname'] are unique for each site to keep them separate. - + stomp_username: username for connecting to the stomp server; defaults to null. stomp_password: password for connecting to the stomp server; defaults @@ -1229,10 +1230,6 @@ profile Profile management. -banned: an array of usernames and/or profile IDs of 'banned' profiles. - The site will reject any notices by these users -- they will - not be accepted at all. (Compare with blacklisted users above, - whose posts just won't show up in the public stream.) biolimit: max character length of bio; 0 means no limit; null means to use the site text limit default. diff --git a/plugins/OStatus/theme/base/css/ostatus.css b/plugins/OStatus/theme/base/css/ostatus.css index f7d9853cf..c2d724158 100644 --- a/plugins/OStatus/theme/base/css/ostatus.css +++ b/plugins/OStatus/theme/base/css/ostatus.css @@ -46,6 +46,7 @@ position:relative; .section .entity_actions { margin-bottom:0; +margin-right:7px; } #entity_remote_subscribe .dialogbox { @@ -70,5 +71,4 @@ background-color:transparent; background-position:0 -1183px; padding:0 0 0 23px; border:0; - } |