svn commit: r1649747 - in /ofbiz/branches/release14.12: ./ framework/widget/src/org/ofbiz/widget/form/ModelFormField.java

2015-01-05 Thread jacopoc
Author: jacopoc Date: Tue Jan 6 07:56:28 2015 New Revision: 1649747 URL: http://svn.apache.org/r1649747 Log: Applied fix from trunk for revision: 1649742 === OFBIZ-5944: before trying to pull the values for the form's fields, check if the key exists in order to avoid an IllegalArgumentExceptio

svn commit: r1649742 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java

2015-01-05 Thread jacopoc
Author: jacopoc Date: Tue Jan 6 07:43:00 2015 New Revision: 1649742 URL: http://svn.apache.org/r1649742 Log: OFBIZ-5944: before trying to pull the values for the form's fields, check if the key exists in order to avoid an IllegalArgumentException if the map is a GenericEntity. Thanks to Christi

svn commit: r1649701 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java

2015-01-05 Thread adrianc
Author: adrianc Date: Tue Jan 6 01:05:29 2015 New Revision: 1649701 URL: http://svn.apache.org/r1649701 Log: Make sure InputStream is closed. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilPro

svn commit: r1649696 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilURL.java

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 23:58:06 2015 New Revision: 1649696 URL: http://svn.apache.org/r1649696 Log: Improvement: Remove unnecessary resource check from UtilURL.java. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilURL.java Modified: ofbiz/trunk/framework/base/src/o

svn commit: r1649686 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 22:54:42 2015 New Revision: 1649686 URL: http://svn.apache.org/r1649686 Log: Some code cleanup in UtilProperties.java: 1. Removed redundant cache. 2. Removed unnecessary synchronized block. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProp

svn commit: r1649676 [1/2] - in /ofbiz/site/dtds: ofbiz-properties.xsd widget-common.xsd widget-form.xsd widget-menu.xsd widget-screen.xsd widget-tree.xsd

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 21:51:13 2015 New Revision: 1649676 URL: http://svn.apache.org/r1649676 Log: Update web site with recent schema changes. Added: ofbiz/site/dtds/widget-common.xsd Modified: ofbiz/site/dtds/ofbiz-properties.xsd ofbiz/site/dtds/widget-form.xsd ofbiz/s

svn commit: r1649676 [2/2] - in /ofbiz/site/dtds: ofbiz-properties.xsd widget-common.xsd widget-form.xsd widget-menu.xsd widget-screen.xsd widget-tree.xsd

2015-01-05 Thread adrianc
Modified: ofbiz/site/dtds/widget-screen.xsd URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-screen.xsd?rev=1649676&r1=1649675&r2=1649676&view=diff == --- ofbiz/site/dtds/widget-screen.xsd (original) +++ ofbiz/site

svn commit: r1649675 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 21:46:54 2015 New Revision: 1649675 URL: http://svn.apache.org/r1649675 Log: Improvement: Enable XML validation for properties files. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java Modified: ofbiz/trunk/framework/base/src/org

svn commit: r1649674 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilXml.java

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 21:43:46 2015 New Revision: 1649674 URL: http://svn.apache.org/r1649674 Log: Improvement: Replace library-specific concrete class with library-agnostic factory method call in UtilXml.java. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilXml.j

svn commit: r1649669 - /ofbiz/trunk/framework/common/config/CommonUiLabels.xml

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 21:40:46 2015 New Revision: 1649669 URL: http://svn.apache.org/r1649669 Log: Bug fix: remove invalid element from CommonUiLabels.xml. Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml Modified: ofbiz/trunk/framework/common/config/CommonUiLabels

svn commit: r1649668 - /ofbiz/trunk/framework/base/dtd/ofbiz-properties.xsd

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 21:39:46 2015 New Revision: 1649668 URL: http://svn.apache.org/r1649668 Log: Bug fix: add missing attribute to ofbiz-properties.xsd. Modified: ofbiz/trunk/framework/base/dtd/ofbiz-properties.xsd Modified: ofbiz/trunk/framework/base/dtd/ofbiz-properties.xsd UR

svn commit: r1649666 - in /ofbiz/trunk: applications/accounting/config/ applications/commonext/config/ applications/content/config/ applications/humanres/config/ applications/manufacturing/config/ app

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 21:24:18 2015 New Revision: 1649666 URL: http://svn.apache.org/r1649666 Log: Updated the UI label files so they reference a schema. Modified: ofbiz/trunk/applications/accounting/config/AccountingEntityLabels.xml ofbiz/trunk/applications/accounting/config/A

svn commit: r1649621 - /ofbiz/trunk/framework/entity/entitydef/entitymodel.xml

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 19:24:07 2015 New Revision: 1649621 URL: http://svn.apache.org/r1649621 Log: Oops, forgot a file in my last commit. Modified: ofbiz/trunk/framework/entity/entitydef/entitymodel.xml Modified: ofbiz/trunk/framework/entity/entitydef/entitymodel.xml URL: http://

