summaryrefslogtreecommitdiffstats
path: root/web/react/utils/text_formatting.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Removed extra handling of markdown links when doing autolinkinghmhealey2015-09-221-31/+5
|
* Moved text formatting code to only occur inside of markdown text nodeshmhealey2015-09-221-19/+20
|
* Changed hashtag regex to only accept hashtags that begin with a letterhmhealey2015-09-221-1/+1
|
* Moved emoticon parsing to happen after url parsing so that we don't have ↵hmhealey2015-09-221-4/+4
| | | | smilies accidentally occuring in urls
* Restored changes which remove emojify and switch to our own versionhmhealey2015-09-221-0/+6
|
* Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed ↵Christopher Speller2015-09-221-6/+0
| | | | emojify"
* Added parsing for named emojis to TextFormatting and removed dependency on ↵hmhealey2015-09-221-0/+6
| | | | emojify
* Cleaned up markdown formatting code and removed debug statementshmhealey2015-09-191-4/+4
|
* Deferred to marked.js's html sanitization when markdown is enabledhmhealey2015-09-191-2/+12
|
* Changed markdown link parsing to automatically add an explicit protocol to urlshmhealey2015-09-191-1/+2
|
* Prevented our url autolinking from breaking markdown linkshmhealey2015-09-191-6/+34
|
* Added marked library to text_formatting.jsxhmhealey2015-09-191-0/+9
|
* Removed underscores surrounding formatting tokens since they won't work with ↵hmhealey2015-09-191-8/+8
| | | | markdown
* Removed unnecessary conversion of newlines to html line breakshmhealey2015-09-191-6/+4
|
* Fixed incorrect check if a url starts with an explicit protocolhmhealey2015-09-181-1/+1
|
* Replaced instances of startsWith with lastIndexOf in TextFormattinghmhealey2015-09-161-2/+2
|
* Renamed text formatting tokens so that there should be significantly less ↵hmhealey2015-09-141-11/+11
| | | | chance of having conflicting tokens
* Cleaned up TextFormatting and added a default click handler for hashtags and ↵hmhealey2015-09-141-47/+74
| | | | @mentions
* Added highlighting of search terms to the new text formattinghmhealey2015-09-141-6/+41
|
* Added autolinking of hashtags to the new text formattinghmhealey2015-09-141-6/+48
|
* Added autolinking of urls to the new text formattinghmhealey2015-09-141-4/+35
|
* Added highlighting when the current user is mentioned to the new text formattinghmhealey2015-09-141-17/+69
|
* Added handling for @mentions to the new text formattinghmhealey2015-09-141-9/+54
|
* Added skeleton for new text formatting code which will replace textToJsxhmhealey2015-09-141-0/+36