svn commit: r1858523 - /ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

2019-05-02 Thread lektran
Author: lektran Date: Thu May 2 08:59:11 2019 New Revision: 1858523 URL: http://svn.apache.org/viewvc?rev=1858523&view=rev Log: Fixed: Ensure the story field in ordermgr's EditCustRequest form is html encoded (OFBIZ-11006) Modified: ofbiz/ofbiz-framework/trunk/applications/ord

svn commit: r1857382 - /ofbiz/ofbiz-framework/trunk/framework/service/src/main/java/org/apache/ofbiz/service/calendar/TemporalExpressions.java

2019-04-12 Thread lektran
Author: lektran Date: Fri Apr 12 08:54:27 2019 New Revision: 1857382 URL: http://svn.apache.org/viewvc?rev=1857382&view=rev Log: Fixed: Bug in TemporalExpression MinuteRange and HourRange that can cause a day or month to be skipped when using next() (OFBIZ-10875) Modified: ofbiz/o

svn commit: r1857071 - in /ofbiz/ofbiz-framework/trunk: applications/product/minilang/product/product/ framework/service/entitydef/ framework/service/src/main/java/org/apache/ofbiz/service/engine/ fra

2019-04-07 Thread lektran
Author: lektran Date: Sun Apr 7 07:39:47 2019 New Revision: 1857071 URL: http://svn.apache.org/viewvc?rev=1857071&view=rev Log: Implemented: Allow Jobs to specify a priority and be queued accordingly by the JobPoller so that important jobs can be prioritized over normal jobs, and low prio

svn commit: r1821352 - /ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/product/ProductPromoWorker.java

2018-01-17 Thread lektran
Author: lektran Date: Wed Jan 17 09:17:13 2018 New Revision: 1821352 URL: http://svn.apache.org/viewvc?rev=1821352&view=rev Log: Improved: Replace while-loop and iterator with an enhanced for-loop and also removed an unnecessary isNotEmpty test in ProductPromoWorker.getProductStorePromot

svn commit: r1736931 - in /ofbiz/branches/release12.04: ./ framework/entity/src/org/ofbiz/entity/condition/

2016-03-28 Thread lektran
Author: lektran Date: Mon Mar 28 22:43:15 2016 New Revision: 1736931 URL: http://svn.apache.org/viewvc?rev=1736931&view=rev Log: Merged from trunk r1736922: Ensure a ModelField is set for rhs EntityConditionValues that don't already have it, such as the EntityFunction classes

svn commit: r1736930 - in /ofbiz/branches/release13.07/framework/entity/src/org/ofbiz/entity/condition: EntityComparisonOperator.java EntityConditionSubSelect.java EntityConditionValue.java EntityFiel

2016-03-28 Thread lektran
Author: lektran Date: Mon Mar 28 21:37:22 2016 New Revision: 1736930 URL: http://svn.apache.org/viewvc?rev=1736930&view=rev Log: Merged from trunk r1736922: Ensure a ModelField is set for rhs EntityConditionValues that don't already have it, such as the EntityFunction classes

svn commit: r1736928 - in /ofbiz/branches/release14.12/framework/entity/src/org/ofbiz/entity/condition: EntityComparisonOperator.java EntityConditionSubSelect.java EntityConditionValue.java EntityFiel

2016-03-28 Thread lektran
Author: lektran Date: Mon Mar 28 20:58:09 2016 New Revision: 1736928 URL: http://svn.apache.org/viewvc?rev=1736928&view=rev Log: Merged from trunk r1736922: Ensure a ModelField is set for rhs EntityConditionValues that don't already have it, such as the EntityFunction classes

svn commit: r1736927 - in /ofbiz/branches/release15.12: ./ framework/entity/src/org/ofbiz/entity/condition/

2016-03-28 Thread lektran
Author: lektran Date: Mon Mar 28 20:51:14 2016 New Revision: 1736927 URL: http://svn.apache.org/viewvc?rev=1736927&view=rev Log: Merged from trunk r1736922: Ensure a ModelField is set for rhs EntityConditionValues that don't already have it, such as the EntityFunction classes

svn commit: r1736922 - in /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition: EntityComparisonOperator.java EntityConditionSubSelect.java EntityConditionValue.java EntityFieldValue.java Enti

2016-03-28 Thread lektran
Author: lektran Date: Mon Mar 28 20:13:54 2016 New Revision: 1736922 URL: http://svn.apache.org/viewvc?rev=1736922&view=rev Log: Ensure a ModelField is set for rhs EntityConditionValues that don't already have it, such as the EntityFunction classes Modified: ofbiz/trunk/framewo

svn commit: r1684778 - /ofbiz/trunk/.classpath

2015-06-10 Thread lektran
Author: lektran Date: Wed Jun 10 22:41:54 2015 New Revision: 1684778 URL: http://svn.apache.org/r1684778 Log: Re-alphabetize the eclipse classpath and tidy it up Modified: ofbiz/trunk/.classpath Modified: ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev

svn commit: r1684774 - /ofbiz/trunk/.classpath

2015-06-10 Thread lektran
Author: lektran Date: Wed Jun 10 22:25:16 2015 New Revision: 1684774 URL: http://svn.apache.org/r1684774 Log: Add shiro to eclipse .classpath Modified: ofbiz/trunk/.classpath Modified: ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1684774&r1=168477

