X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=lib%2Fdefault.php;h=673c94769a89d90070c456f4fe6183becb69a55d;hb=c85abebc36e25c87e0292aeb41e4f1eadaa5e2b9;hp=a1f1ed6d8ff79d5cd51c81ea0b8d30a04e18d9e4;hpb=513c54fa89085fde783a73c298d61576f834b131;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index a1f1ed6d8f..673c94769a 100644 --- a/lib/default.php +++ b/lib/default.php @@ -58,7 +58,7 @@ $default = 'sslserver' => null, 'shorturllength' => 30, 'dupelimit' => 60, // default for same person saying the same thing - 'textlimit' => 140, + 'textlimit' => 0, // in chars; 0 == no limit 'indent' => true, 'use_x_sendfile' => false, 'notice' => null, // site wide notice text @@ -310,7 +310,8 @@ $default = 'TagSub' => null, 'OpenID' => null, 'Directory' => null, - 'ExtendedProfile' => null), + 'ExtendedProfile' => null, + 'Activity' => null), 'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories 'server' => null, 'sslserver' => null, @@ -350,5 +351,7 @@ $default = 'router' => array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel 'discovery' => - array('cors' => false) // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.) + array('cors' => false), // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.) + 'performance' => array('high' => false), // disable some features for higher performance; default false + 'oldschool' => array('enabled' => false) // enable users to use old-style UI );