This is an automated email from the ASF dual-hosted git repository.
nmalin pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git.
from 01bd096 Fixed: The "stream" request-map in ecommerce and commonext
controllers requires authentication (OFBIZ-11349)
new d8641bc Fixed: Correct FoFormMacro to support form list with non
separate fields (OFBIZ-11335)
new 1941a05 Improved: Manage VisualTheme in ModelForm (OFBIZ-11335)
new 38f972a Improved: Add CommonForms as template pattern configured by
theme (OFBIZ-11335)
new 296417a Fixed: Correct check style issue on ModelTheme
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ofbiz/content/data/DataResourceWorker.java | 3 +-
framework/common/groovyScripts/InitTheme.groovy | 1 +
framework/common/widget/CommonForms.xml | 40 +++++++++++
.../webtools/artifactinfo/ArtifactInfoFactory.java | 7 +-
framework/webtools/widget/MiscForms.xml | 60 +++++++++++++++--
framework/webtools/widget/MiscScreens.xml | 34 ++--------
framework/widget/dtd/widget-theme.xsd | 58 ++++++++++------
.../org/apache/ofbiz/widget/model/FormFactory.java | 48 ++++++++-----
.../org/apache/ofbiz/widget/model/GridFactory.java | 49 ++++++++++----
.../org/apache/ofbiz/widget/model/ModelForm.java | 11 +--
.../apache/ofbiz/widget/model/ModelFormField.java | 6 +-
.../org/apache/ofbiz/widget/model/ModelGrid.java | 27 +++++---
.../ofbiz/widget/model/ModelScreenWidget.java | 7 +-
.../apache/ofbiz/widget/model/ModelSingleForm.java | 22 ++++--
.../org/apache/ofbiz/widget/model/ModelTheme.java | 78 ++++++++++++++++++----
.../template/macro/FoFormMacroLibrary.ftl | 8 +--
.../common-theme/widget/CommonForms.xml | 18 ++++-
themes/common-theme/widget/Theme.xml | 10 +++
18 files changed, 358 insertions(+), 129 deletions(-)
create mode 100644 framework/common/widget/CommonForms.xml
copy applications/humanres/widget/forms/PartyAbilityForms.xml =>
themes/common-theme/widget/CommonForms.xml (54%)