summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 ever...Andres Rey
2019-05-26Add safecheck for getFirstElementChild and replace another instance of firstC...Andres Rey
2019-05-26Add getFirstElementChild functionAndres Rey
2019-05-26Add missing starAndres Rey
2019-03-24Merge remote-tracking branch 'origin/development' into developmentAndres Rey
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 time...Andres Rey
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
2018-11-11Fix issue when removing brsAndres Rey
2018-11-11Fix issue when setting custom properties in nodesAndres Rey
2018-11-07Add third parameter of "hasAncestorTag" as a callable optional functionAndres Rey
2018-11-07Remove node parameter from "hasAncestorTag" since it's a trait and it works o...Andres Rey
2018-11-06Set default value for $carry in array_reduce functionsAndres Rey
2018-11-06Fix wrong reduction of array (must return true if ALL the calls returned true)Andres Rey
2018-11-05Fix phrasing content checking mistakeAndres Rey
2018-11-03Fix wrong variable name when checking length of bylineAndres Rey
2018-11-01Switch to array_intersectAndres Rey
2018-11-01Improve metadata searching functionAndres Rey
2018-11-01Fix metadata extraction bugAndres Rey
2018-10-31Look for classes names when checking visibilityAndres Rey
2018-10-21Fix incorrect tagName checkAndres Rey
2018-10-17Update comment of hasSingleTagInsideElementAndres Rey
2018-10-17Improve script node removing functionAndres Rey