| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-02 | Fix Danby Draws | vjkcxl | |
| 2025-09-02 | Revert whitespace changes | vjkcxl | |
| 2025-09-01 | Hopefully fix PHPStan | vjkcxl | |
| 2025-09-01 | Try to add types | vjkcxl | |
| 2025-09-01 | Update ComicPress logic | vjkcxl | |
| This updates the logic to work across a variety of additional sites. Additionally, it grabs the author's comments from comics, such as the text on Buttersafe. This does not update the list of supported comics. There are too many comic sites to enumerate all of them anyway. | |||
| 2025-05-17 | drop gocomics and other inactive af_comics filters - third time the charm | Andrew Dolgov | |
| 2025-05-17 | Revert "drop gocomics and other inactive af_comics filters" | Andrew Dolgov | |
| This reverts commit 5f064b4477e74f5de24bdb22a8cb499f2ab03805. | |||
| 2025-05-17 | drop gocomics and other inactive af_comics filters | Andrew Dolgov | |
| 2025-05-17 | af_comics - fix penny arcade to new markup | Andrew Dolgov | |
| 2025-04-04 | Use the correct suffix for GoComics permalinks. | wn_ | |
| 2025-04-04 | Handle changes to GoComics. | wn_ | |
| 2025-01-05 | Add processing of dumbingofage.com images | Nathan Neulinger | |
| 2024-11-26 | also deal with The Oatmeal posts, not just comics | Andrew Dolgov | |
| 2024-11-26 | add af_comics filter for The Oatmeal | Andrew Dolgov | |
| 2024-11-24 | Use PHP 8 'str_' functions. | wn_ | |
| A few more characters in some places, but helps with readability. | |||
| 2024-11-01 | af_comics - fix for Danby Draws and maybe other similar wodpress-based sites | Andrew Dolgov | |
| 2023-12-30 | Update all UrlHelper::fetch() calls to use the associative array approach. | wn_ | |
| The other approach (passing in individual params) was marked as deprecated a few years ago. | |||
| 2022-12-19 | * bring back cache-busting for feed icons based on timestamp | Andrew Dolgov | |
| * DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag | |||
| 2022-08-12 | Replace use of 'array_merge' with the spread operator and 'array_push' in ↵ | wn_ | |
| various places. This isn't supported for arrays with string keys until PHP 8.1. https://wiki.php.net/rfc/spread_operator_for_array | |||
| 2022-03-28 | Fix af_comics for explosm after site changes | Eduardo M KALINOWSKI | |
| 2021-12-06 | af_comics: add Powerup Comics and Danby Draws | Andrew Dolgov | |
| 2021-11-15 | * DiskCache: add download() helper | Andrew Dolgov | |
| * Af_Comics_Gocomics_FarSide: cache linked images because it seems to be required anyway | |||
| 2021-11-15 | Minor fix to DOMNodeList#item() potential type (null vs false) | wn_ | |
| 2021-11-15 | deal with several DOMElement-related errors | Andrew Dolgov | |
| 2021-11-14 | set missing annotations in af_comics | Andrew Dolgov | |
| 2021-11-14 | deal with the rest of warnings in plugin.php | Andrew Dolgov | |
| 2021-11-10 | plugin cleanup re: phpstan 1.0 warnings | Andrew Dolgov | |
| 2021-10-18 | af_comics: pass PluginHost to filter constructors | Andrew Dolgov | |
| 2021-03-05 | af_comics filters: don't try to load empty html | Andrew Dolgov | |
| 2021-03-01 | move version-related stuff to Config; fix conditional feed requests | Andrew Dolgov | |
| 2021-03-01 | hide version for bundled plugins because it's meaningless; for everything ↵ | Andrew Dolgov | |
| else support showing version using git (if about[0] is null) | |||
| 2021-02-28 | move all $fetch globals to UrlHelper | Andrew Dolgov | |
| 2021-02-17 | af_comics: markup cleanup | Andrew Dolgov | |
| 2021-02-15 | feeds: unify naming | Andrew Dolgov | |
| 2020-09-22 | remove a lot of stuff from global context (functions.php), add a few helper ↵ | Andrew Dolgov | |
| classes instead | |||
| 2020-09-17 | replace FALSE with false so that static analyzer shuts up about it | Andrew Dolgov | |
| 2020-03-13 | allow overriding built-in templates via templates.local | Andrew Dolgov | |
| 2020-02-27 | af_comics: split contents of subscribe/basic_info/fetch hooks into ↵ | Andrew Dolgov | |
| appropriate per-comic filters | |||
| 2020-02-27 | af_comics: mention that Far Side needs cached media | Andrew Dolgov | |
| 2020-02-27 | af_comics: escape all template urls | Andrew Dolgov | |
| 2020-02-27 | use canonical fetch url for Far Side | Andrew Dolgov | |
| 2020-02-27 | remove unnecessary debugging from previous | Andrew Dolgov | |
| 2020-02-27 | af_comics: add experimental support for The Far Side | Andrew Dolgov | |
| 2019-12-18 | remove version.php and VERSION global constant, do version-related things in ↵ | Andrew Dolgov | |
| a slightly less ridiculous way | |||
| 2019-11-18 | af_comics: support buni webtoon episodes | Andrew Dolgov | |
| 2019-10-06 | af_comics: Use a fixed time of day when generating fake feed for GoComics. ↵ | JustAMacUser | |
| Without this the timestamp is always updated to be the time the feed is fetched, which causes the comics to keep moving to the top/bottom of the article list depending on the sort order. (Using 11:00 a.m. UTC as that should keep the date the same across the majority of time zones.) Try to get the actual title for GoComics comics. Also a little code clean up. | |||
| 2019-03-12 | Add set_basic_feed_info hook to af_comics to fix GoComics title and url. | Rodney Stromlund | |
| 2018-12-07 | remove separate classes for various panels, unify under .panel | Andrew Dolgov | |
| remove a few other unnecessary css classes/ids | |||
| 2018-12-07 | af_comics: add Stonetoss | Andrew Dolgov | |
| 2018-12-06 | add icons to accordion panels in preferences | Andrew Dolgov | |
| fix typo in pref-prefs closing panel tag | |||