svn commit: r1447603 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceUtil.java

2013-02-18 Thread sascharodekamp
Author: sascharodekamp Date: Tue Feb 19 07:18:10 2013 New Revision: 1447603 URL: http://svn.apache.org/r1447603 Log: In an exception case the ServiceUtils.setServiceFields method should throw an exception and don't hide it. Modified: ofbiz/trunk/framework/service/src/org/ofbiz/se

svn commit: r1447246 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceUtil.java

2013-02-18 Thread sascharodekamp
Author: sascharodekamp Date: Mon Feb 18 13:26:00 2013 New Revision: 1447246 URL: http://svn.apache.org/r1447246 Log: Add a small method to the ServiceUtil Class which checks all incoming service attributes and look for fields with the same name in the incoming map and copy those onto the

svn commit: r1413492 - in /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form: MacroFormRenderer.java ModelFormField.java

2012-11-25 Thread sascharodekamp
Author: sascharodekamp Date: Mon Nov 26 07:34:56 2012 New Revision: 1413492 URL: http://svn.apache.org/viewvc?rev=1413492&view=rev Log: Replace all getIdName() calls in the MacroFormRenderer class with the central method getCurrentContainerId from the ModelFormField class. This method uses

svn commit: r1399132 [3/3] - in /ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate: ./ lib/ localization/

2012-10-17 Thread sascharodekamp
Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js?rev=1399132&r1=1399131&r2=1399132&view=diff ===

svn commit: r1398771 [19/29] - in /ofbiz/trunk: framework/common/widget/ framework/images/webapp/images/jquery/ui/css/ framework/images/webapp/images/jquery/ui/development-bundle/ framework/images/web

2012-10-16 Thread sascharodekamp
Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js?rev=1398771&r1=1398770&r2

svn commit: r1398771 [29/29] - in /ofbiz/trunk: framework/common/widget/ framework/images/webapp/images/jquery/ui/css/ framework/images/webapp/images/jquery/ui/development-bundle/ framework/images/web

2012-10-16 Thread sascharodekamp
Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1398771&r1=1398770&r2=1398771&view=diff == --- ofbiz/trunk

svn commit: r1398771 [22/29] - in /ofbiz/trunk: framework/common/widget/ framework/images/webapp/images/jquery/ui/css/ framework/images/webapp/images/jquery/ui/development-bundle/ framework/images/web

2012-10-16 Thread sascharodekamp
Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/minified/jquery.ui.effect-scale.min.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/minified/jquery.ui.effect-scale.min.js?rev=1398771&view=auto ==

svn commit: r1398771 [25/29] - in /ofbiz/trunk: framework/common/widget/ framework/images/webapp/images/jquery/ui/css/ framework/images/webapp/images/jquery/ui/development-bundle/ framework/images/web

2012-10-16 Thread sascharodekamp
Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/minified/jquery.ui.tooltip.min.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/minified/jquery.ui.tooltip.min.js?rev=1398771&view=auto

svn commit: r1398771 [7/29] - in /ofbiz/trunk: framework/common/widget/ framework/images/webapp/images/jquery/ui/css/ framework/images/webapp/images/jquery/ui/development-bundle/ framework/images/weba

2012-10-16 Thread sascharodekamp
Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui.effect-clip.jquery.json URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui.effect-clip.jquery.json?rev=1398771&view=auto

svn commit: r1398771 [9/29] - in /ofbiz/trunk: framework/common/widget/ framework/images/webapp/images/jquery/ui/css/ framework/images/webapp/images/jquery/ui/development-bundle/ framework/images/weba

2012-10-16 Thread sascharodekamp
Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js?rev=1398771&r1=1398770&r2=1398771&view=

svn commit: r1398771 [2/29] - in /ofbiz/trunk: framework/common/widget/ framework/images/webapp/images/jquery/ui/css/ framework/images/webapp/images/jquery/ui/development-bundle/ framework/images/weba

2012-10-16 Thread sascharodekamp
Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/external/globalize.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/external/globalize.js?rev=1398771&view=auto ==

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

2012-10-02 Thread sascharodekamp
Author: sascharodekamp Date: Tue Oct 2 07:43:01 2012 New Revision: 1392773 URL: http://svn.apache.org/viewvc?rev=1392773&view=rev Log: Edit Estimated Ship Date or Estimated Delivery Date brings on date format error (https://issues.apache.org/jira/browse/OFBIZ-5045). A patch from Paul Foxwo

svn commit: r1392769 - in /ofbiz/branches/release12.04/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-10-02 Thread sascharodekamp
Author: sascharodekamp Date: Tue Oct 2 07:23:35 2012 New Revision: 1392769 URL: http://svn.apache.org/viewvc?rev=1392769&view=rev Log: Bug Fix: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628). Thanks Wojciech Szymanowski for the hint. This Patch fixes

svn commit: r1392768 - in /ofbiz/branches/release11.04/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-10-02 Thread sascharodekamp
Author: sascharodekamp Date: Tue Oct 2 07:23:11 2012 New Revision: 1392768 URL: http://svn.apache.org/viewvc?rev=1392768&view=rev Log: Bug Fix: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628). Thanks Wojciech Szymanowski for the hint. This Patch fixes

svn commit: r1392767 - in /ofbiz/branches/release10.04/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-10-02 Thread sascharodekamp
Author: sascharodekamp Date: Tue Oct 2 07:22:42 2012 New Revision: 1392767 URL: http://svn.apache.org/viewvc?rev=1392767&view=rev Log: Bug Fix: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628). Thanks Wojciech Szymanowski for the hint. This Patch fixes

svn commit: r1392766 - in /ofbiz/trunk/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-10-02 Thread sascharodekamp
Author: sascharodekamp Date: Tue Oct 2 07:22:05 2012 New Revision: 1392766 URL: http://svn.apache.org/viewvc?rev=1392766&view=rev Log: Bug Fix: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628). Thanks Wojciech Szymanowski for the hint. This Patch fixes

