details:   https://code.openbravo.com/erp/devel/main/rev/3567008be14f
changeset: 35634:3567008be14f
user:      Javier Armendáriz <javier.armendariz <at> openbravo.com>
date:      Fri Apr 12 14:54:40 2019 +0200
summary:   Fixed issue 40604: NPE if email timeout is not set

Adding another null check to verify not only in the case that the email config
does not exist, but also that the timeout value is empty. In both cases the
default timeout should be used.

details:   https://code.openbravo.com/erp/devel/main/rev/89116c77cd58
changeset: 35635:89116c77cd58
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Wed Apr 17 12:57:28 2019 +0200
summary:   fixed bug 40634: Discounts and Promotions window fails under some 
circumstances

  When Discount and Promotions view was requested having previously initialized
  ADCS with that window via FIC a LazyInitializationException was thrown.

  The problem is this window has a tree reference field which was partially 
initialized
  in ADCS.

details:   https://code.openbravo.com/erp/devel/main/rev/c3055c4ae085
changeset: 35636:c3055c4ae085
user:      Nono Carballo <nonofce <at> gmail.com>
date:      Tue Apr 23 11:41:35 2019 +0200
summary:   Fixes issue 40638 fix match business partner by token

Fix match business partner by token in import bank statement process
Do properly the get in businessPartnersScroll

details:   https://code.openbravo.com/erp/devel/main/rev/6f0c86a72a31
changeset: 35637:6f0c86a72a31
user:      Sandra Huguet <sandra.huguet <at> openbravo.com>
date:      Wed Apr 24 13:20:11 2019 +0200
summary:   Fixed issue 40671 Fix query to compare organization with 
corresponding id.

Fix query to compare organization with corresponding id instead of the
business object.

Fix wrong filter date, period.getEndingDate() is used and the correct
one is period.getStartingDate().

details:   https://code.openbravo.com/erp/devel/main/rev/514d009e7897
changeset: 35638:514d009e7897
user:      Nono Carballo <nonofce <at> gmail.com>
date:      Thu Apr 25 12:39:23 2019 +0200
summary:   Fixes issue 40681: Prevents use of string concatenation in query

Query to get business partners was formed using string concatenation.
This fix replaces the string concatenation by bind parameters in query.

details:   https://code.openbravo.com/erp/devel/main/rev/6182a34d4e8d
changeset: 35639:6182a34d4e8d
user:      Sandra Huguet <sandra.huguet <at> openbravo.com>
date:      Thu Apr 25 13:12:34 2019 +0200
summary:   related to issue 40681 code review changes

details:   https://code.openbravo.com/erp/devel/main/rev/98ad0cda8d6f
changeset: 35640:98ad0cda8d6f
user:      Nono Carballo <nonofce <at> gmail.com>
date:      Tue Apr 30 13:06:40 2019 +0200
summary:   Fixes issue 40704: Escapes values printed to servlet response

Escapes values before printing them to Servlet response.

details:   https://code.openbravo.com/erp/devel/main/rev/9296e31a9c1b
changeset: 35641:9296e31a9c1b
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Thu Apr 11 08:32:00 2019 +0200
summary:   fixed issue 40712: HelpWindow.generateWindow is not using 
bind-variables

details:   https://code.openbravo.com/erp/devel/main/rev/1ea3852fd096
changeset: 35642:1ea3852fd096
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Thu May 02 17:24:56 2019 +0200
summary:   fixes bug 40643: centralize in XMLUtils creation of objects to deal 
with XML

details:   https://code.openbravo.com/erp/devel/main/rev/a6071ba31e77
changeset: 35643:a6071ba31e77
user:      Nono Carballo <nonofce <at> gmail.com>
date:      Thu May 02 12:00:38 2019 -0400
summary:   Fixes issue 40699: Uses bind parameters in query

Instead of using string concatenation to form the query, bind parameters are
used.

details:   https://code.openbravo.com/erp/devel/main/rev/210417cb1b7e
changeset: 35644:210417cb1b7e
user:      Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
date:      Fri May 03 09:54:13 2019 +0200
summary:   Related to issue 40699: code review improvements
Centralize localStrLine definition in just one line, when it's used.
Change parameter names to make more difficult to have conflicts with user 
defined params.
Remove 'if' for corner case. This creates a very small change in this scenario:
  select 'RecordId: ' || @RecordId@ || ', Line: ' || @Line@ from dual
  When Line is null then:
    Before: NULL
    After: RecordId: 3232199ED4824EE3A07BCC1E580ABFE7, Line: NULL

details:   https://code.openbravo.com/erp/devel/main/rev/d8689f27a689
changeset: 35645:d8689f27a689
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Mon May 06 10:09:03 2019 +0200
summary:   fixes issue 40742: wrong export to CSV having the grid filtered by a 
date time

