Cleaned up the comments a bit.
This commit is contained in:
parent
944f3bdf3d
commit
c1df2653a8
@ -263,7 +263,7 @@ class Page {
|
|||||||
* PLEASE: Ensure that you test your site out throughly after enabling this module!
|
* PLEASE: Ensure that you test your site out throughly after enabling this module!
|
||||||
* Either that, or don't use this module unless you are sure of what it is doing.
|
* Either that, or don't use this module unless you are sure of what it is doing.
|
||||||
*
|
*
|
||||||
* TODO: Before performing the regex's, compute the md5 of the CSS files and store somewhere to check later. (performance reasons.)
|
* TODO: For performance reasons: Before performing the regex's, compute the md5 of the CSS & JS files and store somewhere to check later.
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* This function returns FALSE if it failed to cache the files,
|
* This function returns FALSE if it failed to cache the files,
|
||||||
|
@ -287,9 +287,9 @@ class Setup extends SimpleExtension {
|
|||||||
$sb->add_text_option("api_recaptcha_pubkey", "<br>Public key: ");
|
$sb->add_text_option("api_recaptcha_pubkey", "<br>Public key: ");
|
||||||
$event->panel->add_block($sb);
|
$event->panel->add_block($sb);
|
||||||
|
|
||||||
$sb = new SetupBlock("Automatic CSS & JS Caching");
|
$sb = new SetupBlock("Automatic Caching of CSS & JS");
|
||||||
$sb->add_text_option("autocache_location", "Location: ");
|
$sb->add_text_option("autocache_location", "Location: ");
|
||||||
$sb->add_label("<br><i>Needs to be writeable by the webserver.</i>");
|
$sb->add_label("<br><i>This location needs to be writeable by the webserver.</i>");
|
||||||
$sb->add_bool_option("autocache_css", "<br>Automatic caching of CSS: ");
|
$sb->add_bool_option("autocache_css", "<br>Automatic caching of CSS: ");
|
||||||
$sb->add_bool_option("autocache_js", "<br>Automatic caching of JS: ");
|
$sb->add_bool_option("autocache_js", "<br>Automatic caching of JS: ");
|
||||||
$sb->add_bool_option("autocache_min_css", "<br>Minimize CSS files: ");
|
$sb->add_bool_option("autocache_min_css", "<br>Minimize CSS files: ");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user