wn
|
95d0cb4953
|
Handle potential absence of a URL path in UrlHelper.
|
2020-12-12 10:28:53 -06:00 |
Andrew Dolgov
|
328d7b55c8
|
URLHelper: fix E_DEPRECATED error related to idn_to_ascii()
|
2020-11-14 15:13:35 +03:00 |
Andrew Dolgov
|
c70e26db31
|
validate url: feed urlencoded() URL to filter_var() only
|
2020-09-28 19:46:31 +03:00 |
Andrew Dolgov
|
8fb2baecdc
|
another hack for validation of URLs with invalid characters
|
2020-09-22 19:56:26 +03:00 |
Andrew Dolgov
|
a897c4165b
|
validate URLs: convert IDN to punycode before passing URL to filter_var()
|
2020-09-22 15:32:22 +03:00 |
Andrew Dolgov
|
6811d0bde2
|
use self:: in some places to invoke static methods from the same class
|
2020-09-22 14:54:15 +03:00 |
Andrew Dolgov
|
b5710baf34
|
- don't fail on non-ascii characters when validating URLs
- fix IDN hostnames not being converted properly
|
2020-09-22 14:37:45 +03:00 |
Andrew Dolgov
|
ab6aa0ad3e
|
fix previous re: resolve_redirects
|
2020-09-22 09:18:24 +03:00 |
Andrew Dolgov
|
74568df4ff
|
remove a lot of stuff from global context (functions.php), add a few helper classes instead
|
2020-09-22 09:04:33 +03:00 |