svn commit: r1852847 - in /ofbiz/ofbiz-framework/trunk/framework: base/src/main/java/org/apache/ofbiz/base/container/ start/src/main/java/org/apache/ofbiz/base/start/

2019-02-03 Thread taher
Author: taher Date: Sun Feb 3 19:47:27 2019 New Revision: 1852847 URL: http://svn.apache.org/viewvc?rev=1852847=rev Log: Improved: Refactor the startup API to completely remove the startup loaders collection This commit refactors the startup bootstrapping logic to remove any references

svn commit: r1851426 - /ofbiz/ofbiz-framework/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelForm.java

2019-01-16 Thread taher
Author: taher Date: Wed Jan 16 10:07:52 2019 New Revision: 1851426 URL: http://svn.apache.org/viewvc?rev=1851426=rev Log: Fixed: bug in which fields of a form do not sort if it has a parent The ModelForm.java is using an incorrect parameter name for sorting if a form extends from another form

svn commit: r1848062 - in /ofbiz/ofbiz-framework/trunk: gradle/wrapper/gradle-wrapper.jar gradle/wrapper/gradle-wrapper.properties gradlew gradlew.bat

2018-12-03 Thread taher
Author: taher Date: Mon Dec 3 16:34:50 2018 New Revision: 1848062 URL: http://svn.apache.org/viewvc?rev=1848062=rev Log: Implemented: upgrade gradle wrapper to version 5.0 (OFBIZ-9972) After finally resolving the issue with gradle not accepting spaces in task names, we are able to smoothly

svn commit: r1837987 - /ofbiz/ofbiz-framework/trunk/build.gradle

2018-08-13 Thread taher
Author: taher Date: Tue Aug 14 05:55:29 2018 New Revision: 1837987 URL: http://svn.apache.org/viewvc?rev=1837987=rev Log: Fixed: bug in which build scripts for plugins are not executing Due to refactoring work a bug was introduced, this fix tackles this issue in which plugin install

svn commit: r1837708 - /ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java

2018-08-09 Thread taher
Author: taher Date: Thu Aug 9 09:58:21 2018 New Revision: 1837708 URL: http://svn.apache.org/viewvc?rev=1837708=rev Log: Backported fix from trunk for revision: 1837697 Modified: ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event

svn commit: r1837707 - /ofbiz/ofbiz-framework/branches/release17.12/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java

2018-08-09 Thread taher
Author: taher Date: Thu Aug 9 09:57:26 2018 New Revision: 1837707 URL: http://svn.apache.org/viewvc?rev=1837707=rev Log: Backported fix from trunk for revision: 1837697 Modified: ofbiz/ofbiz-framework/branches/release17.12/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event

svn propchange: r1836141 - svn:log

2018-08-09 Thread taher
Author: taher Revision: 1836141 Modified property: svn:log Modified: svn:log at Thu Aug 9 09:55:24 2018 -- --- svn:log (original) +++ svn:log Thu Aug 9 09:55:24 2018 @@ -1,5 +1,5 @@ Improved: sanitized the output

svn commit: r1837697 - /ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java

2018-08-09 Thread taher
Author: taher Date: Thu Aug 9 08:27:57 2018 New Revision: 1837697 URL: http://svn.apache.org/viewvc?rev=1837697=rev Log: Improved: disable DTDs for XML-RPC requests (OFBIZ-10509) Disable any doctype declarations in XML-RPC requests to OFBiz to enhance performance and security. Modified

svn propchange: r1837462 - svn:log

2018-08-06 Thread taher
Author: taher Revision: 1837462 Modified property: svn:log Modified: svn:log at Mon Aug 6 06:00:30 2018 -- --- svn:log (original) +++ svn:log Mon Aug 6 06:00:30 2018 @@ -1 +1,17 @@ -https://svn.apache.org/repos/asf

svn propchange: r1837462 - svn:log

2018-08-05 Thread taher
Author: taher Revision: 1837462 Modified property: svn:log Modified: svn:log at Mon Aug 6 05:57:59 2018 -- --- svn:log (original) +++ svn:log Mon Aug 6 05:57:59 2018 @@ -1,17 +1 @@ -Improved: Further refactor MapContext

svn commit: r1837462 - in /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/collections: MapContext.java MapStack.java

2018-08-05 Thread taher
Author: taher Date: Sun Aug 5 12:36:09 2018 New Revision: 1837462 URL: http://svn.apache.org/viewvc?rev=1837462=rev Log: Improved: Further refactor MapContext and MapStack (OFBIZ-10484) This commit applies multiple new refactoring enhancements as follows: - rename stackList to contexts

svn commit: r1837409 - in /ofbiz/ofbiz-framework/trunk/framework: base/src/main/java/org/apache/ofbiz/base/util/collections/MapContext.java webapp/src/main/java/org/apache/ofbiz/webapp/control/ConfigX

2018-08-04 Thread taher
Author: taher Date: Sat Aug 4 08:39:16 2018 New Revision: 1837409 URL: http://svn.apache.org/viewvc?rev=1837409=rev Log: Improved: refactored the MapContext object with multiple improvements (OFBIZ-10485) - Removed the constructor and factory method "getMapContext" as it was

svn commit: r1836710 - in /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/collections: MapContext.java MapStack.java

2018-07-26 Thread taher
Author: taher Date: Thu Jul 26 10:02:06 2018 New Revision: 1836710 URL: http://svn.apache.org/viewvc?rev=1836710=rev Log: Improved: refactor the MapContext to use a Deque instead of List interface (OFBIZ-10485) The MapContext and MapStack classes are abstracting away the underlying LinkedList

svn commit: r1836632 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/collections/MapContext.java

