summaryrefslogtreecommitdiff
path: root/web-ui/app/js/helpers/view_helper.js
AgeCommit message (Collapse)Author
2015-04-14refactor mail item mixin creation and renderingrafael lisboa
2015-04-08Prepend mail quoting with the sender information #66Bruno Tavares
2015-04-08Removes argument fixing of the i18n library #66Bruno Tavares
To introduce variables on the internationalization functions we should be able to pass extra arguments to the `i18n.t`. The way it was we could only pass the key and no more options to interpolate values.
2015-03-30HTML mail is back after 4 months with a typoBruno Wagner
2015-02-18Using line breaks instead of paragraphs to format text plain mails on the ↵Duda Dornelles
mail view
2015-01-16Fixing jshint warningsBruno Wagner and Fabio Pio
2015-01-16Issue #233 plain text body now escapes html tagsBruno Wagner and Fabio Pio
2015-01-09Fixing jshintDuda Dornelles
2015-01-09Forgot semicolonDuda Dornelles
2015-01-09Small refactoring on web_ui/viewHelper#addParagraphsToPlainText to use regex ↵Duda Dornelles
instad of split/map/join
2015-01-09Small refactoring on web_ui/viewHelper#quoteMail to use regex instad of ↵Duda Dornelles
split/map/join
2015-01-08Fix jshintAlexandre Pretto
2015-01-08#157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ↵Alexandre Pretto
parse the multipart mails anymore
2014-12-15#170 Added UTF-8 encoding to the html body, because the quoted-printable ↵Bruno Wagner
module was messing up encoding otherwise
2014-10-07Fixed jshint errorsBruno Wagner
2014-08-25Add copyright and license to javascript filesAlexandre Pretto Nunes
2014-08-07fixes bug in which plain text emails were not being properly formattedPatrick Maia
2014-08-05Remove commented code and always sanitize mail being displayedAlexandre Pretto Nunes
2014-07-31Add web-ui based on previous codeOla Bini