summaryrefslogtreecommitdiffstats
path: root/webapp/utils/text_formatting.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Improved internal links which use react-router (#3180)Harrison Healey2016-06-011-1/+7
|
* Removed unnecessary wbrs (#3182)Harrison Healey2016-05-311-3/+0
|
* PLT-1626/PLT-1424/PLT-1473/PLT-1483 Improved search highlighting (#3171)Harrison Healey2016-05-311-11/+31
| | | | | | | | | | | | | | | | * PLT-1626 Stopped breaking up hyphenated hashtags when highlighting search terms * Made hashtag search highlighting case independent * PLT-1424 Improved search highlighting when searching for CJK characters * PLT-1473 Added search term highlighting to single-line code blocks * PLT-1473 Added search term highlighting to code blocks that don't use syntax highlighting * PLT-1483 Added proper highlighting of at mentions * Fixing formatting
* PLT-3080 Added ability to disable formatting for debugging and updated ↵Harrison Healey2016-05-301-3/+9
| | | | | | | | | | marked to fix errors (#3141) * Removed injectIntl from user_settings_advanced.jsx * Added setting to disable formatting for debugging * Updated fork of marked
* PLT-2321 Move the toggle icon next to the link being previewed (#3071)samogot2016-05-271-0/+12
| | | | | | | | | | | | | | * PLT-2321 Move the toggle icon next to the link being previewed only applicable to one-line messages started with link * remove useless "Youtube" header when no title is available * allow breaking long links instead of toggle * simplify "/" to "/<wbr />" replacing fix empty post without additional content body * discard buggy "simplification"
* Updating client dependancies and ESLint (#2954)Christopher Speller2016-05-121-1/+1
| | | | | | | | * Updating client dependancies * Fixing eslint errors with updates * Updating eslint
* PLT-2816 Fixed handling of Unicode 8 emojis (#2924)Harrison Healey2016-05-091-4/+12
| | | | | | | | | | | | * Updated twemoji to properly recognize Unicode 8.0 emojis * Updated unicode emoji parser to only render emojis we support as images * Corrected filename for South African flag emoji * Added Mattermost emoticons! * Added additional emoticons to test files
* Moved twemoji parsing so that it doesn't occur inside of code blocks (#2896)Harrison Healey2016-05-051-0/+9
|
* Fixed updating mention keys when a user's username changes (#2774)Harrison Healey2016-04-251-1/+0
|
* PLT-1236 Added special handling for markdown links within mattermost (#2763)Harrison Healey2016-04-221-0/+4
| | | | | | * Added special handling for markdown links within mattermost * Moved application of .app__body class to route components
* Changed mention parser to ignore empty string mentionsHarrison Healey2016-03-171-0/+5
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+402