2018-07-25 Thread taher
Author: taher Date: Wed Jul 25 13:25:05 2018 New Revision: 1836632 URL: http://svn.apache.org/viewvc?rev=1836632=rev Log: Improved: Add missing @override annotations in MapContext (OFBIZ-10485) Those are missing for methods that override super methods with identical signatures. Thanks: Mathieu

svn commit: r1836631 - in /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/collections: MapContext.java MapStack.java

2018-07-25 Thread taher
Author: taher Date: Wed Jul 25 13:21:32 2018 New Revision: 1836631 URL: http://svn.apache.org/viewvc?rev=1836631=rev Log: Improved: Reafctor MapContext by removing unused code (OFBIZ-10485) - Remove unused functions that are only supposed to be used internally. - Remove redundant warning

svn commit: r1836143 - /ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java

2018-07-18 Thread taher
Author: taher Date: Wed Jul 18 06:34:14 2018 New Revision: 1836143 URL: http://svn.apache.org/viewvc?rev=1836143=rev Log: Backported fix from trunk for revision: 1836141 Modified: ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event

svn commit: r1836142 - /ofbiz/ofbiz-framework/branches/release17.12/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java

2018-07-18 Thread taher
Author: taher Date: Wed Jul 18 06:32:46 2018 New Revision: 1836142 URL: http://svn.apache.org/viewvc?rev=1836142=rev Log: Backported fix from trunk for revision: 1836141 Modified: ofbiz/ofbiz-framework/branches/release17.12/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event

svn commit: r1836141 - /ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java

2018-07-18 Thread taher
Author: taher Date: Wed Jul 18 06:30:15 2018 New Revision: 1836141 URL: http://svn.apache.org/viewvc?rev=1836141=rev Log: Improved: sanitized the output of XML-RPC when errors are reported. (OFBIZ-10848) This is implemented by overriding the parent "execute" method with a more saniti

svn commit: r1833710 - /ofbiz/branches/release16.11/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java

2018-06-18 Thread taher
Author: taher Date: Mon Jun 18 12:26:36 2018 New Revision: 1833710 URL: http://svn.apache.org/viewvc?rev=1833710=rev Log: Applied trunk fix on revision r1833708 (OFBIZ-10435) Modified: ofbiz/branches/release16.11/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java Modified

svn commit: r1833709 - /ofbiz/ofbiz-framework/branches/release17.12/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java

2018-06-18 Thread taher
Author: taher Date: Mon Jun 18 12:26:14 2018 New Revision: 1833709 URL: http://svn.apache.org/viewvc?rev=1833709=rev Log: Applied trunk fix on revision r1833708 (OFBIZ-10435) Modified: ofbiz/ofbiz-framework/branches/release17.12/framework/base/src/main/java/org/apache/ofbiz/base/util

svn commit: r1833708 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilXml.java

2018-06-18 Thread taher
Author: taher Date: Mon Jun 18 12:23:44 2018 New Revision: 1833708 URL: http://svn.apache.org/viewvc?rev=1833708=rev Log: Improved: improve XML parsing with more restrictive settings (OFBIZ-10435) Modified: ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util

svn commit: r1831619 - /ofbiz/ofbiz-framework/trunk/build.gradle

2018-05-15 Thread taher
Author: taher Date: Tue May 15 10:33:37 2018 New Revision: 1831619 URL: http://svn.apache.org/viewvc?rev=1831619=rev Log: Fixed: bugs with asciidoctor PDF generation in Windows (OFBIZ-9873) We are facing multiple issues in PDF generation in windows. Most of these bugs are related to incompatible

svn commit: r1827961 - in /ofbiz/ofbiz-framework/trunk: build.gradle docs/asciidoc/developer-manual.adoc docs/asciidoc/user-manual.adoc

2018-03-29 Thread taher
Author: taher Date: Thu Mar 29 08:20:42 2018 New Revision: 1827961 URL: http://svn.apache.org/viewvc?rev=1827961=rev Log: Improved: moved some shared attributes in asciidoc sources to gradle (OFBIZ-10285) Given that both the developer and user manuals share many of the configurations like table

svn commit: r1827911 - in /ofbiz/ofbiz-framework/trunk/docs/asciidoc: developer-manual.adoc images/ofbiz-architecture.png

2018-03-28 Thread taher
Author: taher Date: Wed Mar 28 10:49:06 2018 New Revision: 1827911 URL: http://svn.apache.org/viewvc?rev=1827911=rev Log: Implemented: added initial skeleton and some content to developer manual (OFBIZ-10285) Provide the following to the developer manual - an initial draft skeleton

svn commit: r1827400 - /ofbiz/ofbiz-framework/trunk/build.gradle

2018-03-21 Thread taher
Author: taher Date: Wed Mar 21 10:25:28 2018 New Revision: 1827400 URL: http://svn.apache.org/viewvc?rev=1827400=rev Log: Improved: remove unnecessary lines for defining owasp repository We switched to jcenter, and hence no need for these extra lines. Modified: ofbiz/ofbiz-framework/trunk

svn commit: r1827302 - /ofbiz/ofbiz-framework/trunk/build.gradle

2018-03-20 Thread taher
Author: taher Date: Tue Mar 20 12:33:43 2018 New Revision: 1827302 URL: http://svn.apache.org/viewvc?rev=1827302=rev Log: Fixed: bug in running asciidoctor on windows clients (OFBIZ-9873) Asciidoctor crashes on some windows systems when generating PDF outputs. The reason for the crash

svn commit: r1826950 - /ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc

2018-03-16 Thread taher
Author: taher Date: Fri Mar 16 10:06:11 2018 New Revision: 1826950 URL: http://svn.apache.org/viewvc?rev=1826950=rev Log: Implemented: Add section numbering to the documentation user manual (OFBIZ-10285) Modified: ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc Modified: ofbiz