svn commit: r1665312 - /ofbiz/trunk/.classpath

2015-03-09 Thread lektran
Author: lektran Date: Mon Mar 9 17:34:42 2015 New Revision: 1665312 URL: http://svn.apache.org/r1665312 Log: Corrected eclipse .classpath file Modified: ofbiz/trunk/.classpath Modified: ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1665312&r1=166

svn commit: r1665311 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2015-03-09 Thread lektran
Author: lektran Date: Mon Mar 9 17:34:42 2015 New Revision: 1665311 URL: http://svn.apache.org/r1665311 Log: Fix bug in EntityQuery where performing queryFirst() while using cache and filtering by date would return invalid results due to the database result being prematurely limited by

svn commit: r1650865 - /ofbiz/trunk/.classpath

2015-01-10 Thread lektran
Author: lektran Date: Sun Jan 11 03:29:25 2015 New Revision: 1650865 URL: http://svn.apache.org/r1650865 Log: Eclipse classpath fixes Modified: ofbiz/trunk/.classpath Modified: ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1650865&r1=1650864&r2

svn commit: r1647934 [1/2] - in /ofbiz/branches/OFBIZ-4098-make-cache-pluggable: applications/content/src/org/ofbiz/content/ applications/order/src/org/ofbiz/order/order/ applications/party/src/org/of

2014-12-25 Thread lektran
Author: lektran Date: Fri Dec 26 05:21:03 2014 New Revision: 1647934 URL: http://svn.apache.org/r1647934 Log: OFBIZ-4098 Extract interfaces for CacheManager and Cache, add basic abstract and concrete factories and move the current cache implementation into a separate package. Added

svn commit: r1647934 [2/2] - in /ofbiz/branches/OFBIZ-4098-make-cache-pluggable: applications/content/src/org/ofbiz/content/ applications/order/src/org/ofbiz/order/order/ applications/party/src/org/of

2014-12-25 Thread lektran
Copied: ofbiz/branches/OFBIZ-4098-make-cache-pluggable/framework/base/src/org/ofbiz/base/util/cache/impl/OFBizCacheManager.java (from r1647483, ofbiz/branches/OFBIZ-4098-make-cache-pluggable/framework/base/src/org/ofbiz/base/util/cache/OFBizCacheManager.java) URL: http://svn.apache.org/viewvc/o

svn commit: r1647483 [2/3] - in /ofbiz/branches/OFBIZ-4098-make-cache-pluggable: ./ applications/content/src/org/ofbiz/content/ applications/order/src/org/ofbiz/order/order/ applications/party/src/org

2014-12-22 Thread lektran
Modified: ofbiz/branches/OFBIZ-4098-make-cache-pluggable/framework/base/src/org/ofbiz/base/util/cache/UtilCache.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-4098-make-cache-pluggable/framework/base/src/org/ofbiz/base/util/cache/UtilCache.java?rev=1647483&r1=1647482&r2=1647483&view=

svn commit: r1647483 [3/3] - in /ofbiz/branches/OFBIZ-4098-make-cache-pluggable: ./ applications/content/src/org/ofbiz/content/ applications/order/src/org/ofbiz/order/order/ applications/party/src/org

2014-12-22 Thread lektran
Modified: ofbiz/branches/OFBIZ-4098-make-cache-pluggable/framework/service/src/org/ofbiz/service/engine/BSFEngine.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-4098-make-cache-pluggable/framework/service/src/org/ofbiz/service/engine/BSFEngine.java?rev=1647483&r1=1647482&r2=1647483&v

svn commit: r1647483 [1/3] - in /ofbiz/branches/OFBIZ-4098-make-cache-pluggable: ./ applications/content/src/org/ofbiz/content/ applications/order/src/org/ofbiz/order/order/ applications/party/src/org

2014-12-22 Thread lektran
Author: lektran Date: Tue Dec 23 05:04:35 2014 New Revision: 1647483 URL: http://svn.apache.org/r1647483 Log: OFBIZ-4098 Implement step 1 of the cache refactoring: 1. Reduce UtilCache down to a utility class containing only static methods 2. Move global cache management responsibilities to an

svn commit: r1647429 - /ofbiz/branches/OFBIZ-4098-make-cache-pluggable/

2014-12-22 Thread lektran
Author: lektran Date: Mon Dec 22 22:41:08 2014 New Revision: 1647429 URL: http://svn.apache.org/r1647429 Log: OFBIZ-4098 Create branch for cache refactor work Added: ofbiz/branches/OFBIZ-4098-make-cache-pluggable/ (props changed) - copied from r1647428, ofbiz/trunk/ Propchange

svn commit: r1636970 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2014-11-05 Thread lektran
Author: lektran Date: Wed Nov 5 21:43:39 2014 New Revision: 1636970 URL: http://svn.apache.org/r1636970 Log: Fix bug in EntityQuery where the moment specified in filterByDate(moment) was not being honoured. Adds a new method filterByDate(Timestamp, String...) to allow a moment to be specified

svn commit: r1635383 [5/6] - in /ofbiz/trunk: applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/quote/ applications/order/src/org/ofbiz/order/requirement/ applicatio

2014-10-29 Thread lektran
Modified: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenWidget.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenWidget.java?rev=1635383&r1=1635382&r2=1635383&view=diff =

