server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
react
/
utils
/
text_formatting.jsx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated markdown regexes to better handle underscores and links
hmhealey
2015-10-28
1
-15
/
+8
*
Modified markdown lexer to not break up words written in snake_case
hmhealey
2015-10-28
1
-7
/
+2
*
auto-link mentions with user names having symbols
Girish S
2015-10-27
1
-1
/
+9
*
Merge pull request #1171 from trashcan/github-1130-handle-trailing-characters...
Harrison Healey
2015-10-26
1
-14
/
+48
|
\
|
*
Fix highlighting of trailing punctuation for own username
Pat Lathem
2015-10-25
1
-4
/
+4
|
*
Fix off by one error
Pat Lathem
2015-10-24
1
-7
/
+7
|
*
Remove trailing punctuation when parsing @username references
Pat Lathem
2015-10-24
1
-13
/
+47
*
|
made eslint happy
Girish S
2015-10-26
1
-3
/
+2
*
|
append * to search query if not present and highlight partial matches
Girish S
2015-10-26
1
-2
/
+3
*
|
Changed markdown renderer to only parse emoticons twice
hmhealey
2015-10-22
1
-0
/
+9
|
/
*
Don't auto-add http:// to mailto: and ftp: markdown links
Florian Orben
2015-10-14
1
-1
/
+1
*
Revert "Modified markdown lexer to not break up words written in snake_case"
hmhealey
2015-10-13
1
-2
/
+7
*
Modified markdown lexer to not break up words written in snake_case
hmhealey
2015-10-09
1
-7
/
+2
*
Fixed html used for autolinking
hmhealey
2015-10-08
1
-1
/
+1
*
Merge pull request #981 from mattermost/plt-517
Christopher Speller
2015-10-08
1
-1
/
+1
|
\
|
*
Changing SpinPunch to Mattermost in copyright
Christopher Speller
2015-10-08
1
-1
/
+1
*
|
Fixing issue with lastIndexOf
=Corey Hulen
2015-10-08
1
-1
/
+1
*
|
Adding removing blank target for browser links
=Corey Hulen
2015-10-08
1
-1
/
+6
|
/
*
Added emailto: to the beginning of email links
hmhealey
2015-10-02
1
-2
/
+4
*
Removed extra handling of markdown links when doing autolinking
hmhealey
2015-09-22
1
-31
/
+5
*
Moved text formatting code to only occur inside of markdown text nodes
hmhealey
2015-09-22
1
-19
/
+20
*
Changed hashtag regex to only accept hashtags that begin with a letter
hmhealey
2015-09-22
1
-1
/
+1
*
Moved emoticon parsing to happen after url parsing so that we don't have smil...
hmhealey
2015-09-22
1
-4
/
+4
*
Restored changes which remove emojify and switch to our own version
hmhealey
2015-09-22
1
-0
/
+6
*
Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed ...
Christopher Speller
2015-09-22
1
-6
/
+0
*
Added parsing for named emojis to TextFormatting and removed dependency on em...
hmhealey
2015-09-22
1
-0
/
+6
*
Cleaned up markdown formatting code and removed debug statements
hmhealey
2015-09-19
1
-4
/
+4
*
Deferred to marked.js's html sanitization when markdown is enabled
hmhealey
2015-09-19
1
-2
/
+12
*
Changed markdown link parsing to automatically add an explicit protocol to urls
hmhealey
2015-09-19
1
-1
/
+2
*
Prevented our url autolinking from breaking markdown links
hmhealey
2015-09-19
1
-6
/
+34
*
Added marked library to text_formatting.jsx
hmhealey
2015-09-19
1
-0
/
+9
*
Removed underscores surrounding formatting tokens since they won't work with ...
hmhealey
2015-09-19
1
-8
/
+8
*
Removed unnecessary conversion of newlines to html line breaks
hmhealey
2015-09-19
1
-6
/
+4
*
Fixed incorrect check if a url starts with an explicit protocol
hmhealey
2015-09-18
1
-1
/
+1
*
Replaced instances of startsWith with lastIndexOf in TextFormatting
hmhealey
2015-09-16
1
-2
/
+2
*
Renamed text formatting tokens so that there should be significantly less cha...
hmhealey
2015-09-14
1
-11
/
+11
*
Cleaned up TextFormatting and added a default click handler for hashtags and ...
hmhealey
2015-09-14
1
-47
/
+74
*
Added highlighting of search terms to the new text formatting
hmhealey
2015-09-14
1
-6
/
+41
*
Added autolinking of hashtags to the new text formatting
hmhealey
2015-09-14
1
-6
/
+48
*
Added autolinking of urls to the new text formatting
hmhealey
2015-09-14
1
-4
/
+35
*
Added highlighting when the current user is mentioned to the new text formatting
hmhealey
2015-09-14
1
-17
/
+69
*
Added handling for @mentions to the new text formatting
hmhealey
2015-09-14
1
-9
/
+54
*
Added skeleton for new text formatting code which will replace textToJsx
hmhealey
2015-09-14
1
-0
/
+36