svn commit: r1826948 - /ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc

2018-03-16 Thread taher
Author: taher Date: Fri Mar 16 09:52:17 2018 New Revision: 1826948 URL: http://svn.apache.org/viewvc?rev=1826948=rev Log: Implemented: added an introductory paragraph to the core apps section (OFBIZ-10285) Modified: ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc Modified: ofbiz

svn commit: r1826931 - /ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc

2018-03-16 Thread taher
Author: taher Date: Fri Mar 16 09:27:12 2018 New Revision: 1826931 URL: http://svn.apache.org/viewvc?rev=1826931=rev Log: Implemented: add the introduction section of the OFBiz user manual (OFBIZ-10285) This brief introduction explains high level concepts along with the welcome message to give

svn commit: r1826656 - /ofbiz/ofbiz-framework/trunk/build.gradle

2018-03-13 Thread taher
Author: taher Date: Tue Mar 13 16:32:00 2018 New Revision: 1826656 URL: http://svn.apache.org/viewvc?rev=1826656=rev Log: Implemented: make documentation tasks delete their artifacts (OFBIZ-9873) As per the discussion thread[1], and due to a limitation in the gradle implementation

svn commit: r1826199 - in /ofbiz/ofbiz-framework/trunk: ./ applications/accounting/src/docs/ applications/accounting/src/docs/asciidoc/ docs/ docs/asciidoc/

2018-03-08 Thread taher
Author: taher Date: Thu Mar 8 10:19:17 2018 New Revision: 1826199 URL: http://svn.apache.org/viewvc?rev=1826199=rev Log: Implemented: PoC for a documentation system for OFBiz based on Asciidoc (OFBIZ-9837) This commit has reference to the community discussion thread [1] and [2] in which

svn commit: r1825438 - /ofbiz/ofbiz-framework/trunk/framework/security/ofbiz-component.xml

2018-02-27 Thread taher
Author: taher Date: Tue Feb 27 10:53:59 2018 New Revision: 1825438 URL: http://svn.apache.org/viewvc?rev=1825438=rev Log: Reverted: commit r1825436, inconsistency in results between me and buildbot WIP, to investigate Modified: ofbiz/ofbiz-framework/trunk/framework/security/ofbiz

svn commit: r1825436 - /ofbiz/ofbiz-framework/trunk/framework/security/ofbiz-component.xml

2018-02-27 Thread taher
Author: taher Date: Tue Feb 27 10:41:14 2018 New Revision: 1825436 URL: http://svn.apache.org/viewvc?rev=1825436=rev Log: Fixed: a bug in loading seed-only data into the system When calling OFBiz with the command gradlew "ofbiz -l readers=seed-initial" the system crashes. The reason

svn commit: r1821789 - in /ofbiz/ofbiz-framework/trunk/themes: common-theme/ common/

2018-01-21 Thread taher
Author: taher Date: Sun Jan 21 12:40:46 2018 New Revision: 1821789 URL: http://svn.apache.org/viewvc?rev=1821789=rev Log: Implemented: renamed the common theme directory from "common" to "common-theme" (OFBIZ-10175) Added: ofbiz/ofbiz-framework/trunk/themes/common-theme/

svn commit: r1820992 - /ofbiz/ofbiz-framework/trunk/build.gradle

2018-01-12 Thread taher
Author: taher Date: Fri Jan 12 14:12:30 2018 New Revision: 1820992 URL: http://svn.apache.org/viewvc?rev=1820992=rev Log: Implemented: fixed the mockito library version to stay consistent in versioning Modified: ofbiz/ofbiz-framework/trunk/build.gradle Modified: ofbiz/ofbiz-framework/trunk

svn commit: r1820962 - /ofbiz/ofbiz-plugins/trunk/birt/build.gradle

2018-01-12 Thread taher
Author: taher Date: Fri Jan 12 10:45:06 2018 New Revision: 1820962 URL: http://svn.apache.org/viewvc?rev=1820962=rev Log: Reverted: faulty code that caused a regression in installing birt plugin (OFBIZ-9383) The code removed used to draw a fixed hard dependency between the BIRT and example

svn commit: r1819499 - in /ofbiz/ofbiz-framework/trunk/themes: flatgrey/webapp/flatgrey/stylertl.css rainbowstone/webapp/rainbowstone/stylertl.css

2017-12-29 Thread taher
Author: taher Date: Fri Dec 29 17:29:52 2017 New Revision: 1819499 URL: http://svn.apache.org/viewvc?rev=1819499=rev Log: Fixed: apply correct RTL on tab bar items in flatgrey and rainbowstone themes Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/stylertl.css

svn commit: r1818482 - /ofbiz/branches/release16.11/specialpurpose/birt/webapp/birt/webcontent/birt/pages/common/Attributes.jsp

2017-12-17 Thread taher
Author: taher Date: Sun Dec 17 12:00:50 2017 New Revision: 1818482 URL: http://svn.apache.org/viewvc?rev=1818482=rev Log: Implemented: enforce html encoding of request-strings passed to birt Modified: ofbiz/branches/release16.11/specialpurpose/birt/webapp/birt/webcontent/birt/pages/common

svn commit: r1817358 - /ofbiz/ofbiz-framework/trunk/README.md

2017-12-07 Thread taher
Author: taher Date: Thu Dec 7 11:31:05 2017 New Revision: 1817358 URL: http://svn.apache.org/viewvc?rev=1817358=rev Log: Improved: moved the gradle internet flag documentation to a separate section Add a small note at the top to refer to the section and expand the explanation of that flag

svn commit: r1814593 - /ofbiz/ofbiz-framework/trunk/build.gradle

