| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-11 | PHPUnit cleanup, get group detection working. | supahgreg | |
| 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. | |||
| 2023-12-29 | Perform validation of redirect URLs during the redirect process. | wn_ | |
| Previously, validation was only done after all redirects and the final request had completed. This approach ensures all redirects are to URLs that pass extended validation. | |||
| 2023-12-24 | Fix specifying auth type in UrlHelper::fetch(), add a test for 403 auth retry. | wn_ | |
| 2023-12-23 | Appease PHPStan in UrlHelperTest | wn_ | |
| 2023-12-23 | Add some tests for UrlHelper::fetch() | wn_ | |
| 2022-03-22 | tests: add stub autoloader, add a few more rewrite_relative tests | Andrew Dolgov | |
| 2022-03-22 | * add phpunit as a dev dependency | Andrew Dolgov | |
| * add some basic tests for UrlHelper::rewrite_relative() * fix UrlHelper::rewrite_relative() to work better on non-absolute relative URL paths | |||