svn commit: r1649620 - in /ofbiz/trunk/framework: entity/src/org/ofbiz/entity/util/EntityClassLoader.java webapp/src/org/ofbiz/webapp/control/ControlServlet.java

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 19:22:56 2015 New Revision: 1649620 URL: http://svn.apache.org/r1649620 Log: New Feature: EntityClassLoader. This should be a better solution than the current EntityProperties implementation. Includes example usage in ControlServlet.java (commented out for now).

svn commit: r1649615 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/util/UtilFormatOut.java webtools/webapp/webtools/entity/ListGeneric.ftl

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 19:15:24 2015 New Revision: 1649615 URL: http://svn.apache.org/r1649615 Log: Fix Web Tools FindGeneric screen so it can display byte-array field types. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilFormatOut.java ofbiz/trunk/framework/we

svn commit: r1649614 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericEntity.java

2015-01-05 Thread adrianc
Author: adrianc Date: Mon Jan 5 19:06:41 2015 New Revision: 1649614 URL: http://svn.apache.org/r1649614 Log: Fixed a bug in the entity engine that prevented data loading into a byte-array field type. Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericEntity.java Modified: o

svn commit: r1649549 - /ofbiz/branches/release14.12/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml

2015-01-05 Thread jleroux
Author: jleroux Date: Mon Jan 5 15:36:13 2015 New Revision: 1649549 URL: http://svn.apache.org/r1649549 Log: Reverts r1649408, testMultipleInventoryItemIssuance does not pass Modified: ofbiz/branches/release14.12/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml

svn commit: r1649482 [3/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accountin

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/accounting/webapp/accounting/WEB-INF/actions/reports/TransactionTotals.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/accounting/webapp/accounting/WEB-IN

svn commit: r1649482 [24/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/specialpurpose/ecommerce/widget/ForumForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/specialpurpose/ecommerce/widget/ForumForms.xml?rev=1649482&r1=1649481&r2=1649482&view=diff =

svn commit: r1649482 [2/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accountin

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce/CCPaymentServices.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/accounting/src/org/ofbiz/acco

svn commit: r1649482 [8/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accountin

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/party/webapp/partymgr/WEB-INF/actions/party/PartyGeoLocation.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/party/webapp/partymgr/WEB-INF/actions/party/P

svn commit: r1649482 [14/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/webtools/webapp/webtools/WEB-INF/actions/service/AvailableServices.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/webtools/webapp/webtools/WEB-INF/actions/serv

svn commit: r1649482 [7/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accountin

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/order/webapp/ordermgr/WEB-INF/actions/order/OrderVie

svn commit: r1649482 [11/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/base/src/org/ofbiz/base/util/UtilHttp.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/base/src/org/ofbiz/base/util/UtilHttp.java?rev=1649482&r1=1649481&r2=1649482

svn commit: r1649482 [18/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java?rev=16494

svn commit: r1649482 [6/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accountin

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Category.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/order/webapp/ordermgr/WEB-INF/actions/entry/c

svn commit: r1649482 [21/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/tree/ModelTree.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/tree/ModelTree.java?rev=1649482&r1=1649481&

svn commit: r1649482 [22/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/tree/ModelTreeAction.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/tree/ModelTreeAction.java?rev=1649482

svn commit: r1649482 [1/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accountin

2015-01-05 Thread jleroux
Author: jleroux Date: Mon Jan 5 08:50:30 2015 New Revision: 1649482 URL: http://svn.apache.org/r1649482 Log: Keeps in sync with OFBiz trunk HEAD Added: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/webapp/facility/facility/PickMoveStockSimple.fo.ftl - c

svn commit: r1649482 [13/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/minilang/src/org/ofbiz/minilang/method/entityops/FindByAnd.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/minilang/src/org/ofbiz/minilang/method/entityops/FindBy

svn commit: r1649482 [4/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accountin

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/content/webapp/content/WEB-INF/actions/website/WebSitePublishPoint.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/content/webapp/content/WEB-INF/actions/

svn commit: r1649482 [12/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/entity/src/org/ofbiz/entity/test/EntityTestSuite.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/entity/src/org/ofbiz/entity/test/EntityTestSuite.java?rev=1649482

svn commit: r1649482 [5/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accountin

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/reports/PRunsProductsStacks.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/manufacturing/webapp/manufa

svn commit: r1649482 [10/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentRouteSegments.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/webapp/facility/WEB-INF

svn commit: r1649482 [25/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/EditDailyHourReport.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/EditDailyHou

svn commit: r1649482 [17/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java?rev=1649482&r

svn commit: r1649482 [15/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/dtd/widget-tree.xsd URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/dtd/widget-tree.xsd?rev=1649482&r1=1649481&r2=1649482&view=diff =

svn commit: r1649482 [20/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.ja

svn commit: r1649482 [9/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accountin

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductFeatures.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/webapp/catalog/WEB-INF/actions/

svn commit: r1649482 [16/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/artifact/ArtifactInfoGatherer.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/artifact/ArtifactInfoGathere

svn commit: r1649482 [19/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/menu/ModelMenuItem.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/framework/widget/src/org/ofbiz/widget/menu/ModelMenuItem.java?rev=1649482&r1=

svn commit: r1649482 [23/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/MiniProductSummary.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/specialpurpose/ecommerce/webapp/ecommerce/WEB-I

svn commit: r1649482 [26/26] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounti

2015-01-05 Thread jleroux
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.