svn commit: r1635383 [6/6] - in /ofbiz/trunk: applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/quote/ applications/order/src/org/ofbiz/order/requirement/ applicatio

2014-10-29 Thread lektran
Modified: ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisServices.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisServices.java?rev=1635383&r1=1635382&r2=1635383&view=diff =

svn commit: r1635383 [4/6] - in /ofbiz/trunk: applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/quote/ applications/order/src/org/ofbiz/order/requirement/ applicatio

2014-10-29 Thread lektran
Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java?rev=1635383&r1=1635382&r2=1635383&view=diff =

svn commit: r1635383 [2/6] - in /ofbiz/trunk: applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/quote/ applications/order/src/org/ofbiz/order/requirement/ applicatio

2014-10-29 Thread lektran
Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/product/ProductPromoWorker.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/product/ProductPromoWorker.java?rev=1635383&r1=1635382&r2=1635383&view=diff =

svn commit: r1635383 [1/6] - in /ofbiz/trunk: applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/quote/ applications/order/src/org/ofbiz/order/requirement/ applicatio

2014-10-29 Thread lektran
Author: lektran Date: Thu Oct 30 04:18:05 2014 New Revision: 1635383 URL: http://svn.apache.org/r1635383 Log: Regex search/replace for delegator.findOne() to EntityQuery.queryOne() Apologies for the large commit. Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order

svn commit: r1635383 [3/6] - in /ofbiz/trunk: applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/quote/ applications/order/src/org/ofbiz/order/requirement/ applicatio

2014-10-29 Thread lektran
Modified: ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/WatermarkImage.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/WatermarkImage.java?rev=1635383&r1=1635382&r2=1635383&view=diff ===

svn commit: r1635382 - in /ofbiz/trunk/applications/order/src/org/ofbiz/order: ./ finaccount/ order/

2014-10-29 Thread lektran
Author: lektran Date: Thu Oct 30 04:16:45 2014 New Revision: 1635382 URL: http://svn.apache.org/r1635382 Log: Partially convert ordermgr component's java files to EntityQuery Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/OrderManagerEvents.java ofbiz/trunk/applica

svn commit: r1635381 - in /ofbiz/trunk/applications/marketing/src/org/ofbiz: marketing/marketing/MarketingServices.java marketing/tracking/TrackingCodeEvents.java sfa/vcard/VCard.java

2014-10-29 Thread lektran
Author: lektran Date: Thu Oct 30 04:16:39 2014 New Revision: 1635381 URL: http://svn.apache.org/r1635381 Log: Convert marketing component's java files to EntityQuery Modified: ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/marketing/MarketingServices.java ofbiz/

svn commit: r1635380 [2/2] - in /ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing: bom/ jobshopmgt/ mrp/ routing/ techdata/

2014-10-29 Thread lektran
Modified: ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/MrpServices.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/MrpServices.java?rev=1635380&r1=1635379&r2=1635380&view=diff =

svn commit: r1635380 [1/2] - in /ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing: bom/ jobshopmgt/ mrp/ routing/ techdata/

2014-10-29 Thread lektran
Author: lektran Date: Thu Oct 30 04:16:33 2014 New Revision: 1635380 URL: http://svn.apache.org/r1635380 Log: Convert manufacturing app's java files to EntityQuery Modified: ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMHelper.java ofbiz/trunk/applica

svn commit: r1634039 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2014-10-24 Thread lektran
Author: lektran Date: Fri Oct 24 09:56:43 2014 New Revision: 1634039 URL: http://svn.apache.org/r1634039 Log: Add filterByDate(Date) method Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util

svn commit: r1634038 - /ofbiz/trunk/applications/humanres/src/org/ofbiz/humanres/HumanResEvents.java

2014-10-24 Thread lektran
Author: lektran Date: Fri Oct 24 09:39:44 2014 New Revision: 1634038 URL: http://svn.apache.org/r1634038 Log: Convert humanres component's java files from Delegator usage to EntityQuery Modified: ofbiz/trunk/applications/humanres/src/org/ofbiz/humanres/HumanResEvents.java Modified:

svn commit: r1634027 - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/payment/ applications/accounting/src/org/ofbiz/accounting/test/ applications/accounting/src/org/ofbiz/accountin

2014-10-24 Thread lektran
Author: lektran Date: Fri Oct 24 08:28:47 2014 New Revision: 1634027 URL: http://svn.apache.org/r1634027 Log: Remove unnecessary imports Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java ofbiz/trunk/applications/accounting/src/org

svn commit: r1634024 [1/3] - in /ofbiz/trunk/applications/content/src/org/ofbiz/content: ./ blog/ cms/ compdoc/ content/ data/ layout/ survey/ view/ webapp/ftl/

2014-10-24 Thread lektran
Author: lektran Date: Fri Oct 24 08:22:56 2014 New Revision: 1634024 URL: http://svn.apache.org/r1634024 Log: Convert content app's java file from Delegator usage to EntityQuery Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementEvents.java ofbiz/

svn commit: r1634024 [2/3] - in /ofbiz/trunk/applications/content/src/org/ofbiz/content: ./ blog/ cms/ compdoc/ content/ data/ layout/ survey/ view/ webapp/ftl/

