asotog
8/27/2013 - 2:38 AM

Properties that can be set to avoid templates cache, js obfuscation and css minification while working in front-end, this needs to be set up

Properties that can be set to avoid templates cache, js obfuscation and css minification while working in front-end, this needs to be set up in portal-ext.properties file of the server and needs to be restarted to be applied

#
# MySQL
#
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost:8889/hrportal62_ee?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false&tcpKeepAlive=true&autoReconnect=true
jdbc.default.username=root
jdbc.default.password=root

journal.template.velocity.restricted.variables=
velocity.engine.restricted.variables=
velocity.engine.restricted.classes=

## also if as a developer, have no access to portal-ext.properties (the case of production or qa servers) file 
## the url of the page that is being looked, can be appended with ?js_fast_load=0&css_fast_load=0&strip=0 and will
## be pretty much the same as setting the properties directly

theme.css.fast.load=false
theme.images.fast.load=false
javascript.fast.load=false
javascript.log.enabled=false
layout.template.cache.enabled=false
combo.check.timestamp=false
freemarker.engine.cache.storage=soft:1
freemarker.engine.modification.check.interval=0
openoffice.cache.enabled=false
velocity.engine.resource.manager.cache.enabled=false
com.liferay.portal.servlet.filters.cache.CacheFilter=false
com.liferay.portal.servlet.filters.themepreview.ThemePreviewFilter=false
minifier.inline.content.cache.size=0
journal.template.velocity.restricted.variables=
velocity.engine.restricted.variables=
velocity.engine.restricted.classes=
 
## also if as a developer, have no access to portal-ext.properties (the case of production or qa servers) file 
## the url of the page that is being looked, can be appended with ?js_fast_load=0&css_fast_load=0&strip=0 and will
## be pretty much the same as setting the properties directly
 
theme.css.fast.load=false
theme.images.fast.load=false
javascript.fast.load=false
javascript.log.enabled=false
layout.template.cache.enabled=false
combo.check.timestamp=false
freemarker.engine.cache.storage=soft:1
freemarker.engine.modification.check.interval=0
openoffice.cache.enabled=false
velocity.engine.resource.manager.cache.enabled=false
com.liferay.portal.servlet.filters.cache.CacheFilter=false
com.liferay.portal.servlet.filters.themepreview.ThemePreviewFilter=false
minifier.inline.content.cache.size=0