details: https://code.openbravo.com/erp/devel/main/rev/b66b4b64a2e5 changeset: 35331:b66b4b64a2e5 user: Augusto Mauch <augusto.mauch <at> openbravo.com> date: Mon Dec 31 15:58:22 2018 +0100 summary: Fixes issue 39869: Replaces SUBREP_ prefix in report
The SUBREP_ prefix can only be used in a report parameter if there exists a jrxml file wich the same name as the parameter suffix. Otherwise the report is not generated. details: https://code.openbravo.com/erp/devel/main/rev/40ebfe718e9f changeset: 35332:40ebfe718e9f user: Sandra Huguet <sandra.huguet <at> openbravo.com> date: Thu Jan 03 09:05:35 2019 +0100 summary: related to issue 39869 update copyright year details: https://code.openbravo.com/erp/devel/main/rev/60670578810a changeset: 35333:60670578810a user: Atul Gaware <atul.gaware <at> openbravo.com> date: Thu Jan 10 12:26:05 2019 +0530 summary: Fixes Issue 39891:Cannot process a Simple G/L Journal with Open Items option selected on a line Type of typed query was wrongly mentioned during hibernate upgrade, org.openbravo.model.financialmgmt.accounting.coa.AcctSchema required instead of org.openbravo.erpCommon.ad_forms.AcctSchema details: https://code.openbravo.com/erp/devel/main/rev/34ac948c8a6a changeset: 35334:34ac948c8a6a user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Mon Jan 14 10:37:29 2019 +0100 summary: fixes bug 39904: link to a document isn't followed properly after login Before[1] the URL query string used to specify the link to a concrete document was being stored in session. After that changeset the code to save that value in session was no longer being executed, so it was not possible to recover the document link information. To solve this problem now we keep the query string with the link information in the URL, and we retrieve it from there when needed. [1] https://code.openbravo.com/erp/devel/pi/rev/6d6a3a710fd21bbc60de46c5778b212c64ec300c details: https://code.openbravo.com/erp/devel/main/rev/2ed790547310 changeset: 35335:2ed790547310 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Mon Jan 14 13:23:02 2019 +0100 summary: related to issue 39904: make it work also when redirecting to Menu.html This flow happens when some kind of license restriction is detected during the login process details: https://code.openbravo.com/erp/devel/main/rev/6b710a4c69d9 changeset: 35336:6b710a4c69d9 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Tue Jan 15 13:57:46 2019 +0100 summary: fixes issue 39953: Not possible to filter by characteristic in Create Lines The changeset[1] was not taking into account the possibility of having a field with a name that already contains 'product'. This can happen when having a property field like: product.characteristicDescription. In that case an extra 'product' was being added to the propery path which resulted in a wrong HQL where clause definition for the characteristic filter. Now we do not append 'product' to the property path in case it already starts with it. [1] https://code.openbravo.com/erp/devel/pi/rev/f2979bad688953ced9571ab74cf312c989a0f81b details: https://code.openbravo.com/erp/devel/main/rev/4928dadd5d57 changeset: 35337:4928dadd5d57 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Thu Jan 24 10:54:34 2019 +0100 summary: related to issue 40015: apply new Java formatting details: https://code.openbravo.com/erp/devel/main/rev/9cf8c26a4b17 changeset: 35338:9cf8c26a4b17 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Thu Jan 24 10:05:04 2019 +0100 summary: fixes issue 40015: Concurrency problems in MyOpenbravoActionHandler As part of the changes done to decrease the time spent to load the widgets after login, the WidgetProviders are cached[1]. This kind of classes had a private field named widgetClass (a DAL object) which could cause errors when accessing to some of its properties in a concurrent way. To fix this issue we are now keeping in cache the properties of the WidgetClass instead of keeping the reference to the DAL object. [1] https://code.openbravo.com/erp/devel/pi/rev/2a1a09ee6e6852cb977efa1a987e27d2811e9127#l1.178 details: https://code.openbravo.com/erp/devel/main/rev/a7776fdd82a7 changeset: 35339:a7776fdd82a7 user: Atul Gaware <atul.gaware <at> openbravo.com> date: Wed Feb 13 10:00:08 2019 +0530 summary: Fixes Issue 40129:Set two new columns in C_Invoice as nullable and do not set a default value ** Remove NOT NULL constraint for columns CREATEFROMORDERS, CREATEFROMINOUTS ** Avoid setting DEFAULT value N for above columns. ** Remove check constraint either Y or N for above columns. details: https://code.openbravo.com/erp/devel/main/rev/e8d4d40a132e changeset: 35340:e8d4d40a132e user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Mon Feb 18 14:08:49 2019 +0100 summary: related to issue 40233: backported formatting rules details: https://code.openbravo.com/erp/devel/main/rev/bbfb0b1d2675 changeset: 35341:bbfb0b1d2675 user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Mon Feb 18 14:55:05 2019 +0100 summary: fixed issue 40233: backported Java sources reformat to 19Q1 details: https://code.openbravo.com/erp/devel/main/rev/49e182bcac2d changeset: 35342:49e182bcac2d user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Mon Feb 18 16:42:53 2019 +0100 summary: related to issue 40235: update DBSM library details: https://code.openbravo.com/erp/devel/main/rev/04f9212389cc changeset: 35343:04f9212389cc user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Mon Feb 18 17:00:06 2019 +0100 summary: related to issue 40235: update DBSM library details: https://code.openbravo.com/erp/devel/main/rev/42d7938062af changeset: 35344:42d7938062af user: Atul Gaware <atul.gaware <at> openbravo.com> date: Wed Feb 20 09:46:02 2019 +0530 summary: Fixes Issue 0040240:Unpost process can be very slow To use existing index fact_acct_table_record_id for ad_table_id and record_id columns of fact_acct, ad_table_id is added in AND clause of exists subquery from fact_acct table only if record id is sent to getDocbasetypes method. details: https://code.openbravo.com/erp/devel/main/rev/fba4aab80022 changeset: 35345:fba4aab80022 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Thu Feb 21 19:05:49 2019 +0100 summary: fixes issue 40255: The woodstox library is not required at runtime The woodstox library which provides an implementation of the Stax XML API is used by DBSM for export/import taks but it is not required at runtime. Therefore, now we are not copying it when deploying the context. details: https://code.openbravo.com/erp/devel/main/rev/0be84b0c47a1 changeset: 35346:0be84b0c47a1 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Fri Feb 22 10:24:28 2019 +0100 summary: related to issue 40233: small javadoc fixes Backported also fix for javadoc warnings that appear with the new eclipse preferences details: https://code.openbravo.com/erp/devel/main/rev/cd6d427ac706 changeset: 35347:cd6d427ac706 user: Javier Armendáriz <javier.armendariz <at> openbravo.com> date: Wed Feb 20 10:42:06 2019 +0100 summary: Fixed issue 40258: Wrong tab behavior on grid view in Firefox 65+. Applied a patch from latest Smartclient 12 code that prevents that keypress events are fired twice for tab key in Firefox 65+. details: https://code.openbravo.com/erp/devel/main/rev/ed8211bf7fdb changeset: 35348:ed8211bf7fdb user: Javier Armendáriz <javier.armendariz <at> openbravo.com> date: Thu Feb 28 10:53:54 2019 +0100 summary: Fixed issue 40295: RemoteCallManager response not handled when timemout is fired. Removed result sanitizing in RPCManager. This makes timeout message appears but also marks the request as complete and the actual response is not processed when it arrives. details: https://code.openbravo.com/erp/devel/main/rev/b1710472ecf0 changeset: 35349:b1710472ecf0 user: Javier Armendáriz <javier.armendariz <at> openbravo.com> date: Thu Feb 28 19:09:58 2019 +0100 summary: Fixed issue 40301: High memory usage on tests using arquillian Adding arquillian suite extension to avoid creating the same deployment for each test thus reducing memory impact on tests. details: https://code.openbravo.com/erp/devel/main/rev/660371b53c81 changeset: 35350:660371b53c81 user: Atul Gaware <atul.gaware <at> openbravo.com> date: Thu Feb 28 11:24:05 2019 +0530 summary: Fixes Issue 0040314:Create Shipments From Orders is linking invoice lines with shipment lines that have different products if the order is invoiced Reset the m_inoutline_id stored in v_NextNo when a new orderline is being used to create m_inoutline record details: https://code.openbravo.com/erp/devel/main/rev/b8104830a39b changeset: 35351:b8104830a39b user: Atul Gaware <atul.gaware <at> openbravo.com> date: Tue Mar 05 19:04:20 2019 +0530 summary: Fixes Issue 0040322: Manage pre-reservation not possible ** Do not use strict join on storage bin in query used to get selected lines to avoid skipping of reservation stock (pre-reservation) as they do not have storage bins, hence used left join in place. details: https://code.openbravo.com/erp/devel/main/rev/3eb04fed1351 changeset: 35352:3eb04fed1351 user: Javier Armendáriz <javier.armendariz <at> openbravo.com> date: Thu Mar 21 09:52:12 2019 +0100 summary: Fixed issue 40426: log config file not created when updating from 18Q4.1+ Removed execution limit, so this build validation is executed when log4j2*.xml is not found. details: https://code.openbravo.com/erp/devel/main/rev/92f98fc5a640 changeset: 35353:92f98fc5a640 user: RM packaging bot <staff.rm <at> openbravo.com> date: Wed Mar 27 12:03:47 2019 +0000 summary: Dummy commit to increment the obx version details: https://code.openbravo.com/erp/devel/main/rev/66655fa79949 changeset: 35354:66655fa79949 user: RM packaging bot <staff.rm <at> openbravo.com> date: Wed Mar 27 12:05:20 2019 +0000 summary: Update AD_MODULE version to 3.0PR19Q1 details: https://code.openbravo.com/erp/devel/main/rev/6154268d4b94 changeset: 35355:6154268d4b94 user: RM packaging bot <staff.rm <at> openbravo.com> date: Wed Mar 27 12:05:20 2019 +0000 summary: Added tag 3.0PR19Q1 for changeset 66655fa79949 details: https://code.openbravo.com/erp/devel/main/rev/b31c6583295f changeset: 35356:b31c6583295f user: RM packaging bot <staff.rm <at> openbravo.com> date: Wed Mar 27 12:05:21 2019 +0000 summary: Added signature for changeset 6154268d4b94 details: https://code.openbravo.com/erp/devel/main/rev/a1f02ffebeaa changeset: 35357:a1f02ffebeaa user: RM packaging bot <staff.rm <at> openbravo.com> date: Wed Mar 27 12:16:25 2019 +0000 summary: Merge temporary head for 3.0PR19Q1 diffstat: .hgsigs | 3 +++ .hgtags | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diffs (24 lines): diff -r 017b7152d4b2 -r a1f02ffebeaa .hgsigs --- a/.hgsigs Fri Dec 28 15:50:59 2018 +0000 +++ b/.hgsigs Wed Mar 27 12:16:25 2019 +0000 @@ -239,5 +239,8 @@ 6a52d785570ecc2a63ba164aa50efa0b463917bd 0 iEYEABECAAYFAlvXCzAACgkQCX/oGf+2qkP3xQCgqKlwdDqMVRAsTFoEwi8gK16UtRIAnRVH6VaLpC/Yh7OgsjpO+rzj9AKp 858933b8d4f0bd4ee7e278e2530a1b476a8e4fa9 0 iEYEABECAAYFAlv74bwACgkQCX/oGf+2qkNQCwCgl168atYYGOuVSkFeqvY6bAXC3m8An1eBFNK0jTdGC1TSahJ2gyQu/GOe 6f6d0aa1ad00e1429e8c9c3322a4f2548ba485c4 0 iEYEABECAAYFAlwjGDMACgkQCX/oGf+2qkNG7ACg378s5KJSDSn+XVb/oX2psQa/UAEAoKTvf3TWRu6zu26eDxZCDIXPJCvp +8b5dcae632a712dcd008a7b443275feabb96124d 0 iEYEABECAAYFAlxzd1cACgkQCX/oGf+2qkP4QwCbBrJsc3EKBLwCor/dKKpvZTeei6IAni7w8nCPCBT2wVoJpQct5hy4mBVZ 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= +6154268d4b94fc3e4eee2a6e42cc1bd2cb7c3988 0 iF0EABECAB0WIQQwlWrRXxlUdnEi7O8Jf+gZ/7aqQwUCXJtnAAAKCRAJf+gZ/7aqQxgWAKDD39xe/9/GPyV2/8flksKGQs+RlgCeM5lTApT6W4dcmB+5aN3yCDmDdlI= diff -r 017b7152d4b2 -r a1f02ffebeaa .hgtags --- a/.hgtags Fri Dec 28 15:50:59 2018 +0000 +++ b/.hgtags Wed Mar 27 12:16:25 2019 +0000 @@ -250,5 +250,8 @@ b8cd708f773317970a8024f2e5b6c0ea4417e4b5 3.0PR18Q3.2 5a97b89aa2f1202519525757dcfb699ec267e794 3.0PR18Q3.3 9ea275f262ba099f339fa9f06a87836b605d6123 3.0PR18Q3.4 +a68402a5ca6f812dcf5a6b0b7505cbafc64384b6 3.0PR18Q3.5 9a7acd649cfcb6ea234c52263051d7e33e4ce333 3.0PR18Q4 a67abc7a3690347038295600eeb97f92460cc742 3.0PR18Q4.1 +c23ab3fedd95c122ea2e49cb4a9d6744f75dd975 3.0PR18Q4.2 +66655fa7994900d014804a4d6cc7a88579c8fb9e 3.0PR19Q1 _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits