Full ELMS Learning Network documentation
Constants
Primary tabs
Name![]() |
Location | Description |
---|---|---|
ACCESSIBILITY_QUAIL_VERSION |
sites/ |
|
ACCESSIBILITY_TEST_MODERATE |
sites/ |
|
ACCESSIBILITY_TEST_SEVERE |
sites/ |
|
ACCESSIBILITY_TEST_SUGGESTION |
sites/ |
|
ACTIVATION_CODE_ACCESS_DENY |
sites/ |
|
ACTIVATION_CODE_ACCESS_GRANT |
sites/ |
|
ADVAGG_ADMIN_CONFIG_ROOT_PATH |
sites/ |
Default location of AdvAgg configuration items. |
ADVAGG_BUNDLER_ACTIVE |
sites/ |
Default value to see if the bundler should be active or passive. If it is passive, the bundler will only do analysis and not split up the aggregate. |
ADVAGG_BUNDLER_MAX_CSS |
sites/ |
Default value of the maximum number of CSS bundles that can be generated in a single request. |
ADVAGG_BUNDLER_MAX_JS |
sites/ |
Default value of the maximum number of JS bundles that can be generated in a single request. |
ADVAGG_BUNDLER_OUTDATED |
sites/ |
Default value of the last used time before the bundle is considered outdated. 2 weeks in seconds. |
ADVAGG_CACHE_LEVEL |
sites/ |
Default value to see if we cache the full CSS/JS structure. |
ADVAGG_CLEAR_SCRIPTS |
sites/ |
Empty the scripts key inside of template_process_html replacement function. |
ADVAGG_COMBINE_CSS_MEDIA |
sites/ |
Combine css files by using media queries instead of media attributes. |
ADVAGG_CORE_GROUPS |
sites/ |
Default value to see we use core's default grouping of CSS/JS files. |
ADVAGG_CSS_CDN_JQUERY_UI |
sites/ |
Default value to see if jquery-ui should be grabbed from the Google CDN. |
ADVAGG_CSS_CDN_JQUERY_UI_VERSION |
sites/ |
Default jquery ui version. |
ADVAGG_CSS_COMPRESSOR |
sites/ |
Default value for which css compression library to use. 0 is Disabled. |
ADVAGG_CSS_COMPRESSOR_FILE_SETTINGS |
sites/ |
Default value for per file compression settings. |
ADVAGG_CSS_FIX_TYPE |
sites/ |
Scan and fix any CSS that was added with the wrong type. |
ADVAGG_CSS_INLINE_COMPRESSOR |
sites/ |
Default value to see what compressor to use. 0 is Disabled. |
ADVAGG_CSS_INLINE_COMPRESS_IF_NOT_CACHEABLE |
sites/ |
Default value to if inline compression is used if page is not cacheable. |
ADVAGG_DEBUG |
sites/ |
Default value for debugging info to watchdog. |
ADVAGG_ENABLED |
sites/ |
Default value to see if advanced CSS/JS aggregation is enabled. |
ADVAGG_GLOBAL_COUNTER |
sites/ |
Default value of counter. |
ADVAGG_GZIP |
sites/ |
Default value to see if .gz files should be created as well. |
ADVAGG_HTACCESS_CHECK_GENERATE |
sites/ |
Generate a .htaccess file in the AdvAgg dirs. |
ADVAGG_IE_CSS_SELECTOR_LIMITER |
sites/ |
Prevent more than 4095 css selector rules inside of a CSS aggregate. |
ADVAGG_IE_CSS_SELECTOR_LIMITER_VALUE |
sites/ |
The value the IE css selector should use |
ADVAGG_JS_CDN_COMPRESSION |
sites/ |
Default minification. |
ADVAGG_JS_CDN_JQUERY |
sites/ |
Default value to see if jquery should be grabbed from the Google CDN. |
ADVAGG_JS_CDN_JQUERY_UI |
sites/ |
Default value to see if jquery-ui should be grabbed from the Google CDN. |
ADVAGG_JS_CDN_JQUERY_UI_VERSION |
sites/ |
Default jquery ui version. |
ADVAGG_JS_CDN_JQUERY_VERSION |
sites/ |
Default jquery version. |
ADVAGG_JS_COMPRESSOR |
sites/ |
Default value to see what compressor to use. 0 is Disabled. |
ADVAGG_JS_COMPRESSOR_FILE_SETTINGS |
sites/ |
Default value for per file compression settings. |
ADVAGG_JS_COMPRESS_PACKER |
sites/ |
Default value to see packer is enabled. |
ADVAGG_JS_COMPRESS_RATIO |
sites/ |
Default value for the compression ratio test. |
ADVAGG_JS_FIX_TYPE |
sites/ |
Scan and fix any JS that was added with the wrong type. |
ADVAGG_JS_INLINE_COMPRESSOR |
sites/ |
Default value to see what compressor to use. 0 is Disabled. |
ADVAGG_JS_INLINE_COMPRESS_IF_NOT_CACHEABLE |
sites/ |
Default value to if inline compression is used if page is not cacheable. |
ADVAGG_JS_MAX_COMPRESS_RATIO |
sites/ |
Default value for the compression ratio test. |
ADVAGG_MOD_CSS_ADJUST_SORT_BROWSERS |
sites/ |
Default value to adjust the sorting of browser conditional CSS. |
ADVAGG_MOD_CSS_ADJUST_SORT_EXTERNAL |
sites/ |
Default value to adjust the sorting of external CSS. |
ADVAGG_MOD_CSS_ADJUST_SORT_INLINE |
sites/ |
Default value to adjust the sorting of inline CSS. |
ADVAGG_MOD_CSS_PREPROCESS |
sites/ |
Default value to turn on preprocessing for all CSS files. |
ADVAGG_MOD_CSS_TRANSLATE |
sites/ |
Default value to translate the content attributes of CSS files. |
ADVAGG_MOD_JS_ADJUST_SORT_BROWSERS |
sites/ |
Default value to adjust the sorting of browser conditional JavaScript. |
ADVAGG_MOD_JS_ADJUST_SORT_EXTERNAL |
sites/ |
Default value to adjust the sorting of external JavaScript. |
ADVAGG_MOD_JS_ADJUST_SORT_INLINE |
sites/ |
Default value to adjust the sorting of inline JavaScript. |