2014-10-24 Thread lektran
Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentKeywordIndex.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentKeywordIndex.java?rev=1634024&r1=1634023&r2=1634024&view=diff =

svn commit: r1634024 [3/3] - in /ofbiz/trunk/applications/content/src/org/ofbiz/content: ./ blog/ cms/ compdoc/ content/ data/ layout/ survey/ view/ webapp/ftl/

2014-10-24 Thread lektran
Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/data/DataServices.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/src/org/ofbiz/content/data/DataServices.java?rev=1634024&r1=1634023&r2=1634024&view=diff =

svn commit: r1633218 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2014-10-20 Thread lektran
Author: lektran Date: Mon Oct 20 20:10:27 2014 New Revision: 1633218 URL: http://svn.apache.org/r1633218 Log: Fix NPE when filtering by date without having specified a where EntityCondition. Thanks to Arun Patidar for the report. Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity

svn commit: r1633217 - in /ofbiz/trunk/applications/content/data: ContentHelpData.xml ContentTypeData.xml

2014-10-20 Thread lektran
Author: lektran Date: Mon Oct 20 20:10:11 2014 New Revision: 1633217 URL: http://svn.apache.org/r1633217 Log: Remove another duplicated Content record Modified: ofbiz/trunk/applications/content/data/ContentHelpData.xml ofbiz/trunk/applications/content/data/ContentTypeData.xml Modified

svn commit: r1632201 - /ofbiz/trunk/applications/party/data/PartyPortletData.xml

2014-10-15 Thread lektran
Author: lektran Date: Thu Oct 16 02:16:06 2014 New Revision: 1632201 URL: http://svn.apache.org/r1632201 Log: Remove duplicate PortalPagePortlet record Modified: ofbiz/trunk/applications/party/data/PartyPortletData.xml Modified: ofbiz/trunk/applications/party/data/PartyPortletData.xml URL

svn commit: r1632202 - in /ofbiz/trunk/applications/content/data: ContentTypeData.xml TemplateData.xml

2014-10-15 Thread lektran
Author: lektran Date: Thu Oct 16 02:16:11 2014 New Revision: 1632202 URL: http://svn.apache.org/r1632202 Log: Remove duplicated or unused content seed data Modified: ofbiz/trunk/applications/content/data/ContentTypeData.xml ofbiz/trunk/applications/content/data/TemplateData.xml Modified

svn commit: r1631963 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2014-10-15 Thread lektran
Author: lektran Date: Wed Oct 15 07:35:24 2014 New Revision: 1631963 URL: http://svn.apache.org/r1631963 Log: Improve filterByDate(Timestamp) to not filter by date when the passed in Timestamp is null. Better mimics the behavior of EntityUtil.filterByDate(Timestamp) Modified: ofbiz/trunk

svn commit: r1631962 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentServicesComplex.java

2014-10-15 Thread lektran
Author: lektran Date: Wed Oct 15 07:35:19 2014 New Revision: 1631962 URL: http://svn.apache.org/r1631962 Log: Add missing generics markup and remove suppress warnings annotation Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentServicesComplex.java Modified

svn commit: r1631019 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/config/UrlLoader.java

2014-10-10 Thread lektran
Author: lektran Date: Sat Oct 11 04:52:32 2014 New Revision: 1631019 URL: http://svn.apache.org/r1631019 Log: Remove dead code Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/config/UrlLoader.java Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/config/UrlLoader.java URL

svn commit: r1631018 - /ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java

2014-10-10 Thread lektran
Author: lektran Date: Sat Oct 11 04:48:12 2014 New Revision: 1631018 URL: http://svn.apache.org/r1631018 Log: Fix dead code warning by moving null check to the correct spot Modified: ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java Modified: ofbiz

svn commit: r1630983 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2014-10-10 Thread lektran
Author: lektran Date: Fri Oct 10 20:39:09 2014 New Revision: 1630983 URL: http://svn.apache.org/r1630983 Log: Parameter name correction Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util

svn commit: r1630980 - in /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting: period/ tax/ test/ thirdparty/authorizedotnet/ thirdparty/cybersource/ thirdparty/eway/ thirdparty/gosoftware/

2014-10-10 Thread lektran
Author: lektran Date: Fri Oct 10 20:30:30 2014 New Revision: 1630980 URL: http://svn.apache.org/r1630980 Log: Complete conversion of accounting java files from delegator to EntityQuery Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/period/PeriodServices.java

svn commit: r1630979 - in /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting: finaccount/ invoice/ payment/

2014-10-10 Thread lektran
Author: lektran Date: Fri Oct 10 20:30:18 2014 New Revision: 1630979 URL: http://svn.apache.org/r1630979 Log: Make use of EntityQuery.where(EntityCondition...) Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountPaymentServices.java ofbiz/trunk

svn commit: r1630978 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2014-10-10 Thread lektran
Author: lektran Date: Fri Oct 10 20:30:13 2014 New Revision: 1630978 URL: http://svn.apache.org/r1630978 Log: Add where(EntityCondition...) to EntityQuery Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java Modified: ofbiz/trunk/framework/entity/src/org/ofbiz

svn commit: r1629782 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2014-10-06 Thread lektran
Author: lektran Date: Mon Oct 6 22:48:40 2014 New Revision: 1629782 URL: http://svn.apache.org/r1629782 Log: Add cache(boolean) method to EntityQuery to allow the cache to be used or not based on a boolean variable. Avoids the need to use an if block when the caching decision isn't hard