After the following changeset[1], exporting the grid to CSV was not working 
properly having the grid filtered by a date time column. Although the fix is 
correct, it caused the criteria sent to the datasource in this type of requests 
to stop being handled properly.

To avoid this problem, when exporting to CSV a grid filtered by a date time 
column we send in the criteria the plain date (in the same way as it is being 
done for the standard grid DS requests) and the datasource will take care of 
building the date filter properly through the AdvancedQueryBuilder.

details:   https://code.openbravo.com/erp/devel/main/rev/576a9489a3d5
changeset: 35646:576a9489a3d5
user:      Jorge Garcia <jorge.garcia <at> openbravo.com>
date:      Mon May 06 16:53:40 2019 +0200
summary:   Fixed issue 40790: Roles require back-office access to log in to 
mobile apps

MobileLoginHandler does a back-office login to later select mobile default role,
it expects back-office to fail and keep session in case of restricted role login
attempt.

Back-office login handler was changed to fail and remove session in case there 
is
no back-office role in current user's list. This made not possible to log in to
mobile apps.

Now if logging in to a mobile application session is kept after failure as it 
was
before.

details:   https://code.openbravo.com/erp/devel/main/rev/fafb4a9c79cc
changeset: 35647:fafb4a9c79cc
user:      Augusto Mauch <augusto.mauch <at> openbravo.com>
date:      Mon May 06 16:47:56 2019 +0200
summary:   Fixes issue 40781: Standard properties are taken from underlying 
window in P&E

When a P&E window contains a grid and a request to the datasource of the P&E 
window is done, it is
not clear whether the P&E grid or the underlying grid standard properties 
(tabId, tableId, windowId, etc)
should be included in the contextInfo.

Before this changeset [1] was pushed, the standard properties were taken from 
the underlying grid. The
changeset modified the behaviour, so that the P&E grid standard properties were 
included instead.
This was necessary because the SelectorConstants.includeOrgFilter method needed 
the table ID of the
P&E grid.

But the change caused another problem: Some OBBindings were relying on the 
underlying grid standard
properties being included in the contextInfo.

To fix both problems, now a new property called inpPickAndExecuteTableId is 
included when doing a
request from a P&E grid, and that property is referenced by 
SelectorConstants.includeOrgFilter.

The contextInfo now will include the standard properties of the underlying 
grid, as it was done
before [1].

[1] 
https://code.openbravo.com/erp/devel/pi/rev/1ed089db27e7036cf53026ca873dbcf104d79bb9

details:   https://code.openbravo.com/erp/devel/main/rev/5b4b00325192
changeset: 35648:5b4b00325192
user:      Pablo Lujan <pablo.lujan <at> openbravo.com>
date:      Tue May 07 12:30:38 2019 +0200
summary:   Fixes issue 40797 Updates the list of supported and recommended 
browsers

details:   https://code.openbravo.com/erp/devel/main/rev/cd03b69e0133
changeset: 35649:cd03b69e0133
user:      Pablo Lujan <pablo.lujan <at> openbravo.com>
date:      Tue May 07 12:31:52 2019 +0200
summary:   Related with issue 40797 Merge from local branch

details:   https://code.openbravo.com/erp/devel/main/rev/0746a92970dd
changeset: 35650:0746a92970dd
user:      Nono Carballo <nonofce <at> gmail.com>
date:      Mon Apr 22 16:23:50 2019 -0400
summary:   Fixes issue 40775: Uses bind parameters in query

Instead of using string concatenation in query, bind parameters are used.

details:   https://code.openbravo.com/erp/devel/main/rev/c03ee8a6a9c9
changeset: 35651:c03ee8a6a9c9
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Wed May 08 11:09:42 2019 +0200
summary:   fixes 40751: raised minimum supported Oracle database version from 
11.1 to 11.2

details:   https://code.openbravo.com/erp/devel/main/rev/5b358f1d263f
changeset: 35652:5b358f1d263f
user:      Nono Carballo <nonofce <at> gmail.com>
date:      Mon Apr 22 15:04:05 2019 -0400
summary:   Fixes issue 40772: Uses bind parameters in query

Instead of using string concatenation in client and organization filters in
where clause, bind parameters are used

details:   https://code.openbravo.com/erp/devel/main/rev/5f8913c80af5
changeset: 35653:5f8913c80af5
user:      RM packaging bot <staff.rm <at> openbravo.com>
date:      Thu May 09 12:09:21 2019 +0000
summary:   Update AD_MODULE version to 3.0PR19Q2

details:   https://code.openbravo.com/erp/devel/main/rev/edfc7e0681c5
changeset: 35654:edfc7e0681c5
user:      RM packaging bot <staff.rm <at> openbravo.com>
date:      Thu May 09 12:09:21 2019 +0000
summary:   Added tag 3.0PR19Q2 for changeset 5f8913c80af5

