Civi::url() - Simplify/normalize "fragment" and "relative" handling. Fix some edge...
authorTim Otten <totten@civicrm.org>
Tue, 25 Jul 2023 22:13:10 +0000 (15:13 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 25 Jul 2023 23:02:35 +0000 (16:02 -0700)
commit4987909f92ca145305bf74c3958d4ad7e63ebaae
tree47ef18435d629c6e1699584a60e1b142e2a90976
parent59af62f8b3d280cf3080d78be3d9a86c28ab2749
Civi::url() - Simplify/normalize "fragment" and "relative" handling. Fix some edge-case bugs.
Civi/Core/Url.php
tests/phpunit/Civi/Core/UrlTest.php
tests/phpunit/E2E/Core/PathUrlTest.php