/[Apache-SVN]
ViewVC logotype

Revision 1536435


Jump to revision: Previous Next
Author: lukaszlenart
Date: Mon Oct 28 17:29:30 2013 UTC (10 years, 6 months ago)
Changed paths: 68
Log Message:
WW-4145 Improves extending theme mechanism to allow override just one file in parent theme

Changed paths

Path Details
Directorystruts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java modified , text changed
Directorystruts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java modified , text changed
Directorystruts/struts2/trunk/core/src/main/java/org/apache/struts2/components/template/FreemarkerTemplateEngine.java modified , text changed
Directorystruts/struts2/trunk/core/src/main/java/org/apache/struts2/views/freemarker/FreemarkerManager.java modified , text changed
Directorystruts/struts2/trunk/core/src/main/java/org/apache/struts2/views/freemarker/FreemarkerThemeTemplateLoader.java added
Directorystruts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/struts-default.xml modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/checkboxlist.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/combobox.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/controlheader.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/debug.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/doubleselect.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/file.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/form-close.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/form.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/inputtransferselect.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/label.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/optiontransferselect.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/password.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/radiomap.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/select.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/text.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/textarea.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/css_xhtml/updownselect.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/a-close.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/checkboxlist.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/combobox.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/div.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/file.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/form-common.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/form.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/hidden.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/inputtransferselect.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/label.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/optgroup.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/password.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/reset.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/select.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/text.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/simple/textarea.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/checkbox.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/checkboxlist.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/combobox.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/controlheader-core.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/controlheader.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/debug.ftl deleted
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/doubleselect.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/file.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/form-close.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/form.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/inputtransferselect.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/label.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/optiontransferselect.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/password.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/radiomap.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/reset.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/select.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/submit-close.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/text.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/textarea.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/main/resources/template/xhtml/updownselect.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/test/java/org/apache/struts2/views/freemarker/FreeMarkerResultTest.java modified , text changed
Directorystruts/struts2/trunk/core/src/test/java/org/apache/struts2/views/freemarker/FreemarkerManagerTest.java modified , text changed
Directorystruts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/freemarker/dynaAttributes.ftl modified , text changed
Directorystruts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/freemarker/manual-list.ftl modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26