svn commit: r1390546 - /ofbiz/branches/release12.04/framework/catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java

2012-09-26 Thread sascharodekamp
Author: sascharodekamp Date: Wed Sep 26 15:03:57 2012 New Revision: 1390546 URL: http://svn.apache.org/viewvc?rev=1390546&view=rev Log: Bug Fix: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628). Thanks Wojciech Szymanowski for the hint.

svn commit: r1390544 - /ofbiz/branches/release11.04/framework/catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java

2012-09-26 Thread sascharodekamp
Author: sascharodekamp Date: Wed Sep 26 15:03:46 2012 New Revision: 1390544 URL: http://svn.apache.org/viewvc?rev=1390544&view=rev Log: Bug Fix: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628). Thanks Wojciech Szymanowski for the hint.

svn commit: r1390542 - /ofbiz/trunk/framework/catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java

2012-09-26 Thread sascharodekamp
Author: sascharodekamp Date: Wed Sep 26 15:03:23 2012 New Revision: 1390542 URL: http://svn.apache.org/viewvc?rev=1390542&view=rev Log: Bug Fix: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628). Thanks Wojciech Szymanowski for the hint.

svn commit: r1377988 - /ofbiz/trunk/framework/images/webapp/images/fieldlookup.js

2012-08-27 Thread sascharodekamp
Author: sascharodekamp Date: Tue Aug 28 06:41:07 2012 New Revision: 1377988 URL: http://svn.apache.org/viewvc?rev=1377988&view=rev Log: Lookup Form not working with Arabic characters (https://issues.apache.org/jira/browse/OFBIZ-4915): A patch from Taher Alkhateeb: Any field in a form that

svn commit: r1377987 - /ofbiz/branches/release11.04/framework/images/webapp/images/fieldlookup.js

2012-08-27 Thread sascharodekamp
Author: sascharodekamp Date: Tue Aug 28 06:40:16 2012 New Revision: 1377987 URL: http://svn.apache.org/viewvc?rev=1377987&view=rev Log: Lookup Form not working with Arabic characters (https://issues.apache.org/jira/browse/OFBIZ-4915): A patch from Taher Alkhateeb: Any field in a form that

svn commit: r1377986 - /ofbiz/branches/release12.04/framework/images/webapp/images/fieldlookup.js

2012-08-27 Thread sascharodekamp
Author: sascharodekamp Date: Tue Aug 28 06:39:22 2012 New Revision: 1377986 URL: http://svn.apache.org/viewvc?rev=1377986&view=rev Log: Lookup Form not working with Arabic characters (https://issues.apache.org/jira/browse/OFBIZ-4915): A patch from Taher Alkhateeb: Any field in a form that

svn commit: r1375953 - /ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/gantChart.ftl

2012-08-22 Thread sascharodekamp
Author: sascharodekamp Date: Wed Aug 22 09:23:52 2012 New Revision: 1375953 URL: http://svn.apache.org/viewvc?rev=1375953&view=rev Log: - Fixed a bug, the Projectmgr GantChart was not shown anymore. Thanks Hans for reposting on the user ML Modified: ofbiz/trunk/specialpurpose/projec

svn commit: r1372764 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/newcustomer.ftl

2012-08-14 Thread sascharodekamp
Author: sascharodekamp Date: Tue Aug 14 08:17:14 2012 New Revision: 1372764 URL: http://svn.apache.org/viewvc?rev=1372764&view=rev Log: Fix a bug on the new customer site. Some div's where only renamed in the HTML but not the JS code, the result was an error when using getElementById

svn commit: r1372751 [9/15] - in /ofbiz/trunk: framework/common/webcommon/includes/ framework/common/webcommon/includes/flotCharts/ framework/common/widget/ framework/images/webapp/images/jquery/ fram

2012-08-14 Thread sascharodekamp
Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js?rev=1372751&r1=1372750&r2

svn commit: r1372751 [5/15] - in /ofbiz/trunk: framework/common/webcommon/includes/ framework/common/webcommon/includes/flotCharts/ framework/common/widget/ framework/images/webapp/images/jquery/ fram

2012-08-14 Thread sascharodekamp
Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js?rev=1372751&view=auto

svn commit: r1372751 [1/15] - in /ofbiz/trunk: framework/common/webcommon/includes/ framework/common/webcommon/includes/flotCharts/ framework/common/widget/ framework/images/webapp/images/jquery/ fram

2012-08-14 Thread sascharodekamp
Author: sascharodekamp Date: Tue Aug 14 07:21:15 2012 New Revision: 1372751 URL: http://svn.apache.org/viewvc?rev=1372751&view=rev Log: Update jQuery to Version 1.8 and jQuery UI to Version 1.8.22 Added: ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.0.js (with p

svn commit: r1370189 - in /ofbiz/branches/jackrabbit20120501: ./ framework/jcr/config/ framework/jcr/lib/ framework/jcr/src/org/ofbiz/jcr/access/jackrabbit/ framework/jcr/src/org/ofbiz/jcr/test/ frame

2012-08-07 Thread sascharodekamp
Author: sascharodekamp Date: Tue Aug 7 11:31:04 2012 New Revision: 1370189 URL: http://svn.apache.org/viewvc?rev=1370189&view=rev Log: Update Jackrabbit to version 2.5.1, fix tests to run with the new jackrabbit version Added: ofbiz/branches/jackrabbit20120501/framework/jcr/lib/jackra

svn commit: r1370152 - in /ofbiz/branches/jackrabbit20120501/framework: component-load.xml jcr/ofbiz-component.xml jcr/src/org/ofbiz/jcr/loader/JCRContainer.java jcr/src/org/ofbiz/jcr/loader/OFBizLogi

2012-08-07 Thread sascharodekamp
Author: sascharodekamp Date: Tue Aug 7 09:18:50 2012 New Revision: 1370152 URL: http://svn.apache.org/viewvc?rev=1370152&view=rev Log: Update jcr container startup process Modified: ofbiz/branches/jackrabbit20120501/framework/component-load.xml ofbiz/branches/jackrabbit2012

svn commit: r1370126 [15/15] - in /ofbiz/branches/jackrabbit20120501: ./ applications/accounting/script/org/ofbiz/accounting/payment/ applications/accounting/src/org/ofbiz/accounting/payment/ applicat

2012-08-06 Thread sascharodekamp
Modified: ofbiz/branches/jackrabbit20120501/themes/droppingcrumbs/includes/header.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20120501/themes/droppingcrumbs/includes/header.ftl?rev=1370126&r1=1370125&r2=1370126&view=diff =

svn commit: r1370126 [6/15] - in /ofbiz/branches/jackrabbit20120501: ./ applications/accounting/script/org/ofbiz/accounting/payment/ applications/accounting/src/org/ofbiz/accounting/payment/ applicati

2012-08-06 Thread sascharodekamp
Modified: ofbiz/branches/jackrabbit20120501/framework/entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20120501/framework/entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java?rev=1370126&r1=1370125&r2=1370126&view=diff ===

svn commit: r1370123 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

2012-08-06 Thread sascharodekamp
Author: sascharodekamp Date: Tue Aug 7 05:51:10 2012 New Revision: 1370123 URL: http://svn.apache.org/viewvc?rev=1370123&view=rev Log: js issue causes error when invalid dates are entered (https://issues.apache.org/jira/browse/OFBIZ-4982). A patch from Christoph Neuroth: Reproduce: Enter

svn commit: r1358988 - /ofbiz/trunk/framework/images/webapp/images/fieldlookup.js

2012-07-09 Thread sascharodekamp
Author: sascharodekamp Date: Mon Jul 9 09:13:54 2012 New Revision: 1358988 URL: http://svn.apache.org/viewvc?rev=1358988&view=rev Log: fixed a js bug in the lookups - worng link parsing if there's a slash '/' in the data Modified: ofbiz/trunk/framework/images/webapp/im

svn commit: r1357098 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

2012-07-03 Thread sascharodekamp
Author: sascharodekamp Date: Wed Jul 4 06:24:57 2012 New Revision: 1357098 URL: http://svn.apache.org/viewvc?rev=1357098&view=rev Log: Lookup filed with target-parameter attribute set cannot be displayed (https://issues.apache.org/jira/browse/OFBIZ-4950) A patch from Leon: if field

svn commit: r1355450 [4/4] - in /ofbiz/branches/jackrabbit20120501: ./ applications/accounting/data/ applications/accounting/script/org/ofbiz/accounting/payment/ applications/accounting/src/org/ofbiz/

2012-06-29 Thread sascharodekamp
Modified: ofbiz/branches/jackrabbit20120501/framework/webtools/webapp/webtools/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20120501/framework/webtools/webapp/webtools/WEB-INF/controller.xml?rev=1355450&r1=1355449&r2=1355450&view=diff =

svn commit: r1355450 [1/4] - in /ofbiz/branches/jackrabbit20120501: ./ applications/accounting/data/ applications/accounting/script/org/ofbiz/accounting/payment/ applications/accounting/src/org/ofbiz/

2012-06-29 Thread sascharodekamp
Author: sascharodekamp Date: Fri Jun 29 15:44:16 2012 New Revision: 1355450 URL: http://svn.apache.org/viewvc?rev=1355450&view=rev Log: Merge trunk into branch to keep the branch up to date Added: ofbiz/branches/jackrabbit20120501/specialpurpose/pos/config/XuiLabels_ar.proper

svn commit: r1355291 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

2012-06-29 Thread sascharodekamp
Author: sascharodekamp Date: Fri Jun 29 09:31:22 2012 New Revision: 1355291 URL: http://svn.apache.org/viewvc?rev=1355291&view=rev Log: Render checkbox field as same behavior as radiobox (https://issues.apache.org/jira/browse/OFBIZ-4948): A patch from Leon: when rendering a radio field in

svn commit: r1353482 - in /ofbiz/trunk/framework/images/webapp/images: fieldlookup.js selectall.js

2012-06-25 Thread sascharodekamp
Author: sascharodekamp Date: Mon Jun 25 11:58:10 2012 New Revision: 1353482 URL: http://svn.apache.org/viewvc?rev=1353482&view=rev Log: Fix IE7 Bug in javaScript files, restructuring lookup -> modifySubmitButton function Modified: ofbiz/trunk/framework/images/webapp/images/fieldlo

svn commit: r1353422 - /ofbiz/trunk/framework/images/webapp/images/fieldlookup.js

2012-06-25 Thread sascharodekamp
Author: sascharodekamp Date: Mon Jun 25 08:12:17 2012 New Revision: 1353422 URL: http://svn.apache.org/viewvc?rev=1353422&view=rev Log: Fix a small bug with the lookupDescription: An exception was thrown when a wrong parameter string was passed. Modified: ofbiz/trunk/framework/images/we

svn commit: r1353081 [2/4] - in /ofbiz/branches/jackrabbit20120501: ./ applications/accounting/ applications/accounting/data/ applications/accounting/src/org/ofbiz/accounting/payment/ applications/acc

2012-06-23 Thread sascharodekamp
Modified: ofbiz/branches/jackrabbit20120501/applications/party/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20120501/applications/party/ofbiz-component.xml?rev=1353081&r1=1353080&r2=1353081&view=diff ===

svn commit: r1352861 - /ofbiz/trunk/framework/images/webapp/images/fieldlookup.js

