]> git.mxchange.org Git - friendica.git/commit
Deprecate page_info functions to new PageInfo class
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 17 Jun 2020 08:57:21 +0000 (04:57 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 17 Jun 2020 17:24:44 +0000 (13:24 -0400)
commitf3323aff5ec0ae918718432688ac82c66c8f99a2
tree35e942a7d40188b0b07b80486469dab44f328411
parenteba964ec127551290ad9f936e3919e5394b80ab7
Deprecate page_info functions to new PageInfo class

- Add tests for parts not using remote requests
- Add scheme requirement for page info URLs
- Add policy to keep label from stripped Page Info links
include/items.php
src/Content/PageInfo.php [new file with mode: 0644]
tests/src/Content/PageInfoMock.php [new file with mode: 0644]
tests/src/Content/PageInfoTest.php [new file with mode: 0644]