summaryrefslogtreecommitdiff
path: root/src/Readability.php
AgeCommit message (Expand)Author
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-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-19Trim title before saving it + update test expectationsAndres Rey
2018-11-19Implement shiftingAwareGetElementsByTagName to avoid node shifting errorsAndres Rey
2018-11-18Remove unused variableAndres Rey
2018-11-18Import node attributes by default when setting a new tagAndres 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-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-17Improve script node removing functionAndres Rey
2018-09-11Import new metadata search "algorithm"Andres Rey
2018-09-05Remove experimental ifAndres Rey
2018-09-05Update initial parsing and add isWhitespace trait function.Andres Rey
2018-09-02Check for visible nodes before parsingAndres Rey
2018-09-02Remove DOMComments before anything elseAndres Rey
2018-09-02Remove single cell tablesAndres Rey
2018-09-01Avoid nesting paragraphsAndres Rey
2018-09-01Import the isPhrasingContent function. Might want to check the recursive loop...Andres Rey
2018-09-01Update logic when accessing next elementAndres Rey
2018-09-01Rename wordThreshold to charThreshold and throw deprecation noticesAndres Rey
2018-05-05Issue #63: Avoid diving by zero + test caseAndres Rey
2018-04-26Remove $parseSuccessful flagAndres Rey
2018-04-10Remove extra check for DOMDocument nodes + add commentAndres Rey
2018-04-10Merge pull request #58 from PedroAmorim/noticeparentOfTopCandidate2Andres Rey
2018-04-09Fix notice non-object on $parentOfTopCandidate for tumblr.comPedro Amorim
2018-03-21Clean <aside> tags on prepArticleAndres Rey
2018-03-19Apply StyleCI diffAndres Rey
2018-03-18Merge remote-tracking branch 'origin/development' into developmentAndres Rey
2018-03-18Check for base urls before generating paths for the URL resolverAndres Rey
2018-03-18Use all the article text to determine how many characters were extracted.Andres Rey
2018-03-14Use instanceof DOMdocumentPedro Amorim
2018-03-14Fix error C14NPedro Amorim
2018-03-10Add log messagesAndres Rey