summaryrefslogtreecommitdiff
path: root/src/Readability.php
AgeCommit message (Collapse)Author
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 ↵Andres Rey
are initialized
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 ↵Andres Rey
that function
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
match the JS version.
2016-11-13Bunch of changes imported from JS project.Andres Rey
Moved hasSinglePElement to HTMLParser, removed the interface declaration. New hasSingleChildBlockElement function on HTMLParser
2016-11-13Fixed a small bug where content score was set directly to the object ↵Andres Rey
property instead through the proper function.
2016-11-11Fixed node comparisonAndres Rey
2016-11-11TyposAndres Rey
2016-11-11Removed more JS translation errors, fixed body importing when no top ↵Andres Rey
candidate is found
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 ↵Andres Rey
(DUHHHHHHHHHHHH)
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
2016-10-19Progress over content scoringAndres Rey
2016-10-18Applied fixes from StyleCIAndres Rey
2016-10-18Lots of commentsAndres Rey
2016-10-18Fixed a nasty bug when searching for a missing parent on an element. ↵Andres Rey
Expanded the Readability object with class and element scoring.
2016-10-18Base for readability object class and interfaceAndres Rey
2016-10-16RenameAndres Rey
2016-10-16BaseAndres Rey