summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2017-05-31Added info to the changelogAndres Rey
2017-05-31Merge pull request #22 from andreskrey/analysis-8mVroDAndres Rey
Apply fixes from StyleCI
2017-05-31Apply fixes from StyleCIAndres Rey
2017-05-31Updated readme.md fileAndres Rey
2017-05-30Updat test case for needs-entity-normalizationAndres Rey
2017-05-30Minor fixAndres Rey
2017-05-21Minor fixAndres Rey
2017-05-20Move the removeScripts and prepDocument functions inside the loadHTML ↵Andres Rey
function. Performance will suffer (as the system has to reparse the html eveytime it cycles) but is the only solution AFAIK.
2017-05-20Merge remote-tracking branch 'origin/pr-20-new-backup-approach' into ↵Andres Rey
pr-20-new-backup-approach
2017-05-20Add new backup approach. Cloning the original DOM object is not useful to ↵Andres Rey
keep a backup of it because there seems to be a connection between original object and clone. Making a change on the original object translates it to the backup one, so html must be reloaded everytime the algorithm cycles.
2017-03-27Fixed CLRF issueAndres Rey
2017-03-26Added normalizeEntities flag.Andres Rey
2017-03-13Failsafe for missing config filesAndres Rey
2017-03-12TypoAndres Rey
2017-03-10TypoAndres Rey
2017-03-10Merge pull request #19 from andreskrey/analysis-qrG5dGAndres Rey
Apply fixes from StyleCI
2017-03-10Apply fixes from StyleCIAndres Rey
2017-03-10Merge pull request #18 from andreskrey/developmentAndres Rey
Prepare for release v0.2.0
2017-03-10Preparing for release 0.2.0Andres Rey
2017-03-10Merge pull request #17 from andreskrey/analysis-zDANGlAndres Rey
Apply fixes from StyleCI
2017-03-10Apply fixes from StyleCIAndres Rey
2017-03-10Updated travisAndres Rey
2017-03-10Fixed all test cases and bugs, now 100% of our test pass. BREAK OUT THE ↵Andres Rey
CHAMPAGNE!
2017-03-09Fixed test casesAndres Rey
2017-03-09Deleted webmd-1 files due to JS errorsAndres Rey
2017-03-09Fixed small mistake when getting the articleByLine. Corrected test caseAndres Rey
2017-03-07Added dummy data to readability testAndres Rey
2017-03-07Removed ehow test case because it has broken JS and there's pretty much ↵Andres Rey
nothing we can do about it.
2017-03-07Corrected some test casesAndres Rey
2017-03-07Fuck this, we are not going to normalize blank space.Andres Rey
2017-03-03Functons to normalize space and disable subtitute entitiesAndres Rey
2017-02-24Fixed some test casesAndres Rey
2017-02-22Added name data sets because it was driving me crazy to search for "dataset ↵Andres Rey
#XX" after each failed test. PROTIP: READ THE DOCS, PEOPLE
2017-02-21Fixed test cases and added function to replace font tags with span + param ↵Andres Rey
to setNodeTag to keep attributes from original node.
2017-02-21Fixed expected result on Mozilla 1 test caseAndres Rey
2017-02-21Fixed expected result on missing paragraphs test caseAndres Rey
2017-02-19Added the fixRelativeURLs flag to true for Unit TestingAndres Rey
2017-02-12Extract top image when og:image and twitter:image are missing on the HTMLAndres Rey
2017-02-05Merge pull request #16 from DavidFricker/masterAndres Rey
prevents an exception being thrown
2017-02-04prevents an exception being thrown David Fricker
prevents an exception being thrown by postProcessContent when $result is a bool not a DOM object.
2016-12-28Removed the private var title since it wasn't usedAndres Rey
2016-12-26Merge pull request #15 from andreskrey/developmentAndres Rey
Updating for release
2016-12-26Restored the if to select the main image of the articleAndres Rey