nupplaPhil
|
800694e9b3
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
Michael
|
b7067ee836
|
Use the "inbox" symbol as a symbol for mails
|
2020-01-15 04:09:58 +00:00 |
|
Michael
|
b83f328983
|
Remove "f" parameter / network page parameter cleanup
|
2020-01-13 20:10:13 +00:00 |
|
Hypolite Petovan
|
36190d1e79
|
Merge pull request #8072 from nupplaphil/task/Cache_to_DI
Replace Core\Cache wrapper with DI::cache() method
|
2020-01-10 08:46:03 -05:00 |
|
Michael
|
8e87c5f05f
|
Fix: removed unneeded HTML escaping
|
2020-01-07 22:00:39 +00:00 |
|
nupplaPhil
|
a38b0f7eaf
|
Move remaining namespaces and delete Core\Cache.php
|
2020-01-07 00:51:02 +01:00 |
|
nupplaPhil
|
fe078410a1
|
Move Cache::get() to DI::cache()->get()
|
2020-01-07 00:45:49 +01:00 |
|
nupplaPhil
|
f68929633b
|
Move Cache::set() to DI::cache()->set()
|
2020-01-07 00:41:20 +01:00 |
|
nupplaPhil
|
f0eea6f875
|
Remove get_app() in favor of DI::app()
|
2020-01-04 23:42:01 +01:00 |
|
Hypolite Petovan
|
4461c16165
|
Remove superfluous comment in BBCode::scaleExternalImage
|
2020-01-03 09:30:35 -05:00 |
|
Hypolite Petovan
|
52c5b0e0f3
|
Remove unused BBCode::scaleExternalImage parameters
- Remove now obsolete system.no_view_full_size config key
|
2020-01-02 20:44:15 -05:00 |
|
Hypolite Petovan
|
0b3cd206c3
|
Remove harmful HTML decode/encode in BBCode::scaleExternalImages
|
2020-01-02 20:35:59 -05:00 |
|
nupplaPhil
|
a4a7f19df1
|
Move redundant System::removedBaseUrl() to DI::baseUrl()->remove() calls
|
2019-12-30 23:03:56 +01:00 |
|
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
nupplaPhil
|
6d7362da41
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:09 +01:00 |
|
nupplaPhil
|
4835f1185f
|
Remove deprecated App::module - replace with DI::module()->getName()
|
2019-12-29 20:17:52 +01:00 |
|
nupplaPhil
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-29 20:17:48 +01:00 |
|
nupplaPhil
|
e93fba5136
|
Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()
|
2019-12-29 20:17:45 +01:00 |
|
nupplaPhil
|
181529f3df
|
Refactor dynamic App::getProfiler() to static DI::profiler()
|
2019-12-29 20:17:42 +01:00 |
|
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
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 |
|
Tobias Diekershoff
|
d6274ab6f7
|
Merge pull request #8023 from MrPetovan/bug/7808-markdown-unescape-chevrons
Fix chevron display in BBCode/Markdown conversion
|
2019-12-28 08:07:30 +01:00 |
|
Hypolite Petovan
|
aa3a85c727
|
Escape major HTML characters in code blocks in BBCode::convert
- HTML sanitization was removing unescaped opening chevrons in code blocks
|
2019-12-27 21:42:56 -05:00 |
|
Hypolite Petovan
|
39cb3e68b9
|
Remove faulty escape for HTML entities in BBCode::toMarkdown
- Mangled Markdown output with chevrons
|
2019-12-27 21:42:56 -05:00 |
|
Michael
|
1b5cfc2217
|
Improved description
|
2019-12-27 19:00:54 +00:00 |
|
Michael
|
c037e9143c
|
Additionally display the protocol together with the network
|
2019-12-27 17:24:29 +00:00 |
|
Michael
|
9b750345c7
|
Arrays
|
2019-12-27 01:15:54 +00:00 |
|
Michael
|
b1b3744759
|
Support for tables in HTML2BBCode parser
|
2019-12-27 01:07:19 +00:00 |
|
Michael
|
81d500c271
|
Fix optical glitch: Replace multiple newlines when replacing attachments
|
2019-12-20 09:45:34 +00:00 |
|
Hypolite Petovan
|
e1583123b4
|
Escape potential URL-containing BBCodes before running autolinker
|
2019-12-13 12:40:10 -05:00 |
|
Michael
|
cc38250538
|
Improved RegExp
|
2019-12-12 14:57:31 +00:00 |
|
Michael
|
e70743f72d
|
Issue 7651: Added basic support for more complicated "video" elements
|
2019-12-12 05:35:30 +00:00 |
|
Michael
|
23cdc9cec8
|
Fixes issue 7914: Reshares got crumbled
|
2019-12-07 21:05:14 +00:00 |
|
Michael
|
22c66e1811
|
Add data for shared posts from the original
|
2019-12-04 22:57:09 +00:00 |
|
Michael
|
d34052b332
|
Make quoted announces look better / more announce improvements
|
2019-12-04 07:02:39 +00:00 |
|
Michael
|
fdaac8a681
|
Add "discourse" as protocol
|
2019-11-24 20:06:47 +00:00 |
|
Michael Vogel
|
0733ae6aae
|
Improve the look of fetched feeds and the BBCode processing of attachments
|
2019-11-18 13:29:27 +01:00 |
|
Michael
|
28ca0d6fab
|
AP: Remove the link description from the "rich html" and adds it to the attachment
|
2019-11-17 18:10:12 +00:00 |
|
Michael
|
85b3c880ef
|
Fix: Mentions in the HTML part of the "contentMap" now are links
|
2019-11-13 06:43:36 +00:00 |
|
Tobias Diekershoff
|
b7ecc62cc8
|
move link generation into the loop
|
2019-11-03 19:57:32 +01:00 |
|
Tobias Diekershoff
|
f45d39c05b
|
create URL for categories
|
2019-11-03 16:34:58 +01:00 |
|
Hypolite Petovan
|
03bf1dcbd3
|
Move Object\Image static methods to Util\Images
- Optimize imports in modified files
|
2019-11-02 07:48:45 -04:00 |
|
Steffen K9
|
7d51d45c17
|
Changing asort() to usort()
|
2019-11-02 03:44:54 +01:00 |
|
Steffen K9
|
fd5c122667
|
Added asort() to the saved folders widget
|
2019-11-01 22:22:52 +01:00 |
|
Michael
|
945e256b7b
|
Possibly handle issue 7772
|
2019-10-27 18:36:04 +00:00 |
|
Michael
|
30a6231f11
|
Fix indentation
|
2019-10-27 17:45:43 +00:00 |
|
Michael
|
60eb6603bf
|
(hopefully) fix preview issue with tags on Mastodon
|
2019-10-27 17:41:47 +00:00 |
|
Hypolite Petovan
|
b632114b12
|
Merge pull request #7774 from annando/img-title
Images: Show the description as title
|
2019-10-25 19:29:55 -04:00 |
|
Michael
|
9f86465fb9
|
Images: Show the description as title
|
2019-10-25 23:23:38 +00:00 |
|