mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add option to control how many seconds to wait before compiling updated template file
This commit is contained in:
parent
c2f0e4fad9
commit
de2a9288f2
6 changed files with 22 additions and 1 deletions
|
|
@ -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 <iframe> or <video> tags.<br />The restriction does not apply to attachments or any media embedded by the administrator.';
|
||||
$lang->mediafilter_classes = 'Allow HTML class';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue