Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041683Retail ModulesWeb POSpublic2019-08-23 10:112019-09-12 09:47
adrianromero 
adrianromero 
normalminorhave not tried
closedfixed 
5
 
RR19Q4 
marvintm
No
0041683: Upgrade Crypto-JS library and include all modules
Crypto-JS is a javascript library that provides a set of encoding, hashing ad cypher algorithms.

The current version is old and only includes the sha1 hashing algorithm. For new functionalities it is required the new version with all its functionality.
N/A
No tags attached.
Issue History
2019-08-23 10:11adrianromeroNew Issue
2019-08-23 10:11adrianromeroAssigned To => Retail
2019-08-23 10:11adrianromeroTriggers an Emergency Pack => No
2019-08-23 15:31hgbotCheckin
2019-08-23 15:31hgbotNote Added: 0114251
2019-08-23 15:31hgbotStatusnew => resolved
2019-08-23 15:31hgbotResolutionopen => fixed
2019-08-23 15:31hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/116cf816691b5c4f434f6df6c54d13136ea629b3 [^]
2019-08-23 15:34adrianromeroReview Assigned To => marvintm
2019-08-26 12:55marvintmAssigned ToRetail => adrianromero
2019-08-27 12:01hgbotCheckin
2019-08-27 12:01hgbotNote Added: 0114281
2019-08-27 12:49hgbotCheckin
2019-08-27 12:49hgbotNote Added: 0114282
2019-09-12 09:47marvintmStatusresolved => closed
2019-09-12 09:47marvintmFixed in Version => RR19Q4

Notes
(0114251)
hgbot   
2019-08-23 15:31   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 116cf816691b5c4f434f6df6c54d13136ea629b3
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Aug 23 11:50:16 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/116cf816691b5c4f434f6df6c54d13136ea629b3 [^]

Fixes issue 0041683: Upgrade Crypto-JS library and include all modules
* Adds the Crypto-JS library version 3.1.9-1 and removes the old one

---
M legal/Crypto-js-license.txt
M src/org/openbravo/mobile/core/LibraryResource.java
A web/org.openbravo.mobile.core/lib/vendor/crypto-js/3.1.9-1/crypto-js.js
A web/org.openbravo.mobile.core/lib/vendor/crypto-js/3.1.9-1/crypto-js.min.js
A web/org.openbravo.mobile.core/lib/vendor/crypto-js/3.1.9-1/crypto-js.min.js.map
R web/org.openbravo.mobile.core/lib/vendor/core.js
R web/org.openbravo.mobile.core/lib/vendor/core.min.js
R web/org.openbravo.mobile.core/lib/vendor/sha1.js
R web/org.openbravo.mobile.core/lib/vendor/sha1.min.js
---
(0114281)
hgbot   
2019-08-27 12:01   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 0a806b1c86f6fdd2f687fee0d84e7f253dd9b029
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Aug 27 11:58:46 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0a806b1c86f6fdd2f687fee0d84e7f253dd9b029 [^]

Related issue 0041683: Upgrade Crypto-JS library and include all modules
* Adds the Crypto-JS library version 3.1.9-1 and removes the old one
* Adjusts license files

---
M legal/Crypto-js-license.txt
M legal/Licensing.txt
---
(0114282)
hgbot   
2019-08-27 12:49   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3a3a0228d0e6f328b4fb6a247c06c0f0e46833c2
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Aug 27 12:48:01 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3a3a0228d0e6f328b4fb6a247c06c0f0e46833c2 [^]

Related issue 0041683: Upgrade Crypto-JS library and include all modules
* Removes duplicated Crypto-JS modules in retail.posterminal. Crypto-JS is available in mobile.core

---
M legal/Licensing.txt
M src/org/openbravo/retail/posterminal/ApplicationCacheComponent.java
R legal/Crypto-js-license.txt
R web/org.openbravo.retail.posterminal/js/libs/core-min.js
R web/org.openbravo.retail.posterminal/js/libs/sha1-min.js
---