2012-06-22 Thread sascharodekamp
Author: sascharodekamp Date: Fri Jun 22 12:17:20 2012 New Revision: 1352861 URL: http://svn.apache.org/viewvc?rev=1352861&view=rev Log: Refactoring fieldlookup.js - step one.one: moving some methods Modified: ofbiz/trunk/framework/images/webapp/images/fieldlookup.js Modified: ofbiz/t

svn commit: r1351614 - in /ofbiz/trunk: applications/content/widget/content/ framework/common/webcommon/WEB-INF/ framework/common/webcommon/WEB-INF/actions/includes/ framework/common/widget/

2012-06-19 Thread sascharodekamp
Author: sascharodekamp Date: Tue Jun 19 09:13:09 2012 New Revision: 1351614 URL: http://svn.apache.org/viewvc?rev=1351614&view=rev Log: Reverting the local lookups which where introduced in Rev 1124153. The locales are not searchable because they come from a property file and not from

svn commit: r1351584 - /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml

2012-06-18 Thread sascharodekamp
Author: sascharodekamp Date: Tue Jun 19 06:52:52 2012 New Revision: 1351584 URL: http://svn.apache.org/viewvc?rev=1351584&view=rev Log: Contact List Lookup is not working in catalog for products. (https://issues.apache.org/jira/browse/OFBIZ-4633), a patch from Arpit Singh Pandya: Contact

svn commit: r1351078 [4/4] - in /ofbiz/branches/jackrabbit20120501: ./ applications/accounting/script/org/ofbiz/accounting/rate/ applications/accounting/webapp/accounting/WEB-INF/ applications/manufac

2012-06-17 Thread sascharodekamp
Modified: ofbiz/branches/jackrabbit20120501/framework/minilang/src/org/ofbiz/minilang/method/otherops/PropertyToField.java URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20120501/framework/minilang/src/org/ofbiz/minilang/method/otherops/PropertyToField.java?rev=1351078&r1=1351077&r2=1

svn commit: r1349976 [6/6] - in /ofbiz/branches/jackrabbit20120501: ./ applications/accounting/config/ applications/content/servicedef/ applications/content/src/org/ofbiz/content/ applications/product

2012-06-13 Thread sascharodekamp
Modified: ofbiz/branches/jackrabbit20120501/framework/minilang/src/org/ofbiz/minilang/method/eventops/SessionToField.java URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20120501/framework/minilang/src/org/ofbiz/minilang/method/eventops/SessionToField.java?rev=1349976&r1=1349975&r2=134

svn commit: r1349976 [2/6] - in /ofbiz/branches/jackrabbit20120501: ./ applications/accounting/config/ applications/content/servicedef/ applications/content/src/org/ofbiz/content/ applications/product

2012-06-13 Thread sascharodekamp
Modified: ofbiz/branches/jackrabbit20120501/applications/product/config/ProductEntityLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20120501/applications/product/config/ProductEntityLabels.xml?rev=1349976&r1=1349975&r2=1349976&view=diff =

svn commit: r1349884 - /ofbiz/branches/jackrabbit20120501/framework/jcr/testdef/jcrtests.xml

2012-06-13 Thread sascharodekamp
Author: sascharodekamp Date: Wed Jun 13 14:43:01 2012 New Revision: 1349884 URL: http://svn.apache.org/viewvc?rev=1349884&view=rev Log: update the test-suite xml Modified: ofbiz/branches/jackrabbit20120501/framework/jcr/testdef/jcrtests.xml Modified: ofbiz/branches/jackrabbit2012

svn commit: r1349881 - in /ofbiz/branches/jackrabbit20120501: ./ framework/base/config/ framework/jcr/src/org/ofbiz/jcr/test/ framework/jcr/testdef/

2012-06-13 Thread sascharodekamp
Author: sascharodekamp Date: Wed Jun 13 14:41:29 2012 New Revision: 1349881 URL: http://svn.apache.org/viewvc?rev=1349881&view=rev Log: Modify the tenant tests and add jcr entry in the ofbiz-, test-container.xml, remove classpath entries which points to jars which aren't exist anymo

svn commit: r1349698 - /ofbiz/branches/jackrabbit20120501/LICENSE

2012-06-13 Thread sascharodekamp
Author: sascharodekamp Date: Wed Jun 13 09:12:02 2012 New Revision: 1349698 URL: http://svn.apache.org/viewvc?rev=1349698&view=rev Log: Add JCR libs to LICENSE file Modified: ofbiz/branches/jackrabbit20120501/LICENSE Modified: ofbiz/branches/jackrabbit20120501/LICENSE URL:

svn commit: r1349691 - in /ofbiz/branches/jackrabbit20120501/framework/jcr/src/org/ofbiz/jcr/loader: JCRContainer.java JCRFactory.java JCRFactoryUtil.java OFBizLoginModule.java jackrabbit/JCRFactoryIm

2012-06-13 Thread sascharodekamp
Author: sascharodekamp Date: Wed Jun 13 09:05:59 2012 New Revision: 1349691 URL: http://svn.apache.org/viewvc?rev=1349691&view=rev Log: Change jcr java license header to recommended structure Modified: ofbiz/branches/jackrabbit20120501/framework/jcr/src/org/ofbiz/jcr/lo

svn commit: r1349687 - in /ofbiz/branches/jackrabbit20120501: framework/jcr/src/org/ofbiz/jcr/access/ framework/jcr/src/org/ofbiz/jcr/access/jackrabbit/ framework/jcr/src/org/ofbiz/jcr/api/ framework/

2012-06-13 Thread sascharodekamp
Author: sascharodekamp Date: Wed Jun 13 08:58:54 2012 New Revision: 1349687 URL: http://svn.apache.org/viewvc?rev=1349687&view=rev Log: Add license header to jcr source files Removed: ofbiz/branches/jackrabbit20120501/framework/jcr/src/org/ofbiz/jcr/handler/ ofbiz/bran

svn commit: r1347578 - in /ofbiz/branches/jackrabbit20120501: ./ applications/accounting/ applications/accounting/config/ applications/accounting/data/ applications/accounting/entitydef/ applications/

