forked from apache/ofbiz-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-notes-13.07.03.html
343 lines (342 loc) · 30.4 KB
/
release-notes-13.07.03.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<head>
<meta charset="utf-8">
<title>The Apache OFBiz® Project - Release Notes 13.07.03</title>
<meta name="Description" content="OFBiz is an open source enterprise automation software project licensed under the Apache License. It means you are not alone and can work with many others." />
<meta name="Robots" content="index,follow" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
<!-- web font -->
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
<!-- plugin css -->
<link rel="stylesheet" type="text/css" href="/js/plugins/pretty-photo/css/prettyPhoto.css" />
<link rel="stylesheet" type="text/css" href="/js/plugins/rs-plugin/css/settings.css" media="screen" />
<link type="text/css" rel="stylesheet" href="/js/plugins/hoverdir/css/style.css">
<!-- icon fonts -->
<link type="text/css" rel="stylesheet" href="/font-icons/custom-icons/css/custom-icons.css">
<link type="text/css" rel="stylesheet" href="/font-icons/custom-icons/css/custom-icons-ie7.css">
<!-- Custom css -->
<link type="text/css" rel="stylesheet" href="/css/layout.css">
<link type="text/css" id="colors" rel="stylesheet" href="/css/colors.css">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover a { filter: none !important; } </style> <![endif]-->
<script src="js/modernizr-2.6.1.min.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="apple-touch-icon" href="/images/apple-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/apple-icon-144x144.png">
</head>
<body>
<!-- header -->
<header id="mainHeader" class="clearfix">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container"> <a href="index.html" class="brand"><img src="images/ofbiz_logo.png" alt="Apache OFBiz Logo"/></a>
<nav id="mainMenu" class="clearfix">
<ul>
<li><a href="index.html" class="firstLevel">Home</a></li>
<li><a href="#" class="firstLevel">Getting Started</a>
<ul>
<li><a href="developers.html" class="">Developers</a></li>
<li><a href="business-users.html" class="last">Business Users</a></li>
</ul>
</li>
<li><a href="#" class="firstLevel">News</a>
<ul>
<li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
<li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
</ul>
</li>
<li><a href="#" class="firstLevel">Documentation</a>
<ul>
<li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
<li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
<li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
<li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
</ul>
</li>
<li><a href="#" class="firstLevel">Community</a>
<ul>
<li><a href="getting-involved.html">Getting Involved</a></li>
<li><a href="mailing-lists.html">Mailing Lists</a></li>
<li><a href="source-repositories.html">Source Repository</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a href="//issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
<li><a href="faqs.html" class="last">FAQ</a></li>
</ul>
</li>
<li><a href="ofbiz-demos.html" class="firstLevel">Demos</a></li>
<li>
<a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
target="external" title="follow us on Twitter"><span>twitter</span></a>
</li>
<li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips" title="follow us on Youtube"><span>Youtube</span></a></li>
<li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips" title="follow us on Facebook"><span>facebook</span></a></li>
<!--<li><a href="#" class="icon-rss socialIcon tips" title="Our rss feed"><span>rss feed</span></a></li>
<li><a href="#" class="icon-gplus socialIcon tips" title="follow us on Google +"><span>google +</span></a></li>
<li><a href="#" class="icon-instagram socialIcon tips" title="follow us on Instagram"><span>instagram</span></a></li>
<li><a href="#" class="icon-linkedin socialIcon tips" title="follow us on Linkedin"><span>linkedin</span></a></li>
<li><a href="#" class="icon-pinterest-circled socialIcon tips" title="follow us on Pinterest"><span>Pinterest</span></a></li>-->
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- header -->
<!-- globalWrapper -->
<div id="globalWrapper">
<!-- page content -->
<section id="content" class="fullWidth">
<header class="headerPage">
<div class="container clearfix">
<div class="row">
<h1 class="span8">Release Notes 13.07.03</h1>
<div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="download.html">Download</a><span>/</span><span class="current">Release Notes 17.07.03</span> </div>
</div>
</div>
</header>
<section id="content" class="features" >
<div class="slice clearfix">
<div class="container">
<div class="row">
<div>
<p>Apache OFBiz® 13.07.03, released in 2016-04-04, is the third release of the 13.07 series, that has been stabilized with bug fixes since July 2013.</p>
<p>Please notice that in the 13.07 series the specialpurpose components are no more included with the only exception of the ecommerce component (because there are still some dependencies on it): the specialpurpose components may be released in a separate package in the future.</p>
<h2>Bug</h2>
<ul>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-293" target="external">[OFBIZ-293]</a>] - data import - nulling fields impossible</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-817" target="external">[OFBIZ-817]</a>] - Require Inventory of Marketing Package Product can't be shipped</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-4559" target="external">[OFBIZ-4559]</a>] - InventoryWorker.getOutstandingProductQuantities returns inaccurate results when there are multiple ItemIssuances for an order</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-5347" target="external">[OFBIZ-5347]</a>] - Shipping costs not recalculated after changing sales order shipment method</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-5579" target="external">[OFBIZ-5579]</a>] - Error when add product to an order.</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-5918" target="external">[OFBIZ-5918]</a>] - NPE at //demo-trunk-ofbiz.apache.org/ecommerce/products/</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-5927" target="external"> [OFBIZ-5927]</a>] - Issue reported while performing Refund & Void (java.lang.ClassCastException: java.lang.String cannot be cast to java.math.BigDecimal) </li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6043" target="external">[OFBIZ-6043]</a>] - Change of ship-to address is not persisted when stepping forward and backward in a create order process</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6091" target="external">[OFBIZ-6091]</a>] - Supplier preferred currency not considered for drop-ship order</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6092" target="external">[OFBIZ-6092]</a>] - Domain name should not create for tenant if its left empty during tenant creation</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6218" target="external">[OFBIZ-6218]</a>] - Unit tests throw exception in DBCP</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6229" target="external">[OFBIZ-6229]</a>] - Can't create a geo without providing a geoID</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6237" target="external">[OFBIZ-6237]</a>] - function linkGeos deletes existing GeoAssocs for geoId</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6249" target="external">[OFBIZ-6249]</a>] - Complete OFBIZ-6057 (error in Freemarker 2.3 versions higher than 2.3.19)</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6347" target="external">[OFBIZ-6347]</a>] - Two order payment preferences are added to order, when order of order total 0(zero) is placed with Billing Account</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6374" target="external">[OFBIZ-6374]</a>] - PartyContentWrapper.getPartyContentAsText use wrong signature</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6396" target="external">[OFBIZ-6396]</a>] - Field Lookup do not show description when widget-verbose is set to false</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6397" target="external">[OFBIZ-6397]</a>] - Survey : FTL error message when using Enumeration or Geo question type</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6400" target="external">[OFBIZ-6400]</a>] - Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6425" target="external">[OFBIZ-6425]</a>] - FindService.performFindList listSize = null causes errors when list is empty because the rendering system expects 0</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6430" target="external">[OFBIZ-6430]</a>] - date-find in form widget does not persist value</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6444" target="external">[OFBIZ-6444]</a>] - Postal Address PDF Formatter Screen Problems</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6492" target="external">[OFBIZ-6492]</a>] - FTL errors at facility/control/authview/ViewContactMechs when TELECOM_NUMBER countryCode or contactNumber is blank</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6495" target="external">[OFBIZ-6495]</a>] - The filter-by-date="true" of <entity-condition/> in view entity PartyExport does not work</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6496" target="external">[OFBIZ-6496]</a>] - error in parsing array in ajaxUpdateAreas</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6520" target="external">[OFBIZ-6520]</a>] - Price of product does not shows up when you change currency of your store and setup product prices with new currency</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6530" target="external">[OFBIZ-6530]</a>] - Ajax request should be async</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6534" target="external">[OFBIZ-6534]</a>] - Same Billing Address generates an error</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6547" target="external">[OFBIZ-6547]</a>] - Screen with pagination on tables lead to multiple db entries when submitting</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6554" target="external">[OFBIZ-6554]</a>] - streamContentToBrowser fails when the file name contains a comma, only with Chrome.</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6555" target="external">[OFBIZ-6555]</a>] - errors and warning after load-extseed and running ofbiz</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6567" target="external">[OFBIZ-6567]</a>] - Wrong percent encoding in Webtool/SQL Processor</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6570" target="external">[OFBIZ-6570]</a>] - Anonymous unsubscribe from contact list generates an error</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6571" target="external">[OFBIZ-6571]</a>] - Error Adding items to a Customer Return Invoice</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6579" target="external">[OFBIZ-6579]</a>] - ERROR: could not find ModelField for entity name: ItemIssuanceQuantitySum and field: issuedDateTime</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6582" target="external">[OFBIZ-6582]</a>] - SQL Exceptions (OPTION) occuring when running OFBiz 13.07.02 against MySQL</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6594" target="external">[OFBIZ-6594]</a>] - Wrong Documentation for Temporal Expressions</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6602" target="external">[OFBIZ-6602]</a>] - Upgrade Tomcat from 7.0.59 to 7.0.64</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6605" target="external">[OFBIZ-6605]</a>] - createQuoteRole, createContentRole, and createRequirementRole allow for adding Roles to a Party without permissions</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6619" target="external">[OFBIZ-6619]</a>] - PurgeJob.java does not delete RecurrenceRule because it is still referenced by RecurrenceInfo</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6622" target="external">[OFBIZ-6622]</a>] - Incorrectly encoded url in form widget</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6624" target="external">[OFBIZ-6624]</a>] - error in isValidEan util</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6627" target="external">[OFBIZ-6627]</a>] - multiple select dropdown listbox shows only one entry</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6632" target="external">[OFBIZ-6632]</a>] - Incorrect comparison in TemporalExpressionWorker.java</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6637" target="external">[OFBIZ-6637]</a>] - Work Effort Month Calendar View Is Broken</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6641" target="external">[OFBIZ-6641]</a>] - Missing CountryCodeData.xml values for countries of the former Yugoslavia</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6642" target="external">[OFBIZ-6642]</a>] - Non-breaking space incorrectly encoded in forms</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6652" target="external">[OFBIZ-6652]</a>] - Errors in ProductSummary.groovy</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6654" target="external">[OFBIZ-6654]</a>] - Display of a recurrent workeffort in workeffort calendar do not respect estimatedStart/CompletionDate</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6666" target="external">[OFBIZ-6666]</a>] - ModelService constructor does not copy all attribute of service model.</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6674" target="external">[OFBIZ-6674]</a>] - In addToCart() method, reset shipment method information in cart only if shipping applies on product</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6681" target="external">[OFBIZ-6681]</a>] - Type-ahead regarding workeffort in AddQuoteWorkEffort</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6683" target="external">[OFBIZ-6683]</a>] - Type-ahead regarding workeffort in AddCommEventWorkEffort throws an error</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6687" target="external">[OFBIZ-6687]</a>] - org.ofbiz.entity.GenericModelException: Could not find definition for entity name FixedAssetMaintWorkEffort</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6697" target="external">[OFBIZ-6697]</a>] - CommunicationServices.createAttachmentContent duplicates attachments for existing CommunicationEvents</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6706" target="external">[OFBIZ-6706]</a>] - The Widget-style of a menuItem in his link when the menu is selected</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6707" target="external">[OFBIZ-6707] </a>] - WebtoolsUiLabels went missing</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6708" target="external">[OFBIZ-6708]</a>] - Missing userLogin error on party profile screen when 1st content is non public</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6725" target="external">[OFBIZ-6725]</a>] - Best Selling Products section in main order page takes into account cancelled orders</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6733" target="external">[OFBIZ-6733]</a>] - Error with Service Product Invoice Lines</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6741" target="external">[OFBIZ-6741]</a>] - The state list is not populated when trying to add a shipping address from the Quick Finalize Order screen.</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6743" target="external">[OFBIZ-6743]</a>] - Error on the Split Payment button from the Quick Finalize Order screen</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6753" target="external">[OFBIZ-6753]</a>] - DemoTaxAuthority.xml GL Account for USA_IRS is incorrect</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6763" target="external">[OFBIZ-6763]</a>] - Wrong purchase invoice item type for product type IDs RAW_MATERIAL, GOOD</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6778" target="external"> [OFBIZ-6778]</a>] - Possible "NPE" in viewcontent.ftl (found in trunk demo log)</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6779" target="external">[OFBIZ-6779]</a>] - Wrong entity condition expression for fetching the view entity PartyAndContactMech.</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6782" target="external">[OFBIZ-6782]</a>] - Service parameter should be required.</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6784" target="external">[OFBIZ-6784]</a>] - JobSandbox : reload crashed job maybe duplicate pending service</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6788" target="external">[OFBIZ-6788]</a>] - OFBIZ not generating pdf invoices</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6789" target="external">[OFBIZ-6789]</a>] - image management cannot share images</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6797" target="external">[OFBIZ-6797]</a>] - Typo in ecommerce productdetail</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6799" target="external">[OFBIZ-6799]</a>] - Export Chart of Account as PDF is broken.</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6856" target="external">[OFBIZ-6856]</a>] - ContactMechs Label</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6888" target="external">[OFBIZ-6888]</a>] - GroovyEngine.serviceInvoker masks Groovy script exceptions in some cases</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6910" target="external">[OFBIZ-6910]</a>] - Newly created id should be out from service 'createProductFeatureType'</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6918" target="external">[OFBIZ-6918]</a>] - ApplicationDecorator Entity-One Screen Action Incomplete Primary Key</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6920" target="external">[OFBIZ-6920]</a>] - Credit card details cannot be updated</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6922" target="external">[OFBIZ-6922]</a>] - Currently the testRemoteSoap test service does not work.</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6933" target="external">[OFBIZ-6933]</a>] - When we update the Allow order decimal quantity to N for product store and update the unit price of item in shopping cart then its shown error.</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6937" target="external">[OFBIZ-6937]</a>] - Company Check payment method should be shown when issuing chek</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6961" target="external">[OFBIZ-6961] </a>] - popup fades in and out non-stop when hovers on a product image in list view</li>
</ul>
<h2>Improvement</h2>
<ul>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6185" target="external">[OFBIZ-6185]</a>] - Type-ahead regarding LookupInvoice in AP doesn't return result</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6415" target="external">[OFBIZ-6415]</a>] - renderTextFindField doesn't reselect operation dropdown or ignoreCase checkbox</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6417" target="external">[OFBIZ-6417]</a>] - renderDateFindField doesn't reselect operation</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6566" target="external">[OFBIZ-6566]</a>] - SecurityGroup doesn't get removed from a Party</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6721" target="external">[OFBIZ-6721]</a>] - org.ofbiz.common.login.LoginServices.userLogin causes stack track when username or password is incorrect</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6727" target="external">[OFBIZ-6727]</a>] - Webtools Entity edition, the suggested date and time formats are not localised</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6908" target="external">[OFBIZ-6908]</a>] - Received quantity not shown on order view screen</li>
</ul>
<h2>Task</h2>
<ul>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6380" target="external">[OFBIZ-6380]</a>] - Update Log4j 2.2 to 2.3</li>
</ul>
<h2>Sub Task</h2>
<ul>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-5634" target="external">[OFBIZ-5634]</a>] - Error in pagination in createProductSubscriptionResource (Catalog)</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-5801" target="external">[OFBIZ-5801]</a>] - Upgrade Axis2 to 1.6.3</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6568" target="external">[OFBIZ-6568]</a>] - Update Groovy to 2.4.5 version</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6726" target="external">[OFBIZ-6726]</a>] - Update commons collections to 3.2.2 because of known possible exploit</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6751" target="external">[OFBIZ-6751]</a>] - POI security fix</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6752" target="external">[OFBIZ-6752]</a>] - Updates Tomcat to 7.0.65</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6754" target="external">[OFBIZ-6754]</a>] - Update Spring Framework</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6800" target="external">[OFBIZ-6800]</a>] - Another .fo.ftl file use "align" attribute in "<fo:block>" tag.</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6905" target="external">[OFBIZ-6905]</a>] - Update Xalan libs to version 2.7.2 because of CVE-2014-0107</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6913" target="external">[OFBIZ-6913]</a>] - Update Tomcat to 7.0.68</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6916" target="external">[OFBIZ-6916]</a>] - Upgrade Axis2 to 1.7.1</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6942" target="external">[OFBIZ-6942]</a>] - Comment out RMI related code because of the Java deserialization issue</li>
<li>[<a href="//issues.apache.org/jira/browse/OFBIZ-6959" target="external">[OFBIZ-6959]</a>] - Update XStream lib to prevent XML External Entity (XXE) Processing</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</section><!-- footer -->
<footer class="footer1">
<div class="container" id="footer">
<div class="row">
<div class="span6 timelineWidget">
<h2>Latest tweets</h2>
<!--
<div class="divider"><span></span></div>
<ul class="socialNetwork nav">
<li>
<a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
target="external" title="follow us on Twitter"><span>twitter</span></a>
</li>
<li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips" title="follow us on Youtube"><span>Youtube</span></a></li>
<li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips" title="follow us on Facebook"><span>facebook</span></a></li>
<li><a href="#" class="icon-rss socialIcon tips" title="Our rss feed"><span>rss feed</span></a></li>
<li><a href="#" class="icon-gplus socialIcon tips" title="follow us on Google +"><span>google +</span></a></li>
<li><a href="#" class="icon-instagram socialIcon tips" title="follow us on Instagram"><span>instagram</span></a></li>
<li><a href="#" class="icon-linkedin socialIcon tips" title="follow us on Linkedin"><span>linkedin</span></a></li>
<li><a href="#" class="icon-pinterest-circled socialIcon tips" title="follow us on Pinterest"><span>Pinterest</span></a></li>
</ul>
-->
<div id="twitterFrame"> <a class="twitter-timeline" href="//twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896" data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<div class="span3 contactWidget">
<h2>Contact Community</h2>
<div class="divider"><span></span></div>
<ul>
<li><a href="mailing-lists.html">Mailing Lists</a></li>
<li><a href="source-repositories.html">Source Repository (SVN)</a></li>
<li><a href="//issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
<li><a href="//www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
<li><a href="//vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
<li>
<a href="//s.apache.org/ofbiz-slack-channel" target="external">OFBiz Chat</a><br/>
<span class="footer-note">
Note: To chat with users and developers of Apache OFBiz.
<br>Please create a Slack account using <a href="//s.apache.org/slack-invite" target="external">this invite link</a> and
<a href="//s.apache.org/ofbiz-slack-channel" target="external">join the <b>#ofbiz channel</b>.</a>
Please do <b>not</b> ask OFBiz questions in the #general channel.
</span>
</li>
</ul>
</div>
<div class="span3 sociallWidget">
<h2>ASF Information</h2>
<div class="divider"><span></span></div>
<ul>
<li><a href="https://www.apache.org/foundation/" target="external">Apache Software Foundation</a></li>
<li><a href="https://www.apache.org/events/current-event" target="external">Events</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html" target="external">Sponsorship</a>
and <a href="https://www.apache.org/foundation/contributing.html" target="external">Donations</a>
</li>
<li><a href="https://www.apache.org/foundation/thanks.html" target="external">Thanks</a></li>
<li><a href="https://ofbiz.apache.org/security.html">Security</a></li>
<li><a href="https://www.apache.org/licenses/" target="external">License</a></li>
</ul>
</div>
</div>
</div>
</footer>
<footer class="footer2" id="footerRights">
<div class="container">
<div class="row">
<div class="span12">
<p>
Copyright © 2019 The Apache Software Foundation.
<a href="https://www.apache.org/licenses/" target="external">Licensed under the Apache License, Version 2.0</a>.<br/>
Apache OFBiz, OFBiz, the project logo and the Apache feather logo are trademarks of <a href="https://www.apache.org/" target="external">The Apache Software Foundation.</a>
</p>
</div>
</div>
</div>
</footer>
<!-- footer -->
</div>
<!-- globalWrapper -->
<script type="text/javascript" src="js/plugins/respond/respond.min.js"></script>
<script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="js/plugins/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
<!-- third party plugins -->
<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap-carousel.js"></script>
<script type="text/javascript" src="js/plugins/easing/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/plugins/pretty-photo/js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/plugins/hoverdir/jquery.hoverdir.js"></script>
<!-- jQuery KenBurn Slider -->
<script type="text/javascript" src="js/plugins/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
<script type="text/javascript" src="js/plugins/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<!-- Custom -->
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', UA]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>