summaryrefslogtreecommitdiff
path: root/classes/feedparser.php
AgeCommit message (Expand)Author
2018-08-12Store language of entries as indicated by the feed.Tobias Kappé
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2016-11-11feedparser: fix syntax errorAndrew Dolgov
2016-11-11feedparser: fix normalize_encoding() not working properly for some encodingsAndrew Dolgov
2016-09-05parser: only try to convert encoding if mbstring actually supports itAndrew Dolgov
2015-04-21atom: consider link rel=alternate in feed element for site urlsAndrew Dolgov
2015-02-02fix parse atom feedLukas Hybner
2014-03-04parser: trim some some feed-extracted data link titles and linksAndrew Dolgov
2014-03-04Revert "parser: experimentally set preservewhitespace to false"Andrew Dolgov
2014-03-03parser: experimentally set preservewhitespace to falseAndrew Dolgov
2013-12-18implemented get_comments_url() and Atom Threading Extensionwltb
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov
2013-09-27Feedparser: Add important check for unknown feed type detectionwltb
2013-09-26Feedparser: Store libXML fatal error messages in an array, repair error repor...wltb
2013-09-25fix style in feedparserAndrew Dolgov
2013-09-24Feedparser: Only format fatal errorswltb
2013-09-24Feedparser: Change handling of libxml error 9 (cycle all errors)wltb
2013-08-03improve support for feeds with invalid unicode entitiesAndrew Dolgov
2013-07-15Feedparser/encoding change: More general regular expression, set encoding to ...wltb
2013-07-11parser: add charset recoding hack for systems where libxml is build without s...Andrew Dolgov
2013-06-19feedparser: check if initial xpath query for root element returns anythingAndrew Dolgov
2013-05-24parser: fix get_links() for RSSAndrew Dolgov
2013-05-23feedparser: properly handle nodeValue of rss channel link element (closes #692)Andrew Dolgov
2013-05-17try to force-convert feed data to utf8Andrew Dolgov
2013-05-15fix support of Atom 0.3Andrew Dolgov
2013-05-14Feature #686kpn3m0
2013-05-01fix rss content:encoded not usedAndrew Dolgov
2013-05-01add support for dc:subject and slash:commentsAndrew Dolgov
2013-05-01support RDF-XML feedsAndrew Dolgov
2013-05-01pass xpath object to feeditem, support media-rss objectsAndrew Dolgov
2013-05-01fix get_links() for RSSAndrew Dolgov
2013-05-01parser: add get_links()Andrew Dolgov
2013-05-01change caching to save xml data, remove RDF init sectionAndrew Dolgov
2013-05-01add basic rss supportAndrew Dolgov
2013-05-01add basic tinyparser/atomAndrew Dolgov