svn commit: r1629540 - in /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting: GlEvents.java payment/PaymentGatewayServices.java payment/PaymentMethodServices.java payment/PaymentWorker.java

2014-10-05 Thread lektran
Author: lektran Date: Sun Oct 5 20:52:54 2014 New Revision: 1629540 URL: http://svn.apache.org/r1629540 Log: Convert a few more classes to use EntityQuery Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/GlEvents.java ofbiz/trunk/applications/accounting/src/org

svn commit: r1629538 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2014-10-05 Thread lektran
Author: lektran Date: Sun Oct 5 20:28:25 2014 New Revision: 1629538 URL: http://svn.apache.org/r1629538 Log: Add EntityQuery support for filtering by one or more explicit from/thruDate field pairs Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java Modified

svn commit: r1629537 - /ofbiz/trunk/.classpath

2014-10-05 Thread lektran
Author: lektran Date: Sun Oct 5 20:28:22 2014 New Revision: 1629537 URL: http://svn.apache.org/r1629537 Log: Remove worldpay from Eclipse classpath exclusion because it is built by ant and doesn't have 3rd party library dependencies. Also added missing scrum src folder. Modified:

svn commit: r1629480 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java

2014-10-05 Thread lektran
Author: lektran Date: Sun Oct 5 09:16:40 2014 New Revision: 1629480 URL: http://svn.apache.org/r1629480 Log: Removed duplicate EntityListIterator query left by my EntityQuery conversion work. Thanks to Adrian Crum for the report. Modified: ofbiz/trunk/applications/accounting/src/org

svn commit: r1628288 [2/2] - in /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting: agreement/ finaccount/ invoice/ payment/

2014-09-29 Thread lektran
Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java?rev=1628288&r1=1628287&r2=1628288&view=diff =

svn commit: r1628288 [1/2] - in /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting: agreement/ finaccount/ invoice/ payment/

2014-09-29 Thread lektran
Author: lektran Date: Mon Sep 29 20:12:10 2014 New Revision: 1628288 URL: http://svn.apache.org/r1628288 Log: First batch of conversions from direct Delegator use to EntityQuery queries Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java

svn commit: r1628287 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2014-09-29 Thread lektran
Author: lektran Date: Mon Sep 29 20:12:04 2014 New Revision: 1628287 URL: http://svn.apache.org/r1628287 Log: Improved generics for where(List) so that a list of EntityExpr will be accepted. Fixes an issue where the runtime would select the where(Object...) method for a List of EntityExpr

svn commit: r1627940 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java

2014-09-27 Thread lektran
Author: lektran Date: Sat Sep 27 09:22:31 2014 New Revision: 1627940 URL: http://svn.apache.org/r1627940 Log: OFBIZ-4053 Implement an entity query builder to be used as a friendlier API for executing entity queries. Entry point is the static EntityQuery.use(Delegator) method which will then

svn commit: r1622779 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppinglist/ShoppingListServices.java

2014-09-05 Thread lektran
Author: lektran Date: Fri Sep 5 20:01:28 2014 New Revision: 1622779 URL: http://svn.apache.org/r1622779 Log: Replace dead code with a try/catch block that could actually get hit Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppinglist/ShoppingListServices.java Modified

svn commit: r1622778 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java

2014-09-05 Thread lektran
Author: lektran Date: Fri Sep 5 19:51:56 2014 New Revision: 1622778 URL: http://svn.apache.org/r1622778 Log: Add/correct some generics markup and remove some unused SuppressWarnings annotations Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java Modified

svn commit: r1622771 - /ofbiz/trunk/.classpath

2014-09-05 Thread lektran
Author: lektran Date: Fri Sep 5 19:42:16 2014 New Revision: 1622771 URL: http://svn.apache.org/r1622771 Log: Removed reference to a jar file removed with the upgrade to Log4j2 Modified: ofbiz/trunk/.classpath Modified: ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/ofbiz/trunk

svn commit: r1616931 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceSynchronization.java

2014-08-09 Thread lektran
Author: lektran Date: Sat Aug 9 09:54:01 2014 New Revision: 1616931 URL: http://svn.apache.org/r1616931 Log: Replace FastMap with HashMap and remove imports Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceSynchronization.java Modified: ofbiz/trunk/framework/service

svn commit: r1616928 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceSynchronization.java

2014-08-09 Thread lektran
Author: lektran Date: Sat Aug 9 09:43:15 2014 New Revision: 1616928 URL: http://svn.apache.org/r1616928 Log: Replace FastList with ArrayList Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceSynchronization.java Modified: ofbiz/trunk/framework/service/src/org/ofbiz

svn commit: r1616925 - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ framework/common/src/org/ofbiz/common/ framework/service/src/org/ofbiz/service/ framework

2014-08-09 Thread lektran
Author: lektran Date: Sat Aug 9 09:00:39 2014 New Revision: 1616925 URL: http://svn.apache.org/r1616925 Log: Replace the ServiceXaWrapper with a simpler Synchronization implementation. Helps pave the way for use of alternative transaction management libraries that don't work well with o

svn commit: r1580663 - /ofbiz/branches/release11.04/framework/service/src/org/ofbiz/service/ServiceDispatcher.java

