Philipp Holzer
df7ec0cdf7
php notice fixings
...
addons:
- bufferapp (missing errorcode)
- twitter (wrong field name 'nickname')
core:
- bbcode (incomplete attachementdata)
- crypto (uninitialized key)
2019-08-27 08:27:07 +02:00
Michael Vogel
74d93269da
Prevent a fatal error for an empty parameter in "unparseURL"
2019-08-23 07:19:08 +02:00
0f9520f520
Increase specificity of default allowed protocols
2019-08-14 21:42:00 -04:00
f88435fa4c
Add support for protocol-less URLs in BBCode::convert
2019-08-14 21:40:51 -04:00
246894f233
Ensure trimmed HTML nodes are text nodes in HTML::toBBCode
2019-08-06 21:22:19 -04:00
79374dbf7a
Fix DOMNodeList length compatibility with PHP <7.2 in Content\Text\HTML
2019-08-06 09:00:32 -04:00
5dbf319e06
Fix bug removing spaces between hashtag links in HTML::toPlaintext
2019-08-06 08:20:48 -04:00
951444e715
Merge pull request #7482 from annando/image-description
...
Support for multiple picture posts in API and connectors
2019-08-06 08:21:54 +02:00
27006f577c
Support for multiple picture posts
2019-08-06 05:35:21 +00:00
2ab43f94d8
Revert using LIBXML_NOBLANKS
...
- This removed all self-closing tags (img, br, etc...) from HTML sources
2019-08-05 20:57:03 -04:00
cbee91a61b
Avoid a notice
2019-08-05 16:48:58 +00:00
bdc07b4213
Added support for image descriptions and multiple image posts to external services
2019-08-05 16:27:45 +00:00
Michael Vogel
a507963c7f
Merge pull request #7474 from MrPetovan/bug/7457-html-bbcode-plaintext
...
Fix HTML/BBCode::toPlaintext
2019-08-04 22:08:53 +02:00
c3e3e83a52
Improve BBCode:toPlaintext
...
- Fix issue where matching literal square brackets were removed with their content
- Fix issue where content without line feeds between BBCode tags would end up compacted in plain text
- Update extr calls to BBCode::toPlaintext in api
2019-08-04 10:22:23 -04:00
a0f77e1800
Improve HTML::toPlaintext
...
- Ignore empty trimmed text nodes
- Ignore anchor links
- Ignore blank tags and avoids adding a doctype to transitional DOM objects
2019-08-04 10:11:59 -04:00
d2b551a616
Merge remote-tracking branch 'upstream/develop' into alt-description
2019-08-04 12:07:21 +00:00
1b7f96dac8
Partly reverted, real problem fixed
2019-08-04 04:29:52 +00:00
6e8057a1c3
Respecting the "alt" description of images during import from HTML
2019-08-03 11:48:47 +00:00
2a213c215e
Fix contact issues with fake reshares from Twitter
2019-07-23 04:26:20 +00:00
9545ff614b
Limit smilies replacement to BBCode::convert
2019-06-23 17:53:25 -04:00
b9ab613777
Merge branch 'master' into develop
2019-06-23 17:40:52 -04:00
d54e778f30
Move share conversion at the end of Text\BBCode::convert
2019-06-16 23:13:26 -04:00
84ccaf50fa
Allow brackets in URLs
...
- Remove obsolete $URLSearchString variable
- Add related tests
2019-06-15 22:26:29 -04:00
38311a4a02
Move link conversion to the end of BBCode::convert
...
- Addresses https://github.com/friendica/friendica/issues/7271
- Add related tests
2019-06-15 22:24:51 -04:00
bfc6bad916
Added comment
2019-06-11 21:40:44 +00:00
a11b258fd6
Issue 7223: Don't strip links
2019-06-11 20:34:21 +00:00
16b9d9f199
Fix pixture posts to connectors / fix delivery counter for connector posts
2019-06-11 19:35:03 +00:00
7d0ebe8bbe
Fix the detection of image posts
2019-06-10 16:06:54 +00:00
bcf0be5db1
Issue #6799 - remove linefeeds inside of a table structure
2019-06-02 04:18:38 +00:00
5f9fb1f14f
Simplify BBCode::toPlaintext
...
- Keep white spaces after tags
2019-05-27 12:02:12 -04:00
596b5b0982
Simplify HTML::toPlaintext
...
- Keep new lines in plain text output
2019-05-27 12:01:48 -04:00
ee4585ec71
Add inline spans to code block extraction in BBCode::convert
...
- Fixes autolinker replacing URLs inside of code spans
2019-03-14 09:03:31 -04:00
4cafe11d4d
Swap attachment conversion and autolinking in BBCode::convert
...
- Fixes a rare display bug where an attachment description ends with a text URL
2019-03-13 23:13:10 -04:00
4d70e32829
Add new Content\Text\MarkdownParser
...
- Add autolinker to MarkdownParser->doAutoLinks()
- Set hashtag_protection and url_filter_func properties of MarkdownParser
2019-03-09 23:28:50 -05:00
184b51ec56
Move autolink regex in Util\Strings
2019-03-09 23:25:53 -05:00
85609cd5e4
Fix autolinker regular expression to match test data
2019-03-09 10:20:57 -05:00
379f4d18c3
Update autolinker regular expression in Text\BBCode
...
- Thanks to https://daringfireball.net/2010/07/improved_regex_for_matching_urls
2019-03-08 23:58:20 -05:00
9cdae18101
Improve reshare format for Diaspora destinations
...
- Add link to original post in post time
- Update optional bottom link label
2019-02-27 21:01:47 -05:00
97eb2ba053
Fix possibly undefined after index in Text\BBCode
2019-02-25 07:12:01 -05:00
0a7861da65
Dependency of callstack moved one layer up
2019-02-16 23:17:10 +01:00
5e6e1a8025
Introducing Profiler
2019-02-16 23:11:30 +01:00
a96e9f248e
Remove asterisk provision altogether in Markdown::toBBCode
2019-02-04 21:50:27 -05:00
deaecfaf79
Merge pull request #6582 from MrPetovan/bug/6570-fix-diaspora-hashtags
...
Only escape leading hash marks in Markdown::toBBCode
2019-02-04 06:47:27 +01:00
e5647be30f
Only escape leading hash marks in Markdown::toBBCode
...
- Remove useless line ending fiddling
2019-02-03 18:31:11 -05:00
e9b7b81232
Merge pull request #6578 from Ixiter/develop-markdown-anchors
...
Markdown - Fixed bug with local anchor links
2019-02-03 07:51:26 -05:00
peter
0ca762001b
Markdown - fixed bug in local anchor links, optimized replacer
2019-02-03 10:33:15 +01:00
peter
990cc45a26
Markdown - fixed bug in local anchor links
2019-02-03 03:23:47 +01:00
de566cd888
Links of mentioned contacts hadn't looked great on Mastodon
2019-01-30 21:57:26 +00:00
30e97b4cc1
Ignore code blocks when extracting tags
2019-01-29 20:39:05 -05:00
Peter Liebetrau
d8bd1921ee
BBcode, Tags - fix BBCode created tags in [code] blocks, fix usage of multiple ## created tags
2019-01-29 21:17:11 +01:00