Michael
|
4ba3ba391a
|
The attachment text had already been in HTML and mustn't be converted again
|
2018-03-14 22:51:14 +00:00 |
|
Michael
|
8c42e2e62e
|
Avoid double encoding of the attachment content
|
2018-03-14 21:47:24 +00:00 |
|
Michael
|
052ad155a2
|
Issue 4115: Events are now formatted better for Diaspora
|
2018-03-11 21:10:36 +00:00 |
|
Michael
|
fbb38837b0
|
Shortener deactivated, due to Diaspora problems
|
2018-03-11 12:16:17 +00:00 |
|
Michael
|
229fb0439e
|
Links to Diaspora had sometimes been cut
|
2018-03-11 10:54:02 +00:00 |
|
Michael
|
7706616640
|
Bugfix: Reshare with added content to Diaspora looked ugly
|
2018-03-09 20:04:31 +00:00 |
|
Michael
|
c438e47827
|
Bugfix: Avoid "Class not found" error
|
2018-03-08 19:58:35 +00:00 |
|
Hypolite Petovan
|
789561c7a2
|
Remove/Update references to include/html2*.php
|
2018-03-07 16:34:17 -05:00 |
|
Hypolite Petovan
|
5e806ff598
|
Replace html2plain calls by HTML::toPlaintext
|
2018-03-07 16:29:44 -05:00 |
|
Hypolite Petovan
|
b5666bd27f
|
Replace html2bbcode calls by HTML::toBBCode
|
2018-03-07 16:24:13 -05:00 |
|
Hypolite Petovan
|
1df4bb6db8
|
Create Content\Text\HTML class
- Move BBCode::cleanCss to HTML::sanitizeCSS
|
2018-03-07 16:20:04 -05:00 |
|
Hypolite Petovan
|
fe5ce67ef8
|
Move bb2diaspora() content to Content\Text\BBCode::toMarkdown
- Use self where appropriate
- Add BaseObject extension
|
2018-03-04 17:34:59 -05:00 |
|
Hypolite Petovan
|
a233ce1658
|
Create Markdown::toBBCode() method
- Create private callback Markdown::diasporaMention2BBCodeCallback
|
2018-03-04 08:31:05 -05:00 |
|
Hypolite Petovan
|
41678ec3cd
|
Add no_update flag to speed up Contact::getIdForURL instances
|
2018-03-01 19:54:45 -05:00 |
|
Hypolite Petovan
|
9e3bae5caa
|
Remove references to include/bbcode.php
|
2018-02-14 22:01:14 -05:00 |
|
Hypolite Petovan
|
0c52866693
|
Refactor bbcode() into BBCode::convert()
|
2018-02-14 21:33:55 -05:00 |
|
Hypolite Petovan
|
29f5270313
|
Remove unused parameter preserve_nl in BBCode::convert
|
2018-02-14 21:31:28 -05:00 |
|
Hypolite Petovan
|
ee380c3149
|
Fix undeclared variable in Content\Text\BBCode
|
2018-02-14 20:25:23 -05:00 |
|
Hypolite Petovan
|
4bc1672921
|
Add paragraph to BBCode conversion of [quote]
|
2018-02-12 22:37:30 -05:00 |
|
rabuzarus
|
342b9af734
|
fix undeclared variables or wrong variable names (/src)
|
2018-02-12 16:08:28 +01:00 |
|
Michael
|
15a857e411
|
Line endings are converted to unix style
|
2018-02-09 03:49:49 +00:00 |
|
Michael
|
87280ebf57
|
Bugfix: a forgotten "use" in bbcode.php
|
2018-02-08 06:08:07 +00:00 |
|
Hypolite Petovan
|
a0cdd9c674
|
Rename Core\Network to Core\Protocol
|
2018-02-05 12:57:41 -05:00 |
|
Hypolite Petovan
|
157027a6f5
|
Improve BBCode documentation/comment
|
2018-02-05 11:42:06 -05:00 |
|
Hypolite Petovan
|
d75bb8e970
|
Rename BBCode::removeAbstract() to BBCode::stripAbstract()
|
2018-02-04 23:38:40 -05:00 |
|
Hypolite Petovan
|
6e53c615c4
|
Add missing requires in Text\BBCode
|
2018-02-04 19:33:39 -05:00 |
|
Hypolite Petovan
|
010cf3b1e8
|
Update references to BBCode methods
- Resolve name conflicts with Util\Network
|
2018-02-04 19:26:22 -05:00 |
|
Hypolite Petovan
|
f91ad28319
|
Copy include/bbcode functions to src methods
- Add Core\Network class
|
2018-02-04 19:25:22 -05:00 |
|
Michael
|
6871481a78
|
Moved "limitBodySize"
|
2018-01-28 17:36:37 +00:00 |
|
Michael
|
d6af08fb36
|
FetchUrl is not FetchURL ...
|
2018-01-27 23:53:56 +00:00 |
|
Michael
|
c2a9036145
|
OEmbed function was called with the wrong class name
|
2018-01-27 23:17:37 +00:00 |
|
Adam Magness
|
6c80a35953
|
type
friendica typo
|
2018-01-27 12:15:42 -05:00 |
|
Adam Magness
|
f04d40a37e
|
Review update
Rename function, move others
|
2018-01-27 11:13:41 -05:00 |
|
Adam Magness
|
0f1be37279
|
Remove old file
remove network.php and all require_once statements
|
2018-01-27 08:28:20 -05:00 |
|
Adam Magness
|
fb05570c1d
|
Create Plaintext class
create class and move shorten method
|
2018-01-26 20:26:49 -05:00 |
|
Adam Magness
|
177edd2b6e
|
Rename class to BBCode
Rename Plaintext class to BBCode
|
2018-01-26 20:01:32 -05:00 |
|
Adam Magness
|
21881f2885
|
Update function calls
update to new function calls
|
2018-01-26 19:14:47 -05:00 |
|
Adam Magness
|
792f069c6e
|
Create Plaintext class
create Plaintext class with functions from include/plaintext
|
2018-01-26 19:04:04 -05:00 |
|
Hypolite Petovan
|
fabbf810b0
|
Move library/markdown.php to src
|
2018-01-14 19:01:09 -05:00 |
|