wp2static/src
2023-01-05 19:11:54 +11:00
..
Addons.php Fixes for coding standard 2021-10-08 15:22:14 -07:00
CLI.php adjust typing 2023-01-04 13:50:11 +11:00
Controller.php add Strattic link in sidebar 2023-01-04 20:20:05 +11:00
CoreOptions.php adjust typing for CoreOptions 2023-01-04 13:31:21 +11:00
CrawlCache.php fix typing for CrawlCache 2023-01-01 22:15:38 +11:00
Crawler.php Bug fix: use transformPath when deleting 404s. This way, when '/post' returns 404, we delete '/post/index.html'. Before, we wouldn't delete '/post' because it's a directory. (#878) 2022-08-19 18:18:41 -05:00
CrawlQueue.php Delete crawl queue to prevent crawling urls again, which are not found. 2022-03-24 11:05:04 +09:00
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 adjust typing for Detection classes 2023-01-04 12:58:38 +11: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 ignote get_terms() arg type issue 2023-01-04 13:49:59 +11:00
DetectCategoryURLs.php ignote get_terms() arg type issue 2023-01-04 13:49:59 +11: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 adjust typing for Detection classes 2023-01-04 12:58:38 +11: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 #844 crawling with basic auth fails 2022-03-19 09:18:42 -07:00
DetectThemeAssets.php adjust typing for Detection classes 2023-01-04 12:58:38 +11:00
DetectVendorCache.php adjust typing for Detection classes 2023-01-04 12:58:38 +11:00
DetectVendorFiles.php Refactor vendor cache detection code 2022-08-29 19:37:10 -05:00
DetectWPIncludesAssets.php adjust typing for Detection classes 2023-01-04 12:58:38 +11:00
FileProcessor.php Rewrite deploymentURL in robots.txt. 2020-09-11 19:34:07 +00:00
FilesHelper.php adjust typing for FilesHelper 2023-01-04 12:42:59 +11:00
FileWriter.php adjust typing for FileWriter 2023-01-04 12:44:44 +11:00
JobQueue.php Merge branch 'develop' of github.com:leonstafford/wp2static into wp-cli-status 2022-03-24 13:15:50 -07:00
OptionRenderer.php adjust typing for OptionRenderer 2023-01-04 12:34:34 +11:00
Paginator.php improve typing;WIP rm template partial 2023-01-01 19:32:03 +11:00
PostProcessor.php adjust typing for PostProcessor 2023-01-04 12:23:23 +11:00
ProcessedSite.php adjust typing for ProcessedSite 2023-01-04 12:22:12 +11:00
SimpleRewriter.php Add skipURLRewrite advanced option. 2021-09-20 19:15:17 -05:00
SiteInfo.php adjust typing for SiteInfo 2023-01-04 12:20:01 +11:00
SitemapParser.php fix typing & syntax 2023-01-01 23:22:13 +11:00
StaticSite.php fix typing & syntax 2023-01-01 23:22:13 +11:00
URL.php typing props 2020-03-02 23:10:33 +10:30
URLDetector.php fix typing & syntax 2023-01-01 23:22:13 +11: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 add Strattic link in sidebar 2023-01-04 20:20:05 +11:00
WordPressAdmin.php add extra link on Plugins page entry 2023-01-05 19:11:54 +11:00
WP2StaticException.php adding type hints 2019-06-01 20:51:50 +07:00
WPCron.php adjust typing for WPCron 2023-01-01 18:54:47 +11:00
WsLog.php Add WsLog::w to log warning messages 2021-11-04 22:29:46 -05:00