2017-11-08 Thread taher
Author: taher Date: Wed Nov 8 16:01:50 2017 New Revision: 1814593 URL: http://svn.apache.org/viewvc?rev=1814593=rev Log: Improved: implemented a declarative style of executing integration test reports The call of execute() directly is against gradle recommendations and I disliked this piece

svn commit: r1811566 - /ofbiz/ofbiz-framework/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/StartupControlPanel.java

2017-10-09 Thread taher
Author: taher Date: Mon Oct 9 12:45:20 2017 New Revision: 1811566 URL: http://svn.apache.org/viewvc?rev=1811566=rev Log: Improved: removed dependency from start component on base Debug class should not be used directly from the start component, hence replaced it with standard System.out.println

svn commit: r1810216 - in /ofbiz/ofbiz-framework/trunk: README.md build.gradle

2017-09-30 Thread taher
Author: taher Date: Sat Sep 30 15:36:32 2017 New Revision: 1810216 URL: http://svn.apache.org/viewvc?rev=1810216=rev Log: Fixed: Login after multitenant bug (OFBIZ-9278) Investigation of the code base revealed that the implementation of the createTenant gradle task was faulty where the master

svn commit: r1809846 - in /ofbiz/ofbiz-framework/trunk: README.md build.gradle

2017-09-27 Thread taher
Author: taher Date: Wed Sep 27 13:17:21 2017 New Revision: 1809846 URL: http://svn.apache.org/viewvc?rev=1809846=rev Log: Improved: upgraded and cleaned the implementation for OWASP dependency checker This commit achieves the following improvements to the OWASP gradle plugin for dependency

svn commit: r1808893 - in /ofbiz/site/template: html.tpl.php page/index.tpl.php region/footer.tpl.php region/head.tpl.php region/header.tpl.php region/scripts.tpl.php

2017-09-19 Thread taher
Author: taher Date: Tue Sep 19 14:55:59 2017 New Revision: 1808893 URL: http://svn.apache.org/viewvc?rev=1808893=rev Log: Remove executable prop from all templates for added security Modified: ofbiz/site/template/html.tpl.php (props changed) ofbiz/site/template/page/index.tpl.php

svn commit: r1808651 - /ofbiz/site/php2html.sh

2017-09-17 Thread taher
Author: taher Date: Sun Sep 17 20:33:25 2017 New Revision: 1808651 URL: http://svn.apache.org/viewvc?rev=1808651=rev Log: Improved: applied a simpler implementation for php2html Loop over all page templates and generate them instead of the copy-paste pattern and hardcoding the name of each

svn commit: r1806285 - /ofbiz/ofbiz-framework/trunk/README.md

2017-08-26 Thread taher
Author: taher Date: Sat Aug 26 10:51:12 2017 New Revision: 1806285 URL: http://svn.apache.org/viewvc?rev=1806285=rev Log: Fixed: Rename the URL for gradle tab-completion to the correct official one Modified: ofbiz/ofbiz-framework/trunk/README.md Modified: ofbiz/ofbiz-framework/trunk

svn commit: r1805947 [1/2] - in /ofbiz/ofbiz-framework/trunk: ./ framework/base/src/main/java/org/apache/ofbiz/base/container/ framework/base/src/main/java/org/apache/ofbiz/base/util/ framework/entity

2017-08-23 Thread taher
Author: taher Date: Wed Aug 23 18:56:15 2017 New Revision: 1805947 URL: http://svn.apache.org/viewvc?rev=1805947=rev Log: Refactor OFBiz containers and remove StartupCommandToArgsAdapter (OFBIZ-9441) A major refactoring patch that applies the following changes: - Fully refactor

svn commit: r1805947 [2/2] - in /ofbiz/ofbiz-framework/trunk: ./ framework/base/src/main/java/org/apache/ofbiz/base/container/ framework/base/src/main/java/org/apache/ofbiz/base/util/ framework/entity

2017-08-23 Thread taher
Modified: ofbiz/ofbiz-framework/trunk/framework/testtools/src/main/java/org/apache/ofbiz/testtools/TestRunContainer.java URL:

svn commit: r1802603 - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/ datamodel/data/seed/ datamodel/data/seed/PartySeedData.xml datamodel/ofbiz-component.xml party/data/PartyTypeData.x

2017-07-21 Thread taher
Author: taher Date: Fri Jul 21 14:46:36 2017 New Revision: 1802603 URL: http://svn.apache.org/viewvc?rev=1802603=rev Log: Implemeted: Move all data in applications to the datamodel component (OFBIZ-9501) This is the first of many more commits to move all data from applications to the datamodel

svn commit: r1802172 - in /ofbiz/ofbiz-framework/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/ applications/accounting/src/main/java/org/apache/ofbiz/accounting/period/ app

2017-07-17 Thread taher
Author: taher Date: Mon Jul 17 16:59:18 2017 New Revision: 1802172 URL: http://svn.apache.org/viewvc?rev=1802172=rev Log: Improved: minor refactoring to remove miscellanous warnings Minor code cleanup to remove: - unused private variables - unused imports - improper object castings Modified

svn commit: r1801431 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilValidate.java

2017-07-10 Thread taher
Author: taher Date: Mon Jul 10 09:05:51 2017 New Revision: 1801431 URL: http://svn.apache.org/viewvc?rev=1801431=rev Log: Improved: removed unused private final variables in UtilValidate.java Modified: ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util

svn commit: r1800368 - in /ofbiz/ofbiz-framework/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start: Config.java load-data.properties rmi.properties start.properties test.properties

