summaryrefslogtreecommitdiff
path: root/plugins/af_comics/filters
AgeCommit message (Collapse)Author
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
* DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag
2022-03-28Fix af_comics for explosm after site changesEduardo M KALINOWSKI
2021-12-06af_comics: add Powerup Comics and Danby DrawsAndrew Dolgov
2021-11-15 * DiskCache: add download() helperAndrew Dolgov
* Af_Comics_Gocomics_FarSide: cache linked images because it seems to be required anyway
2021-11-15Minor fix to DOMNodeList#item() potential type (null vs false)wn_
2021-11-15deal with several DOMElement-related errorsAndrew Dolgov
2021-11-14set missing annotations in af_comicsAndrew Dolgov
2021-03-05af_comics filters: don't try to load empty htmlAndrew Dolgov
2021-03-01move version-related stuff to Config; fix conditional feed requestsAndrew Dolgov
2021-02-28move all $fetch globals to UrlHelperAndrew Dolgov
2021-02-15feeds: unify namingAndrew 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
2020-03-13allow overriding built-in templates via templates.localAndrew Dolgov
2020-02-27af_comics: split contents of subscribe/basic_info/fetch hooks into ↵Andrew Dolgov
appropriate per-comic filters
2019-11-18af_comics: support buni webtoon episodesAndrew Dolgov
2018-12-07af_comics: add StonetossAndrew Dolgov
2018-11-30debug logging system rework:Andrew Dolgov
* support various logging levels per-message * remove hacks like debug_suppress, DAEMON_EXTENDED_DEBUG, etc * _debug() is kept as a compatibility shim for plugins
2018-04-26af_comics: nedroid broke their rss feed, might as well plug them into ↵Andrew Dolgov
generic comicpress filter
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-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
2017-04-08Fix the TFD filter and add Married to the seaBill Bagdon
2017-01-22Update af_comics to handle new GoComics site.JustAMacUser
2015-09-21af_comics: fix for whompAndrew Dolgov
2015-08-14af_comics: add pvponlineAndrew Dolgov
2015-06-18fix toothpastefordinner valiant efforts to prevent scrapingAndrew Dolgov
2015-06-12add a generic af_comics filter for .comic class sites (much like comicpress ↵Andrew Dolgov
handles id comic, i guess)
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
2015-01-15fix for yet another dilbert changesAndrew Dolgov
2014-12-12fix explosm comics pluginAndrew Dolgov
2014-12-03fetch_file_contents: support retarded schema-less urlsAndrew Dolgov
af_comics_dilbert: fix for new dilbert.com shenanigans
2014-12-03af_comics_pa: check node exists before trying to manipulate itAndrew Dolgov
2014-10-21add af_comics filter for toothpastefordinnerAndrew Dolgov
2014-08-18plugins: remove obsolete plugin_data/stored stuffAndrew Dolgov
2014-08-12add af_comics_darklegacyAndrew Dolgov
2014-08-08af_comics_gocomics: fix indentingAndrew Dolgov
2014-08-06fix zoomed versionmcbyte-it
Fixed the gocomics filter to get the zoomed version of the comic
2014-06-16af_comics: add extra fabulous comicsAndrew 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