summaryrefslogtreecommitdiff
path: root/plugins/af_fsckportal
AgeCommit message (Collapse)Author
2019-03-21domdocument: remove old meta charset unicode hacks, replace with shorter xml ↵Andrew Dolgov
preamble utf8 hack (on loadhtml where it makes sense) af_readability: better (?) charset hack for non-unicode pages
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-08af_fsckportal: remove unused variablesAndrew Dolgov
2013-10-23add af_fsckportalAndrew Dolgov