2017-06-30 Thread taher
Author: taher Date: Fri Jun 30 10:19:50 2017 New Revision: 1800368 URL: http://svn.apache.org/viewvc?rev=1800368=rev Log: Improved: Refactor Config.java and properties files (OFBIZ-9435) Another round of refactoring in the start component with the following changes: - Change the default

svn commit: r1800073 - /ofbiz/ofbiz-framework/trunk/build.gradle

2017-06-27 Thread taher
Author: taher Date: Tue Jun 27 15:39:34 2017 New Revision: 1800073 URL: http://svn.apache.org/viewvc?rev=1800073=rev Log: Improved: refactored and improved the createPlugin task in gradle script (OFBIZ-9436) Applied the following changes: - reduced the copy-paste pattern in creating

svn commit: r1799779 - in /ofbiz/ofbiz-framework/trunk/applications/product/data/helpdata: HELP_PRODUCT_Product Stores.xml HELP_PRODUCT_Product_Stores.xml

2017-06-24 Thread taher
Author: taher Date: Sat Jun 24 20:19:32 2017 New Revision: 1799779 URL: http://svn.apache.org/viewvc?rev=1799779=rev Log: Fixed: renamed help file that is missing an underscore Added: ofbiz/ofbiz-framework/trunk/applications/product/data/helpdata/HELP_PRODUCT_Product_Stores.xml

svn commit: r1799778 - /ofbiz/ofbiz-plugins/trunk/cmssite/ofbiz-component.xml

2017-06-24 Thread taher
Author: taher Date: Sat Jun 24 19:46:05 2017 New Revision: 1799778 URL: http://svn.apache.org/viewvc?rev=1799778=rev Log: Implemented: removed unnecessary classpath entry from cmssite component Modified: ofbiz/ofbiz-plugins/trunk/cmssite/ofbiz-component.xml Modified: ofbiz/ofbiz-plugins

svn commit: r1799712 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/container/ContainerConfig.java

2017-06-23 Thread taher
Author: taher Date: Fri Jun 23 21:40:51 2017 New Revision: 1799712 URL: http://svn.apache.org/viewvc?rev=1799712=rev Log: Improved: exception handling block in ContainerConfig removing code duplication Modified: ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base

svn commit: r1799708 - /ofbiz/ofbiz-framework/trunk/framework/catalina/src/main/java/org/apache/ofbiz/catalina/container/CatalinaContainer.java

2017-06-23 Thread taher
Author: taher Date: Fri Jun 23 21:34:48 2017 New Revision: 1799708 URL: http://svn.apache.org/viewvc?rev=1799708=rev Log: Implemented: Refactor CatalinaContainer (OFBIZ-9392) No functional change, but an almost complete rewrite of the tomcat container with the following highlights: - breakup

svn commit: r1799148 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/UtilDateTime.java

2017-06-19 Thread taher
Author: taher Date: Mon Jun 19 08:08:36 2017 New Revision: 1799148 URL: http://svn.apache.org/viewvc?rev=1799148=rev Log: Implemented: removed unused private variables from UtilDateTime Modified: ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util

svn commit: r1795541 - /ofbiz/ofbiz-framework/trunk/build.gradle

2017-05-18 Thread taher
Author: taher Date: Thu May 18 14:47:46 2017 New Revision: 1795541 URL: http://svn.apache.org/viewvc?rev=1795541=rev Log: Implemented: removed and cleaned up tasks in master gradle file In reference to the discussion thread [1] below, we agreed to remove copyDtd from build.gradle

svn commit: r1793717 - /ofbiz/ofbiz-framework/trunk/applications/order/data/DemoOrderPeopleData.xml

2017-05-03 Thread taher
Author: taher Date: Wed May 3 21:17:08 2017 New Revision: 1793717 URL: http://svn.apache.org/viewvc?rev=1793717=rev Log: Fixed: removed duplicated data for PartyStatus Ref discussion: https://s.apache.org/T2UD Thanks: Jacques Le Roux for reporting Modified: ofbiz/ofbiz-framework/trunk

svn commit: r1793633 - in /ofbiz/ofbiz-framework/trunk/applications: order/minilang/test/OrderTests.xml product/minilang/shipment/test/ShipmentTests.xml

2017-05-03 Thread taher
Author: taher Date: Wed May 3 10:44:55 2017 New Revision: 1793633 URL: http://svn.apache.org/viewvc?rev=1793633=rev Log: Implemented: remove final remaining dependencies from framework on plugins (OFBIZ-9322) This commit completes the removal of final dependency on plugins. After this commit

svn commit: r1793171 - in /ofbiz/ofbiz-plugins/trunk: ecommerce/data/DemoPurchasing.xml webpos/data/DemoPosData.xml

2017-04-29 Thread taher
Author: taher Date: Sat Apr 29 07:09:20 2017 New Revision: 1793171 URL: http://svn.apache.org/viewvc?rev=1793171=rev Log: Fixed: Remove all dependencies from OFBiz framework to plugins (OFBIZ-9322) This is related to commit r1793170 from ofbiz-trunk where data is moved from ecommerce

svn commit: r1793170 - in /ofbiz/ofbiz-framework/trunk/applications: accounting/data/DemoPaymentsInvoices.xml party/data/PartyDemoData.xml

2017-04-29 Thread taher
Author: taher Date: Sat Apr 29 07:07:29 2017 New Revision: 1793170 URL: http://svn.apache.org/viewvc?rev=1793170=rev Log: Fixed: Remove all dependencies from OFBiz framework to plugins (OFBIZ-9322) Further removed dependencies on demo data defined in ecommerce by modifying the following data

svn commit: r1792867 - in /ofbiz/ofbiz-plugins/trunk/ecommerce: ./ data/