details:   https://code.openbravo.com/erp/devel/main/rev/dd1c4cddb98b
changeset: 35655:dd1c4cddb98b
user:      RM packaging bot <staff.rm <at> openbravo.com>
date:      Thu May 09 12:09:21 2019 +0000
summary:   Added signature for changeset edfc7e0681c5

details:   https://code.openbravo.com/erp/devel/main/rev/adfd6d50cccf
changeset: 35656:adfd6d50cccf
user:      RM packaging bot <staff.rm <at> openbravo.com>
date:      Tue May 21 05:59:00 2019 +0000
summary:   Merge temporary head for 3.0PR19Q2

diffstat:

 .hgsigs |  3 +++
 .hgtags |  3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 7c04f98ee9fd -r adfd6d50cccf .hgsigs
--- a/.hgsigs   Thu Mar 28 22:29:08 2019 -0400
+++ b/.hgsigs   Tue May 21 05:59:00 2019 +0000
@@ -243,4 +243,7 @@
 75b4bc3d1f6f172a24506f5f72ce3137fa23aa7b 0 
iF0EABECAB0WIQQwlWrRXxlUdnEi7O8Jf+gZ/7aqQwUCXA380QAKCRAJf+gZ/7aqQz70AKCz/O6ZFoJ9ewfn1JayCUThy5+mrQCeMkwewiAYcsfmFxp16XA497wv158=
 e608a90d459c54db28903268ce5930e230af8e6f 0 
iF0EABECAB0WIQQwlWrRXxlUdnEi7O8Jf+gZ/7aqQwUCXCMjxQAKCRAJf+gZ/7aqQzC/AJ9XbUfKrdRJWO2jbnBYCFGSeUQsDwCgiOfjBtc3k+hWxB6NWUPukzcduoo=
 c508fdfd08e0165b19ce0b036057fb477ec53b2d 0 
iF0EABECAB0WIQQwlWrRXxlUdnEi7O8Jf+gZ/7aqQwUCXHaDaQAKCRAJf+gZ/7aqQ+WQAKC9aZKEZiAzmHtHS2DU/BebakLrDwCgmPGmEdALKCn+hWjKUkLY6Yc5FbI=
+ab23c5504c6082c745fd74bdbd8790040217373e 0 
iF0EABECAB0WIQQwlWrRXxlUdnEi7O8Jf+gZ/7aqQwUCXLV8WwAKCRAJf+gZ/7aqQyGHAKCi6W3sN7+WShE66VENLwKlvrlWDQCeP0Fu2ITFgmftDOoad6iIaEogDCA=
 6154268d4b94fc3e4eee2a6e42cc1bd2cb7c3988 0 
iF0EABECAB0WIQQwlWrRXxlUdnEi7O8Jf+gZ/7aqQwUCXJtnAAAKCRAJf+gZ/7aqQxgWAKDD39xe/9/GPyV2/8flksKGQs+RlgCeM5lTApT6W4dcmB+5aN3yCDmDdlI=
+10080fe6bda147693cc393a808d1c3b08717dff3 0 
iF0EABECAB0WIQQwlWrRXxlUdnEi7O8Jf+gZ/7aqQwUCXNFiOQAKCRAJf+gZ/7aqQy9/AJ4uFDZAAKj7w4tDqWvjCgiwisMgLACfVhQYjql8qv4znV+JqTvNwQsa9Y0=
+edfc7e0681c503730dc95a54d3453e65bf3d84b4 0 
iF0EABECAB0WIQQwlWrRXxlUdnEi7O8Jf+gZ/7aqQwUCXNQYcQAKCRAJf+gZ/7aqQ/W4AKDjpetja4KWDlW8sIIhgQI+NpP3cACeIPbP1VzxSdFsO/DXBjKzUT4O8gc=
diff -r 7c04f98ee9fd -r adfd6d50cccf .hgtags
--- a/.hgtags   Thu Mar 28 22:29:08 2019 -0400
+++ b/.hgtags   Tue May 21 05:59:00 2019 +0000
@@ -254,4 +254,7 @@
 9a7acd649cfcb6ea234c52263051d7e33e4ce333 3.0PR18Q4
 a67abc7a3690347038295600eeb97f92460cc742 3.0PR18Q4.1
 c23ab3fedd95c122ea2e49cb4a9d6744f75dd975 3.0PR18Q4.2
+e735af032865638eb4f37c83926e20eae145819c 3.0PR18Q4.3
 66655fa7994900d014804a4d6cc7a88579c8fb9e 3.0PR19Q1
+5a9355cfa0e6a56f4eeba25c54650ab5c139121e 3.0PR19Q1.1
+5f8913c80af55c56243869979d07a219f902b1ce 3.0PR19Q2


_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to