wp2static/src
Maciej Palmowski 59540b17d8
Fix crash when crawling sitemaps
Fixes #751, #781, #798.

Co-authored-by: John Shaffer <jshaffer2112@protonmail.com>
2021-09-04 18:30:51 -06:00
..
Addons.php ignore duplicate addon registration INSERTs 2021-04-26 09:20:05 +10:00
CLI.php #745 - default to show all namespaced DeployCaches 2021-02-28 09:00:43 +10:00
Controller.php fixes #733 allow headers/body on deploy webhook 2021-02-27 14:32:41 +10:00
CoreOptions.php Fixes "Failed to create name index on wp_wp2static_core_options." errors 2021-01-13 16:24:10 -05:00
CrawlCache.php #699 - fix crawlcache init error 2020-12-01 14:54:53 +10:30
Crawler.php update dep refs in src;test composer 2020-12-10 14:28:33 +11:00
CrawlQueue.php #691 wip fix calling 2020-11-03 22:02:52 +10:30
DeployCache.php #745 - default to show all namespaced DeployCaches 2021-02-28 09:00:43 +10:00
DetectArchiveURLs.php Don't pass site URL to detectors. Absolute -> Relative is handled later 2020-08-28 16:45:36 +10:00
DetectAuthorPaginationURLs.php Detect pagination Author 2020-08-27 17:03:05 +02:00
DetectAuthorsURLs.php Don't pass site URL to detectors. Absolute -> Relative is handled later 2020-08-28 16:45:36 +10:00
DetectCategoryPaginationURLs.php Add trailing slash to detected category pagination URLs. 2021-02-14 19:23:07 -06:00
DetectCategoryURLs.php Update DetectCategoryURLs.php 2020-11-03 08:09:07 +01:00
DetectCustomPostTypeURLs.php Add src/DetectCustomPostTypeURLs test, optimize code 2020-08-28 18:02:02 +10:00
DetectPageURLs.php Add DetectPostURLs test 2020-08-28 19:04:55 +10:00
DetectPluginAssets.php merged code to avoid unnecessary "temporary variable assignments" 2021-05-31 08:07:52 +02:00
DetectPostsPaginationURLs.php #758 use realistic pagination base in test case 2021-02-27 11:42:32 +10:00
DetectPostURLs.php Use get_permalink() instead of WPOverrides::getpermalink (#662) 2020-08-31 20:37:52 -05:00
DetectSitemapsURLs.php Fix crash when crawling sitemaps 2021-09-04 18:30:51 -06:00
DetectThemeAssets.php enable email/webhook deploy notifications 2020-04-15 20:25:11 +09:30
DetectVendorCache.php mv Detection classes for PSR-4 compliance 2020-04-04 18:32:53 +10:30
DetectVendorFiles.php phpcbf passed 2020-09-07 19:43:33 +02:00
DetectWPIncludesAssets.php mv Detection classes for PSR-4 compliance 2020-04-04 18:32:53 +10:30
FileProcessor.php Rewrite deploymentURL in robots.txt. 2020-09-11 19:34:07 +00:00
FilesHelper.php quick type change, not convinced 2021-01-19 11:28:03 +10:00
FileWriter.php use wp_mkdir_p (for now) 2020-03-28 08:09:28 +10:30
JobQueue.php enable email/webhook deploy notifications 2020-04-15 20:25:11 +09:30
Paginator.php Fix tests, Add tests to composer workflow, Add paginator class with tests, Add search, pagination, actions to all cache pages 2020-08-17 14:26:44 +10:00
PostProcessor.php rm redundant namespace prefix 2020-05-14 04:45:02 +09:30
ProcessedSite.php Make all FileHelper methods camelCase (#646) 2020-08-24 19:57:04 -05:00
SimpleRewriter.php Add http->https and https->http tests 2020-08-26 15:08:33 +10:00
SiteInfo.php Check whether permalinks end in / in diagnostics 2020-12-31 11:48:06 +11:00
SitemapParser.php Log when the sitemap URL in robots.txt is invalid. #781 2021-09-04 19:22:02 -05:00
StaticSite.php Make all FileHelper methods camelCase (#646) 2020-08-24 19:57:04 -05:00
URL.php typing props 2020-03-02 23:10:33 +10:30
URLDetector.php #758 improve posts pagination detection 2021-02-26 15:39:39 +10:00
URLHelper.php cover views with phpstan 2021-01-15 10:07:32 +10:00
URLParser.php quick fixes for typing 2020-12-08 18:36:58 +11:00
Utils.php tidy core classes;fix post_processor 2020-02-21 16:54:50 +10:30
ViewRenderer.php #745 - default to show all namespaced DeployCaches 2021-02-28 09:00:43 +10:00
WordPressAdmin.php #691 wip fix calling 2020-11-03 21:49:12 +10:30
WP2StaticException.php adding type hints 2019-06-01 20:51:50 +07:00
WPCron.php Fix collateral damage to action names. 2020-08-20 17:45:44 -05:00
WsLog.php Merge pull request #625 from Flynsarmy/cliOutput 2020-08-12 14:51:10 +09:30