2017-04-27 Thread taher
Author: taher Date: Thu Apr 27 11:40:59 2017 New Revision: 1792867 URL: http://svn.apache.org/viewvc?rev=1792867=rev Log: Implemented: Remove dependencies from OFBiz framework to plugins (OFBIZ-9322) This is related to a commit in ofbiz-framework r1792866 in which data that is removed in here

svn commit: r1792866 [2/3] - in /ofbiz/ofbiz-framework/trunk/applications: accounting/ accounting/data/ marketing/data/ order/ order/data/ party/testdef/data/ product/data/ workeffort/minilang/test/ w

2017-04-27 Thread taher
Added: ofbiz/ofbiz-framework/trunk/applications/order/data/DemoProduct.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/data/DemoProduct.xml?rev=1792866=auto == ---

svn commit: r1792866 [3/3] - in /ofbiz/ofbiz-framework/trunk/applications: accounting/ accounting/data/ marketing/data/ order/ order/data/ party/testdef/data/ product/data/ workeffort/minilang/test/ w

2017-04-27 Thread taher
Propchange: ofbiz/ofbiz-framework/trunk/applications/order/data/DemoProduct.xml -- svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/applications/order/data/DemoProduct.xml

svn commit: r1792866 [1/3] - in /ofbiz/ofbiz-framework/trunk/applications: accounting/ accounting/data/ marketing/data/ order/ order/data/ party/testdef/data/ product/data/ workeffort/minilang/test/ w

2017-04-27 Thread taher
Author: taher Date: Thu Apr 27 11:39:04 2017 New Revision: 1792866 URL: http://svn.apache.org/viewvc?rev=1792866=rev Log: Implemented: Removed most dependencies from OFBiz framework to plugins (OFBIZ-9322) This is the first commit to removed dependencies on the ecommerce plugin data by moving

svn commit: r1791515 - /ofbiz/ofbiz-framework/trunk/.gitignore

2017-04-15 Thread taher
Author: taher Date: Sat Apr 15 15:47:58 2017 New Revision: 1791515 URL: http://svn.apache.org/viewvc?rev=1791515=rev Log: Implemented: ignore the entire plugins directory in .gitignore Modified: ofbiz/ofbiz-framework/trunk/.gitignore Modified: ofbiz/ofbiz-framework/trunk/.gitignore URL

svn commit: r1791513 - /ofbiz/branches/release16.11/framework/start/src/main/java/org/apache/ofbiz/base/start/Config.java

2017-04-15 Thread taher
Author: taher Date: Sat Apr 15 14:51:13 2017 New Revision: 1791513 URL: http://svn.apache.org/viewvc?rev=1791513=rev Log: Fixed: a bug related admin port blocking on contexts other than "start" This commit has reference to issue OFBIZ-9196, commit r1787627 and the discussion thread

svn commit: r1791168 - /ofbiz/ofbiz-framework/trunk/build.gradle

2017-04-12 Thread taher
Author: taher Date: Wed Apr 12 18:01:39 2017 New Revision: 1791168 URL: http://svn.apache.org/viewvc?rev=1791168=rev Log: Fixed: A bug in which creating plugins crashes the build system (OFBIZ-9273) The issue was due to introducing an incorrect flag of pluginId instead of plugin.name Modified

svn commit: r1788659 - /ofbiz/ofbiz-framework/trunk/.gitignore

2017-03-25 Thread taher
Author: taher Date: Sat Mar 25 09:33:51 2017 New Revision: 1788659 URL: http://svn.apache.org/viewvc?rev=1788659=rev Log: Fixed: convert .gitignore EOL character back to unix format The .gitignore file was committed with windows EOL (\n\r). This fixes the issue by reconverting .gitignore to unix

svn commit: r1787627 - in /ofbiz/ofbiz-framework/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start: Config.java load-data.properties rmi.properties start.properties test.properties

2017-03-19 Thread taher
Author: taher Date: Sun Mar 19 14:55:13 2017 New Revision: 1787627 URL: http://svn.apache.org/viewvc?rev=1787627=rev Log: Fixed: Disabled the admin server from starting on contexts other than "start" This commit has reference to the below discussion thread in which buildbot is failing

svn commit: r1787561 - /ofbiz/ofbiz-framework/trunk/build.gradle

2017-03-18 Thread taher
Author: taher Date: Sat Mar 18 14:25:16 2017 New Revision: 1787561 URL: http://svn.apache.org/viewvc?rev=1787561=rev Log: Improved: replaced hard coded paths with variable in build.gradle Modified: ofbiz/ofbiz-framework/trunk/build.gradle Modified: ofbiz/ofbiz-framework/trunk/build.gradle

svn commit: r1787183 - /ofbiz/ofbiz-framework/trunk/build.gradle

2017-03-16 Thread taher
Author: taher Date: Thu Mar 16 13:31:11 2017 New Revision: 1787183 URL: http://svn.apache.org/viewvc?rev=1787183=rev Log: Fixed: Renamed internal task to avoid collission on regex task name matching (OFBIZ-9262) A bug was detected in which a task activates when calling cleanAll because it starts

svn commit: r1786570 - /ofbiz/ofbiz-framework/trunk/build.gradle

2017-03-12 Thread taher
Author: taher Date: Sun Mar 12 12:49:59 2017 New Revision: 1786570 URL: http://svn.apache.org/viewvc?rev=1786570=rev Log: Implemented: removed verbose output of pullAllPluginSource and fix message Given previous commit from Jacques Le Roux went after a location that does not suppress the output

svn commit: r1786562 - in /ofbiz/ofbiz-framework/trunk: README.md build.gradle

