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
*
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