Add option to select jQuery 3.x (#1835) + add description to other options in Advanced config screen

This commit is contained in:
Kijin Sung 2022-12-28 01:08:41 +09:00
parent dc1182f6f5
commit 0aa4fed636
6 changed files with 35 additions and 2 deletions

View file

@ -148,8 +148,12 @@ $lang->cmd_concat_css_only = 'Combine all CSS';
$lang->cmd_concat_js_only = 'Combine all JS';
$lang->cmd_concat_css_js = 'Combine both CSS and JS';
$lang->about_concat_scripts = 'Automatically combine CSS and JS scripts into as few files as possible. External scripts are not combined.';
$lang->jquery_version = 'jQuery Version';
$lang->about_jquery_version = 'You can select the default jQuery version for this site. Please note that jQuery 3.x may not be compatible with older features.';
$lang->use_server_push = 'Use HTTP/2 Server Push';
$lang->about_use_server_push = 'This option adds headers to the response that some CDNs interpret as server push directives.';
$lang->use_gzip = 'gzip Compression';
$lang->about_use_gzip = 'This option should be left off unless you know for sure that your webserver doesn\'t compress output by default.';
$lang->delay_session = 'Delay session start';
$lang->about_delay_session = 'To improve performance when using a caching proxy server such as Varnish, do not issue sessions to visitors until they log in.<br>Selecting this option may interfere with autologin, and visitor counts may become inaccurate.';
$lang->mediafilter_whitelist = 'Allow external media';