Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-23 | Fix an incorrectly passing URL test case and add two a related test case: | Brion Vibber | |
URLs with paths followed by a double-quote character are incorrectly including the quote in the URL. The double-quote character is in fact not a legal URL char and must be URL-escaped; more importantly it just causes oddities when you quote a message ending in a URL -- such as when using the redent-button experimental feature. | |||
2009-09-27 | Fix some bugs in the URL linkification, and fixed the unit test. | Craig Andrews | |
2009-09-27 | Fix URL linkification test cases for addition of 'title' attribution with ↵ | Brion Vibber | |
long URL in f3c8fccc After removing 103 false positives, this leaves 4 actually broken tests, showing two failure modes for mail links: * 'mail without mailto' formatting shortcut in common_linkify didn't get the 'title' attribute added with the other URLs * links including mailto: protocol are being incorrectly expanded to http: protocol in the long URL | |||
2009-09-10 | Allow @ signs in the path, querystring, and fragment parts of URLs | Craig Andrews | |
2009-09-09 | :: isn't a valid IPv6 address for our purposes | Craig Andrews | |
2009-09-04 | Added additional characters as allowed in URLs. | Craig Andrews | |
2009-08-31 | Allow :'s in the path, query string, and fragment parts of the url ↵ | Craig Andrews | |
(Mediawiki URLs often do this) | |||
2009-08-28 | Add % and ~ as valid characters in the path, querystring, and fragment parts ↵ | Craig Andrews | |
of URLs | |||
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | All tests pass except for those that require matching parens or brackets | Craig Andrews | |
2009-08-25 | Improved the URL tests, and improve the matcher so more tests are passed. ↵ | Craig Andrews | |
The remaining failing tests I believe are incorrect. | |||
2009-08-24 | ftps protocol should be handled the same way as ftp | Craig Andrews | |
Canon urls that have a protocol followed by a host (and no path) automatcally get a trailing slash by the canon function - make the unit test match that | |||
2009-08-24 | change class to rel in unit tests for URL check | Evan Prodromou | |
2009-08-24 | Add unit test directory and first test | Evan Prodromou | |