summaryrefslogtreecommitdiff
path: root/plugins/af_comics/filters/af_comics_dilbert.php
AgeCommit message (Collapse)Author
2017-09-09Use 'saveHTML' when generating HTML from a DOMDocument.wn_
This primarily occurs when modifying article content. If 'saveXML' is used following 'loadHTML' there is the possibility of strangeness, such as a self-closing anchor tag. Note that the DOMDocument used in 'classes/feeditem/atom.php' came from 'loadXML', but we use 'saveHTML' since we're returning HTML content.
2017-06-05fix dilbert plugin not working because of changed GUIDs or w/eAndrew Dolgov
2017-06-04af_comics_dilbert: More details (title, tags, transcript)aeritir
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
2015-01-15fix for yet another dilbert changesAndrew Dolgov
2014-12-03fetch_file_contents: support retarded schema-less urlsAndrew Dolgov
af_comics_dilbert: fix for new dilbert.com shenanigans
2014-08-18plugins: remove obsolete plugin_data/stored stuffAndrew Dolgov
2014-02-17af_comics: split filters to separate files to ease maintenanceAndrew Dolgov