summaryrefslogtreecommitdiff
path: root/tests/URLDetectionTest.php
AgeCommit message (Expand)Author
2010-10-18Update URLDetectionTest.php for rel="nofollow external". There are still some...Brion Vibber
2009-11-02fix the [] unit testsCraig Andrews
2009-10-23Fix an incorrectly passing URL test case and add two a related test case:Brion Vibber
2009-09-27Fix some bugs in the URL linkification, and fixed the unit test.Craig Andrews
2009-09-27Fix URL linkification test cases for addition of 'title' attribution with lon...Brion Vibber
2009-09-10Allow @ signs in the path, querystring, and fragment parts of URLsCraig Andrews
2009-09-09:: isn't a valid IPv6 address for our purposesCraig Andrews
2009-09-04Added additional characters as allowed in URLs.Craig Andrews
2009-08-31Allow :'s in the path, query string, and fragment parts of the url (Mediawiki...Craig Andrews
2009-08-28Add % and ~ as valid characters in the path, querystring, and fragment parts ...Craig Andrews
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25All tests pass except for those that require matching parens or bracketsCraig Andrews
2009-08-25Improved the URL tests, and improve the matcher so more tests are passed. The...Craig Andrews
2009-08-24ftps protocol should be handled the same way as ftpCraig Andrews
2009-08-24change class to rel in unit tests for URL checkEvan Prodromou
2009-08-24Add unit test directory and first testEvan Prodromou