2017-03-12 Thread taher
Author: taher Date: Sun Mar 12 08:03:43 2017 New Revision: 1786562 URL: http://svn.apache.org/viewvc?rev=1786562=rev Log: Implemented: New task pullAllPluginsSource and improvements to plugins API (OFBIZ-9182) Implemented a new gradle task called pullAllPluginsSource which downloads all

svn commit: r1783854 - /ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle

2017-02-21 Thread taher
Author: taher Date: Tue Feb 21 09:42:18 2017 New Revision: 1783854 URL: http://svn.apache.org/viewvc?rev=1783854=rev Log: Improved: removed deprecated left shift from plugin template in build.gradle Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle Modified

svn commit: r1783852 - /ofbiz/ofbiz-framework/trunk/build.gradle

2017-02-21 Thread taher
Author: taher Date: Tue Feb 21 09:21:01 2017 New Revision: 1783852 URL: http://svn.apache.org/viewvc?rev=1783852=rev Log: Disable the gradle daemon on embedded plugin tasks (OFBIZ-9182) In prepartion to update our buildbot scripts, we disable the daemon from running in the plugin API calls

svn commit: r1782605 - in /ofbiz/trunk: README.md build.gradle

2017-02-11 Thread taher
Author: taher Date: Sat Feb 11 13:36:40 2017 New Revision: 1782605 URL: http://svn.apache.org/viewvc?rev=1782605=rev Log: Implemented: new gradle task pullPluginSource using a subversion gradle plugin (OFBIZ-9182) Added a new gradle task called pullPluginSource that fetches a plugin from

svn commit: r1780832 - /ofbiz/trunk/build.gradle

2017-01-29 Thread taher
Author: taher Date: Sun Jan 29 18:27:43 2017 New Revision: 1780832 URL: http://svn.apache.org/viewvc?rev=1780832=rev Log: Implemented: removed orphaned function no longer used due to previous commit (OFBIZ-9182) Modified: ofbiz/trunk/build.gradle Modified: ofbiz/trunk/build.gradle URL

svn commit: r1780828 - /ofbiz/trunk/build.gradle

2017-01-29 Thread taher
Author: taher Date: Sun Jan 29 18:13:18 2017 New Revision: 1780828 URL: http://svn.apache.org/viewvc?rev=1780828=rev Log: Implemented: removed the plugin activate/deactivate feature (OFBIZ-9182) In preparation for moving to a new svn, we removed the component-load.xml file which was the way

svn commit: r1780790 - in /ofbiz/trunk: common.gradle plugins/component-load.xml plugins/ebaystore/ofbiz-component.xml

2017-01-29 Thread taher
Author: taher Date: Sun Jan 29 13:07:32 2017 New Revision: 1780790 URL: http://svn.apache.org/viewvc?rev=1780790=rev Log: Improved: fully refactored the component loading logic in Gradle (OFBIZ-9182) This commit provides the following: - Fully refactor common.gradle so that it mirrors

svn commit: r1778271 [2/2] - in /ofbiz/trunk: ./ applications/accounting/data/ applications/commonext/data/ applications/content/data/ applications/datamodel/ framework/base/config/ framework/base/dtd

2017-01-11 Thread taher
Modified: ofbiz/trunk/plugins/projectmgr/data/ProjectMgrHelpData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/plugins/projectmgr/data/ProjectMgrHelpData.xml?rev=1778271=1778270=1778271=diff == ---

svn commit: r1778271 [1/2] - in /ofbiz/trunk: ./ applications/accounting/data/ applications/commonext/data/ applications/content/data/ applications/datamodel/ framework/base/config/ framework/base/dtd

2017-01-11 Thread taher
Author: taher Date: Wed Jan 11 10:48:47 2017 New Revision: 1778271 URL: http://svn.apache.org/viewvc?rev=1778271=rev Log: Implemented: renamed the directory specialpurpose to plugins (OFBIZ-7972) In another step towards completing the plugin system for OFBiz, we renamed the /specialpurpose

svn commit: r1776642 - /ofbiz/trunk/build.gradle

2016-12-30 Thread taher
Author: taher Date: Fri Dec 30 21:46:27 2016 New Revision: 1776642 URL: http://svn.apache.org/viewvc?rev=1776642=rev Log: Implemented: replace leftshift operators with doLast clojures in build.gradle (OFBIZ-9160) Gradle 3+ has deprecated the leftshift operator "<<" in favor of

svn commit: r1776532 - in /ofbiz/trunk: gradle/wrapper/gradle-wrapper.jar gradle/wrapper/gradle-wrapper.properties gradlew gradlew.bat

2016-12-30 Thread taher
Author: taher Date: Fri Dec 30 09:46:07 2016 New Revision: 1776532 URL: http://svn.apache.org/viewvc?rev=1776532=rev Log: Improved: upgrade gradle to version 3.2.1 (OFBIZ-9160) Modified: ofbiz/trunk/gradle/wrapper/gradle-wrapper.jar ofbiz/trunk/gradle/wrapper/gradle-wrapper.properties

svn commit: r1776453 - /ofbiz/trunk/README.md

2016-12-29 Thread taher
Author: taher Date: Thu Dec 29 17:01:57 2016 New Revision: 1776453 URL: http://svn.apache.org/viewvc?rev=1776453=rev Log: Fixed: provided an updated script for gradle bash-completion in README.md The old reference for gradle bash completion is broken. Hence using a newer fork that works

svn commit: r1775597 - /ofbiz/trunk/README.md

2016-12-22 Thread taher
Author: taher Date: Thu Dec 22 09:30:55 2016 New Revision: 1775597 URL: http://svn.apache.org/viewvc?rev=1775597=rev Log: Improved: provided clearer documentation for the eclipse task in Gradle Modified: ofbiz/trunk/README.md Modified: ofbiz/trunk/README.md URL: http://svn.apache.org

