summaryrefslogtreecommitdiff
path: root/plugins/af_comics/filters/af_comics_darklegacy.php
AgeCommit message (Collapse)Author
2021-03-05af_comics filters: don't try to load empty htmlAndrew Dolgov
2021-02-28move all $fetch globals to UrlHelperAndrew Dolgov
2020-09-22remove a lot of stuff from global context (functions.php), add a few helper ↵Andrew Dolgov
classes instead
2020-09-17replace FALSE with false so that static analyzer shuts up about itAndrew Dolgov
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-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
2014-08-18plugins: remove obsolete plugin_data/stored stuffAndrew Dolgov
2014-08-12add af_comics_darklegacyAndrew Dolgov