2014-03-23 Thread lektran
Author: lektran Date: Sun Mar 23 23:42:45 2014 New Revision: 1580663 URL: http://svn.apache.org/r1580663 Log: Merged from trunk r1580620: Fix bug that causes a service to keep retrying after a deadlock occurs until lockRetriesRemaining reached zero Modified: ofbiz/branches/release11.04

svn commit: r1580635 - /ofbiz/branches/release12.04/framework/service/src/org/ofbiz/service/ServiceDispatcher.java

2014-03-23 Thread lektran
Author: lektran Date: Sun Mar 23 22:11:13 2014 New Revision: 1580635 URL: http://svn.apache.org/r1580635 Log: Merged from trunk r1580620: Fix bug that causes a service to keep retrying after a deadlock occurs until lockRetriesRemaining reached zero Modified: ofbiz/branches/release12.04

svn commit: r1580627 - /ofbiz/branches/release13.07/framework/service/src/org/ofbiz/service/ServiceDispatcher.java

2014-03-23 Thread lektran
Author: lektran Date: Sun Mar 23 21:55:55 2014 New Revision: 1580627 URL: http://svn.apache.org/r1580627 Log: Merged from trunk r1580620: Fix bug that causes a service to keep retrying after a deadlock occurs until lockRetriesRemaining reached zero Modified: ofbiz/branches/release13.07

svn commit: r1580620 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceDispatcher.java

2014-03-23 Thread lektran
Author: lektran Date: Sun Mar 23 21:41:57 2014 New Revision: 1580620 URL: http://svn.apache.org/r1580620 Log: Fix bug that causes a service to keep retrying after a deadlock occurs until lockRetriesRemaining reached zero Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service

svn commit: r1540552 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/data/DataServices.java

2013-11-10 Thread lektran
Author: lektran Date: Sun Nov 10 21:12:51 2013 New Revision: 1540552 URL: http://svn.apache.org/r1540552 Log: Remove null check (always yields false) Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/data/DataServices.java Modified: ofbiz/trunk/applications/content/src/org

svn commit: r1540551 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/GenericAsyncEngine.java

2013-11-10 Thread lektran
Author: lektran Date: Sun Nov 10 21:06:50 2013 New Revision: 1540551 URL: http://svn.apache.org/r1540551 Log: Remove null comparison because jobV can't be null at the given location Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/GenericAsyncEngine.java Mod

svn commit: r1539662 - in /ofbiz/branches/release11.04/framework/service/src/org/ofbiz/service: ServiceXaWrapper.java eca/ServiceEcaAction.java

2013-11-07 Thread lektran
Author: lektran Date: Thu Nov 7 14:40:12 2013 New Revision: 1539662 URL: http://svn.apache.org/r1539662 Log: Merged from trunk r1539645: global ECAs weren't honoring the run-as-user attribute defined on action elements Modified: ofbiz/branches/release11.04/framework/service/src/org/

svn commit: r1539658 - in /ofbiz/branches/release12.04/framework/service/src/org/ofbiz/service: ServiceXaWrapper.java eca/ServiceEcaAction.java

2013-11-07 Thread lektran
Author: lektran Date: Thu Nov 7 14:30:49 2013 New Revision: 1539658 URL: http://svn.apache.org/r1539658 Log: Merged from trunk r1539645: global ECAs weren't honoring the run-as-user attribute defined on action elements Modified: ofbiz/branches/release12.04/framework/service/src/org/

svn commit: r1539651 - in /ofbiz/branches/release13.07/framework/service/src/org/ofbiz/service: ServiceXaWrapper.java eca/ServiceEcaAction.java

2013-11-07 Thread lektran
Author: lektran Date: Thu Nov 7 14:16:37 2013 New Revision: 1539651 URL: http://svn.apache.org/r1539651 Log: Merged from trunk r1539645: global ECAs weren't honoring the run-as-user attribute defined on action elements Modified: ofbiz/branches/release13.07/framework/service/src/org/

svn commit: r1539645 - in /ofbiz/trunk/framework/service/src/org/ofbiz/service: ServiceXaWrapper.java eca/ServiceEcaAction.java

2013-11-07 Thread lektran
Author: lektran Date: Thu Nov 7 14:06:54 2013 New Revision: 1539645 URL: http://svn.apache.org/r1539645 Log: global ECAs weren't honoring the run-as-user attribute defined on action elements Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceXaWrapper.java

svn commit: r1512572 - /ofbiz/trunk/applications/party/src/org/ofbiz/party/contact/ContactMechServices.java

2013-08-10 Thread lektran
Author: lektran Date: Sat Aug 10 07:03:21 2013 New Revision: 1512572 URL: http://svn.apache.org/r1512572 Log: Remove dead code Modified: ofbiz/trunk/applications/party/src/org/ofbiz/party/contact/ContactMechServices.java Modified: ofbiz/trunk/applications/party/src/org/ofbiz/party/contact

svn commit: r1512565 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaAction.java

2013-08-09 Thread lektran
Author: lektran Date: Sat Aug 10 05:16:25 2013 New Revision: 1512565 URL: http://svn.apache.org/r1512565 Log: Fix typo Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaAction.java Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/eca

svn commit: r1509550 - /ofbiz/branches/release11.04/framework/service/src/org/ofbiz/service/engine/GroovyEngine.java

