]> git.mxchange.org Git - jfinancials-war.git/commit
Maybe cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 31 Oct 2017 18:44:33 +0000 (19:44 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 31 Oct 2017 18:55:33 +0000 (19:55 +0100)
commit113cd842d0c5b969d5a906f7b95581d8b4f1fff8
tree2b60ae8d74e5366f303148f71d8fbde7e98fc80c
parent2d84d527cafffb12c33ce038403af0756102c53c
Maybe cherry-pick:
- added mini-links JSF tags for product categories and generic products
- added form templates for above again
- added views for listing both again
- added navigation rules to faces-config.xml
- rewrote converter to CDI "lookup" (programatic) which finally let the
  converter work without any EJB calls
- added filtered list for categories and products
- added product unit amount and type, like 1 liter
- categories and products have now both i18n keys and not direct and
  untranslateable titles
- rewrote + sorted renderGenericProduct() as products now have i18n keys
- added menu entries

Signed-off-by: Roland Häder <roland@mxchange.org>
17 files changed:
src/java/org/mxchange/jfinancials/beans/category/FinancialAdminCategoryWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/category/FinancialCategoryWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/helper/FinancialsWebRequestHelperBean.java
src/java/org/mxchange/jfinancials/beans/product/FinancialAdminProductWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/product/FinancialProductWebRequestBean.java
src/java/org/mxchange/jfinancials/converter/generic_product/FinancialsGenericProductConverter.java
src/java/org/mxchange/jfinancials/converter/product_category/FinancialsProductCategoryConverter.java
web/WEB-INF/faces-config.xml
web/WEB-INF/product-links.jsf.taglib.xml [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/links/mini/category/admin_product_category_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/links/mini/product/admin_generic_product_links.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/category/admin_form_category_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/menu/project.tpl
web/WEB-INF/templates/admin/product/admin_form_product_data.tpl [new file with mode: 0644]
web/WEB-INF/web.xml
web/admin/category/admin_product_category_list.xhtml [new file with mode: 0644]
web/admin/product/admin_generic_product_list.xhtml [new file with mode: 0644]