2012-06-07 Thread sascharodekamp
Author: sascharodekamp Date: Thu Jun 7 11:47:04 2012 New Revision: 1347578 URL: http://svn.apache.org/viewvc?rev=1347578&view=rev Log: Merge trunk into branch to keep the branch up to date [This commit notification would consist of 85 parts, which exceeds the limit of 50 ones, so it

svn commit: r1332706 - /ofbiz/branches/jackrabbit20120501/

2012-05-01 Thread sascharodekamp
Author: sascharodekamp Date: Tue May 1 15:45:36 2012 New Revision: 1332706 URL: http://svn.apache.org/viewvc?rev=1332706&view=rev Log: BRANCHING TRUNK FROM REV1332097 Added: ofbiz/branches/jackrabbit20120501/ (props changed) - copied from r1332704, ofbiz/trunk/ Propchange: o

svn commit: r1330871 - in /ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr: access/jackrabbit/JackrabbitRepositoryAccessor.java orm/OfbizRepositoryMapping.java orm/jackrabbit/file/JackrabbitHierarchyNode.

2012-04-26 Thread sascharodekamp
Author: sascharodekamp Date: Thu Apr 26 14:32:34 2012 New Revision: 1330871 URL: http://svn.apache.org/viewvc?rev=1330871&view=rev Log: Remove wrong fields in the hierarchy node which could not processed in a file context. Modified: ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/ac

svn commit: r1330779 - in /ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/loader: JCRContainer.java JCRFactory.java JCRFactoryUtil.java JCRJndi.java RepositoryFactory.java RepositoryLoader.java jackrabbi

2012-04-26 Thread sascharodekamp
Author: sascharodekamp Date: Thu Apr 26 11:18:51 2012 New Revision: 1330779 URL: http://svn.apache.org/viewvc?rev=1330779&view=rev Log: Clean Up the repository loding code. No functional changes. Added: ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/loader/JCRJndi.java (with props) Modi

svn commit: r1330778 - /ofbiz/trunk/framework/base/config/test-containers.xml

2012-04-26 Thread sascharodekamp
Author: sascharodekamp Date: Thu Apr 26 11:15:48 2012 New Revision: 1330778 URL: http://svn.apache.org/viewvc?rev=1330778&view=rev Log: Change the RMI and JNDI port in the Test-containers.xml to 1099. Because the jndi servers in jndiservers.xml/jndi.properties are also configured to port

svn commit: r1330768 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/stats/ServerHitBin.java

2012-04-26 Thread sascharodekamp
Author: sascharodekamp Date: Thu Apr 26 10:56:21 2012 New Revision: 1330768 URL: http://svn.apache.org/viewvc?rev=1330768&view=rev Log: Trying to cache Visit, but Visit has neverCache-option set (https://issues.apache.org/jira/browse/OFBIZ-4846) A patch from Sebastian Leitner: The Visit-en

svn commit: r1329721 - in /ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/orm/jackrabbit: data/ file/

2012-04-24 Thread sascharodekamp
Author: sascharodekamp Date: Tue Apr 24 13:51:43 2012 New Revision: 1329721 URL: http://svn.apache.org/viewvc?rev=1329721&view=rev Log: Move the repository mapping files in a sub package. To differ between file and data mappings. Each node contains now a field which identifies the party

svn commit: r1329718 - in /ofbiz/trunk: framework/jcr/src/org/ofbiz/jcr/access/jackrabbit/ framework/jcr/src/org/ofbiz/jcr/api/ framework/jcr/src/org/ofbiz/jcr/api/jackrabbit/ framework/jcr/src/org/of

2012-04-24 Thread sascharodekamp
Author: sascharodekamp Date: Tue Apr 24 13:50:33 2012 New Revision: 1329718 URL: http://svn.apache.org/viewvc?rev=1329718&view=rev Log: Move the repository mapping files in a sub package. To differ between file and data mappings. Each node contains now a field which identifies the party

svn commit: r1327839 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetWorker.java

2012-04-18 Thread sascharodekamp
Author: sascharodekamp Date: Thu Apr 19 06:30:36 2012 New Revision: 1327839 URL: http://svn.apache.org/viewvc?rev=1327839&view=rev Log: Revert 1327835: accidently committed file WidgetWorker.java Modified: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetWorker.java Modified: o

svn commit: r1327835 - in /ofbiz/trunk/framework: jcr/src/org/ofbiz/jcr/test/JackrabbitTests.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-04-18 Thread sascharodekamp
Author: sascharodekamp Date: Thu Apr 19 05:58:29 2012 New Revision: 1327835 URL: http://svn.apache.org/viewvc?rev=1327835&view=rev Log: Fix jackrabbit unit testing. Modified: ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/test/JackrabbitTests.java ofbiz/trunk/framework/widget/src/org/o

svn commit: r1327834 - /ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/api/jackrabbit/JackrabbitArticleHelper.java

2012-04-18 Thread sascharodekamp
Author: sascharodekamp Date: Thu Apr 19 05:56:56 2012 New Revision: 1327834 URL: http://svn.apache.org/viewvc?rev=1327834&view=rev Log: Fix jackrabbit unit testing. Modified: ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/api/jackrabbit/JackrabbitArticleHelper.java Modified: ofbiz/t

svn commit: r1327506 - in /ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/api/jackrabbit: JackrabbitArticleHelper.java JackrabbitFileHelper.java

2012-04-18 Thread sascharodekamp
Author: sascharodekamp Date: Wed Apr 18 13:37:25 2012 New Revision: 1327506 URL: http://svn.apache.org/viewvc?rev=1327506&view=rev Log: Small jackrabbit API code cleanups and refactoring, no functional changes Modified: ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/api/jackra

