Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036713Retail ModulesWeb POSpublic2017-08-24 13:302017-11-06 19:37
adrianromero 
guilleaer 
urgentmajorN/A
closedfixed 
5
 
RR18Q1RR18Q1 
marvintm
No
0036713: Style labels with Markdown markup language
Currently we do not support messages and translated messages with style (bold, italic, ...). Using enyo allowHtml property is not a good idea because it can be abused and opens the door to XSS attacks.

Markdown is a lightweight markup language with plain text formatting syntax. That provides a good compromise of styling text but generating an small subset of HTML
N/A
No tags attached.
Issue History
2017-08-24 13:30adrianromeroNew Issue
2017-08-24 13:30adrianromeroAssigned To => Retail
2017-08-24 13:30adrianromeroTriggers an Emergency Pack => No
2017-10-04 09:41guilleaerReview Assigned To => guilleaer
2017-10-04 09:41guilleaerTarget Version => RR18Q1
2017-10-04 13:37hgbotCheckin
2017-10-04 13:37hgbotNote Added: 0099762
2017-10-04 13:37hgbotStatusnew => resolved
2017-10-04 13:37hgbotResolutionopen => fixed
2017-10-04 13:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/eb5fcc6f8c9ee8aaf73e967301de03dbfbdb32e3 [^]
2017-10-04 18:20guilleaerNote Added: 0099772
2017-10-06 15:14marvintmAssigned ToRetail => adrianromero
2017-10-16 16:07guilleaerAssigned Toadrianromero => marvintm
2017-10-30 12:19marvintmReview Assigned Toguilleaer => marvintm
2017-10-30 12:19marvintmAssigned Tomarvintm => guilleaer
2017-11-03 12:12marvintmStatusresolved => closed
2017-11-03 12:12marvintmFixed in Version => RR18Q1
2017-11-06 19:37hgbotCheckin
2017-11-06 19:37hgbotNote Added: 0100291

Notes
(0099762)
hgbot   
2017-10-04 13:37   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: eb5fcc6f8c9ee8aaf73e967301de03dbfbdb32e3
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Oct 04 13:19:51 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/eb5fcc6f8c9ee8aaf73e967301de03dbfbdb32e3 [^]

Fixed issue 36713: Markdown library added. Component to take advantage of it created

---
M src/org/openbravo/mobile/core/LibraryResource.java
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
A legal/markdown-license.txt
A web/org.openbravo.mobile.core/lib/vendor/markdown-0.6.0-beta1.js
A web/org.openbravo.mobile.core/lib/vendor/markdown-0.6.0-beta1.min.js
A web/org.openbravo.mobile.core/source/component/ob-markdown.js
---
(0099772)
guilleaer   
2017-10-04 18:20   
documentation added:

http://wiki.openbravo.com/wiki/Projects:Style_labels_with_Markdown/Technical_Documentation [^]

http://wiki.openbravo.com/wiki/Projects:Style_labels_with_Markdown [^]
(0100291)
hgbot   
2017-11-06 19:37   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: ca39e197ccaef4b57aa748d3491f9fadc9581d43
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Nov 06 19:36:45 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ca39e197ccaef4b57aa748d3491f9fadc9581d43 [^]

Related to issue 36713. Added proper license information to legal/Licensing.txt.

---
M legal/Licensing.txt
---