summaryrefslogtreecommitdiff
path: root/plugins/af_comics/filters/af_comics_cad.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-06-05af_comics updates:Andrew Dolgov
1. move preferences to Feeds tab 2. update CAD comic with support for sillies 3. add support for loading updated/third-party filters from filters.local (would override bundled filters)
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-05-15Revert "Add support for sillies"Andrew Dolgov
idiot submitter breaks all embedding with his genius strategy of handling all posts with now News: in title This reverts commit a3013adedd45fea4ae323c8621ef570119c3b489.
2015-05-13Add support for silliesaliz27
2014-08-18plugins: remove obsolete plugin_data/stored stuffAndrew Dolgov
2014-04-02af_comics_cad: do not process news postsAndrew Dolgov
2014-02-17af_comics: split filters to separate files to ease maintenanceAndrew Dolgov