svn commit: r1327470 - in /ofbiz/trunk/framework: base/config/ example/src/org/ofbiz/example/ jcr/src/org/ofbiz/jcr/access/jackrabbit/ jcr/src/org/ofbiz/jcr/api/jackrabbit/ jcr/src/org/ofbiz/jcr/loade

2012-04-18 Thread sascharodekamp
Author: sascharodekamp Date: Wed Apr 18 12:22:20 2012 New Revision: 1327470 URL: http://svn.apache.org/viewvc?rev=1327470&view=rev Log: Small code cleanups and refactoring for the Jackrabbit implementation, no functional changes Added: ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/

svn commit: r1327409 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/MacroFormRenderer.java

2012-04-18 Thread sascharodekamp
Author: sascharodekamp Date: Wed Apr 18 07:51:49 2012 New Revision: 1327409 URL: http://svn.apache.org/viewvc?rev=1327409&view=rev Log: Form-Widget : Error in rendering Reset field. (https://issues.apache.org/jira/browse/OFBIZ-4821) A patch from Sumit Pandit. MacroFormRenderer.renderResetF

svn commit: r1327408 - /ofbiz/branches/release10.04/framework/widget/src/org/ofbiz/widget/form/MacroFormRenderer.java

2012-04-18 Thread sascharodekamp
Author: sascharodekamp Date: Wed Apr 18 07:51:35 2012 New Revision: 1327408 URL: http://svn.apache.org/viewvc?rev=1327408&view=rev Log: Form-Widget : Error in rendering Reset field. (https://issues.apache.org/jira/browse/OFBIZ-4821) A patch from Sumit Pandit. MacroFormRenderer.renderResetF

svn commit: r1327407 - /ofbiz/branches/release11.04/framework/widget/src/org/ofbiz/widget/form/MacroFormRenderer.java

2012-04-18 Thread sascharodekamp
Author: sascharodekamp Date: Wed Apr 18 07:51:20 2012 New Revision: 1327407 URL: http://svn.apache.org/viewvc?rev=1327407&view=rev Log: Form-Widget : Error in rendering Reset field. (https://issues.apache.org/jira/browse/OFBIZ-4821) A patch from Sumit Pandit. MacroFormRenderer.renderResetF

svn commit: r1326572 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml

2012-04-16 Thread sascharodekamp
Author: sascharodekamp Date: Mon Apr 16 12:19:42 2012 New Revision: 1326572 URL: http://svn.apache.org/viewvc?rev=1326572&view=rev Log: Replaces if-compare with if-compare-field Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml Modi

svn commit: r1326567 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml

2012-04-16 Thread sascharodekamp
Author: sascharodekamp Date: Mon Apr 16 12:10:14 2012 New Revision: 1326567 URL: http://svn.apache.org/viewvc?rev=1326567&view=rev Log: createPartyContactMech: check for infoString is done without using the contactMechTypeId https://issues.apache.org/jira/browse/OFBIZ-4810 A slightly modi

svn commit: r1308896 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/ScriptUtil.java

2012-04-03 Thread sascharodekamp
Author: sascharodekamp Date: Tue Apr 3 13:36:03 2012 New Revision: 1308896 URL: http://svn.apache.org/viewvc?rev=1308896&view=rev Log: Changed the FileReader to a BufferedReader during script loading. The file reader throws an exception when the file path contains spaces (which are enc

svn commit: r1306745 - in /ofbiz/trunk/applications/party: script/org/ofbiz/party/party/PartyServices.xml servicedef/services.xml

2012-03-29 Thread sascharodekamp
Author: sascharodekamp Date: Thu Mar 29 07:57:22 2012 New Revision: 1306745 URL: http://svn.apache.org/viewvc?rev=1306745&view=rev Log: If his/her gender is editable by a customer, the service "getPartyNameForDate" should include it if available (https://issues.apache.org/jira/bro

svn commit: r1306742 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/product/ProductStoreCartAwareEvents.java

2012-03-29 Thread sascharodekamp
Author: sascharodekamp Date: Thu Mar 29 07:51:00 2012 New Revision: 1306742 URL: http://svn.apache.org/viewvc?rev=1306742&view=rev Log: ProductStoreCartAwareEvents: wrong check for website in setSessionProductStore (https://issues.apache.org/jira/browse/OFBIZ-4744). A patch from Michael B

svn commit: r1306740 - /ofbiz/branches/release11.04/applications/order/src/org/ofbiz/order/shoppingcart/product/ProductStoreCartAwareEvents.java

2012-03-29 Thread sascharodekamp
Author: sascharodekamp Date: Thu Mar 29 07:50:48 2012 New Revision: 1306740 URL: http://svn.apache.org/viewvc?rev=1306740&view=rev Log: ProductStoreCartAwareEvents: wrong check for website in setSessionProductStore (https://issues.apache.org/jira/browse/OFBIZ-4744). A patch from Michael B

svn commit: r1306739 - /ofbiz/branches/release10.04/applications/order/src/org/ofbiz/order/shoppingcart/product/ProductStoreCartAwareEvents.java

2012-03-29 Thread sascharodekamp
Author: sascharodekamp Date: Thu Mar 29 07:50:33 2012 New Revision: 1306739 URL: http://svn.apache.org/viewvc?rev=1306739&view=rev Log: ProductStoreCartAwareEvents: wrong check for website in setSessionProductStore (https://issues.apache.org/jira/browse/OFBIZ-4744). A patch from Michael B

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

2012-03-29 Thread sascharodekamp
Author: sascharodekamp Date: Thu Mar 29 07:28:30 2012 New Revision: 1306732 URL: http://svn.apache.org/viewvc?rev=1306732&view=rev Log: runSubscriptionAutoReorders places duplicate orderIds (https://issues.apache.org/jira/browse/OFBIZ-4762) A patch from Sebastian Leitner: The serv

svn commit: r1306731 - /ofbiz/branches/release11.04/applications/order/src/org/ofbiz/order/order/OrderServices.java

