wp-update-server/includes/Wpup
Yahnis Elsts cc713a0f92 Add PHPCS config and fix or silence all issues
- Added some additional output escaping.
- WPUP intentionally uses the server's timezone in logs, when available.
- WPUP needs writable `cache` and `logs` directories, so silence warnings related to file operations.
- Some warnings and errors just don't apply because WPUP can be used outside WordPress. This means that some WP functions like wp_strip_all_tags() may not be available to be used.
- IE has dropped to less than 1% usage, so it should be safe to remove the IE-specific Zlib workaround.

Prompted by #107
2023-05-01 14:40:45 +03:00
..
Cache.php Add clear method to interface 2014-08-31 12:38:34 +02:00
FileCache.php Add PHPCS config and fix or silence all issues 2023-05-01 14:40:45 +03:00
Headers.php Fix PHP 8 deprecation notices in Wpup_Headers 2022-12-16 20:43:50 +02:00
InvalidPackageException.php * Add a bunch of comments. 2013-03-04 05:53:02 -08:00
Package.php Further abstracting out of the code in the MetadataParser class 2015-01-07 23:47:22 +01:00
Request.php Detect site URL for update requests sent from WordPress.com sites. 2020-11-20 17:49:40 +02:00
UpdateServer.php Add PHPCS config and fix or silence all issues 2023-05-01 14:40:45 +03:00
ZipMetadataParser.php Add PHPCS config and fix or silence all issues 2023-05-01 14:40:45 +03:00