stable
Clone or download
Read-only
request #10286: PHPWiki does not accept FTP URI as links anymore
Issue has been introduced by commit 7f4acef33f2a8c078d6f13830cc1216b9cac1e90. Allowing mailto and FTP URIs should be enough for the majority of the use cases. Change-Id: Ifddaa2281510c48357c77d6b973f933617571721
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/autoload.php | +4 | −2 | Go to diff View file |
M | src/common/valid/ValidFactory.class.php | +27 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/stdlib.php | +7 | −2 | Go to diff View file |
M | tests/simpletest/common/valid/ValidHelpersTest.php | +27 | −4 | Go to diff View file |