2012-03-29 Thread sascharodekamp
Author: sascharodekamp Date: Thu Mar 29 07:26:37 2012 New Revision: 1306731 URL: http://svn.apache.org/viewvc?rev=1306731&view=rev Log: runSubscriptionAutoReorders places duplicate orderIds (https://issues.apache.org/jira/browse/OFBIZ-4762) A patch from Sebastian Leitner: The serv

svn commit: r1306729 - /ofbiz/branches/release10.04/applications/order/src/org/ofbiz/order/order/OrderServices.java

2012-03-29 Thread sascharodekamp
Author: sascharodekamp Date: Thu Mar 29 07:24:27 2012 New Revision: 1306729 URL: http://svn.apache.org/viewvc?rev=1306729&view=rev Log: runSubscriptionAutoReorders places duplicate orderIds (https://issues.apache.org/jira/browse/OFBIZ-4762) A patch from Sebastian Leitner: The serv

svn commit: r1300014 - /ofbiz/trunk/framework/base/config/ofbiz-containers.xml

2012-03-13 Thread sascharodekamp
Author: sascharodekamp Date: Tue Mar 13 09:00:43 2012 New Revision: 1300014 URL: http://svn.apache.org/viewvc?rev=1300014&view=rev Log: JCR container definition was placed between the cataline container definition description and th definition itself. That doesn't looked good.

svn commit: r1298456 - /ofbiz/branches/release10.04/framework/widget/src/org/ofbiz/widget/WidgetWorker.java

2012-03-08 Thread sascharodekamp
Author: sascharodekamp Date: Thu Mar 8 16:15:54 2012 New Revision: 1298456 URL: http://svn.apache.org/viewvc?rev=1298456&view=rev Log: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628) using the URLEncoder to encode and render URLs with special Chars.

svn commit: r1298455 - /ofbiz/branches/release11.04/framework/widget/src/org/ofbiz/widget/WidgetWorker.java

2012-03-08 Thread sascharodekamp
Author: sascharodekamp Date: Thu Mar 8 16:15:40 2012 New Revision: 1298455 URL: http://svn.apache.org/viewvc?rev=1298455&view=rev Log: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628) using the URLEncoder to encode and render URLs with special Chars.

svn commit: r1298454 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetWorker.java

2012-03-08 Thread sascharodekamp
Author: sascharodekamp Date: Thu Mar 8 16:15:25 2012 New Revision: 1298454 URL: http://svn.apache.org/viewvc?rev=1298454&view=rev Log: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628) using the URLEncoder to encode and render URLs with special Chars.

svn commit: r1297443 - in /ofbiz/trunk/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-03-06 Thread sascharodekamp
Author: sascharodekamp Date: Tue Mar 6 12:24:12 2012 New Revision: 1297443 URL: http://svn.apache.org/viewvc?rev=1297443&view=rev Log: Revert r1297006 because the encoding makes a problem with redirecting from HTTP to HTTPS Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/we

svn commit: r1297442 - in /ofbiz/branches/release10.04/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-03-06 Thread sascharodekamp
Author: sascharodekamp Date: Tue Mar 6 12:23:36 2012 New Revision: 1297442 URL: http://svn.apache.org/viewvc?rev=1297442&view=rev Log: Revert r1297030 because the encoding makes a problem with redirecting from HTTP to HTTPS Modified: ofbiz/branches/release10.04/framework/webapp/src

svn commit: r1297440 - in /ofbiz/branches/release11.04/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-03-06 Thread sascharodekamp
Author: sascharodekamp Date: Tue Mar 6 12:22:58 2012 New Revision: 1297440 URL: http://svn.apache.org/viewvc?rev=1297440&view=rev Log: Revert r1297031 because the encoding makes a problem with redirecting from HTTP to HTTPS Modified: ofbiz/branches/release11.04/framework/webapp/src

svn commit: r1297031 - in /ofbiz/branches/release11.04/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-03-05 Thread sascharodekamp
Author: sascharodekamp Date: Mon Mar 5 12:35:08 2012 New Revision: 1297031 URL: http://svn.apache.org/viewvc?rev=1297031&view=rev Log: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628) using the URLEncoder to encode and render URLs with special Chars.

svn commit: r1297030 - in /ofbiz/branches/release10.04/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-03-05 Thread sascharodekamp
Author: sascharodekamp Date: Mon Mar 5 12:34:50 2012 New Revision: 1297030 URL: http://svn.apache.org/viewvc?rev=1297030&view=rev Log: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628) using the URLEncoder to encode and render URLs with special Chars.

svn commit: r1297006 - in /ofbiz/trunk/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-03-05 Thread sascharodekamp
Author: sascharodekamp Date: Mon Mar 5 11:13:29 2012 New Revision: 1297006 URL: http://svn.apache.org/viewvc?rev=1297006&view=rev Log: No Url encoding for get parameters (https://issues.apache.org/jira/browse/OFBIZ-2628) using the URLEncoder to encode and render URLs with special Chars.

svn commit: r1292703 - /ofbiz/trunk/applications/accounting/config/AccountingErrorUiLabels.xml

2012-02-23 Thread sascharodekamp
Author: sascharodekamp Date: Thu Feb 23 08:29:05 2012 New Revision: 1292703 URL: http://svn.apache.org/viewvc?rev=1292703&view=rev Log: Add german translation to AccountingErrorUiLabels.xml (https://issues.apache.org/jira/browse/OFBIZ-4713) A patch from Markus M. May, First minor adoptio

svn commit: r1291707 - /ofbiz/trunk/applications/commonext/config/CommonExtUiLabels.xml

2012-02-21 Thread sascharodekamp
Author: sascharodekamp Date: Tue Feb 21 11:01:01 2012 New Revision: 1291707 URL: http://svn.apache.org/viewvc?rev=1291707&view=rev Log: German Translation for CommonExtUiLabels (https://issues.apache.org/jira/browse/OFBIZ-4708): A patch from Markus M. May Modified: ofbiz/trunk/applicat

