Author: taher
Date: Sun Feb 3 19:47:27 2019
New Revision: 1852847
URL: http://svn.apache.org/viewvc?rev=1852847&view=rev
Log:
Improved: Refactor the startup API to completely remove the startup loaders
collection
This commit refactors the startup bootstrapping logic to remove any refere
Author: taher
Date: Wed Jan 16 10:07:52 2019
New Revision: 1851426
URL: http://svn.apache.org/viewvc?rev=1851426&view=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 ano
Author: taher
Date: Mon Dec 3 16:34:50 2018
New Revision: 1848062
URL: http://svn.apache.org/viewvc?rev=1848062&view=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 smoo
Author: taher
Date: Tue Aug 14 05:55:29 2018
New Revision: 1837987
URL: http://svn.apache.org/viewvc?rev=1837987&view=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
Author: taher
Date: Thu Aug 9 09:58:21 2018
New Revision: 1837708
URL: http://svn.apache.org/viewvc?rev=1837708&view=rev
Log:
Backported fix from trunk for revision: 1837697
Modified:
ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/e
Author: taher
Date: Thu Aug 9 09:57:26 2018
New Revision: 1837707
URL: http://svn.apache.org/viewvc?rev=1837707&view=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/e
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 of
Author: taher
Date: Thu Aug 9 08:27:57 2018
New Revision: 1837697
URL: http://svn.apache.org/viewvc?rev=1837697&view=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.
Modi
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
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
Author: taher
Date: Sun Aug 5 12:36:09 2018
New Revision: 1837462
URL: http://svn.apache.org/viewvc?rev=1837462&view=rev
Log:
Improved: Further refactor MapContext and MapStack
(OFBIZ-10484)
This commit applies multiple new refactoring enhancements as follows:
- rename stackList to cont
Author: taher
Date: Sat Aug 4 08:39:16 2018
New Revision: 1837409
URL: http://svn.apache.org/viewvc?rev=1837409&view=rev
Log:
Improved: refactored the MapContext object with multiple improvements
(OFBIZ-10485)
- Removed the constructor and factory method "getMapContext" as it w
Author: taher
Date: Thu Jul 26 10:02:06 2018
New Revision: 1836710
URL: http://svn.apache.org/viewvc?rev=1836710&view=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 underl
Author: taher
Date: Wed Jul 25 13:25:05 2018
New Revision: 1836632
URL: http://svn.apache.org/viewvc?rev=1836632&view=rev
Log:
Improved: Add missing @override annotations in MapContext
(OFBIZ-10485)
Those are missing for methods that override super methods with identical
signatures.
Th
Author: taher
Date: Wed Jul 25 13:21:32 2018
New Revision: 1836631
URL: http://svn.apache.org/viewvc?rev=1836631&view=rev
Log:
Improved: Reafctor MapContext by removing unused code
(OFBIZ-10485)
- Remove unused functions that are only supposed to be used internally.
- Remove redundant war
Author: taher
Date: Wed Jul 18 06:34:14 2018
New Revision: 1836143
URL: http://svn.apache.org/viewvc?rev=1836143&view=rev
Log:
Backported fix from trunk for revision: 1836141
Modified:
ofbiz/branches/release16.11/framework/webapp/src/main/java/org/apache/ofbiz/webapp/e
Author: taher
Date: Wed Jul 18 06:32:46 2018
New Revision: 1836142
URL: http://svn.apache.org/viewvc?rev=1836142&view=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/e
Author: taher
Date: Wed Jul 18 06:30:15 2018
New Revision: 1836141
URL: http://svn.apache.org/viewvc?rev=1836141&view=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
Author: taher
Date: Mon Jun 18 12:26:36 2018
New Revision: 1833710
URL: http://svn.apache.org/viewvc?rev=1833710&view=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.
Author: taher
Date: Mon Jun 18 12:26:14 2018
New Revision: 1833709
URL: http://svn.apache.org/viewvc?rev=1833709&view=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/
Author: taher
Date: Mon Jun 18 12:23:44 2018
New Revision: 1833708
URL: http://svn.apache.org/viewvc?rev=1833708&view=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/
Author: taher
Date: Tue May 15 10:33:37 2018
New Revision: 1831619
URL: http://svn.apache.org/viewvc?rev=1831619&view=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 relate
Author: taher
Date: Thu Mar 29 08:20:42 2018
New Revision: 1827961
URL: http://svn.apache.org/viewvc?rev=1827961&view=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
Author: taher
Date: Wed Mar 28 10:49:06 2018
New Revision: 1827911
URL: http://svn.apache.org/viewvc?rev=1827911&view=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 of
Author: taher
Date: Wed Mar 21 10:25:28 2018
New Revision: 1827400
URL: http://svn.apache.org/viewvc?rev=1827400&view=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-frame
Author: taher
Date: Tue Mar 20 12:33:43 2018
New Revision: 1827302
URL: http://svn.apache.org/viewvc?rev=1827302&view=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 i
Author: taher
Date: Fri Mar 16 10:06:11 2018
New Revision: 1826950
URL: http://svn.apache.org/viewvc?rev=1826950&view=rev
Log:
Implemented: Add section numbering to the documentation user manual
(OFBIZ-10285)
Modified:
ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc
Modi
Author: taher
Date: Fri Mar 16 09:52:17 2018
New Revision: 1826948
URL: http://svn.apache.org/viewvc?rev=1826948&view=rev
Log:
Implemented: added an introductory paragraph to the core apps section
(OFBIZ-10285)
Modified:
ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc
Modi
Author: taher
Date: Fri Mar 16 09:27:12 2018
New Revision: 1826931
URL: http://svn.apache.org/viewvc?rev=1826931&view=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
messag
Author: taher
Date: Tue Mar 13 16:32:00 2018
New Revision: 1826656
URL: http://svn.apache.org/viewvc?rev=1826656&view=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
implementatio
Author: taher
Date: Thu Mar 8 10:19:17 2018
New Revision: 1826199
URL: http://svn.apache.org/viewvc?rev=1826199&view=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
whic
Author: taher
Date: Tue Feb 27 10:53:59 2018
New Revision: 1825438
URL: http://svn.apache.org/viewvc?rev=1825438&view=rev
Log:
Reverted: commit r1825436, inconsistency in results between me and buildbot
WIP, to investigate
Modified:
ofbiz/ofbiz-framework/trunk/framework/security/o
Author: taher
Date: Tue Feb 27 10:41:14 2018
New Revision: 1825436
URL: http://svn.apache.org/viewvc?rev=1825436&view=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.
Author: taher
Date: Sun Jan 21 12:40:46 2018
New Revision: 1821789
URL: http://svn.apache.org/viewvc?rev=1821789&view=rev
Log:
Implemented: renamed the common theme directory from "common" to "common-theme"
(OFBIZ-10175)
Added:
ofbiz/ofbiz-framework/trunk/themes/comm
Author: taher
Date: Fri Jan 12 14:12:30 2018
New Revision: 1820992
URL: http://svn.apache.org/viewvc?rev=1820992&view=rev
Log:
Implemented: fixed the mockito library version to stay consistent in versioning
Modified:
ofbiz/ofbiz-framework/trunk/build.gradle
Modified: ofbiz/ofbiz-frame
Author: taher
Date: Fri Jan 12 10:45:06 2018
New Revision: 1820962
URL: http://svn.apache.org/viewvc?rev=1820962&view=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
exa
Author: taher
Date: Fri Dec 29 17:29:52 2017
New Revision: 1819499
URL: http://svn.apache.org/viewvc?rev=1819499&view=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
Author: taher
Date: Sun Dec 17 12:00:50 2017
New Revision: 1818482
URL: http://svn.apache.org/viewvc?rev=1818482&view=rev
Log:
Implemented: enforce html encoding of request-strings passed to birt
Modified:
ofbiz/branches/release16.11/specialpurpose/birt/webapp/birt/webcontent/birt/p
Author: taher
Date: Thu Dec 7 11:31:05 2017
New Revision: 1817358
URL: http://svn.apache.org/viewvc?rev=1817358&view=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
Author: taher
Date: Wed Nov 8 16:01:50 2017
New Revision: 1814593
URL: http://svn.apache.org/viewvc?rev=1814593&view=rev
Log:
Improved: implemented a declarative style of executing integration test reports
The call of execute() directly is against gradle recommendations and I disliked
Author: taher
Date: Mon Oct 9 12:45:20 2017
New Revision: 1811566
URL: http://svn.apache.org/viewvc?rev=1811566&view=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 stan
Author: taher
Date: Sat Sep 30 15:36:32 2017
New Revision: 1810216
URL: http://svn.apache.org/viewvc?rev=1810216&view=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
Author: taher
Date: Wed Sep 27 13:17:21 2017
New Revision: 1809846
URL: http://svn.apache.org/viewvc?rev=1809846&view=rev
Log:
Improved: upgraded and cleaned the implementation for OWASP dependency checker
This commit achieves the following improvements to the OWASP gradle plugin for
depend
Author: taher
Date: Tue Sep 19 14:55:59 2017
New Revision: 1808893
URL: http://svn.apache.org/viewvc?rev=1808893&view=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
Author: taher
Date: Sun Sep 17 20:33:25 2017
New Revision: 1808651
URL: http://svn.apache.org/viewvc?rev=1808651&view=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
Author: taher
Date: Sat Aug 26 10:51:12 2017
New Revision: 1806285
URL: http://svn.apache.org/viewvc?rev=1806285&view=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/t
Author: taher
Date: Wed Aug 23 18:56:15 2017
New Revision: 1805947
URL: http://svn.apache.org/viewvc?rev=1805947&view=rev
Log:
Refactor OFBiz containers and remove StartupCommandToArgsAdapter
(OFBIZ-9441)
A major refactoring patch that applies the following changes:
- Fully refactor
Modified:
ofbiz/ofbiz-framework/trunk/framework/testtools/src/main/java/org/apache/ofbiz/testtools/TestRunContainer.java
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/testtools/src/main/java/org/apache/ofbiz/testtools/TestRunContainer.java?rev=1805947&r1=1805946&r2=18059
Author: taher
Date: Fri Jul 21 14:46:36 2017
New Revision: 1802603
URL: http://svn.apache.org/viewvc?rev=1802603&view=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
Author: taher
Date: Mon Jul 17 16:59:18 2017
New Revision: 1802172
URL: http://svn.apache.org/viewvc?rev=1802172&view=rev
Log:
Improved: minor refactoring to remove miscellanous warnings
Minor code cleanup to remove:
- unused private variables
- unused imports
- improper object cast
Author: taher
Date: Mon Jul 10 09:05:51 2017
New Revision: 1801431
URL: http://svn.apache.org/viewvc?rev=1801431&view=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/
Author: taher
Date: Fri Jun 30 10:19:50 2017
New Revision: 1800368
URL: http://svn.apache.org/viewvc?rev=1800368&view=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 def
Author: taher
Date: Tue Jun 27 15:39:34 2017
New Revision: 1800073
URL: http://svn.apache.org/viewvc?rev=1800073&view=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
Author: taher
Date: Sat Jun 24 20:19:32 2017
New Revision: 1799779
URL: http://svn.apache.org/viewvc?rev=1799779&view=rev
Log:
Fixed: renamed help file that is missing an underscore
Added:
ofbiz/ofbiz-framework/trunk/applications/product/data/helpdata/HELP_PRODUCT_Product_Stores
Author: taher
Date: Sat Jun 24 19:46:05 2017
New Revision: 1799778
URL: http://svn.apache.org/viewvc?rev=1799778&view=rev
Log:
Implemented: removed unnecessary classpath entry from cmssite component
Modified:
ofbiz/ofbiz-plugins/trunk/cmssite/ofbiz-component.xml
Modified: ofbiz/o
Author: taher
Date: Fri Jun 23 21:40:51 2017
New Revision: 1799712
URL: http://svn.apache.org/viewvc?rev=1799712&view=rev
Log:
Improved: exception handling block in ContainerConfig removing code duplication
Modified:
ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/o
Author: taher
Date: Fri Jun 23 21:34:48 2017
New Revision: 1799708
URL: http://svn.apache.org/viewvc?rev=1799708&view=rev
Log:
Implemented: Refactor CatalinaContainer
(OFBIZ-9392)
No functional change, but an almost complete rewrite of the tomcat container
with the following highli
Author: taher
Date: Mon Jun 19 08:08:36 2017
New Revision: 1799148
URL: http://svn.apache.org/viewvc?rev=1799148&view=rev
Log:
Implemented: removed unused private variables from UtilDateTime
Modified:
ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/
Author: taher
Date: Thu May 18 14:47:46 2017
New Revision: 1795541
URL: http://svn.apache.org/viewvc?rev=1795541&view=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 as i
Author: taher
Date: Wed May 3 21:17:08 2017
New Revision: 1793717
URL: http://svn.apache.org/viewvc?rev=1793717&view=rev
Log:
Fixed: removed duplicated data for PartyStatus
Ref discussion: https://s.apache.org/T2UD
Thanks: Jacques Le Roux for reporting
Modified:
ofbiz/ofbiz-frame
Author: taher
Date: Wed May 3 10:44:55 2017
New Revision: 1793633
URL: http://svn.apache.org/viewvc?rev=1793633&view=rev
Log:
Implemented: remove final remaining dependencies from framework on plugins
(OFBIZ-9322)
This commit completes the removal of final dependency on plugins. After
Author: taher
Date: Sat Apr 29 07:09:20 2017
New Revision: 1793171
URL: http://svn.apache.org/viewvc?rev=1793171&view=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
ecommerc
Author: taher
Date: Sat Apr 29 07:07:29 2017
New Revision: 1793170
URL: http://svn.apache.org/viewvc?rev=1793170&view=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 follo
Author: taher
Date: Thu Apr 27 11:40:59 2017
New Revision: 1792867
URL: http://svn.apache.org/viewvc?rev=1792867&view=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 remove
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&view=auto
==
--- ofbiz/ofbiz-fram
Propchange: ofbiz/ofbiz-framework/trunk/applications/order/data/DemoProduct.xml
--
svn:eol-style = native
Propchange: ofbiz/ofbiz-framework/trunk/applications/order/data/DemoProduct.xml
Author: taher
Date: Thu Apr 27 11:39:04 2017
New Revision: 1792866
URL: http://svn.apache.org/viewvc?rev=1792866&view=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 dat
Author: taher
Date: Sat Apr 15 15:47:58 2017
New Revision: 1791515
URL: http://svn.apache.org/viewvc?rev=1791515&view=rev
Log:
Implemented: ignore the entire plugins directory in .gitignore
Modified:
ofbiz/ofbiz-framework/trunk/.gitignore
Modified: ofbiz/ofbiz-framework/trunk/.gitignore
Author: taher
Date: Sat Apr 15 14:51:13 2017
New Revision: 1791513
URL: http://svn.apache.org/viewvc?rev=1791513&view=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
dis
Author: taher
Date: Wed Apr 12 18:01:39 2017
New Revision: 1791168
URL: http://svn.apache.org/viewvc?rev=1791168&view=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.
Author: taher
Date: Sat Mar 25 09:33:51 2017
New Revision: 1788659
URL: http://svn.apache.org/viewvc?rev=1788659&view=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 .gitignor
Author: taher
Date: Sun Mar 19 14:55:13 2017
New Revision: 1787627
URL: http://svn.apache.org/viewvc?rev=1787627&view=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
Author: taher
Date: Sat Mar 18 14:25:16 2017
New Revision: 1787561
URL: http://svn.apache.org/viewvc?rev=1787561&view=rev
Log:
Improved: replaced hard coded paths with variable in build.gradle
Modified:
ofbiz/ofbiz-framework/trunk/build.gradle
Modified: ofbiz/ofbiz-framework/t
Author: taher
Date: Thu Mar 16 13:31:11 2017
New Revision: 1787183
URL: http://svn.apache.org/viewvc?rev=1787183&view=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 becaus
Author: taher
Date: Sun Mar 12 12:49:59 2017
New Revision: 1786570
URL: http://svn.apache.org/viewvc?rev=1786570&view=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
Author: taher
Date: Sun Mar 12 08:03:43 2017
New Revision: 1786562
URL: http://svn.apache.org/viewvc?rev=1786562&view=rev
Log:
Implemented: New task pullAllPluginsSource and improvements to plugins API
(OFBIZ-9182)
Implemented a new gradle task called pullAllPluginsSource which downloads
all
Author: taher
Date: Tue Feb 21 09:42:18 2017
New Revision: 1783854
URL: http://svn.apache.org/viewvc?rev=1783854&view=rev
Log:
Improved: removed deprecated left shift from plugin template in build.gradle
Modified:
ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gr
Author: taher
Date: Tue Feb 21 09:21:01 2017
New Revision: 1783852
URL: http://svn.apache.org/viewvc?rev=1783852&view=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 c
Author: taher
Date: Sat Feb 11 13:36:40 2017
New Revision: 1782605
URL: http://svn.apache.org/viewvc?rev=1782605&view=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
Author: taher
Date: Sun Jan 29 18:27:43 2017
New Revision: 1780832
URL: http://svn.apache.org/viewvc?rev=1780832&view=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
Author: taher
Date: Sun Jan 29 18:13:18 2017
New Revision: 1780828
URL: http://svn.apache.org/viewvc?rev=1780828&view=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
Author: taher
Date: Sun Jan 29 13:07:32 2017
New Revision: 1780790
URL: http://svn.apache.org/viewvc?rev=1780790&view=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
Modified: ofbiz/trunk/plugins/projectmgr/data/ProjectMgrHelpData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/plugins/projectmgr/data/ProjectMgrHelpData.xml?rev=1778271&r1=1778270&r2=1778271&view=diff
==
--- ofbiz/tru
Author: taher
Date: Wed Jan 11 10:48:47 2017
New Revision: 1778271
URL: http://svn.apache.org/viewvc?rev=1778271&view=rev
Log:
Implemented: renamed the directory specialpurpose to plugins
(OFBIZ-7972)
In another step towards completing the plugin system for OFBiz, we renamed
the /specialpur
Author: taher
Date: Fri Dec 30 21:46:27 2016
New Revision: 1776642
URL: http://svn.apache.org/viewvc?rev=1776642&view=rev
Log:
Implemented: replace leftshift operators with doLast clojures in build.gradle
(OFBIZ-9160)
Gradle 3+ has deprecated the leftshift operator "<<" i
Author: taher
Date: Fri Dec 30 09:46:07 2016
New Revision: 1776532
URL: http://svn.apache.org/viewvc?rev=1776532&view=rev
Log:
Improved: upgrade gradle to version 3.2.1
(OFBIZ-9160)
Modified:
ofbiz/trunk/gradle/wrapper/gradle-wrapper.jar
ofbiz/trunk/gradle/wrapper/gr
Author: taher
Date: Thu Dec 29 17:01:57 2016
New Revision: 1776453
URL: http://svn.apache.org/viewvc?rev=1776453&view=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 w
Author: taher
Date: Thu Dec 22 09:30:55 2016
New Revision: 1775597
URL: http://svn.apache.org/viewvc?rev=1775597&view=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
Author: taher
Date: Tue Dec 20 19:26:11 2016
New Revision: 1775340
URL: http://svn.apache.org/viewvc?rev=1775340&view=rev
Log:
Improved: Refactored Config.java to simplify fields initialization
Improvements remove in total roughly 70 lines of code and includes:
- moving all default value
Author: taher
Date: Tue Dec 20 09:35:11 2016
New Revision: 1775238
URL: http://svn.apache.org/viewvc?rev=1775238&view=rev
Log:
Improved: properly implement the Optional interface for retrieving portoffset
Modified:
ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/s
Author: taher
Date: Wed Dec 14 09:22:32 2016
New Revision: 1774154
URL: http://svn.apache.org/viewvc?rev=1774154&view=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
er
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&r1=1774153&r2=1774154&v
Author: taher
Date: Thu Dec 8 09:17:04 2016
New Revision: 1773202
URL: http://svn.apache.org/viewvc?rev=1773202&view=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
Author: taher
Date: Tue Dec 6 12:31:00 2016
New Revision: 1772879
URL: http://svn.apache.org/viewvc?rev=1772879&view=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
Author: taher
Date: Tue Dec 6 08:19:51 2016
New Revision: 1772839
URL: http://svn.apache.org/viewvc?rev=1772839&view=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 per
Author: taher
Date: Thu Dec 1 19:29:23 2016
New Revision: 1772256
URL: http://svn.apache.org/viewvc?rev=1772256&view=rev
Log:
Improved: Refactor and simplify the startup sequence in OFBiz
(OFBIZ-8337)
Continuing the refactoring work on the startup sequence, this commit
specifically focuse
Author: taher
Date: Fri Nov 11 14:56:06 2016
New Revision: 1769294
URL: http://svn.apache.org/viewvc?rev=1769294&view=rev
Log:
Improved: Minor work of reodering lib dependencies alphabetically in
build.gradle
Modified:
ofbiz/trunk/build.gradle
Modified: ofbiz/trunk/build.gradle
URL:
Author: taher
Date: Thu Nov 3 11:03:54 2016
New Revision: 1767866
URL: http://svn.apache.org/viewvc?rev=1767866&view=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
Author: taher
Date: Sun Oct 16 09:07:08 2016
New Revision: 1765127
URL: http://svn.apache.org/viewvc?rev=1765127&view=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. There ar
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&r1=1765126&r2=1765127&view=diff
===
1 - 100 of 194 matches
Mail list logo