forked from GNUsocial/gnu-social
Merge branch '1.0.x' into testing
This commit is contained in:
commit
1328023f88
@ -53,7 +53,7 @@ $default =
|
|||||||
'broughtbyurl' => null,
|
'broughtbyurl' => null,
|
||||||
'closed' => false,
|
'closed' => false,
|
||||||
'inviteonly' => false,
|
'inviteonly' => false,
|
||||||
'private' => false,
|
'private' => true,
|
||||||
'ssl' => 'never',
|
'ssl' => 'never',
|
||||||
'sslserver' => null,
|
'sslserver' => null,
|
||||||
'shorturllength' => 30,
|
'shorturllength' => 30,
|
||||||
@ -301,12 +301,14 @@ $default =
|
|||||||
array('disabled' => true),
|
array('disabled' => true),
|
||||||
'plugins' =>
|
'plugins' =>
|
||||||
array('default' => array('Geonames' => null,
|
array('default' => array('Geonames' => null,
|
||||||
'Mapstraction' => null,
|
|
||||||
'OStatus' => null,
|
|
||||||
'WikiHashtags' => null,
|
|
||||||
'RSSCloud' => null,
|
|
||||||
'ClientSideShorten' => null,
|
'ClientSideShorten' => null,
|
||||||
'StrictTransportSecurity' => null,
|
'StrictTransportSecurity' => null,
|
||||||
|
'Bookmark' => null,
|
||||||
|
'Event' => null,
|
||||||
|
'Poll' => null,
|
||||||
|
'QnA' => null,
|
||||||
|
'SearchSub' => null,
|
||||||
|
'TagSub' => null,
|
||||||
'OpenID' => null),
|
'OpenID' => null),
|
||||||
'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories
|
'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories
|
||||||
'server' => null,
|
'server' => null,
|
||||||
|
@ -60,7 +60,6 @@ class RawFileNoticeStream extends NoticeStream
|
|||||||
|
|
||||||
function __construct($file)
|
function __construct($file)
|
||||||
{
|
{
|
||||||
parent::__construct();
|
|
||||||
$this->file = $file;
|
$this->file = $file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1408,4 +1408,9 @@ table.profile_list tr.alt {
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.question p.best {
|
||||||
|
background: url(../images/rosette.png) no-repeat top left;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
}/*end of @media screen, projection, tv*/
|
}/*end of @media screen, projection, tv*/
|
||||||
|
BIN
theme/neo/images/rosette.png
Normal file
BIN
theme/neo/images/rosette.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 673 B |
Loading…
x
Reference in New Issue
Block a user