2013-08-01 Thread lektran
Author: lektran Date: Fri Aug 2 06:14:37 2013 New Revision: 1509550 URL: http://svn.apache.org/r1509550 Log: Merged from trunk r1509510: Fix bug preventing deadlock retries for groovy services, GenericEngine implementations and services should never modify the service context Modified

svn commit: r1509523 - /ofbiz/branches/release12.04/framework/service/src/org/ofbiz/service/engine/GroovyEngine.java

2013-08-01 Thread lektran
Author: lektran Date: Fri Aug 2 03:18:17 2013 New Revision: 1509523 URL: http://svn.apache.org/r1509523 Log: Merged from trunk r1509510: Fix bug preventing deadlock retries for groovy services, GenericEngine implementations and services should never modify the service context Modified

svn commit: r1509515 - /ofbiz/branches/release13.07/framework/service/src/org/ofbiz/service/engine/GroovyEngine.java

2013-08-01 Thread lektran
Author: lektran Date: Fri Aug 2 02:40:56 2013 New Revision: 1509515 URL: http://svn.apache.org/r1509515 Log: Merged from trunk r1509510: Fix bug preventing deadlock retries for groovy services, GenericEngine implementations and services should never modify the service context Modified

svn commit: r1509510 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/GroovyEngine.java

2013-08-01 Thread lektran
Author: lektran Date: Fri Aug 2 01:19:53 2013 New Revision: 1509510 URL: http://svn.apache.org/r1509510 Log: Fix bug preventing deadlock retries for groovy services, GenericEngine implementations and services should never modify the service context Modified: ofbiz/trunk/framework/service

svn commit: r1493507 - /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy

2013-06-16 Thread lektran
Author: lektran Date: Sun Jun 16 13:06:04 2013 New Revision: 1493507 URL: http://svn.apache.org/r1493507 Log: Groovy script cleanup, no functional changes Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy Modified

svn commit: r1493506 - /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/admin/ListInvoiceItemTypesGlAccount.groovy

2013-06-16 Thread lektran
Author: lektran Date: Sun Jun 16 12:57:18 2013 New Revision: 1493506 URL: http://svn.apache.org/r1493506 Log: Groovy script cleanup, no functional changes Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/admin/ListInvoiceItemTypesGlAccount.groovy Modified

svn commit: r1493505 - in /ofbiz/trunk/applications/accounting: webapp/accounting/WEB-INF/actions/admin/ListInvoiceItemTypesGlAccount.groovy widget/GlSetupForms.xml

2013-06-16 Thread lektran
Author: lektran Date: Sun Jun 16 12:51:52 2013 New Revision: 1493505 URL: http://svn.apache.org/r1493505 Log: FIX: The Sales/Purchase Invoice GlAccount Override screen would always so the Remove button even when no overrides were in place Modified: ofbiz/trunk/applications/accounting

svn commit: r1493500 - /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/admin/FilterOutReceipts.groovy

2013-06-16 Thread lektran
Author: lektran Date: Sun Jun 16 11:55:28 2013 New Revision: 1493500 URL: http://svn.apache.org/r1493500 Log: Simplified filtering in groovy script Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/admin/FilterOutReceipts.groovy Modified: ofbiz/trunk

svn commit: r1422684 - in /ofbiz/trunk/specialpurpose: ebay/data/DemoEbayData.xml ecommerce/data/DemoProduct.xml

2012-12-16 Thread lektran
Author: lektran Date: Sun Dec 16 20:37:46 2012 New Revision: 1422684 URL: http://svn.apache.org/viewvc?rev=1422684&view=rev Log: Moved ebay demo data from ecommerce to the ebay component Modified: ofbiz/trunk/specialpurpose/ebay/data/DemoEbayData.xml ofbiz/trunk/specialpurpose/ecomm

svn commit: r1418651 - in /ofbiz/trunk: applications/content/src/org/ofbiz/content/content/ applications/content/src/org/ofbiz/content/webapp/ftl/ applications/order/src/org/ofbiz/order/shoppingcart/

2012-12-08 Thread lektran
Author: lektran Date: Sat Dec 8 12:06:40 2012 New Revision: 1418651 URL: http://svn.apache.org/viewvc?rev=1418651&view=rev Log: Add a bunch of missing Override annotations Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentUrlFilter.java ofbiz/t

svn commit: r1418650 - in /ofbiz/trunk: applications/manufacturing/src/org/ofbiz/manufacturing/bom/ applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ applications/order/src/org/ofbiz/

2012-12-08 Thread lektran
Author: lektran Date: Sat Dec 8 12:06:01 2012 New Revision: 1418650 URL: http://svn.apache.org/viewvc?rev=1418650&view=rev Log: Remove a bunch of unnecessary casts Modified: ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java ofbiz/trunk/applicat

svn commit: r1418649 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/OfbizStore.java common/src/org/ofbiz/common/authentication/example/TestPassAuthenticator.java entity/src/org

2012-12-08 Thread lektran
Author: lektran Date: Sat Dec 8 12:04:37 2012 New Revision: 1418649 URL: http://svn.apache.org/viewvc?rev=1418649&view=rev Log: Remove redundant implements declarations where the interface is already implemented by the base class Modified: ofbiz/trunk/framework/catalina/src/org/o

svn commit: r1418647 - /ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMHelper.java

