summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-31set internal dependency on html5-phpAndrew Dolgov
2022-07-16Merge pull request 'Add 'ReturnTypeWillChange' to 2 methods in 'NodeTrait'.' ↵fox
(#1) from wn/readability-php:bugfix/php-8.1-NodeTrait-return-types into master Reviewed-on: https://dev.tt-rss.org/fox/readability-php/pulls/1
2022-07-16Add 'ReturnTypeWillChange' to 2 methods in 'NodeTrait'.wn_
2021-12-28FixesFiveFilters.org
Reported here: https://forum.fivefilters.org/t/readability-php-fatal-error/1283
2021-09-04Update current state of the PHP port + authors fileFiveFilters.org
2021-08-31Adhere to standard code styleFiveFilters.org
2021-08-31Add more tests from Readability.jsFiveFilters.org
2021-08-26HousekeepingFiveFilters.org
2021-08-26Remove deprecated methodFiveFilters.org
2021-08-25Add new test caseFiveFilters.org
https://github.com/mozilla/readability/commit/e1972362816cd47e679d1a4bbbf923a58b8a88d5
2021-08-25Separating title-like and low-scoring headersFiveFilters.org
https://github.com/mozilla/readability/commit/2e620c232ec5b189207da5b7123470e8c8872f54
2021-08-25Fix param orderFiveFilters.org
2021-08-25Fix headers being removedFiveFilters.org
https://github.com/mozilla/readability/commit/11093f011f57fa528a00a78d70b8d9df32c7a32d
2021-08-25Skip removing nodes in <code>FiveFilters.org
https://github.com/mozilla/readability/commit/290724c68c93359139a4663d18460f6d26e192e6
2021-08-25Consider #hash links in link densityFiveFilters.org
https://github.com/mozilla/readability/commit/3c833899866ffb1f9130767110197fd6f5c08d4c (not all these changes work as expected, so one section has been commented out for now)
2021-08-25Code readability fixesFiveFilters.org
https://github.com/mozilla/readability/commit/fc78270a308e815429113517a61428e4e56076a8
2021-08-25Update README.mdFiveFilters.org
2021-08-25Renamed nextElement to nextNodeFiveFilters.org
https://github.com/mozilla/readability/commit/60af91f15387fcd5e60fe05212bf6fd1a2d9d36d
2021-08-25exclude additional elements based on their roleFiveFilters.org
https://github.com/mozilla/readability/commit/d5eea06a0095b3138dbd1f6233f656d690200509
2021-08-25Update Readability.phpFiveFilters.org
2021-08-25Update NodeTrait.phpFiveFilters.org
2021-08-25Include more ancestors in candidate scoringFiveFilters.org
https://github.com/mozilla/readability/commit/3844d8f05b3f114e3df16c3bc3caf44e5ba52181
2021-08-25Update README.mdFiveFilters.org
2021-08-25Allow new test output to be written to disk inside test/changed/FiveFilters.org
2021-08-25Clean up and use regex by nameFiveFilters.org
This should resemble the Readability.js code a little more.
2021-08-25Add league/uri dependency for resolving relative URLsFiveFilters.org
Perhaps this should be optional for those who don't need to resolve URLs
2021-08-22Prefer JSON-LD metadata object, when presentFiveFilters.org
https://github.com/mozilla/readability/commit/2ca98284e92aecd610bac3008e5e6ff1c0fdad37 (getJSONLD() method based on current Readability.js implementation)
2021-08-21Update README.mdFiveFilters.org
2021-08-21Fix lazy-loaded images are not visible in Kinja sitesFiveFilters.org
https://github.com/mozilla/readability/commit/52ab9b5c8916c306a47b2119270dcdabebf9d203 (some changes based on current Readability.js code)
2021-08-21Update README.mdFiveFilters.org
2021-08-21Fix testFiveFilters.org
2021-08-20remove nodes with role=complementaryFiveFilters.org
https://github.com/mozilla/readability/commit/d5621f85e775229332bf0f6f2b1d3d789c638f2d
2021-08-20Fix previousElementSibling() implementationFiveFilters.org
2021-08-20Add method to unwrap img inside noscriptFiveFilters.org
https://github.com/mozilla/readability/commit/d784bf7e20e25ec1b3a6102a20c83d35fe3ef87d (but code based on current version of Readability.js)
2021-08-19Update README.mdFiveFilters.org
2021-08-19Update NodeTrait.phpFiveFilters.org
2021-08-19Use _getAllNodesWithTag() moreFiveFilters.org
https://github.com/mozilla/readability/commit/dc34dfd8fa6d5c17801efbc2e115dc368b7117c8 (haven't tested to see if the issue that affected Readability.js affects Readability.php in the same way)
2021-08-19preserve children when removing javascript: linksFiveFilters.org
https://github.com/mozilla/readability/commit/7c91bdd2753adabf801beb5063db6693c54e4e33
2021-08-19Add a new test and fix an existing oneFiveFilters.org
https://github.com/mozilla/readability/commit/d6fc38c4b45d9bc337e3579b53ffa7c188cc4d77 (code changes already made in earlier commit)
2021-08-19Add new Wikipedia testFiveFilters.org
https://github.com/mozilla/readability/commit/b551f1cf6e2266e89629d3d0d5a913eee8af5a44 (the change to unlikelyCandidates has already been made in an earlier commit)
2021-08-19Remove aria-hidden="true" nodesFiveFilters.org
https://github.com/mozilla/readability/commit/60f470c4bb618a7987d5701b1228ec5ff49f2773 (but changes based on current version of Readability.js)
2021-08-19Added "keepClasses" option to prevent cleaning of classesFiveFilters.org
https://github.com/mozilla/readability/commit/2982216913af2c66b0690e88606b03116553ad92
2021-08-19Clarify security implications of using readabilityFiveFilters.org
https://github.com/mozilla/readability/commit/234f4202792bc398d2141873c002b409c699dd91 (but points to HTML Purifier for PHP users)
2021-08-19Remove sharing elements in fewer situationsFiveFilters.org
https://github.com/mozilla/readability/commit/9092b2a29c6ad3ce7f9a9e1e4e3ee74a56abd304
2021-08-19Update tests for lazy-loaded imagesFiveFilters.org
https://github.com/mozilla/readability/commit/814f0a3884350b6f1adfdebb79ca3599e9806605
2021-08-18Add nested font tags to test _setNodeTagFiveFilters.org
https://github.com/mozilla/readability/commit/cb5771fd4a832bf257bf1b86f7fbdcb74068d3c5
2021-08-18Add support for detecting lazy-loaded imagesFiveFilters.org
https://github.com/mozilla/readability/commit/814f0a3884350b6f1adfdebb79ca3599e9806605 (but porting the _fixLazyImages() function as it stands now, not as it's shown in this commit)
2021-08-17Update README.mdFiveFilters.org
2021-08-17Fix table header missingFiveFilters.org
https://github.com/mozilla/readability/commit/9009f64f9ce8b7d593c1ef90864843f72e193cba
2021-08-17Fix embedded videos getting removedFiveFilters.org
https://github.com/mozilla/readability/commit/6761a7e4124cab16384c0501733edd4c7bf32e6b