Branch: refs/heads/feature/webmentions
Home: https://github.com/s9y/Serendipity
Commit: 1baf4f5af17470dbd1c1f5e1a021f6823b4b186b
https://github.com/s9y/Serendipity/commit/1baf4f5af17470dbd1c1f5e1a021f6823b4b186b
Author: onli <on...@pa...>
Date: 2024-06-04 (Tue, 04 Jun 2024)
Changed paths:
A bundled-libs/bin/fetch-mf2
A bundled-libs/bin/parse-mf2
M bundled-libs/composer/autoload_classmap.php
M bundled-libs/composer/autoload_files.php
M bundled-libs/composer/autoload_psr4.php
M bundled-libs/composer/autoload_real.php
M bundled-libs/composer/autoload_static.php
M bundled-libs/composer/installed.json
M bundled-libs/composer/installed.php
A bundled-libs/masterminds/html5/CREDITS
A bundled-libs/masterminds/html5/LICENSE.txt
A bundled-libs/masterminds/html5/README.md
A bundled-libs/masterminds/html5/RELEASE.md
A bundled-libs/masterminds/html5/UPGRADING.md
A bundled-libs/masterminds/html5/bin/entities.php
A bundled-libs/masterminds/html5/composer.json
A bundled-libs/masterminds/html5/src/HTML5.php
A bundled-libs/masterminds/html5/src/HTML5/Elements.php
A bundled-libs/masterminds/html5/src/HTML5/Entities.php
A bundled-libs/masterminds/html5/src/HTML5/Exception.php
A bundled-libs/masterminds/html5/src/HTML5/InstructionProcessor.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/CharacterReference.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/EventHandler.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/FileInputStream.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/InputStream.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/ParseError.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/README.md
A bundled-libs/masterminds/html5/src/HTML5/Parser/Scanner.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/StringInputStream.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/Tokenizer.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/UTF8Utils.php
A bundled-libs/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php
A bundled-libs/masterminds/html5/src/HTML5/Serializer/OutputRules.php
A bundled-libs/masterminds/html5/src/HTML5/Serializer/README.md
A bundled-libs/masterminds/html5/src/HTML5/Serializer/RulesInterface.php
A bundled-libs/masterminds/html5/src/HTML5/Serializer/Traverser.php
A bundled-libs/mf2/mf2/.github/workflows/main.yml
A bundled-libs/mf2/mf2/.gitignore
A bundled-libs/mf2/mf2/.travis.yml
A bundled-libs/mf2/mf2/LICENSE.md
A bundled-libs/mf2/mf2/Mf2/Parser.php
A bundled-libs/mf2/mf2/README.md
A bundled-libs/mf2/mf2/bin/fetch-mf2
A bundled-libs/mf2/mf2/bin/parse-mf2
A bundled-libs/mf2/mf2/composer.json
A bundled-libs/mf2/mf2/phpcs.xml
A bundled-libs/mf2/mf2/phpunit.xml
A bundled-libs/mf2/mf2/tests/Mf2/ClassicMicroformatsTest.php
A bundled-libs/mf2/mf2/tests/Mf2/CombinedMicroformatsTest.php
A bundled-libs/mf2/mf2/tests/Mf2/MicroformatsTestSuiteTest.php
A bundled-libs/mf2/mf2/tests/Mf2/MicroformatsWikiExamplesTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseDTTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseHtmlIdTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseImpliedTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseLanguageTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParsePTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseUTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseValueClassTitleTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParserTest.php
A bundled-libs/mf2/mf2/tests/Mf2/PlainTextTest.php
A bundled-libs/mf2/mf2/tests/Mf2/RelTest.php
A bundled-libs/mf2/mf2/tests/Mf2/URLTest.php
A bundled-libs/mf2/mf2/tests/Mf2/bootstrap.php
A bundled-libs/mf2/mf2/tests/Mf2/fberriman.com.html
A bundled-libs/mf2/mf2/tests/Mf2/snarfed.org.html
M composer.json
M composer.lock
M include/functions_trackbacks.inc.php
Log Message:
-----------
Add MF2 and html5 requirement via composer
Commit: efd7f79fd73349dedafd9792cc9a12f6f1df20f4
https://github.com/s9y/Serendipity/commit/efd7f79fd73349dedafd9792cc9a12f6f1df20f4
Author: onli <on...@pa...>
Date: 2024-06-04 (Tue, 04 Jun 2024)
Changed paths:
M comment.php
M include/functions_trackbacks.inc.php
Log Message:
-----------
Restructure webmention logic
Separate the MF2 parsing into its own function. Since the origin url is fetched only there, we can easier make that optional later.
Compare: https://github.com/s9y/Serendipity/compare/1c75f6692d9e...efd7f79fd733
To unsubscribe from these emails, change your notification settings at https://github.com/s9y/Serendipity/settings/notifications
|