2012-12-08 Thread lektran
Author: lektran Date: Sat Dec 8 12:04:18 2012 New Revision: 1418647 URL: http://svn.apache.org/viewvc?rev=1418647&view=rev Log: Remove unused variable, looks like a leftover from an iteration to enhanced for lopp conversion Modified: ofbiz/trunk/applications/manufacturing/src/org/o

svn commit: r1418646 - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/payment/ applications/accounting/src/org/ofbiz/accounting/tax/ applications/accounting/src/org/ofbiz/accounting

2012-12-08 Thread lektran
Author: lektran Date: Sat Dec 8 12:03:52 2012 New Revision: 1418646 URL: http://svn.apache.org/viewvc?rev=1418646&view=rev Log: Remove a bunch of unused imports, no functional changes Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/pay

svn commit: r1418645 - /ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/MethodOperation.java

2012-12-08 Thread lektran
Author: lektran Date: Sat Dec 8 12:02:14 2012 New Revision: 1418645 URL: http://svn.apache.org/viewvc?rev=1418645&view=rev Log: Add missing deprecated annotations Modified: ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/MethodOperation.java Modified: ofbiz/trunk/frame

svn commit: r1407940 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java

2012-11-11 Thread lektran
Author: lektran Date: Sun Nov 11 11:14:52 2012 New Revision: 1407940 URL: http://svn.apache.org/viewvc?rev=1407940&view=rev Log: Remove unnecessary null checks Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java Modified: ofbiz/t

svn commit: r1407939 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java

2012-11-11 Thread lektran
Author: lektran Date: Sun Nov 11 11:14:44 2012 New Revision: 1407939 URL: http://svn.apache.org/viewvc?rev=1407939&view=rev Log: Remove unnecessary null check Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java Modified: ofbiz/t

svn commit: r1407002 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java

2012-11-08 Thread lektran
Author: lektran Date: Thu Nov 8 10:38:50 2012 New Revision: 1407002 URL: http://svn.apache.org/viewvc?rev=1407002&view=rev Log: Correct operation to determine if the expiry date is an even number in the badExpireEvenProcessor method, was using divide instead of modulo Modified: o

svn commit: r1400626 - in /ofbiz/trunk: applications/content/src/org/ofbiz/content/data/ applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/shoppingcart/ applications

2012-10-21 Thread lektran
Author: lektran Date: Sun Oct 21 11:27:10 2012 New Revision: 1400626 URL: http://svn.apache.org/viewvc?rev=1400626&view=rev Log: Replace more misc. webSiteId retrievals with calls to WebSiteWorker.getWebSiteId(request). Deprecated CatalogWorker.getWebSiteId(request)

svn commit: r1400601 - in /ofbiz/trunk: applications/content/src/org/ofbiz/content/ applications/content/src/org/ofbiz/content/compdoc/ applications/content/src/org/ofbiz/content/view/ applications/co

2012-10-21 Thread lektran
Author: lektran Date: Sun Oct 21 08:53:04 2012 New Revision: 1400601 URL: http://svn.apache.org/viewvc?rev=1400601&view=rev Log: Replaced direct access to webSiteId from the servlet context attributes with calls to WebSiteWorker.getWebSiteId(request) Modified: ofbiz/trunk/applicat

svn commit: r1400574 - /ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/permission/EntityPermissionChecker.java

2012-10-20 Thread lektran
Author: lektran Date: Sun Oct 21 05:09:46 2012 New Revision: 1400574 URL: http://svn.apache.org/viewvc?rev=1400574&view=rev Log: Avoid potential NPE Modified: ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/permission/EntityPermissionChecker.java Modified: ofbiz/trunk/frame

svn commit: r1337059 - in /ofbiz/trunk/specialpurpose/ecommerce: script/org/ofbiz/ecommerce/customer/CustomerEvents.xml webapp/ecommerce/WEB-INF/controller.xml webapp/ecommerce/customer/AnonContactus.

2012-05-11 Thread lektran
Author: lektran Date: Fri May 11 08:23:21 2012 New Revision: 1337059 URL: http://svn.apache.org/viewvc?rev=1337059&view=rev Log: Changed the Anon Contact Us in ecommerce to use the improved captcha event. Also removed some bad code that would allow a user to impersonate another user

svn commit: r1337058 - /ofbiz/trunk/framework/common/src/org/ofbiz/common/Captcha.java

2012-05-11 Thread lektran
Author: lektran Date: Fri May 11 08:23:10 2012 New Revision: 1337058 URL: http://svn.apache.org/viewvc?rev=1337058&view=rev Log: Deprecated org.ofbiz.common.Captcha Modified: ofbiz/trunk/framework/common/src/org/ofbiz/common/Captcha.java Modified: ofbiz/trunk/framework/common/src/org/o

svn commit: r1337057 - in /ofbiz/trunk: framework/common/config/ framework/common/src/org/ofbiz/common/ framework/common/webcommon/WEB-INF/ specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/

2012-05-11 Thread lektran
Author: lektran Date: Fri May 11 08:23:02 2012 New Revision: 1337057 URL: http://svn.apache.org/viewvc?rev=1337057&view=rev Log: Copied the captcha image generator into a single event that streams the image to the response for a direct request rather than trying to store it during sc

  1   2   3   4   5   6   7   8   9   10   >