summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-11Fix test cases for the new changesAndres Rey
2017-11-11Merge config instead of overwritting it during unit testingAndres Rey
2017-11-09Remove extra brs between p nodes after processing the articleAndres Rey
2017-11-09Remove reverse traversing when scanning for brs and convert the DOMNodeList ↵Andres Rey
to an array before looping over it
2017-11-09Scan nodes in reverse in removing functions.Andres Rey
In other words: Node shifting is a bitch
2017-11-09Better detection of empty paragraphsAndres Rey
2017-11-08Update README with new issuesAndres Rey
2017-11-08Fix test cases for the new codeAndres Rey
2017-11-08Remove BR cleaning on text nodes temporarilyAndres Rey
2017-11-07Clean style attributes inside tagsAndres Rey
2017-11-07Merge branch 'master' into ↵Andres Rey
development-update-to-f0edc77cb58ef52890e3065cf2b0e334d940feb2 # Conflicts: # README.md
2017-11-07Merge branch 'master' into ↵Andres Rey
development-update-to-f0edc77cb58ef52890e3065cf2b0e334d940feb2
2017-11-07Add article text direction to responseAndres Rey
2017-11-07Update logic to remove nodes when cleaning conditionallyAndres Rey
2017-11-07Add licenseAndres Rey
2017-11-07Mark datatables and avoid removing them during cleaningAndres Rey
2017-11-06Check for maxDepth before continuingAndres Rey
2017-11-06Get the article directionAndres Rey
TODO: Make the metadata array an object with getters and setters
2017-11-06Keep potential top candidate's parent node to try to get text direction of ↵Andres Rey
it later.
2017-11-05If the top candidate is the only child, use parent instead. This will help ↵Andres Rey
sibling joining logic when adjacent content is actually located in parent's sibling node.
2017-11-05Find a better top candidate node if it contains (at least three) nodes which ↵Andres Rey
belong to `topCandidates` array and whose scores are quite closed with current `topCandidate` node.
2017-11-05CleanupAndres Rey
2017-11-05Check for text node contents before converting them to P tagsAndres Rey
2017-11-05Add isElementWithoutContent functionAndres Rey
2017-11-05Clean extra fields when prepping the articleAndres Rey
2017-11-04Add hierarchical separators detection on titlesAndres Rey
2017-11-02Minor cleanupAndres Rey
2017-11-02Update the unlikelyCandidates regexAndres Rey
2017-10-05Rollback phpunit version bumpAndres Rey
2017-10-05Bump phpunit versionAndres Rey
2017-10-05Merge pull request #25 from andreskrey/analysis-XVAQP3Andres Rey
Apply fixes from StyleCI
2017-10-05Apply fixes from StyleCIAndres Rey
2017-10-05Update CHANGELOG.mdAndres Rey
2017-10-05Merge pull request #24 from jagermesh/UndefinedIndexAndres Rey
Fix for Notice: Undefined index: og:image
2017-10-05fix forSergiy Lavryk
Notice: Undefined index: og:image in /andreskrey/readability.php/src/HTMLParser.php, line 469
2017-09-14Merge branch 'development'Andres Rey
2017-09-14Prepare for releaseAndres Rey
2017-09-14Override linguist detectionAndres Rey
2017-09-14Add warning about using the summonCthulhu optionAndres Rey
2017-09-14Add summonCthulhu config option + test casesAndres Rey
2017-07-10Initial correction of new test casesAndres Rey
2017-07-09Initial correction of new test casesAndres Rey
2017-07-08Import all the new test casesAndres Rey
2017-06-15Safecheck for really bad HTMLAndres Rey
2017-06-02Override github linguist detection to force PHPAndres Rey
2017-05-31Merge pull request #23 from andreskrey/developmentAndres Rey
Prepare for release 0.2.1
2017-05-31Prepare for releaseAndres Rey
2017-05-31Merge pull request #21 from andreskrey/pr-20-new-backup-approachAndres Rey
New backup dom approach
2017-05-31Merge branch 'development' into pr-20-new-backup-approachAndres Rey
# Conflicts: # CHANGELOG.md
2017-05-31Merge remote-tracking branch 'origin/pr-20-new-backup-approach' into ↵Andres Rey
pr-20-new-backup-approach