summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-21Added safe check when getting the article title.Andres Rey
2016-12-17Corrected more test casesAndres Rey
2016-12-15Added prepDocument function.Andres Rey
2016-12-15Moved the position of the backupnode creation since we need it without the sc...Andres Rey
2016-12-15Added a hack to load HTML with UTF-8 charactersAndres Rey
2016-12-12GoddammitAndres Rey
2016-12-12GoddammitAndres Rey
2016-12-12Fixed phpunit autoloaderAndres Rey
2016-12-12Updated travis badgeAndres Rey
2016-12-12Removed php 5.3 from testsAndres Rey
2016-12-12Adjusted more result test casesAndres Rey
2016-12-12Added recursion to re-run the algorithm in case no quality content is found.Andres Rey
2016-12-11Added backupdom property, which will hold the original HTML in case it's need...Andres Rey
2016-12-11Added travis.ci badgeAndres Rey
2016-12-11Adjusted more result test casesAndres Rey
2016-12-11Added option to filter empty DOMText nodes while getting children.Andres Rey
2016-12-11Removed conditional cleaning of crlfsAndres Rey
2016-12-10Small fix to avoid adding empty DOMText nodes to the selected nodes.Andres Rey
2016-12-10Fixed wrong iteration on hasSingleChildBlockElement. Funny how one single lin...Andres Rey
2016-12-10Modified the expected files to match the readability.php style of resultAndres Rey
2016-12-10Modified the expected files to match the readability.php style of resultAndres Rey
2016-12-10Solved some mistakes during node parsing (before scoring)Andres Rey
2016-12-08Added option to remove the data-readability tags.Andres Rey
2016-12-08Refactored readability.js expected files to match readability.php styleAndres Rey
2016-12-07Refactored the testing suite a bit using data providersAndres Rey
2016-12-07Added some basic Unit Testing. HTML samples taken from readability.jsAndres Rey
2016-11-27Fixed node trasverse while cleaningConditionallyAndres Rey
2016-11-27Added cleanExtraParagraphsAndres Rey
2016-11-27Added cleanConditionallyAndres Rey
2016-11-26Updated CHANGELOGAndres Rey
2016-11-26Updated readme for release. Added cleanheaders.Andres Rey
2016-11-25Updated readme for release. Added cleanheaders.Andres Rey
2016-11-24Progress over prepArticleAndres Rey
2016-11-24Initial approach to prepArticleAndres 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-22Added a boolean to check if the result of the operation actually has content ...Andres Rey
2016-11-21Improved the way we catch calls to getAttribute to elements that lack of that...Andres Rey
2016-11-21Removed commentAndres Rey
2016-11-21Replaced commentAndres Rey
2016-11-21Switched to a more html-friendly readability tag.Andres Rey
2016-11-19Fixed incorrect approach when counting nodeListsAndres Rey
2016-11-18- Corrected call to siblings of topCandidateAndres Rey
2016-11-18Check for previously initialized nodes, restore the score and set the flagAndres Rey
2016-11-18Checking for text before replacing it with P nodesAndres Rey
2016-11-18ALWAYSAndres Rey
2016-11-18ALWAYSAndres Rey
2016-11-18Added initialized property to avoid reinitializing nodes.Andres Rey