From a4ec64ff457f9d4a645e4ecae8b2c696e379c0ab Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 4 Mar 2010 13:43:28 -0500 Subject: Slight right alignment for remote button in minilists --- plugins/OStatus/theme/base/css/ostatus.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; - } -- cgit v1.2.3-54-g00ecf From 1b49e9d278038bc59fab48072cb9d192ebb4bdbd Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 4 Mar 2010 13:45:31 -0500 Subject: banned no longer supported --- README | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README b/README index cfc05246c..742d7683a 100644 --- a/README +++ b/README @@ -1192,10 +1192,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. -- cgit v1.2.3-54-g00ecf From 7d1ba4ff3b00cb42c85f2720d3b2aab82a3a560b Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 4 Mar 2010 10:48:37 -0800 Subject: Remove reference to $config['profile']['banned'] -- superceded by blacklist --- README | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README b/README index b90ec8c45..09d667857 100644 --- a/README +++ b/README @@ -1229,10 +1229,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. -- cgit v1.2.3-54-g00ecf From 96c06dd75ddce11fd7509dec407e35ce99792e51 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 4 Mar 2010 13:56:02 -0500 Subject: note betas are obsolete now --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 09d667857..e729769f8 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3-54-g00ecf