nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
Hypolite Petovan
|
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 |
|
Philipp Holzer
|
0a7861da65
|
Dependency of callstack moved one layer up
|
2019-02-16 23:17:10 +01:00 |
|
Philipp Holzer
|
5e6e1a8025
|
Introducing Profiler
|
2019-02-16 23:11:30 +01:00 |
|
Hypolite Petovan
|
a96e9f248e
|
Remove asterisk provision altogether in Markdown::toBBCode
|
2019-02-04 21:50:27 -05:00 |
|
Tobias Diekershoff
|
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 |
|
Hypolite Petovan
|
e5647be30f
|
Only escape leading hash marks in Markdown::toBBCode
- Remove useless line ending fiddling
|
2019-02-03 18:31:11 -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 |
|
Hypolite Petovan
|
cb3f09ae4f
|
Refactor namespaces
- Remove unused use statements
- Add required use statements
- Escape global classes
|
2019-01-21 10:43:42 -05:00 |
|
Hypolite Petovan
|
3282ce5389
|
Fix PHPDoc comments project-wide
|
2019-01-21 10:35:51 -05:00 |
|
Hypolite Petovan
|
b7b7b1b664
|
Add support for Hubzilla forum mentions (starting with !)
|
2019-01-08 20:56:01 -05:00 |
|
Philipp Holzer
|
5a02e39a65
|
Rename App Methods
- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
|
2018-10-10 00:16:06 +02:00 |
|
Michael Vogel
|
bd0515714c
|
Merge pull request #5765 from MrPetovan/bug/php7-remove-pear-text_highlighter
[php7] Remove PHP code highlighting
|
2018-09-18 18:34:46 +00:00 |
|
Hypolite Petovan
|
d6adcb9734
|
Remove text highlighting from BBCode::convert
- Move code blocks escaping from BBCode::toMarkdown to BBCode::convert
- Use "language-" class prefix for expected syntax highlighting
|
2018-09-16 09:04:25 -04:00 |
|
Hypolite Petovan
|
9d0a6f90b6
|
Update "mrpetovan" email address
- Fix Tobias' email address
- Fix copypasted doc block in Console/PostUpdate
|
2018-09-15 19:28:38 -04:00 |
|
Michael Vogel
|
a2cea16954
|
Some more notices (#5526)
* Some more notices
* Fixed nasty to find notice in DFRN and OStatus
* And more notices ...
* Yeah, some removed notices ... again ...
|
2018-07-30 06:41:20 +02: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
|
b5666bd27f
|
Replace html2bbcode calls by HTML::toBBCode
|
2018-03-07 16:24:13 -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 |
|
Michael
|
15a857e411
|
Line endings are converted to unix style
|
2018-02-09 03:49:49 +00:00 |
|
Hypolite Petovan
|
fabbf810b0
|
Move library/markdown.php to src
|
2018-01-14 19:01:09 -05:00 |
|