Hypolite Petovan
|
52c5b0e0f3
|
Remove unused BBCode::scaleExternalImage parameters
- Remove now obsolete system.no_view_full_size config key
|
2 years ago |
nupplaPhil
|
181529f3df
|
Refactor dynamic App::getProfiler() to static DI::profiler()
|
2 years ago |
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2 years ago |
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2 years ago |
Hypolite Petovan
|
4d70e32829
|
Add new Content\Text\MarkdownParser
- Add autolinker to MarkdownParser->doAutoLinks()
- Set hashtag_protection and url_filter_func properties of MarkdownParser
|
3 years ago |
Philipp Holzer
|
0a7861da65
|
Dependency of callstack moved one layer up
|
3 years ago |
Philipp Holzer
|
5e6e1a8025
|
Introducing Profiler
|
3 years ago |
Hypolite Petovan
|
a96e9f248e
|
Remove asterisk provision altogether in Markdown::toBBCode
|
3 years ago |
Hypolite Petovan
|
e5647be30f
|
Only escape leading hash marks in Markdown::toBBCode
- Remove useless line ending fiddling
|
3 years ago |
peter
|
0ca762001b
|
Markdown - fixed bug in local anchor links, optimized replacer
|
3 years ago |
peter
|
990cc45a26
|
Markdown - fixed bug in local anchor links
|
3 years ago |
Hypolite Petovan
|
cb3f09ae4f
|
Refactor namespaces
- Remove unused use statements
- Add required use statements
- Escape global classes
|
3 years ago |
Hypolite Petovan
|
3282ce5389
|
Fix PHPDoc comments project-wide
|
3 years ago |
Hypolite Petovan
|
b7b7b1b664
|
Add support for Hubzilla forum mentions (starting with !)
|
3 years ago |
Philipp Holzer
|
5a02e39a65
|
Rename App Methods
- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
|
4 years ago |
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
|
4 years ago |
Hypolite Petovan
|
9d0a6f90b6
|
Update "mrpetovan" email address
- Fix Tobias' email address
- Fix copypasted doc block in Console/PostUpdate
|
4 years ago |
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 ...
|
4 years ago |
Michael
|
c438e47827
|
Bugfix: Avoid "Class not found" error
|
4 years ago |
Hypolite Petovan
|
789561c7a2
|
Remove/Update references to include/html2*.php
|
4 years ago |
Hypolite Petovan
|
b5666bd27f
|
Replace html2bbcode calls by HTML::toBBCode
|
4 years ago |
Hypolite Petovan
|
fe5ce67ef8
|
Move bb2diaspora() content to Content\Text\BBCode::toMarkdown
- Use self where appropriate
- Add BaseObject extension
|
4 years ago |
Hypolite Petovan
|
a233ce1658
|
Create Markdown::toBBCode() method
- Create private callback Markdown::diasporaMention2BBCodeCallback
|
4 years ago |
Michael
|
15a857e411
|
Line endings are converted to unix style
|
4 years ago |
Hypolite Petovan
|
fabbf810b0
|
Move library/markdown.php to src
|
4 years ago |