Add option to control how many seconds to wait before compiling updated template file

This commit is contained in:
Kijin Sung 2023-06-18 23:01:59 +09:00
parent c2f0e4fad9
commit de2a9288f2
6 changed files with 22 additions and 1 deletions

View file

@ -157,6 +157,8 @@ $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->delay_template_compile = 'Delay template compile';
$lang->about_delay_template_compile = 'Wait a few seconds before compiling an updated template file. This may help avoid errors when you are editing templates over a slow connection.';
$lang->mediafilter_whitelist = 'Allow external media';
$lang->about_mediafilter_whitelist = 'This list defines other websites from which users are allowed to embed multimedia content using &lt;iframe&gt; or &lt;video&gt; tags.<br />The restriction does not apply to attachments or any media embedded by the administrator.';
$lang->mediafilter_classes = 'Allow HTML class';