summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 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-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-19Remove sharing elements in fewer situationsFiveFilters.org
https://github.com/mozilla/readability/commit/9092b2a29c6ad3ce7f9a9e1e4e3ee74a56abd304
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-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-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-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-14Update namespaceFiveFilters.org
2021-08-11Prevent HTML5PHP from inserting doctype when serialising HTMLFiveFilters.org
2021-08-10HTML5 parser, more whitespace aware, backport more Readability.js codeFiveFilters.org
2021-07-28Apply changes from pull requests and forksFiveFilters.org
2019-07-15Fix wrong access to first element childAndres Rey
2019-06-17Style CI ChangesAndres Rey
2019-06-17Minor changeAndres Rey
2019-06-17Make DOMNodeList more DOMNodeList...yAndres Rey
2019-06-17Update changelog and deprecate old configuration functionsAndres Rey
2019-06-17Bring back getChildren and add a deprecation noticeAndres Rey
2019-06-17FormattingAndres Rey
2019-06-17Remove getChildren function, implement a fake DOMNodeList class. Prepare ↵Andres Rey
everything to support newer versions of libxml2
2019-05-26Add safecheck for getFirstElementChild and replace another instance of ↵Andres Rey
firstChild
2019-05-26Add getFirstElementChild functionAndres Rey
2019-05-26Add missing starAndres Rey
2019-03-24Merge remote-tracking branch 'origin/development' into developmentAndres Rey
# Conflicts: # test/test-pages/engadget/expected-metadata.json # test/test-pages/nytimes-1/expected-metadata.json # test/test-pages/nytimes-2/expected-metadata.json
2018-12-23Add getSiteName feature based on meta tag og:site_nameMaria Luiza Soares
2018-12-01Add "image" to the list of keys to search forAndres Rey
2018-11-29Update regex property extractor to avoid matching og:image tags multiple ↵Andres Rey
times and overwriting it's value (like og:image:width overwriting og:image)
2018-11-25Merge remote-tracking branch 'origin/development' into developmentAndres Rey
2018-11-25Search for the main image while looking for metadataAndres Rey
2018-11-22Apply fixes from StyleCIAndres Rey
2018-11-22Fix wrong docblockAndres Rey
2018-11-22Add missing asterisk in docblockAndres Rey
2018-11-22Update deprecation notice of wordThresholdAndres Rey
2018-11-20Fix missing node typeAndres Rey
2018-11-20Fix countable issue in php 5.6, 7 and 7.2Andres Rey
2018-11-19Trim title before saving it + update test expectationsAndres Rey
2018-11-19TypoAndres Rey
2018-11-19Implement shiftingAwareGetElementsByTagName to avoid node shifting errorsAndres Rey
2018-11-18Remove unused variableAndres Rey
2018-11-18Avoid unnecessary elseAndres Rey
2018-11-18Import node attributes by default when setting a new tagAndres Rey
2018-11-18Add comment about issue with datatablesAndres Rey
2018-11-18Avoid looping over negative numbersAndres Rey
2018-11-18Fix node shifting issues when removing chained BRsAndres Rey