summaryrefslogtreecommitdiff
path: root/classes/feedparser.php
AgeCommit message (Expand)Author
2022-08-12Use the null coalescing assignment operator in various places.wn_
2022-03-09various fixes vor php 8.1 compatibilityDavid Edler
2022-01-06generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or _LEF...Andrew Dolgov
2021-12-01Revert "various fixes vor php 8.1 compatibility"Andrew Dolgov
2021-11-30various fixes vor php 8.1 compatibilityDavid Edler
2021-11-17Switch FeedParser back to described behavior for setting 'error'.wn_
2021-11-15Minor fix to DOMNodeList#item() potential type (null vs false)wn_
2021-11-15deal with several DOMElement-related errorsAndrew Dolgov
2021-11-14Handle potentially null link, title, etc. in FeedParser.wn_
2021-11-13fix phpstan warnings in classes/feedparser.phpAndrew Dolgov
2021-02-06fix some more warnings reported by phpstanAndrew Dolgov
2019-05-12parser: force libxml error messages to valid utf8Andrew Dolgov
2019-04-01feedparser: remove horrible hacks for feeds with broken encodingAndrew Dolgov
2018-12-26parser: clean() attribute values by default (except content)Andrew Dolgov
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