summaryrefslogtreecommitdiff
path: root/src/Readability.php
AgeCommit message (Expand)Author
2017-11-12Apply fixes from StyleCIAndres Rey
2017-11-12Remove empty or just whitespace P elements during ratingAndres Rey
2017-11-12Add new regexp to check for whitespace include unicode version of  Andres Rey
2017-11-11Allow getting all node ancestorsAndres Rey
2017-11-11Remove nodes when there's only one DOMText node with no textAndres Rey
2017-11-09Better detection of empty paragraphsAndres Rey
2017-11-06Check for maxDepth before continuingAndres Rey
2017-11-05Add isElementWithoutContent functionAndres Rey
2017-11-02Minor cleanupAndres Rey
2017-03-10Apply fixes from StyleCIAndres Rey
2017-02-21Fixed test cases and added function to replace font tags with span + param to...Andres Rey
2016-12-23Apply fixes from StyleCIAndres Rey
2016-12-12Added recursion to re-run the algorithm in case no quality content is found.Andres Rey
2016-12-11Added option to filter empty DOMText nodes while getting children.Andres Rey
2016-12-10Solved some mistakes during node parsing (before scoring)Andres Rey
2016-11-27Added cleanConditionallyAndres Rey
2016-11-23Added horrible way to restore score. Should be gone in next versions (or whe ...Andres Rey
2016-11-22Fixed error where nodes where recognized as initialized when they weren'tAndres Rey
2016-11-22Removed old reference to elementsToScore, switched the moment when elements a...Andres Rey
2016-11-22Switched from is_callable to method_existsAndres Rey
2016-11-21Improved the way we catch calls to getAttribute to elements that lack of that...Andres Rey
2016-11-21Switched to a more html-friendly readability tag.Andres Rey
2016-11-19Fixed incorrect approach when counting nodeListsAndres Rey
2016-11-18Check for previously initialized nodes, restore the score and set the flagAndres Rey
2016-11-18Added initialized property to avoid reinitializing nodes.Andres Rey
2016-11-16Fixed duplication of initializationAndres Rey
2016-11-16Skipping original node when getting ancestorsAndres Rey
2016-11-14Fixed a wrong call to get the ID using 'class' as tag name instead of 'id'Andres Rey
2016-11-14Minor fixesAndres Rey
2016-11-14Ported last part of node rating, new createNode functionAndres Rey
2016-11-14Replacing old node when setting a new node tagAndres Rey
2016-11-14Fixed setNodeTagAndres Rey
2016-11-13Correct loop for hasSingleChildBlockElement. Changed Readability function to ...Andres Rey
2016-11-13Bunch of changes imported from JS project.Andres Rey
2016-11-13Fixed a small bug where content score was set directly to the object property...Andres Rey
2016-11-11Fixed node comparisonAndres Rey
2016-11-11TyposAndres Rey
2016-11-11Removed more JS translation errors, fixed body importing when no top candidat...Andres Rey
2016-11-11Conditional to filter DOMCommentsAndres Rey
2016-11-10Refactored a bit, added comments to the functionsAndres Rey
2016-11-04Applied fixes from StyleCIAndres Rey
2016-11-04Small commentAndres Rey
2016-11-04Applied fixes from StyleCIAndres Rey
2016-11-04Fixed score setting and retrievingAndres Rey
2016-11-04Fixed logic to make it go through all the nodes and not just skip them (DUHHH...Andres Rey
2016-11-02Added removeAndGetNext but needs some work. Also articleByLineAndres Rey
2016-10-30Lots of small bugfixes to match the real functionality of readability.jsAndres Rey
2016-10-21Added function to search for topCandidateAndres Rey
2016-10-21Major refactor, Readability now is an extension of Element.Andres Rey
2016-10-20Added link densityAndres Rey