svn commit: r1244404 - /ofbiz/trunk/framework/jcr/src/org/ofbiz/jcr/api/jackrabbit/JackrabbitFileHelper.java

2012-02-15 Thread sascharodekamp
Author: sascharodekamp Date: Wed Feb 15 09:02:32 2012 New Revision: 1244404 URL: http://svn.apache.org/viewvc?rev=1244404&view=rev Log: BUGFIX: Impossible cast from org.ofbiz.jcr.orm.jackrabbit.JackrabbitFolder to org.ofbiz.jcr.orm.jackrabbit.JackrabbitFil

svn commit: r1244403 - in /ofbiz/branches/release11.04/framework/widget/src/org/ofbiz/widget: form/MacroFormRenderer.java html/HtmlFormRenderer.java

2012-02-15 Thread sascharodekamp
Author: sascharodekamp Date: Wed Feb 15 08:55:40 2012 New Revision: 1244403 URL: http://svn.apache.org/viewvc?rev=1244403&view=rev Log: BUGFIX: return value of String.replace(CharSequence, CharSequence) ignored in org.ofbiz.widget.form.[Macro/Html]FormRenderer.appendExternalLoginKey(St

svn commit: r1244402 - in /ofbiz/branches/release10.04/framework/widget/src/org/ofbiz/widget: form/MacroFormRenderer.java html/HtmlFormRenderer.java

2012-02-15 Thread sascharodekamp
Author: sascharodekamp Date: Wed Feb 15 08:54:51 2012 New Revision: 1244402 URL: http://svn.apache.org/viewvc?rev=1244402&view=rev Log: BUGFIX: return value of String.replace(CharSequence, CharSequence) ignored in org.ofbiz.widget.form.[Macro/Html]FormRenderer.appendExternalLoginKey(St

svn commit: r1244401 - in /ofbiz/trunk/framework/widget/src/org/ofbiz/widget: form/MacroFormRenderer.java html/HtmlFormRenderer.java

2012-02-15 Thread sascharodekamp
Author: sascharodekamp Date: Wed Feb 15 08:53:07 2012 New Revision: 1244401 URL: http://svn.apache.org/viewvc?rev=1244401&view=rev Log: BUGFIX: return value of String.replace(CharSequence, CharSequence) ignored in org.ofbiz.widget.form.[Macro/Html]FormRenderer.appendExternalLoginKey(St

svn commit: r1232115 - in /ofbiz/trunk/framework/jcr: config/jackrabbit.xml lib/lucene-core-3.0.3.jar src/org/ofbiz/jcr/test/JackrabbitTests.java

2012-01-16 Thread sascharodekamp
Author: sascharodekamp Date: Mon Jan 16 19:08:03 2012 New Revision: 1232115 URL: http://svn.apache.org/viewvc?rev=1232115&view=rev Log: Disable the jackrabbit searchIndex because it won't work with Lucene 3.5 yet. Removed: ofbiz/trunk/framework/jcr/lib/lucene-core-3.0.3.jar

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

2012-01-16 Thread sascharodekamp
Author: sascharodekamp Date: Mon Jan 16 17:25:54 2012 New Revision: 1232068 URL: http://svn.apache.org/viewvc?rev=1232068&view=rev Log: Update .classpath, change path to tika 1.0 lib Modified: ofbiz/trunk/.classpath Modified: ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/o

svn commit: r1231948 - in /ofbiz/trunk: applications/content/lib/ framework/jcr/lib/

2012-01-16 Thread sascharodekamp
Author: sascharodekamp Date: Mon Jan 16 11:43:50 2012 New Revision: 1231948 URL: http://svn.apache.org/viewvc?rev=1231948&view=rev Log: Remove duplicate tika lib and move the version 1.0 jar to jcr/lib Added: ofbiz/trunk/framework/jcr/lib/tika-core-1.0.jar (with props) ofbiz/t

svn commit: r1231892 - /ofbiz/trunk/framework/jcr/lib/lucene-core-3.0.3.jar

2012-01-16 Thread sascharodekamp
Author: sascharodekamp Date: Mon Jan 16 10:11:29 2012 New Revision: 1231892 URL: http://svn.apache.org/viewvc?rev=1231892&view=rev Log: Fix the trunk after the Jackrabbit integration. Jackrabbit 2.3 doesn't work with lucene 3.5. I added a lucene 3.0.3 version only for the jc

svn commit: r1231656 - /ofbiz/trunk/framework/base/lib/slf4j-log4j12-1.6.4.jar

2012-01-15 Thread sascharodekamp
Author: sascharodekamp Date: Sun Jan 15 12:19:37 2012 New Revision: 1231656 URL: http://svn.apache.org/viewvc?rev=1231656&view=rev Log: Remove obsolete slf4j lib Removed: ofbiz/trunk/framework/base/lib/slf4j-log4j12-1.6.4.jar

svn commit: r1231647 [2/2] - in /ofbiz/trunk: ./ applications/content/ framework/ framework/base/config/ framework/base/lib/ framework/base/lib/commons/ framework/example/ framework/example/config/ fr

2012-01-15 Thread sascharodekamp
Modified: ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml?rev=1231647&r1=1231646&r2=1231647&view=diff == --- ofb

svn commit: r1230474 - /ofbiz/trunk/framework/example/widget/example/ExampleForms.xml

2012-01-12 Thread sascharodekamp
Author: sascharodekamp Date: Thu Jan 12 10:21:36 2012 New Revision: 1230474 URL: http://svn.apache.org/viewvc?rev=1230474&view=rev Log: Example Application Is Badly Broken (https://issues.apache.org/jira/browse/OFBIZ-4619). A Bug reported by Adrian Crum: Go to https://localhost:8443/exa

  1   2   3   >