svn commit: r1775340 - /ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/Config.java

2016-12-20 Thread taher
Author: taher Date: Tue Dec 20 19:26:11 2016 New Revision: 1775340 URL: http://svn.apache.org/viewvc?rev=1775340=rev Log: Improved: Refactored Config.java to simplify fields initialization Improvements remove in total roughly 70 lines of code and includes: - moving all default values

svn commit: r1775238 - /ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/Config.java

2016-12-20 Thread taher
Author: taher Date: Tue Dec 20 09:35:11 2016 New Revision: 1775238 URL: http://svn.apache.org/viewvc?rev=1775238=rev Log: Improved: properly implement the Optional interface for retrieving portoffset Modified: ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/Config.java

svn commit: r1774154 [1/2] - in /ofbiz/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/valuelink/ applications/manufacturing/src/main/java/org/apache/ofbiz/manufact

2016-12-14 Thread taher
Author: taher Date: Wed Dec 14 09:22:32 2016 New Revision: 1774154 URL: http://svn.apache.org/viewvc?rev=1774154=rev Log: Improved: refactor javadocs in OFBiz to be standards compliant (OFBIZ-9144) This is the first commit to the above mentioned issue which fixes many javadoc errors dispersed

svn commit: r1774154 [2/2] - in /ofbiz/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/valuelink/ applications/manufacturing/src/main/java/org/apache/ofbiz/manufact

2016-12-14 Thread taher
Modified: ofbiz/trunk/framework/minilang/src/main/java/org/apache/ofbiz/minilang/method/entityops/EntityCondition.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/src/main/java/org/apache/ofbiz/minilang/method/entityops/EntityCondition.java?rev=1774154=1774153=1774154=diff

svn commit: r1773202 - /ofbiz/trunk/build.gradle

2016-12-08 Thread taher
Author: taher Date: Thu Dec 8 09:17:04 2016 New Revision: 1773202 URL: http://svn.apache.org/viewvc?rev=1773202=rev Log: Improved: Refactor and simplify the startup sequence in OFBiz (OFBIZ-8337) Fix a minor exclusion typo in the sourceSets block Thanks: Jacques Le Roux for reporting the issue

svn commit: r1772879 - in /ofbiz/trunk: ./ framework/base/src/main/java/org/apache/ofbiz/base/container/ framework/start/src/main/java/org/apache/ofbiz/base/start/

2016-12-06 Thread taher
Author: taher Date: Tue Dec 6 12:31:00 2016 New Revision: 1772879 URL: http://svn.apache.org/viewvc?rev=1772879=rev Log: Improved: Refactor and simplify the startup sequence in OFBiz (OFBIZ-8337) This is another major commit to the refactoring of the startup sequence in OFBiz with the following

svn commit: r1772839 - /ofbiz/trunk/build.gradle

2016-12-06 Thread taher
Author: taher Date: Tue Dec 6 08:19:51 2016 New Revision: 1772839 URL: http://svn.apache.org/viewvc?rev=1772839=rev Log: Improved: removed unused runtime libraries Some runtime libraries were migrated fromt old jar files in OFBiz and are no longer necessary for the system to perform properly

svn commit: r1772256 - in /ofbiz/trunk/framework: base/config/ base/src/main/java/org/apache/ofbiz/base/component/ base/src/main/java/org/apache/ofbiz/base/container/ testtools/

2016-12-01 Thread taher
Author: taher Date: Thu Dec 1 19:29:23 2016 New Revision: 1772256 URL: http://svn.apache.org/viewvc?rev=1772256=rev Log: Improved: Refactor and simplify the startup sequence in OFBiz (OFBIZ-8337) Continuing the refactoring work on the startup sequence, this commit specifically focuses

svn commit: r1769294 - /ofbiz/trunk/build.gradle

2016-11-11 Thread taher
Author: taher Date: Fri Nov 11 14:56:06 2016 New Revision: 1769294 URL: http://svn.apache.org/viewvc?rev=1769294=rev Log: Improved: Minor work of reodering lib dependencies alphabetically in build.gradle Modified: ofbiz/trunk/build.gradle Modified: ofbiz/trunk/build.gradle URL: http

svn commit: r1767866 - in /ofbiz/trunk/framework: base/src/main/java/org/apache/ofbiz/base/container/ start/src/main/java/org/apache/ofbiz/base/start/

2016-11-03 Thread taher
Author: taher Date: Thu Nov 3 11:03:54 2016 New Revision: 1767866 URL: http://svn.apache.org/viewvc?rev=1767866=rev Log: Reverted: partially reverted r1765127 to fix classpath issue (OFBIZ-8337) The above mentioned revision introduced a regression in which starting OFBiz in debug mode triggers

svn commit: r1765127 [1/2] - in /ofbiz/trunk: framework/base/src/main/java/org/apache/ofbiz/base/component/ framework/base/src/main/java/org/apache/ofbiz/base/container/ framework/base/src/main/java/o

2016-10-16 Thread taher
Author: taher Date: Sun Oct 16 09:07:08 2016 New Revision: 1765127 URL: http://svn.apache.org/viewvc?rev=1765127=rev Log: Improved: Refactor and simplify the startup sequence in OFBiz (OFBIZ-8337) This is a major refactoring exercise to simplify the startup sequence in OFBiz

svn commit: r1765127 [2/2] - in /ofbiz/trunk: framework/base/src/main/java/org/apache/ofbiz/base/component/ framework/base/src/main/java/org/apache/ofbiz/base/container/ framework/base/src/main/java/o

2016-10-16 Thread taher
Modified: ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/StartupControlPanel.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/StartupControlPanel.java?rev=1765127=1765126=1765127=diff

  1   2   >