summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-08-17Update test dataFiveFilters.org
2021-08-17Update test: site name in marketwatch metadataFiveFilters.org
2021-08-17Add new test: medicalnewstodayFiveFilters.org
2021-08-17Fix tests: update expected output based on recent changesFiveFilters.org
2021-08-16Mark progress against Readability.jsFiveFilters.org
2021-08-16use default threshold for share elementsFiveFilters.org
https://github.com/mozilla/readability/commit/681bf0c47b235577fb40848a6092d0d07f7d95dc
2021-08-16only remove sharing elements if they contain <500 charactersFiveFilters.org
https://github.com/mozilla/readability/commit/e76aba3485d6788b07b1781661f6e283d6563276
2021-08-16Remove Travis and Style CI filesFiveFilters.org
Travis tests replaced by Github Actions here.
2021-08-16Fix tabular data got removedFiveFilters.org
https://github.com/mozilla/readability/commit/6a5066abe27b47e1e6d9972fdfaa8aefe24cc516 (test files still to be updated)
2021-08-16Fix whitespace normalization in title metadataFiveFilters.org
https://github.com/mozilla/readability/commit/e8bb7f722febdc856abf4ac73846afd4f5f7b83d
2021-08-16Remove unused badges for nowFiveFilters.org
2021-08-16Remove coveralls integration for nowFiveFilters.org
2021-08-16Remove coveralls integration for nowFiveFilters.org
2021-08-16Merge branch 'master' of https://github.com/fivefilters/readability.phpFiveFilters.org
2021-08-16Update .coveralls.ymlFiveFilters.org
2021-08-16Use token for php-coverallsFiveFilters.org
2021-08-16Fix composer executionFiveFilters.org
2021-08-16XDEBUG flag to generate clover fileFiveFilters.org
2021-08-16Run php-coveralls inside Docker containerFiveFilters.org
2021-08-16Upload coverage results to CoverallsFiveFilters.org
2021-08-15Update Makefile for testing with supported versionsFiveFilters.org
2021-08-15Use pre-built images from Docker Hub for testingFiveFilters.org
2021-08-14Update composer.jsonFiveFilters.org
2021-08-14Update namespaceFiveFilters.org
2021-08-14Prepare for packagist and note about the handoverFiveFilters.org
2021-08-14Show tests status via Github ActionsFiveFilters.org
2021-08-14Merge branch 'master' of https://github.com/fivefilters/readability.phpFiveFilters.org