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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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=
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
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
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
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
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
=
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
=
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
=
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
=
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
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
===
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
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/
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
=
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
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
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:
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
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/
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
=
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
=
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
=
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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/
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
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 - 100 of 1421 matches
Mail list logo