|
Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/MostRecentPrep.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/MostRecentPrep.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/MostRecentPrep.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/MostRecentPrep.groovy Fri Aug 6 04:46:48 2010 @@ -43,4 +43,4 @@ if (forumId) { Debug.logInfo("in mostrecentprep(1), entityList.size():" + entityList.size(),""); Debug.logInfo("in mostrecentprep(1), entityList:" + entityList,""); context.mostRecentList = entityList; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/Search.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/Search.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/Search.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/Search.groovy Fri Aug 6 04:46:48 2010 @@ -137,4 +137,4 @@ if (searchFeature1 || searchFeature2 || } context.queryResults = contentList; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/UserPermPrep.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/UserPermPrep.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/UserPermPrep.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/UserPermPrep.groovy Fri Aug 6 04:46:48 2010 @@ -55,4 +55,4 @@ if (forumId) { blogRoleList.add(roleType.roleTypeId); } context.blogRoleIdList = blogRoleList; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/content/GetContentLookupList.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/content/GetContentLookupList.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/content/GetContentLookupList.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/content/GetContentLookupList.groovy Fri Aug 6 04:46:48 2010 @@ -128,4 +128,4 @@ context.resultPartialList = resultPartia viewIndexLast = (int) (arraySize/viewSize); context.viewIndexLast = viewIndexLast; contentAssoc = FastList.newInstance(); -context.contentAssoc=resultPartialList; \ No newline at end of file +context.contentAssoc=resultPartialList; Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/content/PrepSeqNo.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/content/PrepSeqNo.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/content/PrepSeqNo.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/content/PrepSeqNo.groovy Fri Aug 6 04:46:48 2010 @@ -30,4 +30,4 @@ if (seqNo) { context.seqNumBefore = seqNumBefore; seqNumAfter = seqNo + 1; context.seqNumAfter = seqNumAfter; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/contentsetup/UserPermPrep.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/contentsetup/UserPermPrep.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/contentsetup/UserPermPrep.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/contentsetup/UserPermPrep.groovy Fri Aug 6 04:46:48 2010 @@ -60,4 +60,4 @@ if (forumId) { blogRoleList.add(roleType.roleTypeId); } context.blogRoleIdList = blogRoleList; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/datasetup/DataCategoryPrep.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/datasetup/DataCategoryPrep.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/datasetup/DataCategoryPrep.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/datasetup/DataCategoryPrep.groovy Fri Aug 6 04:46:48 2010 @@ -33,4 +33,4 @@ DataResourceWorker.getDataCategoryMap(de dataCategoryList = [] as ArrayList; DataResourceWorker.buildList(rootNode, dataCategoryList, 0); -context.dataCategoryList = dataCategoryList; \ No newline at end of file +context.dataCategoryList = dataCategoryList; Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/layout/EditSubContent.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/layout/EditSubContent.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/layout/EditSubContent.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/layout/EditSubContent.groovy Fri Aug 6 04:46:48 2010 @@ -51,4 +51,4 @@ if (currentValue) { textData = out.toString(); context.textData = textData; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/print/FindPrinters.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/print/FindPrinters.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/print/FindPrinters.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/print/FindPrinters.groovy Fri Aug 6 04:46:48 2010 @@ -21,4 +21,4 @@ import javax.print.PrintServiceLookup printServices = PrintServiceLookup.lookupPrintServices(null, null); printServiceNames = printServices.collect { it.getName() } -context.printers = printServiceNames; \ No newline at end of file +context.printers = printServiceNames; Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/EditSurveyQuestions.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/EditSurveyQuestions.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/EditSurveyQuestions.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/EditSurveyQuestions.groovy Fri Aug 6 04:46:48 2010 @@ -80,4 +80,4 @@ context.createSurveyQuestionCategoryWrap context.surveyQuestionCategory = surveyQuestionCategory; context.categoryQuestions = categoryQuestions; -context.questionCategories = questionCategories; \ No newline at end of file +context.questionCategories = questionCategories; Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/EditSurveyResponse.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/EditSurveyResponse.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/EditSurveyResponse.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/EditSurveyResponse.groovy Fri Aug 6 04:46:48 2010 @@ -37,4 +37,4 @@ if (templateUrl) { writer = new StringWriter(); surveyWrapper.render(templateUrl, writer); context.surveyString = writer.toString(); -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/ViewSurveyResponses.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/ViewSurveyResponses.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/ViewSurveyResponses.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/survey/ViewSurveyResponses.groovy Fri Aug 6 04:46:48 2010 @@ -38,4 +38,4 @@ if (survey) { surveyWrapper = new SurveyWrapper(delegator, surveyId); context.surveyWrapper = surveyWrapper; context.sequenceSort = ['sequenceNum']; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/EditWebSiteParties.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/EditWebSiteParties.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/EditWebSiteParties.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/EditWebSiteParties.groovy Fri Aug 6 04:46:48 2010 @@ -29,4 +29,4 @@ if (webSite) { webSiteRoleDatas.add(webSiteRoleData); } } -context.webSiteRoleDatas = webSiteRoleDatas; \ No newline at end of file +context.webSiteRoleDatas = webSiteRoleDatas; Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/WebSiteCMSMetaInfo.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/WebSiteCMSMetaInfo.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/WebSiteCMSMetaInfo.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/WebSiteCMSMetaInfo.groovy Fri Aug 6 04:46:48 2010 @@ -58,4 +58,4 @@ if (content) { mkcdr = mkc.getRelatedOne("DataResource"); context.metaKeywords = mkcdr; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/WebSitePublishPoint.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/WebSitePublishPoint.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/WebSitePublishPoint.groovy (original) +++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/website/WebSitePublishPoint.groovy Fri Aug 6 04:46:48 2010 @@ -61,4 +61,4 @@ if (webSiteError) { // get all sub content for the error root errors = delegator.findList("ContentAssoc", EntityCondition.makeCondition([contentId : errorRoot]), null, null, null, false); context.errors = errors; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml (original) +++ ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml Fri Aug 6 04:46:48 2010 @@ -230,4 +230,4 @@ under the License. </hyperlink> </field> </form> -</forms> \ No newline at end of file +</forms> Modified: ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml (original) +++ ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml Fri Aug 6 04:46:48 2010 @@ -276,4 +276,4 @@ under the License. </hyperlink> </field> </form> -</forms> \ No newline at end of file +</forms> Modified: ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml (original) +++ ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml Fri Aug 6 04:46:48 2010 @@ -99,4 +99,4 @@ under the License. <display/> </field> </form> -</forms> \ No newline at end of file +</forms> Modified: ofbiz/trunk/applications/manufacturing/data/ManufacturingScheduledServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/data/ManufacturingScheduledServices.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/data/ManufacturingScheduledServices.xml (original) +++ ofbiz/trunk/applications/manufacturing/data/ManufacturingScheduledServices.xml Fri Aug 6 04:46:48 2010 @@ -62,4 +62,4 @@ under the License. </RuntimeData> <JobSandbox jobId="8401" jobName="Calculate product costs" runTime="2000-01-01 00:00:00.000" serviceName="calculateAllProductsCosts" runtimeDataId="8401" poolId="pool" runAsUser="system" recurrenceInfoId="301"/> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/bom/FindProductBom.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/bom/FindProductBom.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/bom/FindProductBom.groovy (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/bom/FindProductBom.groovy Fri Aug 6 04:46:48 2010 @@ -55,4 +55,4 @@ if (!parameters.productId && !parameters fieldToSelect = UtilMisc.toSet("productId","internalName","productAssocTypeId"); bomListIterator = delegator.find("ProductAndAssoc", cond, null, fieldToSelect, null, findOpts); } -context.ListProductBom = bomListIterator; \ No newline at end of file +context.ListProductBom = bomListIterator; Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/reports/PRunsInfoAndOrder.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/reports/PRunsInfoAndOrder.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/reports/PRunsInfoAndOrder.groovy (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/reports/PRunsInfoAndOrder.groovy Fri Aug 6 04:46:48 2010 @@ -76,4 +76,4 @@ if (allProductionRuns) { productionRuns.add(productionRunMap); } } -context.productionRuns = productionRuns; \ No newline at end of file +context.productionRuns = productionRuns; Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/routing/EditCalendar.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/routing/EditCalendar.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/routing/EditCalendar.groovy (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/routing/EditCalendar.groovy Fri Aug 6 04:46:48 2010 @@ -42,4 +42,4 @@ if (!calendarData) { context.calendarData = calendarData; allCalendarWeek = delegator.findList("TechDataCalendarWeek", null, null, null, null, false); -context.calendarWeeks = allCalendarWeek; \ No newline at end of file +context.calendarWeeks = allCalendarWeek; Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/routing/EditCalendarExceptionWeek.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/routing/EditCalendarExceptionWeek.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/routing/EditCalendarExceptionWeek.groovy (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/routing/EditCalendarExceptionWeek.groovy Fri Aug 6 04:46:48 2010 @@ -63,4 +63,4 @@ if (exceptionDateStart) { context.calendarExceptionWeek = calendarExceptionWeek; context.updateCalendarExceptionWeekWrapper = updateCalendarExceptionWeekWrapper; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/marketing/config/sfa.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/config/sfa.properties?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/config/sfa.properties (original) +++ ofbiz/trunk/applications/marketing/config/sfa.properties Fri Aug 6 04:46:48 2010 @@ -18,4 +18,4 @@ ############################################################################### # if the save.outgoing.directory is specified the file will be saved there else it will be saved under OFBIZ_HOME -#save.outgoing.directory= \ No newline at end of file +#save.outgoing.directory= Modified: ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml (original) +++ ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml Fri Aug 6 04:46:48 2010 @@ -24,4 +24,4 @@ <test-case case-name="marketing-tests"> <simple-method-test location="component://marketing/script/org/ofbiz/marketing/test/MarketingTests.xml"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/EmailStatusReport.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/EmailStatusReport.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/EmailStatusReport.groovy (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/EmailStatusReport.groovy Fri Aug 6 04:46:48 2010 @@ -45,4 +45,4 @@ conditionList.add(EntityCondition.makeCo conditions = EntityCondition.makeCondition(conditionList, EntityOperator.AND); commStatausList = delegator.findList("CommunicationEventAndRole", conditions, null, null, null, false); -context.commStatausList = commStatausList; \ No newline at end of file +context.commStatausList = commStatausList; Modified: ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/MarketingCampaignReport.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/MarketingCampaignReport.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/MarketingCampaignReport.groovy (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/MarketingCampaignReport.groovy Fri Aug 6 04:46:48 2010 @@ -52,4 +52,4 @@ orders = delegator.findList("MarketingCa //use this helper to build a List of visits, orders, order totals, and conversion rates marketingCampaignVisitAndOrders = ReportHelper.calcConversionRates(visits, orders, "marketingCampaignId"); -context.marketingCampaignVisitAndOrders = marketingCampaignVisitAndOrders; \ No newline at end of file +context.marketingCampaignVisitAndOrders = marketingCampaignVisitAndOrders; Modified: ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/PartyStatusReport.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/PartyStatusReport.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/PartyStatusReport.groovy (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/PartyStatusReport.groovy Fri Aug 6 04:46:48 2010 @@ -38,4 +38,4 @@ if (statusId) { } conditions = EntityCondition.makeCondition(conditionList, EntityOperator.AND); partyStatusLists = delegator.findList("ContactListPartyStatus", conditions, null, null, null, false); -context.partyStatusLists = partyStatusLists; \ No newline at end of file +context.partyStatusLists = partyStatusLists; Modified: ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/TrackingCodeReport.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/TrackingCodeReport.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/TrackingCodeReport.groovy (original) +++ ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/actions/reports/TrackingCodeReport.groovy Fri Aug 6 04:46:48 2010 @@ -51,4 +51,4 @@ orders = delegator.findList("TrackingCod // use this helper to build a List of visits, orders, order totals, and conversion rates trackingCodeVisitAndOrders = ReportHelper.calcConversionRates(visits, orders, "trackingCodeId"); -context.trackingCodeVisitAndOrders = trackingCodeVisitAndOrders; \ No newline at end of file +context.trackingCodeVisitAndOrders = trackingCodeVisitAndOrders; Modified: ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml (original) +++ ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml Fri Aug 6 04:46:48 2010 @@ -301,4 +301,4 @@ under the License. <view-map name="LookupAccountLeads" type="screen" page="component://marketing/widget/sfa/LookupScreens.xml#LookupAccountLeads"/> <!-- end of view mappings --> -</site-conf> \ No newline at end of file +</site-conf> Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml (original) +++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml Fri Aug 6 04:46:48 2010 @@ -209,4 +209,4 @@ under the License. <field field="dispatcher" type="org.ofbiz.service.LocalDispatcher"/> </call-object-method> </simple-method> -</simple-methods> \ No newline at end of file +</simple-methods> Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml (original) +++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml Fri Aug 6 04:46:48 2010 @@ -1094,4 +1094,4 @@ under the License. <now-timestamp field="newEntity.statusDatetime"/> <create-value value-field="newEntity"/> </simple-method> -</simple-methods> \ No newline at end of file +</simple-methods> Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/quote/QuoteServices.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/quote/QuoteServices.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/src/org/ofbiz/order/quote/QuoteServices.java (original) +++ ofbiz/trunk/applications/order/src/org/ofbiz/order/quote/QuoteServices.java Fri Aug 6 04:46:48 2010 @@ -265,4 +265,4 @@ public class QuoteServices { return result; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java (original) +++ ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java Fri Aug 6 04:46:48 2010 @@ -1166,4 +1166,4 @@ public class CheckOutEvents { return "success"; } } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java (original) +++ ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java Fri Aug 6 04:46:48 2010 @@ -4996,4 +4996,4 @@ public class ShoppingCart implements Ite } return minQuantity; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/test/PurchaseOrderTest.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/test/PurchaseOrderTest.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/src/org/ofbiz/order/test/PurchaseOrderTest.java (original) +++ ofbiz/trunk/applications/order/src/org/ofbiz/order/test/PurchaseOrderTest.java Fri Aug 6 04:46:48 2010 @@ -98,4 +98,4 @@ public class PurchaseOrderTest extends O assertNotNull(orderId); assertNotNull(statusId); } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/test/SalesOrderTest.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/test/SalesOrderTest.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/src/org/ofbiz/order/test/SalesOrderTest.java (original) +++ ofbiz/trunk/applications/order/src/org/ofbiz/order/test/SalesOrderTest.java Fri Aug 6 04:46:48 2010 @@ -140,4 +140,4 @@ public class SalesOrderTest extends OFBi assertNotNull(orderId); assertNotNull(statusId); } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/paypal/ExpressCheckoutEvents.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/paypal/ExpressCheckoutEvents.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/paypal/ExpressCheckoutEvents.java (original) +++ ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/paypal/ExpressCheckoutEvents.java Fri Aug 6 04:46:48 2010 @@ -230,4 +230,4 @@ public class ExpressCheckoutEvents { return CheckoutType.NONE; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/order/testdef/CustRequestTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/CustRequestTests.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/testdef/CustRequestTests.xml (original) +++ ofbiz/trunk/applications/order/testdef/CustRequestTests.xml Fri Aug 6 04:46:48 2010 @@ -25,4 +25,4 @@ under the License. <test-case case-name="custrequest-tests"> <simple-method-test location="component://order/script/org/ofbiz/order/test/CustRequestTests.xml"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml (original) +++ ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml Fri Aug 6 04:46:48 2010 @@ -29,4 +29,4 @@ under the License. <test-case case-name="shoppingList-test"> <simple-method-test location="component://order/script/org/ofbiz/order/test/ShoppingListTests.xml"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/order/testdef/data/QuoteTestData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/data/QuoteTestData.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/testdef/data/QuoteTestData.xml (original) +++ ofbiz/trunk/applications/order/testdef/data/QuoteTestData.xml Fri Aug 6 04:46:48 2010 @@ -21,4 +21,4 @@ under the License. <entity-engine-xml> <Quote quoteId="9000" quoteTypeId="PRODUCT_QUOTE" partyId="DemoCustomer" issueDate="2009-12-11 12:00:00.000" statusId="QUO_CREATED" currencyUomId="USD" productStoreId="9000" salesChannelEnumId="EMAIL_SALES_CHANNEL" validFromDate="2009-12-11 12:00:00.000" quoteName="Most competitive quote ever"/> <WorkEffort workEffortId="9007" workEffortTypeId="TASK" currentStatusId="PTS_CREATED" workEffortName="Quote WorkEffort"/> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml> Modified: ofbiz/trunk/applications/order/testdef/data/ShoppingListTestData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/data/ShoppingListTestData.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/testdef/data/ShoppingListTestData.xml (original) +++ ofbiz/trunk/applications/order/testdef/data/ShoppingListTestData.xml Fri Aug 6 04:46:48 2010 @@ -23,4 +23,4 @@ under the License. <ShoppingListItem shoppingListId="DemoWishList" shoppingListItemSeqId="00001" productId="GZ-2644" quantity="5" productStoreId="9000"/> <ShoppingListItem shoppingListId="DemoWishList" shoppingListItemSeqId="00002" productId="WG-1111" quantity="2" productStoreId="9000"/> <ShoppingListItem shoppingListId="DemoWishList" shoppingListItemSeqId="00003" productId="WG-5569" quantity="10" productStoreId="9000"/> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml> Modified: ofbiz/trunk/applications/order/testdef/quotetests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/testdef/quotetests.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/testdef/quotetests.xml (original) +++ ofbiz/trunk/applications/order/testdef/quotetests.xml Fri Aug 6 04:46:48 2010 @@ -29,4 +29,4 @@ under the License. <test-case case-name="quote-tests"> <simple-method-test location="component://order/script/org/ofbiz/order/test/QuoteTests.xml"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.groovy (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.groovy Fri Aug 6 04:46:48 2010 @@ -137,4 +137,4 @@ for (supplierProduct in supplierProducts } } context.productListSize = newProductList.size(); -context.productList = newProductList; \ No newline at end of file +context.productList = newProductList; Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/CompareProducts.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/CompareProducts.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/CompareProducts.groovy (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/CompareProducts.groovy Fri Aug 6 04:46:48 2010 @@ -77,4 +77,4 @@ compareList.each { product -> } productFeatureTypeIds.each { productFeatureTypeId -> productFeatureTypeMap[productFeatureTypeId] = delegator.findOne("ProductFeatureType", [productFeatureTypeId : productFeatureTypeId], true); -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy Fri Aug 6 04:46:48 2010 @@ -481,4 +481,4 @@ if (orderItems) { orderAdjustmentId = orderAdjustment.orderAdjustmentId; } } - context.orderAdjustmentId = orderAdjustmentId; \ No newline at end of file + context.orderAdjustmentId = orderAdjustmentId; Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OrderByChannel.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OrderByChannel.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OrderByChannel.groovy (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OrderByChannel.groovy Fri Aug 6 04:46:48 2010 @@ -28,4 +28,4 @@ if(request.getParameter("saleChannel")){ request.setAttribute("birtParameters", birtParameters); -return "success"; \ No newline at end of file +return "success"; Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/return/ReturnHistory.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/return/ReturnHistory.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/return/ReturnHistory.groovy (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/return/ReturnHistory.groovy Fri Aug 6 04:46:48 2010 @@ -38,4 +38,4 @@ returnHistoryList.each { returnHistory - orderReturnItemHistories.add(returnHistory); } } -context.orderReturnItemHistories = orderReturnItemHistories; \ No newline at end of file +context.orderReturnItemHistories = orderReturnItemHistories; Modified: ofbiz/trunk/applications/party/data/PartyGeoPointData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/PartyGeoPointData.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/data/PartyGeoPointData.xml (original) +++ ofbiz/trunk/applications/party/data/PartyGeoPointData.xml Fri Aug 6 04:46:48 2010 @@ -49,4 +49,4 @@ under the License. elevationUomId="LEN_m" information="A testing GeoPoint for contactMechId=FRENCHCUSTOMER (FrenchCustomer)" /> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml> Modified: ofbiz/trunk/applications/party/testdef/PartyContactMechTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/testdef/PartyContactMechTests.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/testdef/PartyContactMechTests.xml (original) +++ ofbiz/trunk/applications/party/testdef/PartyContactMechTests.xml Fri Aug 6 04:46:48 2010 @@ -29,4 +29,4 @@ <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyContactMechTests.xml"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/party/testdef/PartyTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/testdef/PartyTests.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/testdef/PartyTests.xml (original) +++ ofbiz/trunk/applications/party/testdef/PartyTests.xml Fri Aug 6 04:46:48 2010 @@ -25,4 +25,4 @@ <simple-method-test location="component://party/script/org/ofbiz/party/test/PartyTests.xml"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/party/testdef/data/PartyContactMechTestData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/testdef/data/PartyContactMechTestData.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/testdef/data/PartyContactMechTestData.xml (original) +++ ofbiz/trunk/applications/party/testdef/data/PartyContactMechTestData.xml Fri Aug 6 04:46:48 2010 @@ -27,4 +27,4 @@ under the License. <ContactMech contactMechId="9126" contactMechTypeId="EMAIL_ADDRESS" infoString="[hidden email]"/> <PartyContactMech partyId="DemoCustomer" contactMechId="9126" fromDate="2001-05-13 00:00:00.000" allowSolicitation="Y"/> <PartyContactMechPurpose partyId="DemoCustomer" contactMechId="9126" contactMechPurposeTypeId="PRIMARY_EMAIL" fromDate="2001-05-13 00:00:00.000"/> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml> Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/FindCommEventContactMechs.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/FindCommEventContactMechs.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/FindCommEventContactMechs.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/FindCommEventContactMechs.groovy Fri Aug 6 04:46:48 2010 @@ -40,4 +40,4 @@ if (parameters.communicationEventTypeId) targetEmailAddresses = EntityUtil.filterByDate(targetEmailAddresses, UtilDateTime.nowTimestamp(), "contactFromDate", "contactThruDate", true); context.targetEmailAddresses = targetEmailAddresses; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy Fri Aug 6 04:46:48 2010 @@ -29,4 +29,4 @@ if (parameters.communicationEventId) { ]); context.projectMgrExists = ComponentConfig.componentExists("projectmgr"); -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/ListCommunications.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/ListCommunications.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/ListCommunications.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/communication/ListCommunications.groovy Fri Aug 6 04:46:48 2010 @@ -51,4 +51,4 @@ context.eventListSize = events.size(); context.highIndex = events.size(); context.viewSize = events.size(); context.lowIndex = 1; -context.viewIndex = 1; \ No newline at end of file +context.viewIndex = 1; Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/EditPaymentMethod.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/EditPaymentMethod.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/EditPaymentMethod.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/EditPaymentMethod.groovy Fri Aug 6 04:46:48 2010 @@ -54,4 +54,4 @@ context.donePage = parameters.DONE_PAGE paymentMethodData = paymentResults.paymentMethod; if (!tryEntity.booleanValue()) paymentMethodData = parameters; if (!paymentMethodData) paymentMethodData = new HashMap(); -if (paymentMethodData) context.paymentMethodData = paymentMethodData; \ No newline at end of file +if (paymentMethodData) context.paymentMethodData = paymentMethodData; Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetContactMechs.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetContactMechs.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetContactMechs.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetContactMechs.groovy Fri Aug 6 04:46:48 2010 @@ -21,4 +21,4 @@ import org.ofbiz.party.contact.ContactMe partyId = partyId ?: parameters.partyId; showOld = "true".equals(parameters.SHOW_OLD); -context.contactMeches = ContactMechWorker.getPartyContactMechValueMaps(delegator, partyId, showOld); \ No newline at end of file +context.contactMeches = ContactMechWorker.getPartyContactMechValueMaps(delegator, partyId, showOld); Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetCurrentCart.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetCurrentCart.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetCurrentCart.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetCurrentCart.groovy Fri Aug 6 04:46:48 2010 @@ -27,4 +27,4 @@ savedCart = EntityUtil.getFirst(delegato if (savedCart) { context.savedCartListId = savedCart.shoppingListId; context.savedCartItems = savedCart.getRelated("ShoppingListItem"); -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetLoyaltyPoints.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetLoyaltyPoints.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetLoyaltyPoints.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetLoyaltyPoints.groovy Fri Aug 6 04:46:48 2010 @@ -34,4 +34,4 @@ if (partyId) { context.monthsToInclude = monthsToInclude; context.totalSubRemainingAmount = result.totalSubRemainingAmount; context.totalOrders = result.totalOrders; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetMyCompany.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetMyCompany.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetMyCompany.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/GetMyCompany.groovy Fri Aug 6 04:46:48 2010 @@ -28,4 +28,4 @@ if (userLogin) { } else { context.myCompanyId = userLogin.partyId; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/StatusCondition.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/StatusCondition.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/StatusCondition.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/StatusCondition.groovy Fri Aug 6 04:46:48 2010 @@ -23,4 +23,4 @@ exprList = [EntityCondition.makeConditio EntityCondition.makeCondition("statusId", EntityOperator.NOT_EQUAL, null)]; condList = EntityCondition.makeCondition(exprList, EntityOperator.AND); context.andCondition = EntityCondition.makeCondition([condList, EntityCondition.makeCondition("statusId", EntityOperator.EQUALS, null)], EntityOperator.OR); - \ No newline at end of file + Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/UnAppliedPaymentsForParty.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/UnAppliedPaymentsForParty.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/UnAppliedPaymentsForParty.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/UnAppliedPaymentsForParty.groovy Fri Aug 6 04:46:48 2010 @@ -73,4 +73,4 @@ while (payment = payIterator.next()) { } payIterator.close(); -context.paymentList = paymentList; \ No newline at end of file +context.paymentList = paymentList; Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/ViewProfile.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/ViewProfile.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/ViewProfile.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/ViewProfile.groovy Fri Aug 6 04:46:48 2010 @@ -33,4 +33,4 @@ if (!partyId && userLoginId) { context.showOld = "true".equals(parameters.SHOW_OLD); context.partyId = partyId; context.party = delegator.findByPrimaryKey("Party", [partyId : partyId]); -context.nowStr = UtilDateTime.nowTimestamp().toString(); \ No newline at end of file +context.nowStr = UtilDateTime.nowTimestamp().toString(); Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/VisitDetails.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/VisitDetails.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/VisitDetails.groovy (original) +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/VisitDetails.groovy Fri Aug 6 04:46:48 2010 @@ -62,4 +62,4 @@ context.viewIndex = viewIndex; context.viewSize = viewSize; context.listSize = listSize; context.lowIndex = lowIndex; -context.highIndex = highIndex; \ No newline at end of file +context.highIndex = highIndex; Modified: ofbiz/trunk/applications/product/data/ProductPortletData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/data/ProductPortletData.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/data/ProductPortletData.xml (original) +++ ofbiz/trunk/applications/product/data/ProductPortletData.xml Fri Aug 6 04:46:48 2010 @@ -47,4 +47,4 @@ <PortalPageColumn portalPageId="ProductStoreFacility" columnSeqId="00001"/> <PortalPagePortlet portalPageId="ProductStoreFacility" portalPortletId="PrdStoreFacilityMgmt" portletSeqId="00001" columnSeqId="00001" sequenceNum="0"/> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml> Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/UpgradeServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/UpgradeServices.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/script/org/ofbiz/product/UpgradeServices.xml (original) +++ ofbiz/trunk/applications/product/script/org/ofbiz/product/UpgradeServices.xml Fri Aug 6 04:46:48 2010 @@ -56,4 +56,4 @@ under the License. </iterate> </simple-method> -</simple-methods> \ No newline at end of file +</simple-methods> Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original) +++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Fri Aug 6 04:46:48 2010 @@ -1355,4 +1355,4 @@ under the License. </else> </if-empty> </simple-method> -</simple-methods> \ No newline at end of file +</simple-methods> Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml (original) +++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml Fri Aug 6 04:46:48 2010 @@ -532,4 +532,4 @@ under the License. </if-not-empty> </if-compare> </simple-method> -</simple-methods> \ No newline at end of file +</simple-methods> Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentGatewayConfigServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentGatewayConfigServices.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentGatewayConfigServices.xml (original) +++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentGatewayConfigServices.xml Fri Aug 6 04:46:48 2010 @@ -55,4 +55,4 @@ under the License. <set-nonpk-fields map="parameters" value-field="lookedUpValue"/> <store-value value-field="lookedUpValue"/> </simple-method> -</simple-methods> \ No newline at end of file +</simple-methods> Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickServices.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickServices.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickServices.java (original) +++ ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickServices.java Fri Aug 6 04:46:48 2010 @@ -104,4 +104,4 @@ public class VerifyPickServices { session.clearAllRows(); return ServiceUtil.returnSuccess(); } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickSessionRow.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickSessionRow.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickSessionRow.java (original) +++ ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickSessionRow.java Fri Aug 6 04:46:48 2010 @@ -177,4 +177,4 @@ public class VerifyPickSessionRow implem } } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageServices.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageServices.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageServices.java (original) +++ ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageServices.java Fri Aug 6 04:46:48 2010 @@ -202,4 +202,4 @@ public class WeightPackageServices { return ServiceUtil.returnSuccess(UtilProperties.getMessage("ProductUiLabels", "FacilityThereIsProblemOccuredInPaymentCapture", locale)); } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageSession.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageSession.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageSession.java (original) +++ ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageSession.java Fri Aug 6 04:46:48 2010 @@ -549,4 +549,4 @@ public class WeightPackageSession implem return orderedQuantity.intValue(); } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageSessionLine.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageSessionLine.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageSessionLine.java (original) +++ ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageSessionLine.java Fri Aug 6 04:46:48 2010 @@ -131,4 +131,4 @@ public class WeightPackageSessionLine im throw new GeneralException(ServiceUtil.getErrorMessage(packageResp)); } } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/testdef/CatalogTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/testdef/CatalogTests.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/testdef/CatalogTests.xml (original) +++ ofbiz/trunk/applications/product/testdef/CatalogTests.xml Fri Aug 6 04:46:48 2010 @@ -33,4 +33,4 @@ under the License. <test-case case-name="category-tests"> <simple-method-test location="component://product/script/org/ofbiz/product/test/CategoryTests.xml"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/product/testdef/CostTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/testdef/CostTests.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/testdef/CostTests.xml (original) +++ ofbiz/trunk/applications/product/testdef/CostTests.xml Fri Aug 6 04:46:48 2010 @@ -25,4 +25,4 @@ under the License. <test-case case-name="cost-tests"> <simple-method-test location="component://product/script/org/ofbiz/product/test/CostTests.xml"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/product/testdef/FacilityTest.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/testdef/FacilityTest.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/testdef/FacilityTest.xml (original) +++ ofbiz/trunk/applications/product/testdef/FacilityTest.xml Fri Aug 6 04:46:48 2010 @@ -35,4 +35,4 @@ under the License. <simple-method-test location="component://product/script/org/ofbiz/shipment/test/ShipmentTests.xml"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/product/testdef/data/ProductPriceTestData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/testdef/data/ProductPriceTestData.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/testdef/data/ProductPriceTestData.xml (original) +++ ofbiz/trunk/applications/product/testdef/data/ProductPriceTestData.xml Fri Aug 6 04:46:48 2010 @@ -32,4 +32,4 @@ under the License. <ProductPrice productId="DemoProduct-1" productPricePurposeId="PURCHASE" productPriceTypeId="DEFAULT_PRICE" currencyUomId="USD" productStoreGroupId="_NA_" fromDate="2006-05-13 12:00:00.0" price="15.00" createdDate="2006-05-13 12:00:00.0" lastModifiedDate="2006-05-13 12:00:00.0"/> <ProductPrice productId="DemoProduct-2" productPricePurposeId="PURCHASE" productPriceTypeId="DEFAULT_PRICE" currencyUomId="USD" productStoreGroupId="_NA_" fromDate="2006-05-13 12:00:00.0" price="5.00" createdDate="2006-05-13 12:00:00.0" lastModifiedDate="2006-05-13 12:00:00.0"/> <ProductPrice productId="DemoProduct-3" productPricePurposeId="PURCHASE" productPriceTypeId="DEFAULT_PRICE" currencyUomId="USD" productStoreGroupId="_NA_" fromDate="2006-05-13 12:00:00.0" price="10.00" createdDate="2006-05-13 12:00:00.0" lastModifiedDate="2006-05-13 12:00:00.0"/> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml> Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/ChooseTopCategory.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/ChooseTopCategory.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/ChooseTopCategory.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/ChooseTopCategory.groovy Fri Aug 6 04:46:48 2010 @@ -21,4 +21,4 @@ import org.ofbiz.product.category.* CategoryWorker.getCategoriesWithNoParent(request, "noParentCategories"); noParentCategories = request.getAttribute("noParentCategories"); -context.noParentCategories = noParentCategories; \ No newline at end of file +context.noParentCategories = noParentCategories; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/FastLoadCache.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/FastLoadCache.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/FastLoadCache.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/FastLoadCache.groovy Fri Aug 6 04:46:48 2010 @@ -58,4 +58,4 @@ products.close(); messageList.add(ptimer.timerString("Finished Products")); messageList.add("Loaded " + numProducts + " products"); -context.messageList = messageList; \ No newline at end of file +context.messageList = messageList; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategory.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategory.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategory.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategory.groovy Fri Aug 6 04:46:48 2010 @@ -113,4 +113,4 @@ if (fileType) { productCategory.store(); } } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategoryProducts.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategoryProducts.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategoryProducts.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategoryProducts.groovy Fri Aug 6 04:46:48 2010 @@ -40,4 +40,4 @@ context.viewSize = outMap.viewSize; context.lowIndex = outMap.lowIndex; context.highIndex = outMap.highIndex; context.listSize = outMap.listSize; -context.productCategoryMembers = outMap.productCategoryMembers; \ No newline at end of file +context.productCategoryMembers = outMap.productCategoryMembers; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigItemContent.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigItemContent.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigItemContent.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigItemContent.groovy Fri Aug 6 04:46:48 2010 @@ -136,4 +136,4 @@ if (fileType) { configItem.store(); } } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigItemContentContent.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigItemContentContent.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigItemContentContent.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigItemContentContent.groovy Fri Aug 6 04:46:48 2010 @@ -74,4 +74,4 @@ updateProductContentWrapper.putInContext context.productContentData = productContentData; updateProductContentWrapper.putInContext("content", content); -updateProductContentWrapper.putInContext("contentId", contentId); \ No newline at end of file +updateProductContentWrapper.putInContext("contentId", contentId); Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigOptions.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigOptions.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigOptions.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/EditProductConfigOptions.groovy Fri Aug 6 04:46:48 2010 @@ -32,4 +32,4 @@ if (configOption) { createConfigProductWrapper.putInContext("configOptionId", configOptionId); createConfigProductWrapper.putInContext("configItemId", configItemId); context.createConfigProductWrapper = createConfigProductWrapper; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/feature/EditFeatureCategoryFeatures.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/feature/EditFeatureCategoryFeatures.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/feature/EditFeatureCategoryFeatures.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/feature/EditFeatureCategoryFeatures.groovy Fri Aug 6 04:46:48 2010 @@ -110,4 +110,4 @@ while (productFeatureIter) { productFeatureApplMap.put(productFeatureAppl.productFeatureId, productFeatureAppl.productFeatureApplTypeId); } } -context.productFeatureApplMap = productFeatureApplMap; \ No newline at end of file +context.productFeatureApplMap = productFeatureApplMap; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/advancedsearchoptions.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/advancedsearchoptions.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/advancedsearchoptions.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/advancedsearchoptions.groovy Fri Aug 6 04:46:48 2010 @@ -59,4 +59,4 @@ context.searchOperator = searchOperator; context.searchConstraintStrings = searchConstraintStrings; context.searchSortOrderString = searchSortOrderString; context.supplerPartyRoleAndPartyDetails = supplerPartyRoleAndPartyDetails; -context.goodIdentificationTypes = goodIdentificationTypes; \ No newline at end of file +context.goodIdentificationTypes = goodIdentificationTypes; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/keywordsearch.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/keywordsearch.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/keywordsearch.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/keywordsearch.groovy Fri Aug 6 04:46:48 2010 @@ -49,4 +49,4 @@ context.paging = result.paging; context.previousViewSize = result.previousViewSize; context.searchCategory = result.searchCategory; context.searchConstraintStrings = result.searchConstraintStrings; -context.searchSortOrderString = result.searchSortOrderString; \ No newline at end of file +context.searchSortOrderString = result.searchSortOrderString; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/keywordsearchbox.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/keywordsearchbox.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/keywordsearchbox.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/keywordsearchbox.groovy Fri Aug 6 04:46:48 2010 @@ -28,4 +28,4 @@ if (state) { isOpen = "open".equals(state); } } -context.isOpen = isOpen; \ No newline at end of file +context.isOpen = isOpen; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/miniproductlist.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/miniproductlist.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/miniproductlist.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/miniproductlist.groovy Fri Aug 6 04:46:48 2010 @@ -50,4 +50,4 @@ if (isOpen) { context.listSize = outMap.listSize; context.productCategory = outMap.productCategory; context.productCategoryMembers = outMap.productCategoryMembers; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/sidecatalogs.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/sidecatalogs.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/sidecatalogs.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/sidecatalogs.groovy Fri Aug 6 04:46:48 2010 @@ -43,4 +43,4 @@ if (curProdCatalogId) { } else { curProdCatalogId = (String) session.getAttribute("curProdCatalogId"); } -context.curProdCatalogId = curProdCatalogId; \ No newline at end of file +context.curProdCatalogId = curProdCatalogId; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/sidedeepcategory.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/sidedeepcategory.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/sidedeepcategory.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/find/sidedeepcategory.groovy Fri Aug 6 04:46:48 2010 @@ -54,4 +54,4 @@ if (categoryList) { catContentWrappers = [:]; CategoryWorker.getCategoryContentWrappers(catContentWrappers, categoryList, request); context.catContentWrappers = catContentWrappers; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.groovy Fri Aug 6 04:46:48 2010 @@ -75,4 +75,4 @@ if (security.hasEntityPermission("CATALO context.productFeatureIds = productFeatureIds; context.productVariantId = productVariantId; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/price/EditProductPriceRules.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/price/EditProductPriceRules.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/price/EditProductPriceRules.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/price/EditProductPriceRules.groovy Fri Aug 6 04:46:48 2010 @@ -28,4 +28,4 @@ context.inputParamEnums = delegator.find context.condOperEnums = delegator.findList("Enumeration", EntityCondition.makeCondition([enumTypeId : 'PROD_PRICE_COND']), null, ['sequenceId'], null, true); -context.productPriceActionTypes = delegator.findList("ProductPriceActionType", null, null, ['description'], null, true); \ No newline at end of file +context.productPriceActionTypes = delegator.findList("ProductPriceActionType", null, null, ['description'], null, true); Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/ApplyFeaturesFromCategory.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/ApplyFeaturesFromCategory.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/ApplyFeaturesFromCategory.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/ApplyFeaturesFromCategory.groovy Fri Aug 6 04:46:48 2010 @@ -108,4 +108,4 @@ while (productFeatureIter) { productFeatureApplMap.put(productFeatureAppl.productFeatureId, productFeatureAppl.productFeatureApplTypeId); } } -context.productFeatureApplMap = productFeatureApplMap; \ No newline at end of file +context.productFeatureApplMap = productFeatureApplMap; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/ApplyFeaturesFromGroup.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/ApplyFeaturesFromGroup.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/ApplyFeaturesFromGroup.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/ApplyFeaturesFromGroup.groovy Fri Aug 6 04:46:48 2010 @@ -41,4 +41,4 @@ if (productFeatureGroupId) { // this will not break out the product features by view size context.listSize = productFeatures.size(); context.highIndex = productFeatures.size(); -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/BestProducts.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/BestProducts.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/BestProducts.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/BestProducts.groovy Fri Aug 6 04:46:48 2010 @@ -94,4 +94,4 @@ while (itr <= 5) { context.bestSellingProducts = topSellingProducts; -context.now = UtilDateTime.toDateString(UtilDateTime.nowDate()); \ No newline at end of file +context.now = UtilDateTime.toDateString(UtilDateTime.nowDate()); Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductAssoc.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductAssoc.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductAssoc.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductAssoc.groovy Fri Aug 6 04:46:48 2010 @@ -85,4 +85,4 @@ if (product) { context.assocFromProducts = product.getRelated("MainProductAssoc", null, ['sequenceNum']); context.assocToProducts = product.getRelated("AssocProductAssoc"); -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContent.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContent.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContent.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContent.groovy Fri Aug 6 04:46:48 2010 @@ -138,4 +138,4 @@ if (fileType) { product.store(); } } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductInventoryItems.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductInventoryItems.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductInventoryItems.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductInventoryItems.groovy Fri Aug 6 04:46:48 2010 @@ -162,4 +162,4 @@ if (product) { context.showEmpty = showEmpty; context.purchaseOrders = purchaseOrders; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductQuickAdmin.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductQuickAdmin.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductQuickAdmin.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductQuickAdmin.groovy Fri Aug 6 04:46:48 2010 @@ -314,4 +314,4 @@ String showPublish = "false"; if (prodCatMembs.size() == 0) { showPublish = "true"; } -context.showPublish = showPublish; \ No newline at end of file +context.showPublish = showPublish; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/QuickAddVariants.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/QuickAddVariants.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/QuickAddVariants.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/QuickAddVariants.groovy Fri Aug 6 04:46:48 2010 @@ -21,4 +21,4 @@ result = dispatcher.runSync("getProductF context.featureTypes = result.productFeatureTypes; result = dispatcher.runSync("getVariantCombinations", [productId : productId]); -context.featureCombinationInfos = result.featureCombinations; \ No newline at end of file +context.featureCombinationInfos = result.featureCombinations; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/promo/EditProductPromoCode.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/promo/EditProductPromoCode.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/promo/EditProductPromoCode.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/promo/EditProductPromoCode.groovy Fri Aug 6 04:46:48 2010 @@ -47,4 +47,4 @@ context.productPromo = productPromo; context.productPromoCodeId = productPromoCodeId; context.productPromoCode = productPromoCode; context.productPromoCodeEmails = productPromoCodeEmails; -context.productPromoCodeParties = productPromoCodeParties; \ No newline at end of file +context.productPromoCodeParties = productPromoCodeParties; Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStorePaySetup.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStorePaySetup.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStorePaySetup.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStorePaySetup.groovy Fri Aug 6 04:46:48 2010 @@ -84,4 +84,4 @@ if (paymentServiceTypeEnumId == "PRDS_PA context.paymentCustomMethods = null; } else { context.paymentCustomMethods = delegator.findList("CustomMethod", customMethodsCond, null, ["description"], null, false); -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStoreSurveys.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStoreSurveys.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStoreSurveys.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/store/EditProductStoreSurveys.groovy Fri Aug 6 04:46:48 2010 @@ -38,4 +38,4 @@ context.surveyApplTypes = delegator.find context.productCategories = delegator.findList("ProductCategory", null, null, ['description'], null, false); -context.nowTimestampString = UtilDateTime.nowTimestamp().toString(); \ No newline at end of file +context.nowTimestampString = UtilDateTime.nowTimestamp().toString(); Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/thesaurus/EditKeywordThesaurus.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/thesaurus/EditKeywordThesaurus.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/thesaurus/EditKeywordThesaurus.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/thesaurus/EditKeywordThesaurus.groovy Fri Aug 6 04:46:48 2010 @@ -70,4 +70,4 @@ for (i='a'; i<='z'; i++) { context.relationshipEnums = relationshipEnums; context.keywordThesauruses = newKeywordThesaurus; context.firstLetter = firstLetter; -context.letterList = letterList; \ No newline at end of file +context.letterList = letterList; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/CountFacilityInventoryByProduct.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/CountFacilityInventoryByProduct.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/CountFacilityInventoryByProduct.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/CountFacilityInventoryByProduct.groovy Fri Aug 6 04:46:48 2010 @@ -367,4 +367,4 @@ if (action) { } } context.inventoryByProduct = rows; -context.searchParameterString = searchParameterString; \ No newline at end of file +context.searchParameterString = searchParameterString; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditContactMech.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditContactMech.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditContactMech.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditContactMech.groovy Fri Aug 6 04:46:48 2010 @@ -66,4 +66,4 @@ if (cmNewPurposeTypeId) { if (contactMechPurposeType) { context.contactMechPurposeType = contactMechPurposeType; } -} \ No newline at end of file +} |
| Free forum by Nabble | Edit this page |
